]> git.sur5r.net Git - openldap/shortlog
openldap
2005-04-26 Howard ChuFix tool startup, don't start main backend twice
2005-04-26 Pierangelo... don't use temporaries
2005-04-26 Pierangelo... reset candidates when intentionally abandoning; consist...
2005-04-25 Pierangelo... reset candidates when intentionally abandoning; consist...
2005-04-25 Kurt ZeilengaImprove error messages
2005-04-25 Pierangelo... fix retry; add per-target configurable number of retrie...
2005-04-25 Howard ChuFix some return codes
2005-04-25 Howard ChuMore error reporting for clients
2005-04-25 Howard ChuMore modpath fixes
2005-04-25 Howard ChuITS#3671 make sure to flush queue when able
2005-04-25 Howard ChuFix modify deadlock
2005-04-24 Howard ChuBetter fix for #3671
2005-04-24 Howard ChuITS#3671 free all locks before calling send_search_...
2005-04-24 Howard ChuITS#3671 add REP_ENTRY_MUSTRELEASE flag, release the...
2005-04-23 Howard ChuCleanup ModulePath handling
2005-04-23 Howard ChuFix DB_CONFIG loading
2005-04-23 Howard ChuTweak runqueue reporting
2005-04-23 Howard ChuTweak online_index task interval
2005-04-23 Howard ChuFreshly inserted tasks should be at head of queue and...
2005-04-23 Howard ChuAdd hdb symbols, make sure only one indexer runs
2005-04-23 Howard ChuITS#3677 use LDAP_DEBUG_ANY when logging the shutdown...
2005-04-23 Howard ChuAdd task names to runqueue entries. Display running...
2005-04-23 Howard ChuAdd task names to runqueue entries
2005-04-22 Howard ChuMore for dynamic dbenv swapping
2005-04-22 Howard ChuAdd ldap_pvt_thread_pool_purgekey to free all instances...
2005-04-22 Pierangelo... improve back-meta tests; I think test036 can be enabled
2005-04-22 Pierangelo... more on error handling reworking; should address ITS...
2005-04-22 Howard ChuDynamic environment swapping
2005-04-22 Howard ChuFix prev commit
2005-04-22 Howard ChuITS#3607 use shared memory when configured
2005-04-22 Howard ChuFix single-value delete, replace
2005-04-22 Howard ChuITS#3573, ITS#3655 use new schema, shorter expirations...
2005-04-22 Howard ChuITS#3573, cannot set pwdChangedTime manually any more
2005-04-22 Howard ChupwdReset was not supposed to be NO-USER-MODIFICATION
2005-04-22 Howard ChuCleanup db_close vs db_destroy steps
2005-04-22 Kurt ZeilengaAdd <ac/time.h> for 'struct timeval'
2005-04-22 Pierangelo... cleanup
2005-04-22 Howard ChuFix checkpoint task start/stop
2005-04-22 Howard ChuCleanup task tracking
2005-04-22 Howard ChuIsolate syncrepl stuff in syncrepl.c
2005-04-22 Howard ChuChange ldap_pvt_runqueue_insert to return new task...
2005-04-22 Howard ChuFix prev commit
2005-04-22 Howard ChuFix bdb_attrinfo_free
2005-04-22 Pierangelo... remove unnecessary call
2005-04-22 Howard ChuMore for ITS#3655 draft-8 updates
2005-04-22 Howard ChuNote draft 8 in comment
2005-04-22 Howard ChuITS#3655 patch from Ralf rhafer@suse.de update to draft...
2005-04-21 Pierangelo... more attr_merge cleanup (please check)
2005-04-21 Pierangelo... add a consistency check
2005-04-21 Pierangelo... fix previous commit
2005-04-21 Pierangelo... fix previous commit
2005-04-21 Pierangelo... set alias dereferencing (please check)
2005-04-21 Pierangelo... either pass normalized values to attr_merge*() or call...
2005-04-21 Pierangelo... partial fix to ITS#3659; still problems in merging...
2005-04-21 Howard ChuFix prev commit for component indexer op
2005-04-21 Howard ChuFix typo, add Truncate support
2005-04-21 Howard Chuconfig cleanup handler
2005-04-21 Howard ChuAllow shutdown to interrupt the indexer
2005-04-21 Howard ChuDynamic indexing support
2005-04-21 Howard ChuAdded some delete handlers
2005-04-21 Howard ChuPlaceholders for unimplemented Delete handlers
2005-04-21 Pierangelo... cleanup
2005-04-21 Howard ChuFix dnattr unparsing
2005-04-21 Howard ChuFix X-ORDERED SIBLINGS
2005-04-21 Pierangelo... introduce ber_bvreplace()
2005-04-21 Pierangelo... seems to work; in any case, it's yet disabled
2005-04-21 Pierangelo... add basic support for retry; protect internal bind...
2005-04-21 Pierangelo... cleanup connection locking
2005-04-21 Pierangelo... fix previous commit (was causing failure of test028)
2005-04-20 Pierangelo... add concurrency test for back-meta; cleanup previous...
2005-04-20 Pierangelo... slightly reduce malloc overhead; minor cleanup
2005-04-20 Pierangelo... add "retry" switch (currently needed to stress-test...
2005-04-20 Ralf Haferkamp-increase version number
2005-04-20 Ralf Haferkampimproved error reporting
2005-04-20 Ralf Haferkampsupport for syntax and equality matching rule
2005-04-19 Pierangelo... allow abandon/cancel for all tools
2005-04-19 Howard ChuFixes for ordered deletes
2005-04-19 Pierangelo... enable abandon/cancel in ldapsearch (ITS#3670)
2005-04-19 Pierangelo... add tools arg description
2005-04-19 Howard ChuMore modify support. ACL editing works.
2005-04-19 Howard ChuAdded ldap_pvt_runqueue_find()
2005-04-19 Pierangelo... fix memory leak (ITS#3669)
2005-04-18 Pierangelo... missing file (ITS#3668)
2005-04-18 Pierangelo... set deref
2005-04-18 Pierangelo... fix overlay access control; cleanup
2005-04-17 Pierangelo... someone (e.g. an overlay) might muck with this data...
2005-04-16 Pierangelo... protect macro
2005-04-16 Pierangelo... enable use of asynchronous call to StartTLS
2005-04-16 Pierangelo... add test035 for back-meta; minor clanup to test030
2005-04-16 Pierangelo... a) implement a new candidate selection procedure, based...
2005-04-16 Howard ChuITS#3660 fix BDB verbose calls
2005-04-15 Howard ChuITS#3661 use MAXPATHLEN, not PATH_MAX
2005-04-15 Howard ChuITS#3616 store contextCSN in glue entry if database...
2005-04-15 Howard ChuFix LDAP_PVT_THREAD_STACK_SIZE, automatically scale...
2005-04-15 Howard ChuITS#3657 add test with newSuperior as child of target...
2005-04-15 Howard ChuITS#3657 added missing check
2005-04-15 Howard ChuDelete sid reference from syncrepl cookie
2005-04-14 Kurt Zeilengacleanup
2005-04-14 Howard ChuFix config_build_entry, normalized attributes
2005-04-14 Howard ChuIgnore back-ldif if config directory is inaccessible
next