]> git.sur5r.net Git - openldap/history - servers/slapd/overlays/syncprov.c
Fix, don't record psearch until after it has been validated
[openldap] / servers / slapd / overlays / syncprov.c
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