]> git.sur5r.net Git - openldap/history - servers/slapd/overlays
ITS#4394 fix segfault
[openldap] / servers / slapd / overlays /
2006-02-10 Howard ChuITS#4394 fix segfault
2006-02-07 Howard ChuMore unifdef SLAPD_MULTIMASTER cleanup
2006-02-03 Howard Chudelete now redundant memsets
2006-02-03 Pierangelo Masarati(blind) fix to ITS#4386 (uninitialized var)
2006-02-02 Howard ChuUse "pcache" dynamic debug level
2006-02-02 Howard ChuFix negative caching again, be sure it's really from...
2006-02-01 Howard ChuUse LDAP_DEBUG_CACHE instead of TRACE. Delete remove_mutex.
2006-01-27 Howard ChuFix negative caching, only do it on Success
2006-01-25 Kurt ZeilengaAdd note about contrib/slapd-modules
2006-01-24 Kurt Zeilengaunifdef -DSLAPD_CONF_UNKNOWN_BAILOUT -DSLAPD_CONF_UNKNO...
2006-01-23 Howard ChuITS#4365 reset frs.sr_nentries before searching in...
2006-01-23 Howard ChuITS#4364 add filter_dup, don't use str2filter to dup...
2006-01-19 Pierangelo Masaratineed normalized timestamp as well, although this is...
2006-01-19 Howard ChuITS#4355 timestamps must be normalized
2006-01-18 Howard ChuAdd ability to cache negative results and specify negat...
2006-01-17 Howard ChuITS#4225 added proxyCacheQueries parameter for configur...
2006-01-14 Pierangelo Masaratilet overlays define if they must appear exactly once...
2006-01-14 Pierangelo Masaratirootdn can exceed limit on number of dynamic objects
2006-01-14 Pierangelo Masaratiaddress ITS#4332; might remove dynamicObject counting
2006-01-12 Howard ChuITS#4334 Must propagate connection_destroy to captive...
2006-01-09 Howard ChuOptimizations for containment checks
2006-01-09 Howard ChuPlug memleak when query isn't added to cache
2006-01-09 Howard ChuTone down debug messages
2006-01-09 Howard ChuStreamline answerability test
2006-01-09 Howard ChuITS#4316 fix to make attrset subsets work as documented.
2006-01-07 Pierangelo Masaratifix entryExpireTimestamp description
2006-01-07 Pierangelo Masaratisilence (harmless) warnings
2006-01-06 Howard Chuwake listener when scheduling qtask so it can run immed...
2006-01-06 Pierangelo Masaratiregister OID for entryExpireTimestamp
2006-01-06 Pierangelo Masaratirfc2589 support (ITS#4293)
2006-01-06 Pierangelo Masaratiresource release (more is needed: a report is coming...)
2006-01-05 Pierangelo Masaratiplug leaks
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-26 Pierangelo Masaratitypos in comments (very pedantic...)
2005-12-19 Howard ChuFix ITS#4267, don't bother with unique_search if no...
2005-12-15 Howard ChuITS#4238 don't hide syncrepl control from rootDSE
2005-12-15 Pierangelo Masaratia back-ldap consumer segfaults when accessing members...
2005-12-09 Pierangelo Masaratiadd comment
2005-12-07 Howard ChuImprove previous commit
2005-12-07 Pierangelo Masaratirework previous commit?
2005-12-07 Pierangelo Masaratidon't search max CSN if don't have a value; try the...
2005-12-06 Pierangelo Masaratiplug leaks
2005-12-06 Pierangelo Masaratirelax the check on objectClass (may be equal)
2005-12-05 Pierangelo Masaratidon't return the dummy empty string
2005-11-29 Pierangelo Masaratiadd check on duplicate rules (may be too strict?)...
2005-11-29 Pierangelo Masaratiallow dynlist to take over dyngroup
2005-11-29 Pierangelo Masaraticomplete merging of dyngroup into dynlist; add back...
2005-11-29 Pierangelo Masaratifix return code in case the asserted DN does not exist...
2005-11-28 Pierangelo Masaratiadd support for backend/overlay obsolete names...
2005-11-28 Pierangelo Masaratiadd dyngroup compare functionality to dynlist
2005-11-28 Howard ChuMore for prev commit - set entryCSN as well.
2005-11-26 Kurt ZeilengaRemove some unnecessary #ifdefs
2005-11-25 Pierangelo Masaratiuse LDAP_SIZELIMIT_EXCEEDED; rework the return values...
2005-11-25 Howard ChuITS#4198 initialize logdb contextCSN from main DB conte...
2005-11-25 Howard ChuITS#4209 release entry when it exists.
2005-11-25 Howard Chuop->ors_slimit is always intact now.
2005-11-25 Pierangelo Masaratistreamline overlay configuration
2005-11-25 Pierangelo Masaratiadd more versatile private API for filter escaping
2005-11-25 Pierangelo Masaratiescape filter values (ITS#4212)
2005-11-25 Pierangelo Masaraticheck sizelimit in frontend (ITS#4213)
2005-11-24 Pierangelo Masaratiuse time_t for time-related vars
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-11-24 Pierangelo Masaratidon't expose unnecessary symbols :)
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-11-23 Pierangelo Masaratifix return attributes (ITS#4203)
2005-11-23 Pierangelo Masarati"relax" previous commit; don't leave locks 'round ...
2005-11-23 Pierangelo Masaratiquick fix to ITS#4204
2005-11-23 Pierangelo Masaratimake controls as strict as possible
2005-11-23 Pierangelo Masaratiadd some integrity checks on input, without changing...
2005-11-22 Pierangelo Masaratiadd a comment about reworking compare
2005-11-22 Pierangelo Masaratirun thru the list also in case of FALSE
2005-11-22 Howard ChuFix prev commit, don't touch logDB in tool mode at...
2005-11-21 Howard ChuCreate auditContainer object automatically.
2005-11-20 Howard ChuMore for ITS#3939
2005-11-20 Howard ChuFix back-bdb inequality_candidates to use unchecked...
2005-11-17 Pierangelo Masaratifix wrong response tags (ITS4182; consequence of fixing...
2005-11-16 Howard ChuFix Add password_hash to not depend on password quality...
2005-11-16 Pierangelo Masaratiimprove fix to ITS#4173 OPENLDAP_REL_ENG_2_2_MP
2005-11-15 Pierangelo Masaratidon't muck with SlapReply during response (ITS#4173)
2005-11-14 Pierangelo Masaratire-fix cast and logic
2005-11-14 Hallvard FurusethFix void* pointer arithmetic from ber_bvchr()
2005-11-13 Pierangelo Masaratidon't trust strchr/strrchr with bervals
2005-11-09 Pierangelo Masaratiplug yet another one time leak
2005-11-09 Pierangelo Masaratiplug one time leak
2005-11-09 Pierangelo Masaratifix previous commit
2005-11-08 Pierangelo Masaratigdb is much more clever with enums...
2005-11-06 Pierangelo Masaratisilence warnings
2005-11-06 Pierangelo Masaratiadd matchedDN; fix and clarify behavior when searching...
2005-11-05 Howard ChuITS#4148 fix replica mods
2005-11-03 Pierangelo Masaratiplug one-time leak
2005-11-03 Howard ChuCleanup
2005-11-03 Howard ChuITS#4128 use backend_db_init
2005-11-03 Pierangelo Masaratirelease entry, if required; release mapping resources...
2005-11-03 Kurt ZeilengaUpdate result code to IANA-assigned values
2005-11-03 Howard ChuITS#4134 additional fix
2005-11-03 Howard ChuITS#4134 delete pwdFailureTime on password reset
2005-10-28 Howard ChureqMod / reqOld must be OctetString to accomodate all...
2005-10-17 Howard ChuMore matching rules
2005-10-17 Howard ChuMore schema tweaks
2005-10-17 Howard ChuChange ModDN back to ModRDN. Legacy...
next