]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2011-03-28  Quanah Gibson... Update for git
2011-03-28  Quanah Gibson... Update configure
2011-03-28  Kurt Zeilengafix typo in last commit
2011-03-28  Kurt Zeilengahandle $Id$ in configure.in (configure scripts need...
2011-03-27  Kurt ZeilengaUse $Id$ for AC_REVISION()
2011-03-26  Kurt ZeilengaUpdate mkrelease for git(1)
2011-03-26  Kurt ZeilengaDon't ignore all Makefiles
2011-03-26  Kurt ZeilengaInitial .gitignore
2011-03-26  Kurt ZeilengaIndicate configure is running in a Git clone
2011-03-25  Quanah Gibson... ITS#6879 MIGRATION_CVS2GIT
2011-03-25  Kurt ZeilengaRemove from CVS (now in openldap-etc.git)
2011-03-24  Quanah Gibson... ITS#6866
2011-03-24  Howard ChuITS#6877 add LIBTOOL definition
2011-03-24  Howard ChuITS#6870 fix winsock wake_sds init
2011-03-24  Howard ChuMore for ITS#6238 add install rule
2011-03-23  Kurt Zeilengaupdate year on personal notice (just to inject a commit...
2011-03-22  Ralf HaferkampFirst underlying LDAP database needs special treatment...
2011-03-22  Ralf HaferkampAllow deletion of chain overlay's back-ldap databases
2011-03-22  Ralf HaferkampITS#6870 Revert r1.49 commit to make HEAD build again
2011-03-18  Ralf HaferkampITS#6870 Reverted last commit
2011-03-18  Ralf HaferkampMore for ITS#6870
2011-03-18  Ralf HaferkampSet appropriate error code, when trying to delete non...
2011-03-17  Howard Chusl_busy is used as a boolean so just set it, don't...
2011-03-17  Howard ChuITS#6870 fix Makefile breakage due to ITS#6194
2011-03-16  Kurt Zeilengause IANA assigned OID for dontUseCopy control, don...
2011-03-16  Kurt Zeilengarfc6171 (dontUseCopy)
2011-03-16  Kurt Zeilengarfc6171
2011-03-16  Howard ChuITS#6863, fix crashes in ITS#6714 patch. From Jan Vcela...
2011-03-16  Howard ChuMore for ITS#6853, check for trickle thread not yet...
2011-03-16  Ralf HaferkampAllow deleting Cft_Misc config entries by setting a...
2011-03-15  Ralf Haferkampsilence warning
2011-03-15  Ralf Haferkampremoving global overlays should work now as well
2011-03-14  Ralf Haferkampplugged possible memory leak (e.g. when deleting syncre...
2011-03-14  Hallvard FurusethITS#6859 Fix NT threads LDAP_INT_MUTEX_FIRSTCREATE().
2011-03-11  Howard ChuMore for 6853, add condvar for end condition
2011-03-10  Pierangelo... make documentation impersonal
2011-03-09  Howard ChuITS#6858 fix segv if adding values out of order
2011-03-09  Howard ChuMore for prev commit - none of this is necessary if...
2011-03-09  Ralf HaferkampRemoved missleading comments in ldap_chain_uri_cmp...
2011-03-07  Ralf HaferkampITS#6857 avoid overwriting be_flags of the underlying...
2011-03-05  Pierangelo... fix commit 1.268, related to ITS#6817
2011-03-05  Pierangelo... more about ITS#6817
2011-03-04  Howard ChuITS#6853 wait for trickle task to quit
2011-03-04  Howard ChuITS#6855 based on suggestion from Gervase Markham ...
2011-03-04  Howard ChuCleanup prev commit
2011-03-04  Howard ChuITS#6850 from Raphael Ouazana @ Linagora
2011-03-04  Howard ChuITS#6852 add ordering for uidNumber and gidNumber
2011-03-04  Howard ChuMore for #6561 - delete returns NO_SUCH_ATTRIBUTE,...
2011-03-04  Howard ChuFix prev commit
2011-03-03  Howard ChuReminder to RTFM. Fix typo.
2011-03-03  Howard ChuFix typo, slapd.access(5) not (8)
2011-03-02  Pierangelo... check security-related incompatible args (ITS#6849)
2011-03-01  Howard ChuMore for #6848 - drop -w option, just make it default...
2011-03-01  Howard ChuITS#6848 Add -w option to wait for DB startup before...
2011-03-01  Howard ChuITS#6845 set a_flags in attr_alloc()
2011-03-01  Howard ChuRevert prev commit
2011-02-28  Howard ChuCleanup error messages
2011-02-28  Howard ChuITS#6845 don't muck with save_attrs for index deletes...
2011-02-28  Howard ChuITS#6845 set sorted flag on newly created sorted attrs
2011-02-28  Pierangelo... fix potential deadlock in back-meta (ITS#6846)
2011-02-28  Howard ChuRegenerate for ITS#3272 and #6125
2011-02-25  Howard ChuFix uninit'd var
2011-02-25  Howard ChuFix dnIsSuffix to use berval len
2011-02-24  Ralf HaferkampITS#6843 Fix cn=config slapadd for global overlays...
2011-02-24  Howard ChuFix prev commit
2011-02-23  Ralf Haferkampfix bdb_cache_deref() definition to match prototype
2011-02-23  Howard ChuUse refcnt instead of keeping entry locked in Add response
2011-02-23  Howard ChuTweak error message
2011-02-23  Howard ChuMore for cn=config support
2011-02-23  Howard ChuITS#6815 delimited verbstring parsing
2011-02-23  Howard ChuMore for ITS#6839
2011-02-23  Howard ChuITS#6815 logbase keyword
2011-02-23  Howard ChuITS#6815 add logbase option, to only log requests match...
2011-02-19  Howard ChuITS#6837 olcChainDatabase inherits from olcLDAPConfig
2011-02-19  Howard ChuITS#6837 make sure objectclasses are processed in correct
2011-02-19  Howard ChuMore for ITS#6834 (#6836 was a dup of 6834)
2011-02-19  Howard ChuMore conversion notes
2011-02-19  Howard ChuAll overlays now support dynamic config. (And almost...
2011-02-19  Howard ChuITS#6836 conversion notes from Andrew Findlay
2011-02-19  Howard ChuITS#6839 TLS/ldapi/SASL-EXTERNAL notes from Andrew...
2011-02-18  Hallvard FurusethMore ITS#6404 fix test020-proxycache exit codes
2011-02-18  Howard ChuAdd ldapi draft
2011-02-17  Howard ChuITS#6404 fix exit codes
2011-02-17  Howard ChuITS#3272 link against libslapi.la
2011-02-17  Howard ChuLIBSLAPITOOLS is obsolete since tools subdir is long...
2011-02-17  Howard ChuITS#6125 fix Windows odbc32 detection
2011-02-17  Howard ChuITS#6832 #elif cleanup
2011-02-11  Kurt ZeilengaUpdate copyright years
2011-02-11  Hallvard FurusethUnlock new_cached_query->rwlock before destroying it.
2011-02-11  Howard ChuAdd substring matching rules for some of the olc-schema...
2011-02-08  Ralf Haferkampremoved some used vars
2011-02-07  Howard ChuAdd CVS ID
2011-02-07  Howard ChuDrop unneeded scheme param
2011-02-07  Howard ChuAdd APR1 to Makefile/README. Add {BSDMD5} mechanism.
2011-02-07  Howard ChuUse lutil_passwd_string64 instead of pw_string64
2011-02-07  Howard ChuITS#6826 from Devin J. Pohly
2011-02-07  Howard ChuReplace pw_string64 with lutil_passwd_string64
2011-02-07  Howard ChuExport pw_string64 as lutil_passwd_string64
2011-02-05  Howard ChuITS#6238 note lastbind
2011-02-05  Howard ChuCleanup ASPERL ifdefs
next