]> git.sur5r.net Git - openldap/history - servers/slapd
- setup framework for monitoring of back-bdb/back-hdb stuff in their
[openldap] / servers / slapd /
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...
2006-09-03 Pierangelo Masaratiback-ldap should only touch the connection timestamp...
2006-09-03 Pierangelo Masaratiuse preallocated entries? (otherwise bdb_add and others...
2006-09-03 Pierangelo Masaratiplug slapo-ppolicy related leaks (ITS#4665)
2006-09-03 Pierangelo Masaratiplug leaks in search filter (and cleanup code; ITS...
2006-09-01 Pierangelo Masaratiremove unnecessary assertion; add test for pending ops
2006-09-01 Pierangelo Masaraticleanup
2006-09-01 Pierangelo Masaratiadd an assertion to track ITS#4659; minor cleanup
2006-08-31 Pierangelo Masaratiminor cleanup
2006-08-31 Pierangelo Masaratidon't leak identity
2006-08-31 Pierangelo Masaratidestroy socket set (man page for epoll_create(2) states...
2006-08-30 Pierangelo Masaratipick declaration of ch_strdup()
2006-08-30 Pierangelo Masaratidon't run useless (and likely to fail) checks, if possible
2006-08-29 Pierangelo Masaratifix pre-allocated entry/attribute handling
2006-08-29 Pierangelo Masaratifix pre-allocated entry/attribute handling
2006-08-29 Kurt Zeilengamore cleanup
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 Masaratiappend global access rules also when be != NULL in...
2006-08-28 Pierangelo MasaratiAdd single-password constraint; NOTE from ppolicy.c:
2006-08-28 Quanah Gibson-MountITS#4358, thanks to Kevine Zerbib
2006-08-28 Quanah Gibson-MountFix comment style.
2006-08-28 Quanah Gibson-MountFix delete type modifys where no value is given to...
2006-08-26 Quanah Gibson-Mountfix e_private value, goes along with memory leak fix...
2006-08-26 Pierangelo Masaratireduce code duplication
2006-08-26 Pierangelo Masaratidisable X-ORDERED 'VALUES' naming attributes by now
2006-08-26 Pierangelo Masaratiinvalidate idle connection if a candidate target does...
2006-08-25 Kurt ZeilengaUse LINE_MAX instead of BUFSIZ. Per POSIX, LINE_MAX...
2006-08-25 Howard ChuFix test045, test048 use acl-bind credentials on retry...
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 Masaratidon't leave dangling conns in the AVL tree
2006-08-18 Pierangelo Masaratithe conn may not be bound yet even if the bound DN...
2006-08-18 Pierangelo Masaratimore thread monitoring reworking; connection_pool_max...
2006-08-18 Pierangelo Masaratioi_list might be null if overlay initialization failed...
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 Masaratigive slapd a chance to play callback cleanup handlers...
2006-08-17 Kurt ZeilengaAdd note about setting effectiveness.
2006-08-17 Pierangelo Masaratidon't core if out value is NULL (log error instead...
2006-08-17 Pierangelo Masaratifix previous commit
2006-08-17 Pierangelo Masaratiadd tasklist monitoring; review runqueue monitoring
2006-08-17 Pierangelo Masaratiadd bverb_to_mask() API
2006-08-17 Howard ChuMove socket close into slapd_remove, don't close until...
2006-08-15 Howard ChuTS#4622 deletes in psearch didn't always propagate
2006-08-15 Kurt ZeilengaSome LDAP_DEVEL cleanup
2006-08-15 Howard ChuITS#4622 if any present list was sent, must send refres...
2006-08-15 Howard ChuITS#4622 make sure queued psearch responses get played...
2006-08-15 Howard ChuDelete curcsn arg to slap_get_commit_csn, redundant...
2006-08-15 Howard ChuDelete curcsn arg to slap_get_commit_csn, redundant...
2006-08-15 Howard ChuAdditional shutdown check
2006-08-15 Howard ChuDon't purge log entries if a shutdown was requested
2006-08-12 Kurt ZeilengaUse LDAP_OTHER to indicate internal error
2006-08-07 Howard ChuTone down default ppolicy msg
2006-08-07 Howard ChuITS#4634 always init pp->ad
2006-08-05 Pierangelo Masaratimake log messages more esplicative
2006-08-05 Pierangelo Masaratiprocess callbacks first; they are supposed to remove...
2006-08-05 Pierangelo Masaratifix logging
2006-08-04 Pierangelo Masaratifactor connection code out of syncrepl
2006-08-03 Pierangelo Masaratifix uri rewriting
2006-08-01 Quanah Gibson-MountMinor typo fix (maintaned -> maintained)
2006-07-28 Howard ChuITS#4589 slap_get_commit_csn occasionally returns a...
2006-07-27 Howard ChuITS#4622
2006-07-26 Howard ChuITS#4622 additional fix
2006-07-26 Howard ChuITS#4534, don't update the context cookie with the...
2006-07-24 Howard ChuITS#4613 - fail to start if lastmod is off
2006-07-19 Howard ChuFix prev commit, update kid counters too
2006-07-18 Howard ChuITS#4616 fix cache_modrdn bei_state management
2006-07-15 Howard ChuITS#4614 - complain if glue/subordinate are attempted...
2006-07-14 Howard ChuResurrect special refint modifiersName
2006-07-14 Howard ChuEach refint op needs a unique timestamp, must perform...
2006-07-12 Howard Chus/HPcfgOv/OLcfgOv/
2006-07-12 Howard ChuITS#4609, dynamic config support from Neil Dunbar
2006-07-12 Howard ChuAdditional purge changes for rev 1.120, don't keep...
2006-07-09 Howard ChuRE23 seems to still need these ACL states
2006-07-09 Howard ChuCleanup unused fields from prev commit
2006-07-09 Howard ChuITS#4253 fix value-dependent ACL caching - just record...
2006-07-09 Howard ChuITS#4587 fix for uniquemember/NameAndOptionalUID syntax
2006-07-08 Pierangelo Masaratirefine previous commit
2006-07-08 Pierangelo Masaraticount candidate unavailable (quarantined) targets
next