]> git.sur5r.net Git - openldap/history - servers
back-sock by Brian Candler (B.Candler@pobox.com) ITS#4094 (untested)
[openldap] / servers /
2007-09-07 Howard Chuback-sock by Brian Candler (B.Candler@pobox.com) ITS...
2007-09-07 Pierangelo Masaratialso copy modifications we don't deal with, as they...
2007-09-04 Pierangelo Masaratiparse unsigned as unsigned (ITS#5122)
2007-09-04 Pierangelo Masaratiblind fix: I assume we need to restore ors_scope
2007-09-04 Pierangelo Masaratifix idl lru deletion of last entry (ITS#5121) OPENLDAP_REL_ENG_2_4_MP
2007-09-04 Howard ChuITS#5119 fix uninit'd nval after normalization failure
2007-09-03 Pierangelo Masaraticheck call consistency
2007-09-03 Pierangelo Masaratimake sure n,o are non-zero, so j is initialized (coverity)
2007-09-03 Pierangelo Masaratifix one-time leak (coverity)
2007-09-03 Pierangelo Masaratifix helper pointer inizialization (coverity)
2007-09-03 Howard ChuUse IA5String for olcDbConfig to allow empty strings
2007-09-03 Howard ChuAdd IA5String macro
2007-09-03 Howard ChuFix PrintableString/IA5String commentary
2007-09-02 Howard ChuRead DB_CONFIG file in server and tool mode, for config...
2007-09-02 Howard ChuFix schema undo crash
2007-09-02 Howard ChuITS#5082 RE23 compatibility, allow olcPasswordHash...
2007-09-02 Howard ChuPartially resurrect cn=Include stuff - parse from LDIF...
2007-09-01 Howard ChuHide log schema
2007-09-01 Pierangelo Masaratihide (experimental) schema
2007-09-01 Pierangelo Masaratihide (experimental) schema
2007-09-01 Pierangelo Masaratifix previous commit
2007-09-01 Pierangelo Masaratihide (experimental) schema
2007-09-01 Pierangelo MasaratiauthzMatch IS octetStringMatch
2007-09-01 Pierangelo Masaratihide (experimental) schema
2007-09-01 Pierangelo Masaratihide schema
2007-09-01 Howard ChuProtect Debug messages from NULL pointers
2007-09-01 Quanah Gibson-MountITS#5102 fix
2007-09-01 Howard ChuFix DEVEL dependency
2007-08-30 Howard ChuRevert prev commit, don't advertise subord scope
2007-08-30 Pierangelo Masaratirelease certificateListValidate()
2007-08-29 Howard ChuFix SORTED_RESULTS check
2007-08-29 Howard Chuunifdef LDAP_DEVEL for subordinate scope
2007-08-29 Pierangelo Masaratiallow shutdown while syncrepl_del_nonpresent()
2007-08-29 Pierangelo Masaratinote what SID the server is assuming
2007-08-29 Ralf HaferkampAdditional fix for ITS#4991. _cleanup callback was...
2007-08-29 Pierangelo Masaratiplug yet another leak
2007-08-29 Pierangelo Masaratiplug another leak (hope it's general enough)
2007-08-29 Pierangelo Masaratifix test
2007-08-28 Pierangelo Masaratiplug leak
2007-08-28 Pierangelo Masaratiback out previous two commits
2007-08-28 Pierangelo Masaratifix uninit'ed var crasher
2007-08-28 Pierangelo Masaratiadd -S to slapadd to set desired SID in generated entry...
2007-08-28 Pierangelo Masaratifirst round of CSN normalization consequences
2007-08-28 Pierangelo Masaratiforgot to re-sort operation names
2007-08-28 Pierangelo Masaratiif tool mode needs to add structuralObjectClass, overri...
2007-08-28 Howard ChuConvert collect to dynamic config. Even though it's...
2007-08-27 Pierangelo Masaratikeep pretty and normal form of CSN the same...
2007-08-27 Pierangelo Masaratifix previous commit
2007-08-27 Pierangelo Masaratialso the MOD part is hex; preserve compatibility with...
2007-08-27 Pierangelo Masaratiadd csnValidate/csnNormalize, since the SID could be...
2007-08-27 Pierangelo Masaratiallocate OID for back-sql configuration
2007-08-27 Pierangelo Masaraticlose LDIF handler (valgrind)
2007-08-27 Pierangelo Masaratineed to copy the Entry to safely manipulate it
2007-08-27 Pierangelo Masaraticonsistently dispose of limbo
2007-08-27 Pierangelo Masaratiadd anlist_free
2007-08-27 Pierangelo Masaratiso SIDs are hex
2007-08-26 Pierangelo Masaratiimprove previous commit; fix ITS#5108 by letting both...
2007-08-26 Pierangelo Masaratiadd support for CSNSIDMatch; use it to set contextCSN...
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
next