]> git.sur5r.net Git - openldap/shortlog
openldap
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...
2006-08-28 Pierangelo... append global access rules also when be != NULL in...
2006-08-28 Pierangelo... Add single-password constraint; NOTE from ppolicy.c:
2006-08-28 Quanah Gibson... ITS#4358, thanks to Kevine Zerbib
2006-08-28 Quanah Gibson... Fix comment style.
2006-08-28 Quanah Gibson... Fix delete type modifys where no value is given to...
2006-08-26 Quanah Gibson... fix e_private value, goes along with memory leak fix...
2006-08-26 Pierangelo... reduce code duplication
2006-08-26 Pierangelo... disable X-ORDERED 'VALUES' naming attributes by now
2006-08-26 Pierangelo... invalidate idle connection if a candidate target does...
2006-08-25 Kurt ZeilengaNote line length limit.
2006-08-25 Kurt ZeilengaUse LINE_MAX instead of BUFSIZ. Per POSIX, LINE_MAX...
2006-08-25 Pierangelo... allow continuous mode
2006-08-25 Pierangelo... initialize random seed; use high-order bits for better...
2006-08-25 Howard ChuFix test045, test048 use acl-bind credentials on retry...
2006-08-24 Kurt ZeilengaITS#4647: error on bad filter patterns
2006-08-22 Kurt Zeilengas/managedit/relax/
2006-08-22 Kurt Zeilengaremove dontusecopy ifdefs
2006-08-22 Kurt ZeilengaBasic donUseCopy implementation
2006-08-22 Kurt ZeilengaInitial dontUseCopy implementation
2006-08-22 Kurt ZeilengaMore LDAP_DEVEL cleanup
2006-08-21 Howard ChuMore config leaks
2006-08-21 Howard ChuPlug config leak
2006-08-19 Howard ChuFix prev commit
2006-08-19 Kurt ZeilengaLDAP_DEVEL cleanup
2006-08-18 Howard ChuMove ber_sockbuf_free() to slapd_remove() to avoid...
2006-08-18 Pierangelo... re-fix ITS#4405 (really start from the first conn)
2006-08-18 Pierangelo... don't leave dangling conns in the AVL tree
2006-08-18 Pierangelo... the conn may not be bound yet even if the bound DN...
2006-08-18 Pierangelo... more thread monitoring reworking; connection_pool_max...
2006-08-18 Pierangelo... oi_list might be null if overlay initialization failed...
2006-08-18 Kurt ZeilengaLDAP_DEVEL cleanup
2006-08-18 Kurt ZeilengaLDAP_DEVEL cleanup
2006-08-18 Howard ChuFix null pointer reference (coverity scan) and freed...
2006-08-18 Howard ChuFix prev commit
2006-08-17 Pierangelo... give slapd a chance to play callback cleanup handlers...
2006-08-17 Kurt ZeilengaAdd note about setting effectiveness.
2006-08-17 Pierangelo... don't core if out value is NULL (log error instead...
2006-08-17 Pierangelo... fix previous commit
2006-08-17 Pierangelo... add tasklist monitoring; review runqueue monitoring
2006-08-17 Pierangelo... add bverb_to_mask() API
2006-08-17 Pierangelo... fix typo
next