]> git.sur5r.net Git - openldap/shortlog
openldap
2008-01-28 Howard ChuCleanup for C++
2008-01-25 Gavin HenryOnly ServerID needs to be unique and include 2 Syncrepl...
2008-01-25 Pierangelo... ITS#5338
2008-01-22 Ralf Haferkampfixed missing #includes
2008-01-22 Ralf Haferkampcleanup #includes, removed SUSE-specific stuff from...
2008-01-22 Ralf Haferkampadd wrapper methods to add/replace Attributes
2008-01-22 Howard ChuClean up config.h
2008-01-19 Pierangelo... fix referrals (part of ITS#5328); fix compare (ITS...
2008-01-18 Hallvard FurusethMore ITS#5328 cleanup
2008-01-17 Gavin Henryslapo-accesslog
2008-01-16 Pierangelo... cleanup previous commit
2008-01-16 Pierangelo... rework back-relay internals along Hallvard's suggestion...
2008-01-15 Pierangelo... fix test; don't return error when relaying exops
2008-01-15 Pierangelo... fix repetition
2008-01-15 Gavin HenryWee fix. More overlay and replication tomorrow night.
2008-01-15 Pierangelo... fix ITS#5327 crasher
2008-01-14 Pierangelo... fix test
2008-01-11 Pierangelo... fix str2entry2() when there is no attrs (ITS#5308)
2008-01-11 Howard ChuITS#5324 don't use %n
2008-01-11 Hallvard FurusethWarning cleanup: function ptr <=> void* at ldap_pvt_thr...
2008-01-11 Howard ChuITS#5319 no special treatment for no-effect renames
2008-01-11 Howard ChuITS#5319 test renames to same DN
2008-01-11 Howard ChuITS#5319 allow rename to same DN
2008-01-11 Howard ChuITS#5322 don't try to free a NULL locker
2008-01-10 Hallvard Furusethldap_int_bisect_find(): Silence harmless "may be used...
2008-01-10 Hallvard Furuseth#include <signal.h> for pthread_kill()
2008-01-09 Hallvard FurusethForced commit: Last change removed un*used* variable
2008-01-09 Hallvard FurusethRemove uninitialized variable since last change
2008-01-09 Hallvard Furusethfor ITS#5317: initialize exit code for -f/dev/null
2008-01-09 Howard ChuFix RFC reference
2008-01-09 Howard ChuTrim replog-related cruft
2008-01-09 Howard ChuTrim obsolete replog reference
2008-01-09 Howard ChuITS#5312 - input must conform to RFC2849
2008-01-09 Ralf HaferkampCorrected memory allocation for cookie (ITS#5315)
2008-01-08 Pierangelo... more attribute values mucking
2008-01-08 Hallvard FurusethRemove unused variable
2008-01-08 Pierangelo... explicitly present the ip masking algorithm
2008-01-08 Hallvard FurusethRemove unused variables
2008-01-08 Hallvard FurusethITS#5309 followup: join a ldap_pvt_thread_pool_getkey...
2008-01-08 Hallvard Furusethldap_pvt_thread_pool_getkey() arg 'data' should point...
2008-01-08 Pierangelo... fix zeroing out attribute values (should fix ITS#5311)
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2008-01-08 Hallvard FurusethFix spew_file() comment
2008-01-07 Hallvard FurusethFix comment for be_rootdn_bind()
2008-01-07 Hallvard FurusethMore ITS#5265: Disable unsupported back-ldif tests
2008-01-07 Pierangelo... rename ldap_pvt_thread_pool_setkey_x() to ldap_pvt_thre...
2008-01-07 Hallvard FurusethFix Debug() format in previous change
2008-01-07 Hallvard FurusethITS#5309: Use ldap_pvt_thread_pool_setkey_x() more...
2008-01-07 Hallvard FurusethITS#5309: Use ldap_pvt_thread_pool_setkey_x() in slap_p...
2008-01-07 Hallvard FurusethITS#5309: complete the addition of ldap_pvt_thread_pool...
2008-01-07 Hallvard FurusethAvoid use of uninitialized variable 'e' after failed...
2008-01-06 Howard ChuITS#4112 temporarily disable broken code
2008-01-04 Gavin HenryQuick import of N-Way Multimaster stuff. Clean up tonight.
2008-01-03 Howard ChuFix prev commit
2008-01-02 Pierangelo... don't leave 'round pointers to buffers on the stack
2008-01-02 Pierangelo... fix modlist cleanup during rename
2008-01-02 Gavin HenrySlight formatting.
2008-01-02 Pierangelo... fix to ITS#5304
2007-12-29 Pierangelo... new ldap_pvt_thread_pool_setkey API
2007-12-29 Pierangelo... plug leak (ITS#5302)
2007-12-29 Pierangelo... allow slapo-memberof to be used as global overlay,...
2007-12-29 Howard ChuITS#5300, reject substring filters with empty values
2007-12-28 Howard ChuAssign contrib config OID
2007-12-28 Howard ChuRemove unnneded boi_locker field
2007-12-28 Howard ChuITS#5086 fix Adds in IDL cache
2007-12-28 Pierangelo... allow to programmatically register new response code...
2007-12-28 Pierangelo... allow to customize the error code in case of constraint...
2007-12-27 Pierangelo... allow to workaround size limits when deleting recursive...
2007-12-27 Pierangelo... if referential integrity is broken, things could go...
2007-12-27 Pierangelo... fix ITS#5286 (NULL + set = NULL); add more verbose...
2007-12-27 Pierangelo... fix previous commit
2007-12-27 Pierangelo... check objectClass inheritance on add (consistent with...
2007-12-27 Pierangelo... pass ConfigReply to overlays; don't complain unless...
2007-12-27 Howard ChuRequire compare (not read) access to entry attr for...
2007-12-24 Howard ChuComplete prev commit
2007-12-24 Howard ChuConvert back-sock to dynamic config
2007-12-23 Howard ChuAxe obsolete Cyrus 1.5 support
2007-12-23 Howard ChuITS#5298 use SASL's memory for temporary DN storage
2007-12-22 Howard ChuITS#5259 fix sasl_auxprop_store to allow cleanup after...
2007-12-22 Howard ChuITS#5264 don't log NULL/anonymous DNs
2007-12-22 Howard ChuITS#5261 quick fix, don't checkpoint on first write...
2007-12-22 Howard ChuAdd BindDN, separate LDAP session for searches, sample...
2007-12-21 Quanah Gibson... ITS#4982 libldap_r threaded library linking
2007-12-20 Ralf Haferkampautoconf/automake adjustments, regenerated files
2007-12-20 Ralf Haferkampinitial support for SASL
2007-12-20 Ralf HaferkampFixed includes
2007-12-20 Ralf HaferkampCheck for active requests before trying to receive...
2007-12-20 Pierangelo... test047 needs slapo-rwm (ITS#5292)
2007-12-20 Howard ChuCleanup spaces
2007-12-20 Howard ChuITS#5291, more for rev 1.79 search timeouts
2007-12-19 Gavin Henrybdb Oracle URLs
2007-12-19 Ralf HaferkampHelper Classes to handle cyrus-sasl interactions
2007-12-18 Gavin HenryDB_CONFIG.example URL wrong in comments (ITS#5288)
2007-12-17 Howard ChuBetter fix to prev commit
2007-12-15 Hallvard FurusethDeclare enough buffer space for out-of-range URL port...
2007-12-15 Howard ChuITS#5285 don't check for password reuse if history...
2007-12-15 Howard ChuSupport DB encryption
2007-12-15 Howard ChuSupport DB encryption
2007-12-15 Pierangelo... fix declarations of buffers for numeric strings; other...
2007-12-15 Pierangelo... fix one-time leaks
next