]> git.sur5r.net Git - openldap/shortlog
openldap
2005-08-25 Howard ChuRegenerated with new OL_ARG_ENABLE OPENLDAP_AC
2005-08-25 Howard ChuEnhance OL_ARG_ENABLE for overridable defaults, trim...
2005-08-25 Howard ChuCleanup OL_ARG_xx, don't use changequote.
2005-08-25 Howard ChuChange ldbm options from --with to --enable to preserve...
2005-08-24 Kurt ZeilengaRebuild
2005-08-24 Howard ChuFix OL_PTHREAD_TRY
2005-08-13 Kurt ZeilengaMisc cleanup
2005-08-13 Kurt Zeilengasig_atomic_t and socklen_t fixes
2005-08-13 Kurt Zeilengareplace sig_atomic_t and socklen_t macros
2005-08-13 Kurt Zeilengareplace struct msghdr macros
2005-08-13 Kurt ZeilengaQuick fix <resolv.h> and <ucred.h> detection
2005-08-12 Kurt ZeilengaFix struct passwd detection
2005-08-12 Kurt ZeilengaCONFIG_FILES updates
2005-08-12 Kurt ZeilengaMisc changes
2005-08-12 Kurt ZeilengaReplace PW_GECOS/PASSWD macros
2005-08-12 Kurt ZeilengaReplace openldap.m4/AC_COMPILE_CHECK_SIZEOF use with...
2005-08-12 Kurt Zeilengaautoupdate + manual fixes
2005-08-12 Kurt Zeilengaautoheader is now working...
2005-08-12 Kurt ZeilengaNot sure why autoheader isn't doing its job...
2005-08-12 Kurt ZeilengaRemove a few obsolete uses
2005-08-12 Kurt ZeilengaAdd back a few of the autoupdate suggested changes
2005-08-12 Kurt ZeilengaBack out autoupdate changes
2005-08-12 Kurt Zeilengachange TCIOGWIN macro
2005-08-12 Kurt ZeilengaRun autoupdate and rebuild
2005-08-12 Kurt ZeilengaInitial auto tools update (in OPENLDAP_AC branch)
2005-08-12 Kurt ZeilengaAC_DEFUN cleanup
2005-08-11 Pierangelo... minor cleanup OPENLDAP_AC_BP
2005-08-11 Pierangelo... add authzSyntax for authzTo/authzFrom attributes; add...
2005-08-11 Pierangelo... plug one-time leak
2005-08-11 Pierangelo... wrap validate/pretty/normalize for ordered values ...
2005-08-11 Howard ChuITS#3910 heimdal 0.7 compatibility, silence warnings
2005-08-11 Pierangelo... fix error message
2005-08-11 Pierangelo... silence warning
2005-08-11 Pierangelo... solve a deadlock during unbind: ldap_send_unbind()...
2005-08-11 Pierangelo... fix tls propagation, including rebind
2005-08-11 Pierangelo... essentially address 3791 with a reworked patch
2005-08-11 Pierangelo... expose ldap_tls_inplace()
2005-08-11 Pierangelo... cleanup
2005-08-11 Pierangelo... don't get tricked when option separator occurs past...
2005-08-11 Howard ChuITS#3929 "test -e" doesn't exist on Solaris
2005-08-10 Kurt Zeilengarebuild
2005-08-10 Kurt ZeilengaFix typo
2005-08-10 Kurt ZeilengaAdd OpenLDAP notices
2005-08-10 Kurt ZeilengaRevert libtool update
2005-08-10 Howard ChuMove ldap_pvt_thread_initialize() earlier. (See -devel...
2005-08-10 Kurt ZeilengaA more recent version of libtool
2005-08-10 Kurt ZeilengaUpdate libtool to 1.5 by replacing ltmain.sh
2005-08-10 Pierangelo... temporarily fix SLAPD_OVERLAY_ACCESS conflict
2005-08-10 Pierangelo... enable syncrepl support by default
2005-08-10 Pierangelo... allow the glue overlay to be a module
2005-08-10 Howard ChuITS#3869 set ldap_unicode_t to ac_uint4 to agree with...
2005-08-10 Pierangelo... load modules if required
2005-08-10 Howard ChuFix backend selection diagnostics
2005-08-10 Pierangelo... cleanup
2005-08-10 Pierangelo... trim use of uninitialized data; please review
2005-08-10 Hallvard FurusethRead LDAPResult.resultCode & ModifyRequest.modification...
2005-08-09 Luke HowardITS#3924
2005-08-09 Pierangelo... don't leak in case of attribute not found
2005-08-09 Luke HowardFix slapi_str2entry()/slapi_entry2str() allocation
2005-08-09 Luke HowardITS#3924
2005-08-09 Howard ChuITS#3922 don't leak ber buffer on decode/parse errors
2005-08-09 Howard ChuITS#3922 plug another cookie parsing leak
2005-08-08 Howard ChuITS#3917 don't check csn syntax if schema isn't inited yet
2005-08-08 Howard ChuITS#3917 revert prev commit
2005-08-08 Pierangelo... more (in)sanity stuff
2005-08-08 Hallvard FurusethRemove unused variables in config_updatedn()
2005-08-08 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-08-08 Hallvard FurusethDestroy monitor_info.mi_cache_mutex
2005-08-08 Pierangelo... plug more one-time leaks; rearrange subsystems setup
2005-08-08 Hallvard Furuseth#include <ac/ctype.h>, needed by last commit
2005-08-08 Pierangelo... plug another one-time leak
2005-08-08 Pierangelo... ITS#3914 bug was very close to that leak: rwm_dnattr_re...
2005-08-08 Pierangelo... fix yet another leak (not related to ITS#3914, though)
2005-08-08 Hallvard FurusethFix typo in previous commit (slapi_dn.c -> slapi_dn.lo)
2005-08-08 Pierangelo... allow textual log levels in command line
2005-08-08 Luke HowardRemove slapi_x_be_select()
2005-08-08 Luke HowardNew file - slapi_dn.c
2005-08-08 Luke HowardAdd Slapi_DN API
2005-08-08 Howard ChuITS#3917 init schema before parsing args
2005-08-08 Howard ChuITS#3922 fix syncrepl ctxcsn leak
2005-08-08 Luke HowardAdd slapi_x_be_select() (to be replaced with slapi_be_s...
2005-08-08 Luke HowardSync with slapi/slapi_utils.c
2005-08-08 Luke HowardDon't return frontend as SLAPI_BACKEND, return actual...
2005-08-08 Luke HowardDon't decrement descriptor count until we have checked...
2005-08-08 Luke HowardAdd missing break statement in switch for SLAPI_SEARCH_...
2005-08-07 Pierangelo... more cleanup
2005-08-07 Pierangelo... free Env
2005-08-07 Pierangelo... don't leak entry/referrals in case of reference
2005-08-07 Pierangelo... fix previous commit
2005-08-07 Pierangelo... add (optional) concurrency test for back-sql
2005-08-07 Pierangelo... data for back-sql concurrency tests
2005-08-07 Pierangelo... remove unnecessary data from search_info
2005-08-07 Pierangelo... cleanup candidate list in case of abandon, even if...
2005-08-07 Pierangelo... cleanup candidate list in case of abandon
2005-08-07 Pierangelo... more cleanup
2005-08-07 Hallvard FurusethRebuild for configure.in 1.586.
2005-08-07 Hallvard FurusethLet --<enable/disable>-<backends/overlays> provide...
2005-08-07 Pierangelo... plug more leaks; few remain (but seem to be in ODBC)
2005-08-07 Pierangelo... fix previous commit
2005-08-07 Pierangelo... plug yet another one-time leak
next