]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2006-05-02  Howard ChuAdd ldap_pvt_thread_pool_tid()
2006-05-01  Howard ChuFIx rev 1.207, ACL parsing
2006-05-01  Pierangelo... fix idassert "override"
2006-05-01  Pierangelo... undocument "protocol-version" statement; sort statement...
2006-05-01  Hallvard FurusethAdd missing "static" to last commit
2006-05-01  Pierangelo... fix automated static build
2006-04-30  Hallvard FurusethFix typo in comment
2006-04-30  Hallvard FurusethIntroduce ldap_debug_thread_wrapper() to notice threads...
2006-04-29  Howard ChuFix tpool_shutdown, don't remove pool from list since...
2006-04-29  Howard ChuFix adjust_count, missing break
2006-04-29  Howard ChuITS#4463 add constraint overlay
2006-04-29  Howard ChuITS#4463 add constraint overlay
2006-04-29  Howard Chusearchbase is a required config parameter, log missing...
2006-04-29  Howard ChuITS#4491, abort test if debug messages are missing
2006-04-29  Howard ChuKludge to allow reading undefined attrs in DNs at startup
2006-04-29  Howard ChuHonor ACLs, don't just require root any more
2006-04-28  Howard ChuLog a comment with realdn if different from authzDN
2006-04-28  Howard ChuFix adding ACLs to specific DBs vs global/frontend
2006-04-28  Howard Churmutex_lock etc.: caller supplies thread id
2006-04-28  Howard ChuAdd logoldattr option
2006-04-28  Howard ChuAdd logoldattr keyword for attributes that should alway...
2006-04-28  Howard ChuUse recursive mutex to avoid deadlocks
2006-04-28  Howard ChuAdded recursive mutex implementation
2006-04-28  Luke HowardSLAPI_PLUGIN_{PRE,POST}_RESULT_FN should also be called for
2006-04-28  Howard ChuITS#4512 fix bogus Debug messages in rev 1.48
2006-04-28  Howard ChuRevert 1.96, restore 1.91 functionality
2006-04-28  Howard ChuMore logging for ITS#4423
2006-04-28  Howard ChuFix lutil_parsetime parsing fractional seconds
2006-04-27  Howard ChuFix slapadd of config tree, broken by ITS#4194
2006-04-27  Howard ChuFix rev 1.52, frontendDB uses index {-1}.
2006-04-27  Howard ChuFix prev commit
2006-04-27  Kurt ZeilengaITS#4414: SLP attributes support from Peter Marschall
2006-04-27  Hallvard FurusethSupport rootdn
2006-04-27  Hallvard Furusethcleanup (unused variable)
2006-04-27  Howard ChuAdd logging for ITS#4423
2006-04-27  Howard ChuITS#4500 use rdwr lock instead of mutex
2006-04-27  Howard ChuCleanup close
2006-04-27  Howard Chuback-config support, cleanup init/destroy
2006-04-27  Howard ChuOIDs for more overlays
2006-04-27  Howard Chuback-config support. from Matthew Backes @ Symas.com and
2006-04-27  Howard ChuMore cleanup
2006-04-27  Howard ChuCleanup prev commit
2006-04-27  Howard ChuAdded reqOld support
2006-04-27  Howard ChuTweak mutexes
2006-04-27  Howard ChuImplement reqOld support
2006-04-26  Hallvard FurusethOnly use "index" directive in bdb and hdb
2006-04-26  Hallvard FurusethFix misplaced ">>>>> Test succeeded" messages
2006-04-26  Howard ChuFix prev commit
2006-04-26  Howard ChuFix ITS#4505
2006-04-25  Pierangelo... note when the default base is being used (more about...
2006-04-25  Pierangelo... print the correct search base when taken from ldaprc...
2006-04-25  Pierangelo... check existence of newSuperior
2006-04-25  Pierangelo... only the right error is acceptable
2006-04-25  Pierangelo... allow empty modlist
2006-04-25  Pierangelo... fix strtoul() usage (ITS#4503; forced commit)
2006-04-25  Pierangelo... more ITS#4503 cleanup
2006-04-25  Pierangelo... callbacks must return valid error codes (ITS#4499)
2006-04-25  Pierangelo... fix strtoul() odd interface
2006-04-25  Howard ChuFix log_age_parse days parsing
2006-04-24  Hallvard Furuseth"access to attr=" => "... attrs="
2006-04-24  Hallvard FurusethCast isspace() arg to unsigned char. (Update to previo...
2006-04-24  Pierangelo... cleanup
2006-04-24  Pierangelo... cleanup; make sure no spurious error code slip thru
2006-04-22  Howard ChuPPOLICY_ERROR is primitive, not constructed
2006-04-21  Howard ChuFix EXPIRE/GRACE ber tags
2006-04-21  Howard ChuFix EXPIRE/GRACE tags in control value
2006-04-21  Pierangelo... don't idassert if proxyAuthz == boundDN (ITS#4497)
2006-04-20  Howard ChuMake be_shadow_update more specific for syncrepl ops...
2006-04-20  Kurt ZeilengaRemove more LDBM
2006-04-19  Pierangelo... re-fix ITS#4495 working around atoi() limitations
2006-04-19  Hallvard FurusethRevert rev 1.276, which broke back-shell "RESULT\ncode...
2006-04-19  Hallvard FurusethClarify output from search command
2006-04-16  Hallvard Furuseth#define LogN/Debug() as ((void)0) instead of empty...
2006-04-16  Hallvard Furuseth#define Statslog() also when --disable-debug (disappear...
2006-04-15  Pierangelo... cleanup (now that everything seems to work); leave...
2006-04-14  Pierangelo... more coverity issues
2006-04-13  Howard ChuFix translucent modify
2006-04-13  Hallvard Furusethinit_module() typo: Log() -> Log2()
2006-04-13  Hallvard Furusethmeta_back_db_config: lutil_atou(version,) -> lutil_atoi
2006-04-13  Hallvard FurusethRemove useless assert: unsigned lc->lc_refcnt >= 0
2006-04-13  Hallvard Furusethschema_destroy(): Handle failed slap_schema_init()
2006-04-13  Hallvard Furusethslap_loglevel_get() prototype
2006-04-13  Hallvard FurusethCleanup since last patch (remove unused label)
2006-04-13  Howard ChuITS#4489 fix slap_tls_ld cleanup
2006-04-13  Pierangelo... address protocol version issues (ITS#4488)
2006-04-13  Pierangelo... fix *entry_get() behavior
2006-04-13  Pierangelo... cleanup
2006-04-13  Pierangelo... no TLS no party
2006-04-12  Kurt ZeilengaAdd disclose and manage to ABNF and table of access...
2006-04-12  Pierangelo... group SlapReply search flags
2006-04-12  Kurt Zeilenga(very) basic documentation of "m"anage access
2006-04-12  Kurt Zeilengaunifdef -DSLAP_ACL_HONOR_DISCLOSE
2006-04-11  Kurt Zeilengareally fix it
2006-04-11  Kurt ZeilengaFix bad edit - like cause of ITS#4484
2006-04-11  Howard ChuReturn rc for tls_init_def_ctx
2006-04-11  Kurt ZeilengaRemove LDBM cruft.
2006-04-11  Kurt Zeilengaremove more LDBM cruft
2006-04-11  Kurt ZeilengaRemove more LDBM cruft
2006-04-11  Kurt Zeilengaremove LDBM cruft
2006-04-11  Kurt Zeilengaremove more LDBM cruft
next