]> git.sur5r.net Git - openldap/history - servers/slapd/overlays/syncprov.c
From HEAD
[openldap] / servers / slapd / overlays / syncprov.c
2006-01-24 Kurt ZeilengaFrom HEAD
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-21 Kurt ZeilengaChanges from HEAD suggested by Howard (1st round, less...
2005-11-27 Kurt ZeilengaSync with HEAD
2005-11-16 Kurt ZeilengaSync with HEAD
2005-11-15 Kurt ZeilengaSync with HEAD
2005-11-14 Kurt ZeilengaSync with HEAD
2005-11-05 Kurt ZeilengaSync with HEAD
2005-11-03 Kurt ZeilengaSync with HEAD
2005-10-12 Kurt ZeilengaOperation buffer align fix from HEAD
2005-10-07 Kurt Zeilenga Fixed slapd req_pwdexop bug
2005-10-05 Kurt ZeilengaSync with HEAD
2005-09-28 Kurt ZeilengaSync with HEAD
2005-08-29 Kurt ZeilengaSync with HEAD
2005-08-25 Kurt ZeilengaSync with HEAD
2005-08-25 Kurt ZeilengaSync with HEAD (need to update CHANGES)
2005-08-17 Kurt ZeilengaSync with HEAD
2005-08-09 Kurt ZeilengaSync with HEAD
2005-07-11 Kurt ZeilengaSync with HEAD
2005-06-08 Kurt ZeilengaSync with HEAD (ready for 2.3 "release"?)
2005-05-10 Kurt ZeilengaSync with HEAD in prep for 2.3.3beta
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-03-14 Kurt ZeilengaSync with HEAD
2005-01-28 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-12-31 Kurt ZeilengaSync with HEAD
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