]> git.sur5r.net Git - openldap/history - servers/slapd/overlays/syncprov.c
ITS#3922 don't leak ber buffer on decode/parse errors
[openldap] / servers / slapd / overlays / syncprov.c
2005-08-09 Howard ChuITS#3922 don't leak ber buffer on decode/parse errors
2005-08-09 Howard ChuITS#3922 plug another cookie parsing leak
2005-08-08 Howard ChuITS#3922 fix syncrepl ctxcsn leak
2005-08-02 Hallvard FurusethFix off-by-one pointer error. Garbage byte between...
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-14 Hallvard FurusethSilence warnings
2005-07-10 Hallvard Furusethfbuf in syncprov_findcsn() got used before it was fully...
2005-06-30 Howard ChuITS#3456 better fix, use a child thread.
2005-06-30 Howard ChuITS#3456 - omit FIND_MAXCSN call from syncprov_db_open...
2005-06-04 Howard ChuAdd SLAP_MOD_INTERNAL flag to Modifications, allow...
2005-05-09 Howard ChuFix debug msg
2005-05-09 Howard ChuTable-driven config
2005-04-28 Howard ChuITS#3671 more abandon/error checks
2005-04-28 Howard ChuMroe abandon checks for ITS#3671
2005-04-28 Howard ChuMore for ITS#3671, check for Abandon before replaying...
2005-04-26 Howard ChuITS#3682, dup entry and free the DB's copy before sendi...
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-15 Howard ChuITS#3616 store contextCSN in glue entry if database...
2005-04-09 Howard ChuDon't do ctxcsn checks in Tool mode, don't generate...
2005-03-29 Sang Seok LimFixing memory leakage in attribute aliasing
2005-03-14 Howard ChuITS#3596 partial fix - allow abandoning a locked operation
2005-02-18 Howard ChuFix cancel cleanup
2005-02-18 Howard ChuITS#3549 acknowledge CANCEL requests
2005-01-25 Pierangelo Masaratifix dynamically registered controls check; NOTE: contro...
2005-01-14 Pierangelo Masaratisilence warnings
2005-01-14 Howard ChuMore consolidation for single consumer-context syncrepl
2005-01-13 Howard ChuFix prev commit
2005-01-13 Howard ChuUse a single sessionlog per context, delete sid
2005-01-12 Howard ChuMore cleanup for prev commit
2005-01-12 Howard ChuITS#3463 don't muck with frontend's operations, just...
2005-01-11 Howard ChuFix findmax when multiple matches are found
2005-01-08 Pierangelo Masaratimake sure the attribute exists
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-31 Kurt Zeilengacleanup
2004-12-12 Howard ChuFix playlog uninit'd fields
2004-12-10 Howard ChuMoved cookie validation into slap_parse_sync_cookie...
2004-12-10 Howard ChuDon't reject invalid cookies, just ignore them. partial...
2004-12-10 Howard ChuFix, don't record psearch until after it has been validated
2004-12-10 Howard ChuFix abandon, only drop our cloned ops, not real fronten...
2004-12-09 Howard ChuFix abandon processing
2004-12-09 Howard ChuPersist mode fixes
2004-12-09 Howard ChuFix 1.48 change
2004-12-09 Howard ChuAdd better validation of received cookie csn
2004-12-09 Howard ChuA better approach for detach_op
2004-12-09 Howard ChuITS#3426, copy group ACL cache to saved Op
2004-12-08 Howard ChuFix playlog search
2004-12-08 Howard ChuAdded sessionlog support. consumer needs work...
2004-12-07 Howard ChuFix findpresent, include user's filter
2004-12-07 Howard ChuRearrange shortcut check for context with no changes
2004-12-07 Howard ChuPreallocate syncuuid set instead of realloc/freeing
2004-12-07 Howard Churestore code in search_cleanup to free ctrls
2004-12-07 Howard ChuWrite contextCSN during db_open if it's newer than...
2004-12-06 Howard ChuFix mod locking
2004-12-05 Howard ChuForced commit - add CVS ID tag
2004-12-05 Howard ChuRestored findcsn( MAX ), used at db_open time
2004-11-29 Howard Chu_operational should return SLAP_CB_CONTINUE
2004-11-29 Howard ChuCleanup - enable config, delete unused code
2004-11-29 Howard ChuCleanup... never replicate syncConsumersubentries....
2004-11-29 Howard ChuPartially revert previous commit. Fix startup csn gener...
2004-11-29 Pierangelo Masaratigenerate contextCSN if not available; don't fail if...
2004-11-27 Howard ChuUse rdwr lock for si_mods to avoid deadlock
2004-11-27 Howard ChuFix syncprov_db_close, only cleanup thrctx once
2004-11-27 Pierangelo Masaratimake unregistered known controls show up as undefined...
2004-11-27 Howard ChuLet the backend know there's a sync search
2004-11-27 Howard ChuAdd checkpointing to save contextCSN periodically....
2004-11-27 Howard ChuCleanup controls
2004-11-27 Howard ChuFix modify serialization
2004-11-27 Howard ChuFix overlay aux_operational, add contextCSN as operatio...
2004-11-27 Howard ChuForce a refresh if the search base has changed
2004-11-27 Howard ChuCleanup
2004-11-27 Howard ChuSerialize multiple modifies of the same entry (ala...
2004-11-27 Howard ChuFix abandon sequencing
2004-11-27 Howard ChuAdded abandon/cancel support
2004-11-27 Howard ChuMore migration of syncrepl from frontend to syncprov...
2004-11-26 Howard ChuSelf-contained detached operation
2004-11-26 Howard ChuAdded response queuing for updates occurring during...
2004-11-26 Howard ChuFix prev commit
2004-11-26 Howard ChuMore syncprov fixes. test019 now passes.
2004-11-25 Howard ChuSplit Operation into Opheader and op
2004-11-25 Howard ChuDisable back-bdb native syncrepl support, enable syncpr...
2004-11-25 Howard ChuMerge op->o_sync_mode into op->o_sync
2004-11-24 Howard ChuCleanup, add some more descriptive comments.
2004-11-24 Howard ChuPersist passes test018
2004-11-24 Howard ChuUse normalized UUID...
2004-11-24 Howard ChuFirst pass at persist, not working
2004-11-22 Howard ChuTweak findcsn conditions for validating cookie csn
2004-11-22 Howard ChuPasses test017
2004-11-21 Howard ChuMore refresh working...
2004-11-21 Howard ChuGetting refresh working
2004-11-09 Howard ChuA bit more...
2004-11-02 Howard ChuIncomplete skeleton