]> git.sur5r.net Git - openldap/history - servers/slapd
ITS#5286
[openldap] / servers / slapd /
2007-08-26 Pierangelo Masaraticheck for shutdown (need to add to other backends?)
2007-08-26 Pierangelo Masaraticleanup
2007-08-26 Pierangelo Masaratiuse LDAP_RES_UNSOLICITED for the response message id
2007-08-26 Howard Churevert prev commit, no gain
2007-08-26 Howard ChuJust use read locks on the entry_db_lock
2007-08-25 Pierangelo Masaratineeds work: memberOf should not be replicated
2007-08-25 Howard ChuFix prev commit
2007-08-25 Howard ChuITS#5077 again
2007-08-25 Pierangelo Masaratigetting an abnormal number of empty syncUUID...
2007-08-25 Pierangelo Masaratibetter fix
2007-08-25 Pierangelo Masaratifix potential concurrency issue (not so potential,...
2007-08-25 Pierangelo Masaratialso improve massaged DN containment check
2007-08-25 Pierangelo Masaratiimprove URI DN containment check
2007-08-25 Pierangelo Masaratifix typo
2007-08-25 Howard ChuFix aux/structural comment
2007-08-25 Pierangelo Masaraticonsistently use "tag=" instead of "op=" in debug messages
2007-08-24 Howard ChuFix config delete
2007-08-24 Howard ChuFix prev commit
2007-08-24 Pierangelo Masarati- fix logging of controls;
2007-08-24 Pierangelo Masaratibehave when a value of an ordered attr starts with...
2007-08-24 Howard Chutest_filter() should use ordered_value_match()
2007-08-24 Pierangelo Masaratiallow to register further syntax/mr compatibility
2007-08-24 Ralf Haferkamptcpd.h is already include in slap.h
2007-08-24 Pierangelo Masaratiadd logging of request/response controls
2007-08-24 Pierangelo Masaratiadd memberOf overlay
2007-08-23 Howard ChuAdd dgIdentity support
2007-08-23 Howard ChuAdd dgIdentity from draft-haripriya-dynamicgroup-02
2007-08-23 Howard ChuRegister dyngroup OID
2007-08-23 Howard ChuAdd cn=config support
2007-08-22 Pierangelo Masaratirework controls API
2007-08-22 Pierangelo Masaratifix subtree rename integrity; curiously enough, tes023...
2007-08-22 Pierangelo Masaratiadd support for session tracking (draft-wahl-ldap-sessi...
2007-08-22 Pierangelo Masaratidon't Statslog before getting controls
2007-08-22 Pierangelo Masaratihandle response controls in exops
2007-08-22 Pierangelo Masaraticonsistently use o_log_prefix
2007-08-22 Pierangelo Masaratifix previous commit (need to finish breakfast before...
2007-08-22 Pierangelo Masaratilog formatOID, possibly mapped to friendly name if...
2007-08-22 Pierangelo Masaratiadd session tracking support to essential exops
2007-08-22 Pierangelo Masaratifix API change
2007-08-21 Pierangelo Masaratiminimal implementation of draft-wahl-ldap-session-03
2007-08-21 Pierangelo Masaraticleanup experimental controls: rename macros, ifdef...
2007-08-21 Pierangelo Masaratire-fix previous commit
2007-08-21 Pierangelo Masaratifix tree delete error handling
2007-08-21 Pierangelo Masaratiadd support for tree delete along with minor fixes...
2007-08-21 Pierangelo Masaratifix control value presence
2007-08-21 Pierangelo Masaratiset authorizing backend
2007-08-21 Pierangelo Masaratifix or comment Calysto findings
2007-08-20 Pierangelo Masaratifix yet another potential dereference of NULL op (caugh...
2007-08-20 Howard ChuMore for ITS#5077
2007-08-20 Pierangelo Masaratisupport subtree rename (ITS#5097)
2007-08-20 Pierangelo Masaraticheck for SOFTADD as well
2007-08-20 Pierangelo Masaratirework connections so that they get cached on a per...
2007-08-17 Howard ChuMore for BDB 4.6 compatibility
2007-08-17 Pierangelo Masaraticleanup previous commit; make sure what's queryid and...
2007-08-17 Pierangelo Masaratifix queryDelete by queryID
2007-08-17 Pierangelo Masaratiset the number of cached entries after reload...
2007-08-17 Pierangelo Masaratimake lutil_uuidstr_from_normalized() return the length...
2007-08-17 Pierangelo Masaratirevert previous commit: let queryId be an octet string...
2007-08-17 Pierangelo Masaratiuse UUID syntax for queryId
2007-08-17 Pierangelo Masaratifix UUID parsing (it's in normalized form)
2007-08-17 Pierangelo Masaratimove uuid normalized to string to liblutil
2007-08-17 Pierangelo Masaratifix previous commit
2007-08-17 Pierangelo Masaratifurther fix specification
2007-08-17 Pierangelo Masaraticleanup error messages; complete privateDB control...
2007-08-17 Pierangelo Masaratiadd:
2007-08-17 Pierangelo Masaratirework previous commit: consistently remove queries...
2007-08-17 Pierangelo Masaratimore consistent parsing checks
2007-08-17 Pierangelo Masaratirework previous commit
2007-08-17 Pierangelo Masaratiallow "traditional" behavior (more for ITS#4962; please...
2007-08-17 Pierangelo Masaratigive the db a chance if rootpw is unset (more for ITS...
2007-08-17 Pierangelo Masaratire-sort funcs (and enums) in "logical" order
2007-08-16 Howard ChuParanoia for prev commit
2007-08-16 Howard ChuFix double-free closing multiple ppolicy overlay instances
2007-08-16 Hallvard FurusethRemove lint
2007-08-16 Hallvard FurusethFix typo in previous commit: spurious space in UUID...
2007-08-16 Pierangelo Masaraticonsistently use SLAP_* malloc macros; alloc sizeof...
2007-08-16 Pierangelo Masaratifox to ITS#5070 fix: error out if serialNumber requires...
2007-08-16 Pierangelo Masaratifix error checking when parsing UUID (detected by Cover...
2007-08-16 Pierangelo Masaratidon't trick coverity...
2007-08-16 Pierangelo Masaratidefer thread key retrieve as it might not be needed
2007-08-16 Pierangelo Masaratilet req_modify_s and req_modrdn_s have a common portion...
2007-08-16 Pierangelo Masaratiuniformly exploit rootdn bind; add support for rootdn...
2007-08-16 Pierangelo Masaratifix previous commit
2007-08-16 Pierangelo Masaratis/orb_tmp_mech/orb_mech/
2007-08-16 Pierangelo Masaratidon't dereference save_errnop if NULL; create temporary...
2007-08-15 Howard ChuITS#4627 fix tool_entry_next
2007-08-15 Hallvard FurusethFix rev 1.68 spew_entry() for ITS#4627: Do not derefer...
2007-08-14 Howard ChuTS#4627 fix tool_entry_first()
2007-08-14 Pierangelo Masaratifix most of the issues of ITS#4627
2007-08-14 Pierangelo Masaratiadd '-Q' switch (used by slaptest only; ITS#4930)
2007-08-14 Pierangelo Masaratimerge attributes as required after mapping; avoid objec...
2007-08-13 Pierangelo Masaratirecent check for syncrepl searchbase broke test048...
2007-08-13 Pierangelo Masaratidon't allow NULL values (because of parsing errors...
2007-08-13 Pierangelo Masaratiprovide an interface to remove a set of entries from...
2007-08-13 Pierangelo Masaratiplug leak
2007-08-13 Pierangelo Masaratistop pcache task at close
2007-08-13 Pierangelo Masaratifix hot startup commit (read of uninitialized memory...
2007-08-11 Howard ChuAdd config keyword for DN cache size (aka EntryInfoSize)
2007-08-11 Pierangelo Masaratifix objectClass inheritance (ITS#5088)
2007-08-11 Pierangelo Masaratiuse RFC4523 objectClasses
next