]> git.sur5r.net Git - openldap/history - servers/slapd
fix rebind with idassert when a connection expires; also, fix override
[openldap] / servers / slapd /
2006-09-30 Pierangelo Masaratifix rebind with idassert when a connection expires...
2006-09-27 Pierangelo MasaratiDB_BUFFER_SMALL is BDB 4.4 only
2006-09-27 Ralf HaferkampCheck for the correct return code of cursor->c_get...
2006-09-26 Pierangelo Masaratifix ITS#4686 (retry with idassert)
2006-09-26 Pierangelo Masaratifix ITS#4686 (retry with idassert)
2006-09-26 Pierangelo Masaratidon't know exactly the reason, but here without this...
2006-09-25 Pierangelo Masaratiuse right, although empty, function in bdb_db_destroy()
2006-09-25 Pierangelo Masaratinot sure, but I believe back-hdb needs monitor.c as...
2006-09-25 Pierangelo Masaratimonitor max file descriptor number
2006-09-21 Howard ChuTweak prev commit, avoid referencing syncop when resett...
2006-09-21 Howard ChuITS#4658 propagate errors from syncprov_sendresp; drop...
2006-09-21 Howard Chusend_search_reference should propagate errors
2006-09-20 Howard ChuFix prev commit
2006-09-20 Howard ChuUse a single malloc for entry_decode instead of two...
2006-09-17 Pierangelo Masaratitypo in previous commit...
2006-09-17 Pierangelo Masaratisupport for Solaris' /dev/poll (need to manually define...
2006-09-17 Pierangelo Masaratireorganize select interface (ready for /dev/poll)
2006-09-17 Pierangelo Masaratimake sure we don't interfere with frontend's entry...
2006-09-17 Pierangelo Masaratiminor cleanup
2006-09-16 Kurt ZeilengaCheck opattrs add result
2006-09-16 Kurt Zeilengareturn structuralObjectClass errors
2006-09-15 Pierangelo Masaratiprivate database inherits monitoring from underlying one
2006-09-15 Pierangelo Masaratialso work with pcache
2006-09-15 Pierangelo Masaratimore good looking error messages
2006-09-14 Pierangelo Masaratidestroy exactly what needs to
2006-09-14 Pierangelo Masaratifix one-time leak
2006-09-14 Howard ChuAdditional fix for ITS#4673
2006-09-14 Pierangelo Masaratiby now, don't bail out if monitoring cannot be set up
2006-09-14 Howard ChuFix invalid attributes in translucent_modify
2006-09-14 Pierangelo Masaratifix back-ldap monitoring
2006-09-14 Pierangelo Masaratihandle errors
2006-09-14 Pierangelo Masaratimonitor __ALL__ thread parameters
2006-09-14 Pierangelo Masaratifix (temporarily) uninit'ed var
2006-09-14 Howard ChuRemove obsolete SLAP_FILTER_DN definitions
2006-09-14 Pierangelo Masaraticomment monitoring by now
2006-09-14 Howard ChuPortability cleanups
2006-09-14 Howard ChuITS#4606 errno is not per-thread on WIN32, always use...
2006-09-14 Howard ChuITS#4565 catch errors from slap_sasl_init / backend_init
2006-09-14 Pierangelo Masaratifurther cleanup
2006-09-14 Pierangelo Masaratiadd basic monitoring support to back-ldap/slapo-chain...
2006-09-14 Pierangelo Masaratiminor cleanup
2006-09-14 Pierangelo MasaratiURIs 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 Masaratileave monitor calls in place, hide contents; in the...
2006-09-12 Howard ChuUse #ifdef SLAPD_MONITOR for monitor APIs
2006-09-11 Pierangelo Masaratildap_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 Masaratirearrange error handling
2006-09-11 Pierangelo Masaratiadd sb_version to slap_bindconf;
2006-09-11 Pierangelo Masaratimake sure we got the right control...
2006-09-09 Howard ChuFix uninit'd *cb (Coverity scan)
2006-09-09 Pierangelo Masaratild may legitimately be NULL if another operation freed...
2006-09-09 Pierangelo Masaratidon't bother about unregistering stuff during shutdown
2006-09-09 Pierangelo Masaratifurther improve monitoring setup and cleanup
2006-09-09 Pierangelo Masarati- use STRLENOF, looks cleaner
2006-09-09 Pierangelo Masaratiminor cleanup
2006-09-09 Pierangelo Masaratimore cleanup; add the frontend to the set of monitored...
2006-09-09 Pierangelo Masaratifix entry unlock in case of unhandled scope (ITS#4668)
2006-09-09 Pierangelo Masaratisupport "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 Masaraticleanup names
2006-09-08 Pierangelo Masarati- need to be able to set new subsystems when appending...
2006-09-08 Pierangelo Masaratisome overlay (rwm?) might set those values
2006-09-08 Pierangelo Masaratireally really minor cleanup
2006-09-08 Pierangelo Masaratidefer handling of loglevel listing, to let modules...
2006-09-08 Pierangelo Masaraticomplain if "-T" is not the first option
2006-09-08 Pierangelo Masaratire-enable "-d '?'" as a means to list what loglevels...
2006-09-06 Pierangelo Masaraticustom monitoring can be enabled/disabled via config
2006-09-06 Pierangelo Masaraticleanup subsystems monitoring OID handling
2006-09-06 Pierangelo Masaraticheck return values (failing when filter invalid)
2006-09-06 Pierangelo Masaratifix use with back-hdb
2006-09-06 Pierangelo Masaraticleanup monitoring resources
2006-09-06 Pierangelo Masaratiimplement support for unregistering registered stuff
2006-09-06 Pierangelo Masaratiimprove previous commit
2006-09-06 Pierangelo Masarati- objectClass is now AUXILIARY (modifies existing objec...
2006-09-06 Pierangelo Masaratiremove dependencies on back-{b,h}db
2006-09-06 Pierangelo Masaratiadd attr_normalize*() helper (please holler if I missed...
2006-09-06 Howard ChuReturn current entry/IDL cache counts
2006-09-06 Pierangelo Masaratidon't get mad if monitor database is not configured
2006-09-06 Pierangelo Masaratiminor cleanup; plug couple of one-time leaks
2006-09-06 Pierangelo Masarati- setup framework for monitoring of back-bdb/back-hdb...
2006-09-04 Pierangelo Masaratibetter handling of randomness
2006-09-04 Pierangelo Masaraticleanup handling of sleeps
2006-09-04 Pierangelo Masaratiimprove timeout support (ITS#4157, ITS#4663)
2006-09-04 Pierangelo Masaratiimprove timeout support (ITS#4157, ITS#4663); manpage...
2006-09-04 Pierangelo Masaratirelease authz resources at shutdown
2006-09-04 Pierangelo Masaratimove req2op selection into a helper
2006-09-03 Pierangelo Masaratifix arg format; better trace logging...
2006-09-03 Pierangelo Masaratidon't abandon binds in progress; rather unbind (ITS...
next