]> git.sur5r.net Git - openldap/history - servers
ITS#7077 preserve mirrorMode setting when deleting syncrepl
[openldap] / servers /
2011-11-05 Howard ChuITS#7077 preserve mirrorMode setting when deleting...
2011-11-04 Howard ChuITS#7081 fix prev commit
2011-11-02 Howard ChuITS#6981 pcache: don't reference rs->sr_entry in op_cleanup
2011-11-02 Howard ChuRevert "ITS#6981 don't free entries prematurely"
2011-11-01 Howard ChuITS#6981 don't free entries prematurely
2011-11-01 Howard ChuRevert "ITS#6981 don't flush entries until after cleanu...
2011-11-01 Howard ChuITS#6981 don't flush entries until after cleanup callbacks
2011-11-01 Howard ChuITS#7060 fix str2result return code parsing
2011-11-01 Howard ChuITS#7063 add auto-converted LDIFs for missing schema
2011-11-01 Howard ChuSyntaxes must come before attributetypes in schema...
2011-11-01 Howard ChuITS#7065 fix cn=config modify replace/delete crash
2011-11-01 Howard ChuITS#7061 only return requested attrs in sssvlv response
2011-11-01 Howard ChuITS#7062 call response callbacks even if connection...
2011-11-01 Hallvard FurusethITS#7075 Fix back-perl initialization.
2011-10-23 Hallvard FurusethITS#6763,7053 Cleanup after sending entry/searchref.
2011-10-20 Howard ChuOnly use tool IDL cache when multithreaded
2011-10-20 Ralf HaferkampITS#7066 Reworked fix
2011-10-19 Ralf Haferkampplugged mem-leak introduced by last commit
2011-10-18 Ralf HaferkampITS#7066 reworked default deny ACL for cn=config
2011-10-15 Howard ChuMerge remote branch 'origin/mdb.master'
2011-10-13 Howard ChuDefine S_IWRITE if needed
2011-10-07 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-10-07 Howard ChuMore for cursor reuse
2011-10-07 Howard ChuKeep some dn2i/id2e cursors open longer
2011-10-06 Howard ChuAdditional tweaks for double-threaded slapadd
2011-10-06 Howard ChuITS#7059 replace previous patch
2011-10-06 Howard ChuFix UTF8StringNormalize overrun on zero-length string
2011-10-05 Howard ChuAdditional change for prev commit
2011-10-05 Howard ChuUse a thread for LDIF parsing in slapadd -q
2011-10-04 Howard ChuMerge remote branch 'origin/mdb.master'
2011-10-04 Howard ChuTurn off tool IDL caching
2011-10-03 Howard ChuMerge remote branch 'origin/mdb.master'
2011-10-03 Howard ChuTweak tool IDL cache, use MDB_MULTIPLE
2011-10-03 Howard ChuUse MDB_APPEND mode where possible
2011-10-03 Howard ChuMerge remote branch 'origin/mdb.master'
2011-10-03 Howard ChuUse IDL caching in tool/quick mode
2011-10-03 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-10-02 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-10-02 Howard ChuUse MDB_RESERVE for id2entry_put
2011-09-30 Howard ChuITS#7040 don't complain about other server's CSNs
2011-09-30 Howard ChuITS#7037 restart consumer on Persist errors
2011-09-30 Howard ChuITS#7037 fix syncrepl_add_glue for empty suffix
2011-09-30 Howard ChuITS#7052 syncrepl deletes need a non-empty CSN
2011-09-21 Howard ChuUpdated for mdb_txn_begin API change.
2011-09-21 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-19 Hallvard Furusethback-bdb/back-mdb IDL cleanup.
2011-09-19 Hallvard FurusethCleanup ISO C compatibility for recent commits
2011-09-19 Hallvard FurusethMore libmdb vs back-mdb C type tweaks.
2011-09-19 Hallvard FurusethMerge branch 'mdb.master'
2011-09-19 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-19 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-18 Howard ChuFix prev commit
2011-09-18 Howard ChuSupport index truncation
2011-09-18 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-18 Howard ChuNew mdb_close() signature
2011-09-18 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-17 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-15 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-15 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-14 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-14 Howard ChuFix entry_alloc with no attrs
2011-09-14 Howard ChuFix onelevel search from last commit
2011-09-13 Howard ChuMore search optimization
2011-09-13 Howard ChuTentative speedup - use plain ints for entry_encode...
2011-09-13 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-13 Howard Chumdb_db_close() should not force env_sync in quick mode
2011-09-12 Howard ChuResolve MDB/HDB monitor OID clashes
2011-09-12 Howard ChuJust use memcpy since we know it's non-overlapping
2011-09-12 Hallvard FurusethTweak back-mdb integer types to match libmdb.
2011-09-12 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-10 Howard ChuFix - slapcat doesn't set op->o_hdr for tmpmemctx
2011-09-10 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-10 Howard ChuFix out-of-order slapadd
2011-09-10 Howard ChuFix bogus error codes
2011-09-09 Howard ChuKeep cursor open for id2entry
2011-09-09 Howard ChuUse tmpmem-based entries
2011-09-09 Howard ChuDrop referral.c
2011-09-09 Howard ChuMerge branch 'master' of ssh://git-master.openldap...
2011-09-09 Howard ChuAdd Valgrind mempool support.
2011-09-08 Pierangelo Masaratisilence warning
2011-09-08 Pierangelo Masaratiimport ITS#6925 patch; fix peeraddr variable name clash...
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-08 Quanah Gibson-MountMerge branch 'master' of ssh://git-master.openldap...
2011-09-08 Howard ChuFix 6c8e4f2671b6aed41cd5098725048dbe2513612c
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-07 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-07 Howard ChuMore error msgs
2011-09-06 Howard ChuMerge branch 'mdb.master' of /home/hyc/OD/mdb
2011-09-06 Howard ChuFix 6c8e4f2 for empty suffixes
2011-09-06 Howard ChuMerge branch 'mdb.master' of /home/hyc/OD/mdb
2011-09-06 Howard ChuMore search optimizations
2011-09-06 Howard ChuUse AD-indexes
2011-09-06 Howard ChuAdd AttributeDescription counter
2011-09-05 Howard ChuMerge remote branch 'mdb/mdb.master'
2011-09-05 Howard ChuDebug helper for index
2011-09-05 Howard ChuMerge remote branch 'mdb/mdb.master'
2011-09-05 Hallvard Furusethback-mdb/Makefile.in += variable MDB_SUBDIR.
2011-09-05 Howard ChuFix from key_change consolidation
2011-09-05 Howard ChuCursor updates
next