]> git.sur5r.net Git - openldap/shortlog
openldap
2011-09-01 Howard ChuBetter defs for locker structures
2011-09-01 Howard ChuSilence stupid warning
2011-09-01 Howard ChuAdd mdb_version()
2011-09-01 Howard ChuRationalize mdbenv namespace
2011-09-01 Howard ChuMove MDB_VERSION to mdb.h, use major/minor/patch
2011-09-01 Howard ChuTweak MDB_val to match struct berval
2011-09-01 Howard ChuRename idl to midl
2011-09-01 Howard ChuAdd another FIXME comment
2011-09-01 Howard ChuAdd mtest2 and 3
2011-09-01 Howard ChuPortability tweak
2011-09-01 Howard ChuMake a shared library too
2011-09-01 Howard ChuStart using as a library
2011-09-01 Howard ChuSorted dup fixes
2011-09-01 Howard ChuAdd MDB_INTEGERKEY db flag
2011-09-01 Howard ChuAllow setting DB flags on main DB
2011-09-01 Howard ChuCleanup, add mdb_cursor_count()
2011-09-01 Howard ChuMore DB checks
2011-09-01 Howard ChuConsolidate stat functions
2011-09-01 Howard ChuHeader cleanup
2011-09-01 Howard ChuMore subDB fixes
2011-09-01 Howard ChuParameter cleanup
2011-09-01 Howard ChuValgrind complaints
2011-09-01 Howard ChuMore subDB stuff
2011-09-01 Howard ChuMake sure subDB info is saved after writes
2011-09-01 Howard ChuSorted dups basically completed, needs testing
2011-09-01 Howard ChuAdded cursor_get for sorted dups
2011-09-01 Howard ChuAdd mdb_get for sorted dups
2011-09-01 Howard ChuAdd mdb_del for sorted dups
2011-09-01 Howard ChuAdd mdb_put for sorted dups
2011-09-01 Howard ChuFix reader txn locking
2011-09-01 Howard ChuDon't malloc the free_pgs list every time
2011-09-01 Howard ChuSetup context for sorted dups
2011-09-01 Howard ChuAdd explicit md_dirty flag to dbxs
2011-09-01 Howard ChuAdd cursor_prev
2011-09-01 Howard ChuUse BDB cursor terminology
2011-09-01 Howard ChuAdd some legalese
2011-09-01 Howard ChuAdditional debug, fixes
2011-09-01 Howard ChuSave free-list in DB
2011-09-01 Howard ChuMore sub-db stuff
2011-09-01 Howard ChuUse STAILQ instead of SIMPLEQ
2011-09-01 Howard ChuMore subdb stuff, add cursor_last()
2011-09-01 Howard ChuTweak mt_dbxs array
2011-09-01 Howard ChuFix free page re-use
2011-09-01 Howard ChuFixup metapage writes
2011-09-01 Howard ChuTweaks to txn handling
2011-09-01 Howard ChuMore subDBs, compiles now
2011-09-01 Howard ChuStart DB restructuring
2011-09-01 Howard ChuReplace ulong with ULONG macro
2011-09-01 Howard ChuMore prep for subdatabases
2011-09-01 Howard ChuTweak comment about overflow allocations
2011-09-01 Howard ChuUse an environment directory
2011-09-01 Howard ChuNo longer need -lssl
2011-09-01 Howard ChuFix db_stat stuff
2011-09-01 Howard ChuMore fixes for seeking
2011-09-01 Howard ChuRe-use old pages
2011-09-01 Hallvard Furusethtests/data/: #bdb,hdb# -> #maindb/indexdb#.
2011-09-01 Hallvard Furusethtests: Add $MAINDB, $INDEXDB for [bhn]db tests.
2011-09-01 Howard ChuAlso track skipped (non-executable) tests
2011-08-31 Howard ChuAdd NOEXIT envvar to run all tests and tally failures
2011-08-31 Howard ChuFor test063
2011-08-27 Howard ChuRelax entry_header, zero-length entries are valid.
2011-08-26 Howard ChuITS#7029,#7031 More for prev commit
2011-08-26 Howard ChuFix moduleload path
2011-08-26 Howard ChuITS#7030 fix overlay_insert() with specific index
2011-08-25 Howard ChuITS#6983 fix duplicate entry in HDB subtree IDL
2011-08-24 Howard ChuITS#7029 fix uninit'd nvalue
2011-08-24 Jan VcelakITS#7028 man: ldap_sync(3) ldap_sync_destroy type
2011-08-24 Jan VcelakITS#7028 man: slapo-unique(5) quoting keywords
2011-08-24 Francis SwaseyITS#7023 document TLSCACertificateFile in the man page...
2011-08-24 Howard ChuITS#7022 cleanup prev commit
2011-08-24 Rich MegginsonITS#7022 NSS_Init* functions are not thread safe
2011-08-24 Jan VcelakITS#7014 TLS: don't check hostname if reqcert is 'allow'
2011-08-24 Howard ChuMore abandon paranoia
2011-08-23 Howard ChuITS#7025 handle Abandon in backglue
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 Pierangelo... add notes about pwdAllowUserChange (more about ITS...
2011-08-21 Pierangelo... according to draft-behera, this attribute only affects...
2011-08-18 Howard ChuFor #6982 fix a66fb16
2011-08-17 Pierangelo... fix TTL tolerance (ITS#7017, patch by jvcelak@redhat...
2011-08-17 Pierangelo... make sure frontend gets the {-1} (ITS#7016)
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 ChuMore for ITS#6892
2011-08-13 Pierangelo... host part of unique URI must be empty (ITS#7018)
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...
2011-08-10 Pierangelo... TLS config statements always need an argument (related...
2011-07-29 Howard ChuITS#6999 fix syncrepl timeout in refreshAndPersist
2011-07-28 Rich MegginsonITS#7002 MozNSS: fix VerifyCert allow/try behavior
2011-07-28 Rich MegginsonITS#7001 MozNSS: free the return of tlsm_find_and_verif...
2011-07-28 Howard ChuITS#7000 fix bad patch in ITS#6472
2011-07-28 Howard ChuITS#7003 fix typo
next