]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2006-09-14  Pierangelo... further cleanup
2006-09-14  Pierangelo... add basic monitoring support to back-ldap/slapo-chain...
2006-09-14  Pierangelo... minor cleanup
2006-09-14  Pierangelo... URIs need to be between double quotes
2006-09-14  Howard ChuTweak ordered index check in check_vals
2006-09-14  Howard ChuCleanup prev commit
2006-09-14  Howard ChuForgot the OC delete handler
2006-09-14  Howard ChuSupport dynamic add/delete of attributeTypes and object...
2006-09-13  Howard ChuUse register_at / register_oc
2006-09-13  Howard ChuUse register_at / register_oc
2006-09-13  Howard ChuUse register_at / register_oc helpers
2006-09-13  Howard ChuAdd register_at / register_oc helpers.
2006-09-13  Howard ChuAdd BackendInfo.bi_extra for backend custom APIs
2006-09-13  Howard ChuFix ITS#4672, clear errno before calling STRTOL
2006-09-13  Howard ChuFix typo from 1.667
2006-09-12  Pierangelo... document the syntax of the ldap.conf(5) file
2006-09-12  Pierangelo... use a more reasonable max line length (ITS#4669)
2006-09-12  Pierangelo... leave monitor calls in place, hide contents; in the...
2006-09-12  Howard ChuUse #ifdef SLAPD_MONITOR for monitor APIs
2006-09-12  Howard ChuFix xref broken by sasl.sdf 1.30
2006-09-11  Pierangelo... ldap_back_dobind_int() may need to free a connection
2006-09-11  Howard ChuIn connection_next, sockets may not be contiguous on...
2006-09-11  Pierangelo... rearrange error handling
2006-09-11  Pierangelo... add sb_version to slap_bindconf;
2006-09-11  Pierangelo... make sure we got the right control...
2006-09-09  Howard ChuFix uninit'd *cb (Coverity scan)
2006-09-09  Pierangelo... ld may legitimately be NULL if another operation freed...
2006-09-09  Pierangelo... don't bother about unregistering stuff during shutdown
2006-09-09  Pierangelo... further improve monitoring setup and cleanup
2006-09-09  Pierangelo... - use STRLENOF, looks cleaner
2006-09-09  Pierangelo... minor cleanup
2006-09-09  Pierangelo... rename functions/macros (no impact, they're currently...
2006-09-09  Pierangelo... more cleanup; add the frontend to the set of monitored...
2006-09-09  Pierangelo... fix entry unlock in case of unhandled scope (ITS#4668)
2006-09-09  Pierangelo... support "subordinate" scope
2006-09-08  Howard ChuITS#4667 in connection_closing, release c_mutex to...
2006-09-08  Howard ChuITS#4667 fix assert in connection_next() for PENDING...
2006-09-08  Pierangelo... cleanup names
2006-09-08  Pierangelo... - need to be able to set new subsystems when appending...
2006-09-08  Pierangelo... some overlay (rwm?) might set those values
2006-09-08  Pierangelo... really really minor cleanup
2006-09-08  Pierangelo... defer handling of loglevel listing, to let modules...
2006-09-08  Pierangelo... point to slapd(8) for details on "-d"
2006-09-08  Pierangelo... re-enable "-d '?'" as a means to list what loglevels...
2006-09-08  Pierangelo... complain if "-T" is not the first option
2006-09-08  Pierangelo... re-enable "-d '?'" as a means to list what loglevels...
2006-09-06  Pierangelo... custom monitoring can be enabled/disabled via config
2006-09-06  Pierangelo... cleanup subsystems monitoring OID handling
2006-09-06  Pierangelo... check return values (failing when filter invalid)
2006-09-06  Pierangelo... fix use with back-hdb
2006-09-06  Pierangelo... cleanup monitoring resources
2006-09-06  Pierangelo... implement support for unregistering registered stuff
2006-09-06  Pierangelo... improve previous commit
2006-09-06  Pierangelo... fix outdated comments
2006-09-06  Pierangelo... add scope helpers
2006-09-06  Pierangelo... - objectClass is now AUXILIARY (modifies existing objec...
2006-09-06  Pierangelo... remove dependencies on back-{b,h}db
2006-09-06  Pierangelo... add attr_normalize*() helper (please holler if I missed...
2006-09-06  Howard ChuReturn current entry/IDL cache counts
2006-09-06  Pierangelo... don't get mad if monitor database is not configured
2006-09-06  Pierangelo... minor cleanup; plug couple of one-time leaks
2006-09-06  Pierangelo... - setup framework for monitoring of back-bdb/back-hdb...
2006-09-04  Pierangelo... better handling of randomness
2006-09-04  Pierangelo... cleanup handling of sleeps
2006-09-04  Pierangelo... append logs
2006-09-04  Pierangelo... improve timeout support (ITS#4157, ITS#4663)
2006-09-04  Pierangelo... improve timeout support (ITS#4157, ITS#4663); manpage...
2006-09-04  Pierangelo... release authz resources at shutdown
2006-09-04  Pierangelo... move req2op selection into a helper
2006-09-03  Pierangelo... fix arg format; better trace logging...
2006-09-03  Pierangelo... don't abandon binds in progress; rather unbind (ITS...
2006-09-03  Pierangelo... back-ldap should only touch the connection timestamp...
2006-09-03  Pierangelo... use preallocated entries? (otherwise bdb_add and others...
2006-09-03  Pierangelo... plug slapo-ppolicy related leaks (ITS#4665)
2006-09-03  Pierangelo... plug leaks in search filter (and cleanup code; ITS...
2006-09-01  Pierangelo... better function name
2006-09-01  Pierangelo... keep count of requests in use
2006-09-01  Pierangelo... don't risk dangling pointers
2006-09-01  Pierangelo... don't use deprecated functions
2006-09-01  Pierangelo... remove unnecessary assertion; add test for pending ops
2006-09-01  Pierangelo... cleanup
2006-09-01  Pierangelo... add an assertion to track ITS#4659; minor cleanup
2006-08-31  Pierangelo... minor cleanup
2006-08-31  Pierangelo... don't leak identity
2006-08-31  Pierangelo... destroy socket set (man page for epoll_create(2) states...
2006-08-31  Pierangelo... fix typo
2006-08-30  Pierangelo... pick declaration of ch_strdup()
2006-08-30  Pierangelo... don't run useless (and likely to fail) checks, if possible
2006-08-29  Pierangelo... fix pre-allocated entry/attribute handling
2006-08-29  Pierangelo... fix pre-allocated entry/attribute handling
2006-08-29  Kurt Zeilengaforced commit
2006-08-29  Kurt Zeilengamore cleanup
2006-08-29  Kurt Zeilengacleanup
2006-08-29  Kurt Zeilengaminor change
2006-08-29  Howard ChuHide config schema if !LDAP_DEVEL
2006-08-29  Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-08-29  Howard ChuMust use ch_strdup, not strdup
2006-08-29  Howard ChuTLS ctx is already cleaned up
2006-08-29  Howard ChuOnly set c_sasl_bindop on actual SASL binds
2006-08-28  Pierangelo... note the single-value userPassword constraint (please...
next