]> git.sur5r.net Git - openldap/history - servers
constraint overlay section complete.
[openldap] / servers /
2008-02-07 Ralf HaferkampFix crash when no-op control is used (ITS#5358)
2008-02-05 Ralf HaferkampDon't emit global ACLs for other database than frontend...
2008-02-02 Pierangelo Masaratiallow 2.1 CSN format (ITS#5348)
2008-02-01 Pierangelo Masaratis/assert/LDAP_INVALID_SYNTAX/ (ITS#5348)
2008-01-31 Ralf Haferkampdon't error out if replacing a non-existant attribute...
2008-01-30 Ralf Haferkamperror out if modify_delete_vindex() fails (ITS#5343)
2008-01-28 Howard ChuCleanup for C++
2008-01-22 Howard ChuClean up config.h
2008-01-19 Pierangelo Masaratifix referrals (part of ITS#5328); fix compare (ITS...
2008-01-18 Hallvard FurusethMore ITS#5328 cleanup
2008-01-16 Pierangelo Masaraticleanup previous commit
2008-01-16 Pierangelo Masaratirework back-relay internals along Hallvard's suggestion...
2008-01-15 Pierangelo Masaratifix test; don't return error when relaying exops
2008-01-15 Pierangelo Masaratifix ITS#5327 crasher
2008-01-11 Pierangelo Masaratifix str2entry2() when there is no attrs (ITS#5308)
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 allow rename to same DN
2008-01-11 Howard ChuITS#5322 don't try to free a NULL locker
2008-01-08 Pierangelo Masaratimore attribute values mucking
2008-01-08 Hallvard FurusethRemove unused variable
2008-01-08 Hallvard FurusethRemove unused variables
2008-01-08 Hallvard FurusethITS#5309 followup: join a ldap_pvt_thread_pool_getkey...
2008-01-08 Pierangelo Masaratifix 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 Pierangelo Masaratirename 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 FurusethAvoid use of uninitialized variable 'e' after failed...
2008-01-06 Howard ChuITS#4112 temporarily disable broken code
2008-01-02 Pierangelo Masaratidon't leave 'round pointers to buffers on the stack
2008-01-02 Pierangelo Masaratifix modlist cleanup during rename
2007-12-29 Pierangelo Masaratinew ldap_pvt_thread_pool_setkey API
2007-12-29 Pierangelo Masaratiplug leak (ITS#5302)
2007-12-29 Pierangelo Masaratiallow slapo-memberof to be used as global overlay,...
2007-12-28 Howard ChuRemove unnneded boi_locker field
2007-12-28 Howard ChuITS#5086 fix Adds in IDL cache
2007-12-28 Pierangelo Masaratiallow to programmatically register new response code...
2007-12-28 Pierangelo Masaratiallow to customize the error code in case of constraint...
2007-12-27 Pierangelo Masaratiif referential integrity is broken, things could go...
2007-12-27 Pierangelo Masaratifix ITS#5286 (NULL + set = NULL); add more verbose...
2007-12-27 Pierangelo Masaratifix previous commit
2007-12-27 Pierangelo Masaraticheck objectClass inheritance on add (consistent with...
2007-12-27 Pierangelo Masaratipass 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-18 Gavin HenryDB_CONFIG.example URL wrong in comments (ITS#5288)
2007-12-15 Howard ChuITS#5285 don't check for password reuse if history...
2007-12-15 Howard ChuSupport DB encryption
2007-12-15 Pierangelo Masaratifix declarations of buffers for numeric strings; other...
2007-12-15 Howard ChuITS#4987 extensions from Emmanuel Dreyfus manu @ netbsd...
2007-12-15 Howard ChuITS#5284 fix overlay order
2007-12-15 Howard ChuMore cleanup
2007-12-14 Howard ChuFix prev commit, must test filter on cleanup
2007-12-14 Howard ChuDon't test filter before saving, need the copy for...
2007-12-14 Howard ChuMore cleanup
2007-12-14 Howard ChuAdd missing cleanup
2007-12-14 Howard ChuITS#5283 add remote/local attribute lists, search both...
2007-12-14 Howard ChuAlign MRA desc with AVA/SSA desc
2007-12-14 Howard ChuRevert prev commit, different fix
2007-12-14 Howard ChuITS#5276 don't stack config state for includes
2007-12-13 Howard ChuITS#5236 add 'countryName' alias back, should not have...
2007-12-13 Howard ChuMore for -q tool mode
2007-12-13 Howard ChuFix segv with -q
2007-12-11 Pierangelo Masaratibehave when the empty DN is used as database suffix...
2007-12-11 Pierangelo Masaratifix back-ldif delete (ITS#5265)
2007-12-08 Pierangelo Masaratidon't try to count non-expired entries if database...
2007-12-08 Howard ChuITS#5268 omit contextCSN when replicating
2007-12-08 Howard ChuITS#5268 don't replicate dSAOperation attributes unless...
2007-12-08 Howard ChuOmit auditContext when sync control is present
2007-12-08 Pierangelo Masaratidon't try to delete expired entries if database does...
2007-12-07 Howard ChuITS#5161 make sure accesslog_response is called for...
2007-12-06 Hallvard FurusethITS#5248: use volatile sig_atomic_t for signal variable...
2007-12-06 Hallvard FurusethRemove unused variable
2007-12-06 Hallvard FurusethRestore pre-C99 preprocessor support (since rev 1.165)
2007-12-06 Howard ChuCleanup dup_compare
2007-12-06 Howard ChuDrop unnecessary lock
2007-12-06 Howard ChuRe-introduce hdb dup_compare function, default compares...
2007-12-06 Howard ChuMore cleanup, hdb fixes
2007-12-06 Pierangelo Masaratisave old values when deleting (ITS#5258; not optimal)
2007-12-06 Howard ChuMore cleanup
2007-12-06 Howard ChuCleanup prev commits
2007-12-06 Howard ChuITS#5262 must protect dn2id between the time it's read...
2007-12-06 Howard ChuBDB 4.2 compatibility for log_printf (requires modern...
2007-12-05 Howard ChuPrefix log msgs with "slapd"
2007-12-05 Howard ChuUse BDB transaction log for debug messages
2007-12-05 Howard ChuITS#5262 additional cleanup
2007-12-05 Howard ChuITS#5262 use explicit cursor and locker in dn2id
2007-12-05 Howard ChuFix ITS#5257
2007-12-05 Howard ChuRevert 1.159, seems to trigger a concurrency bug. ???
2007-12-03 Hallvard FurusethInteger indexing - cleanup, signedness, redefine signma...
next