]> git.sur5r.net Git - openldap/shortlog
openldap
2007-11-07 Ralf Haferkampincreased version number and regenerated autoconf/autom...
2007-11-07 Ralf HaferkampFixed gcc 4.3 compile issues
2007-11-07 Howard ChuFix prev commit
2007-11-07 Howard ChuITS#5146 better check for single val in modify
2007-11-07 Howard ChuITS#5200 fix typo in ITS#1749 patch
2007-11-07 Howard ChuITS#5186 check for multiple suffixes at config time...
2007-11-07 Howard Chufix prev commit (ITS#5212)
2007-11-05 Howard ChuITS#5209 sasl_host may be different from global_host
2007-11-04 Howard ChuITS#5211 spec says we must ignore invalid cookies
2007-11-02 Howard ChuForced commit - prev was for ITS#5210, not 5120
2007-11-02 Howard ChuMore for prev commit, ITS#5120.
2007-11-02 Howard ChuDon't send cookie at end of refresh if nothing changed...
2007-11-01 Howard ChuITS#5191 do all pagedresult control parsing in the...
2007-10-29 Gavin Henrycommon-errors finished, bar some formation of man page...
2007-10-29 Gavin HenryI don't think we need to pull anything in from these...
2007-10-25 Howard ChuForced commit: forgot to note that SLAP_LIGHTWEIGHT_DIS...
2007-10-25 Howard ChuUse per-thread slap_counters to eliminate lock contention
2007-10-25 Howard ChuFix typo in prev commit
2007-10-25 Howard ChuUse thread-specific data in pool_context()
2007-10-25 Howard ChuAdded native thread-specific data support
2007-10-25 Howard ChuRepack Connection structure for alignment
2007-10-25 Howard ChuConcurrency tweaks:
2007-10-24 Gavin HenryMention delta-syncrepl and MirrorMode. N-Way Next
2007-10-24 Gavin HenryChaining fix.
2007-10-24 Gavin HenryPoint to 'Recommended OpenLDAP Software Dependency...
2007-10-24 Gavin HenryWee fix.
2007-10-24 Gavin HenryFinish port of rfc4511 into appendix for error codes...
2007-10-24 Pierangelo... further fix of double free (ITS#4860)
2007-10-24 Pierangelo... don't compute lengths twice
2007-10-23 Howard ChuITS#5197 fully revert prev commit, use thr_stub
2007-10-23 Howard ChuITS#5197 add stub for ldap_pvt_thread_pool_query()
2007-10-23 Howard ChuForced commit, partially revert prev commit
2007-10-23 Howard ChuITS#5197 don't check thread pool if NO_THREADS
2007-10-23 Howard ChuITS#5189 revert index.c 1.67, just catch LDAP_OTHER
2007-10-23 Howard ChuFix prev commit, include errno.h
2007-10-23 Howard ChuITS#5189 recognize ENOMEM
2007-10-22 Howard ChuFix typo
2007-10-20 Howard ChuFix depend dependency for parallel make
2007-10-20 Howard ChuFix depend/.links dependency for parallel make
2007-10-19 Howard ChuFix liblutil link order
2007-10-19 Howard ChuITS#5193 don't use "cd; pwd" to get the absolute path...
2007-10-18 Gavin HenryAlmost complete MirrorMode section. back-ldap proxy...
2007-10-18 Gavin HenryBackup strategy discussions. db_recover example to do.
2007-10-18 Gavin Henrymore word additions.
2007-10-18 Gavin HenryWee chaining update.
2007-10-18 Howard ChuITS#5194 zero out pool when destroying
2007-10-18 Howard ChuIn pool_resume don't touch the condvar if the pool...
2007-10-18 Howard ChuCleanup debug calls
2007-10-17 Quanah Gibson... Revert previous commit
2007-10-17 Quanah Gibson... ITS#5189 add note about db_stat and slapd needing...
2007-10-17 Ralf Haferkampuse URIs instead of hostname/port
2007-10-17 Ralf Haferkampfixed typo
2007-10-17 Pierangelo... fix *_TIMEOUT API documentation (ITS#5188)
2007-10-16 Howard ChuFix prev commit, only defer open for online Add
2007-10-16 Howard ChuDon't leak logfiles
2007-10-15 Howard ChuFix error message propagation
2007-10-15 Howard ChuCheck DB directory validity at config time
2007-10-15 Howard ChuRevert prev commit, bogus
2007-10-15 Howard ChuSave return code from cleanup handler
2007-10-15 Howard ChuPartial revert from 1.246, not sure what's the point
2007-10-14 Gavin HenryLast tweak. Forgot to individually comment each commit...
2007-10-14 Gavin HenryAdded -F option. Need to sync with current slap*(8)
2007-10-14 Gavin HenryAdded -F option. Need to sync with current slapd(8)
2007-10-14 Gavin HenryLayout fixes and more versions.
2007-10-14 Gavin HenrySome error with Tab seperators. Switched to using ...
2007-10-13 Gavin HenryNew appendix on dependency versions. Could someone...
2007-10-13 Pierangelo... document the "monitoring" option
2007-10-13 Pierangelo... set BINDING appropriately (ITS#5185)
2007-10-11 Pierangelo... remove 'Index'; add 'Sync' and mention custom values
2007-10-11 Pierangelo... 'Config' is no longer useless since back-config introdu...
2007-10-11 Howard ChuStreamlined WeightedAuthRate load generator ala SLAMD
2007-10-10 Pierangelo... fix dirsep's in DN (ITS#5172)
2007-10-10 Howard ChuQuiet request logging
2007-10-09 Quanah Gibson... Clarify rootdn requirements
2007-10-09 Howard ChuITS#5100 ldap_control_dup - OID must be non-NULL
2007-10-08 Howard ChuITS#5177 pass new entries in search_response for Persis...
2007-10-08 Howard ChuFix unprotected checks for psearches
2007-10-08 Howard ChuPlug leak
2007-10-08 Howard ChuTweak ACL cache messages
2007-10-08 Pierangelo... fix ordering of items on objectClass definition (ITS...
2007-10-08 Howard ChuITS#5173 simplify defer open behavior
2007-10-08 Howard ChuITS#5173 fix for dynamic add in cn=config
2007-10-08 Howard ChuRefuse to operate on cacheDB if it hasn't been started yet
2007-10-08 Howard ChuFix for dynamic adds
2007-10-08 Howard ChuCheck for cleanup on Adds, not just Modifies
2007-10-08 Howard ChuITS#4884 fix prev commit
2007-10-08 Howard ChuITS#4188 check for pool pause every 64 entries. (probab...
2007-10-06 Pierangelo... minor cleanup
2007-10-06 Howard ChuITS#3864 use sasl_ssf_t where expected
2007-10-06 Howard ChuITS#3864 use sasl_ssf_t where expected
2007-10-05 Gavin HenryFix sections, 'make' and spell check. Still to tidy...
2007-10-05 Gavin HenryTo tidy and filter out N/A stuff for 2.4.
2007-10-05 Gavin HenryBrief re-work and FAQ import.
2007-10-05 Howard ChuITS#5072 fix issuer format, use uppercase hex per RFC3641
2007-10-05 Pierangelo... fix typing warnings
2007-10-05 Pierangelo... de-normalize simple filter values consistently
2007-10-05 Pierangelo... support de-normalization
2007-10-05 Howard ChuFix syncrepl_entry to propagate cookieCSN when present
2007-10-05 Pierangelo... fix previous commit (didn't have coffee yet :()
2007-10-05 Pierangelo... for consistency, always represent UUIDs correctly ...
next