]> git.sur5r.net Git - openldap/shortlog
openldap
2011-09-01 Howard ChuResync mdb
2011-08-31 Howard ChuResync with updated libmdb api
2011-08-31 Howard ChuFor test063
2011-08-30 Howard ChuAdd libmdb to include path for back-mdb
2011-08-30 Howard ChuAdd some missing items
2011-08-30 Howard ChuResync
2011-08-30 Howard ChuResync
2011-08-30 Howard ChuResync
2011-08-30 Howard ChuPlug memleaks
2011-08-29 Howard ChuAvoid extraneous txn_renew
2011-08-28 Howard ChuMerge remote branch 'hbf/mdb.hbf' into mdb
2011-08-28 Howard ChuResync
2011-08-28 Howard Chubump mdb maxsize up to 32M to pass test060
2011-08-28 Hallvard FurusethFixup maindb/indexdb
2011-08-28 Hallvard Furusethtests/data/: #bdb/hdb|mdb# -> #maindb/indexdb#.
2011-08-28 Hallvard Furusethtests: Add $MAINDB, $INDEXDB for [bhmn]db tests.
2011-08-28 Howard ChuFix IDL off-by-one
2011-08-28 Howard ChuSync libmdb
2011-08-28 Howard ChuResync libmdb
2011-08-28 Howard ChuSync libmdb
2011-08-27 Howard ChuSupport zero-length entries
2011-08-27 Howard ChuRelax entry_header, zero-length entries are valid.
2011-08-27 Hallvard FurusethAdd MDB support to configure and test framework.
2011-08-27 Hallvard Furuseth.gitignore += back-mdb symlinks (into libmdb)
2011-08-27 Hallvard Furusethlibmdb in .gitmodules: Use git://, not https://.
2011-08-27 Howard ChuPartial fix for test034, other issues still left.
2011-08-27 Howard ChuPlug memleak
2011-08-27 Howard ChuFix referral handling
2011-08-27 Howard ChuAdd mdb to test025-limits
2011-08-26 Howard ChuFix for empty suffix
2011-08-26 Howard Chusync
2011-08-26 Howard ChuAdd mdb stuff
2011-08-26 Howard ChuFix moduleload path
2011-08-26 Howard ChuPlug memleak
2011-08-26 Howard ChuFix parent check
2011-08-26 Howard ChuFix typo
2011-08-26 Howard ChuFix search referral on base
2011-08-26 Howard ChuMinor fixes
2011-08-26 Howard ChuFix typo
2011-08-26 Howard Chufix opinfo
2011-08-26 Howard ChuFix mdb_entry_get
2011-08-26 Howard Chumdb manpage
2011-08-26 Howard ChuMinor fixes. Passes test008.
2011-08-25 Howard ChuFix for dn2entry NULL result
2011-08-25 Howard ChuFix dn2id_delete
2011-08-25 Howard ChuRe-sync
2011-08-25 Howard ChuTweak opinfo release
2011-08-25 Howard ChuNeed both norm and non-norm match from dn2id
2011-08-25 Howard ChuFix typos
2011-08-24 Howard ChuPlug memleak
2011-08-24 Howard ChuMinor fixes
2011-08-24 Howard ChuIndexing fixes
2011-08-24 Howard ChuUse mdb_op_info consistently
2011-08-24 Howard ChuMore porting
2011-08-24 Howard ChuFix typo
2011-08-23 Howard ChuMore porting
2011-08-23 Howard ChuMerge branch 'master' into mdb
2011-08-23 Howard ChuITS#7025 handle Abandon in backglue
2011-08-23 Howard ChuMore for indexing, drop dbcache
2011-08-23 Howard ChuMore porting
2011-08-23 Howard ChuMore porting
2011-08-22 Howard ChuDon't replicate refint repair ops
2011-08-22 Pierangelo... release mutex only *after* backend connection initializ...
2011-08-22 Pierangelo... further cleanup of ldapsearch response
2011-08-22 Pierangelo... referral is a legitimate result
2011-08-22 Pierangelo... make sure size limits are passed to ldapsearch
2011-08-22 Pierangelo... error messages from ldapsearch changed
2011-08-21 Howard ChuFix db_close, don't create txn if no DBs were open
2011-08-21 Pierangelo... add notes about pwdAllowUserChange (more about ITS...
2011-08-21 Pierangelo... according to draft-behera, this attribute only affects...
2011-08-20 Howard ChuFix config typo, tweak slapadd -q
2011-08-19 Howard Churesync
2011-08-19 Howard ChuFix id2name
2011-08-19 Howard ChuUse ARG_ULONG for maxsize
2011-08-19 Howard ChuFix maxsize config, quick init
2011-08-19 Howard ChuPrimitive support for QUICK
2011-08-19 Howard Chusync libmdb
2011-08-19 Howard Chuslapcat partially working
2011-08-19 Howard Chudn2id fixes, slapadd working
2011-08-19 Howard ChuMore for slap tools
2011-08-18 Howard ChuFor #6982 fix a66fb16
2011-08-17 Pierangelo... fix TTL tolerance (ITS#7017, patch by jvcelak@redhat...
2011-08-17 Howard ChuRemove symlinks from repo, add to Makefile
2011-08-17 Howard ChuAdd mdb as a git submodule
2011-08-17 Howard ChuMostly compiles
2011-08-17 Pierangelo... make sure frontend gets the {-1} (ITS#7016)
2011-08-17 Howard ChuGetting basic functions compiling
2011-08-16 Howard ChuMerge branch 'master' into mdb
2011-08-16 Howard Chuhack for #6982 - keep o_abandon set in op_free
2011-08-16 Howard ChuRevert "More for ITS#6892"
2011-08-15 Howard ChuMerge branch 'master' into mdb
2011-08-15 Howard ChuMore for ITS#6892
2011-08-15 Howard ChuCheckpoint
2011-08-13 Pierangelo... host part of unique URI must be empty (ITS#7018)
2011-08-12 Howard ChuCopied from back-bdb to start back-mdb
2011-08-11 Pierangelo... cleanup slapd.ldif; install it (ITS#7015)
2011-08-11 Pierangelo... typo in comment
2011-08-11 Pierangelo... use ldap_search_ext(timelimit) instead of ldap_set_opti...
2011-08-10 Pierangelo... honor TIMEOUT when appropriate (ITS#7009); also honor...
2011-08-10 Pierangelo... make sure 2-arg statements have exactly 2 args (related...
next