]> git.sur5r.net Git - openldap/history - servers/slapd/overlays
Silently ignore if back-ldif is not present
[openldap] / servers / slapd / overlays /
2005-03-16 Howard ChuFix ITS#3601
2005-03-14 Howard ChuITS#3596 partial fix - allow abandoning a locked operation
2005-03-13 Howard ChuIgnore matches from the entry being modified
2005-03-10 Howard ChuAdded translucent overlay (sponsored by HP)
2005-02-22 Pierangelo Masaratiimprove previous commit; now attribute values are rewri...
2005-02-22 Pierangelo Masaratihonor remapped attrs in requested attrlist; fix erroneo...
2005-02-19 Howard ChuITS#3551 return SLAPD_ABANDON on abandon...
2005-02-18 Howard ChuFix cancel cleanup
2005-02-18 Howard ChuITS#3549 acknowledge CANCEL requests
2005-02-01 Howard ChuInit ors_limit to NULL
2005-02-01 Howard ChuFix uninit'd search limits
2005-02-01 Pierangelo Masaratifix spelling
2005-01-31 Pierangelo Masaratihandle cannotChain result
2005-01-31 Pierangelo Masaratihonor SLAP_GLUE_INSTANCE() flag; allow to advertize...
2005-01-31 Pierangelo Masaratimake frontend-generated attrs available to backend...
2005-01-30 Pierangelo Masarati"ultimate" fix of glued databases controls checking...
2005-01-30 Pierangelo Masaratitake care of DN-valued "operational" (generated) attrs
2005-01-29 Pierangelo Masaratilooks a little better (but test033 doesn't work any...
2005-01-29 Pierangelo Masaratimake the glue database inherit the controls of the...
2005-01-28 Pierangelo Masaratiallow to glue local databases under dnssrv
2005-01-25 Pierangelo Masaratifix dynamically registered controls check; NOTE: contro...
2005-01-25 Kurt ZeilengaHide "work in progress"
2005-01-22 Pierangelo Masaraticleanup attribution
2005-01-20 Pierangelo Masaratifix ITS#3499 (may need further testing)
2005-01-20 Pierangelo Masaratithe attribute mapping features of rwm seem to be very...
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-13 Howard ChuUse be_shadow_update, not be_isupdate
2005-01-13 Pierangelo Masaratipropagate opattrs if shadow update
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-09 Pierangelo Masaratiput back chain overlay into back-ldap
2005-01-08 Pierangelo Masaratimake sure the attribute exists
2005-01-07 Pierangelo Masaratifix ACL value checking for bind (ITS#3446)
2005-01-01 Kurt ZeilengaHappy New Year!
2005-01-01 Pierangelo Masaratirework internal handling of strings to minimize tempora...
2004-12-31 Kurt Zeilengacleanup
2004-12-30 Pierangelo Masaratiremap compare attribute; fix erroneous pointers; minor...
2004-12-30 Pierangelo MasaratiTODO: rewrite/remap the newRDN and related stuff both...
2004-12-12 Howard ChuFix playlog uninit'd fields
2004-12-11 Pierangelo Masaratimore cleanup
2004-12-11 Pierangelo Masaratiimprove usability of global ovrlays for write operation...
2004-12-11 Pierangelo Masaratiwork out an issue with chk_referrals and back-relay...
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 Pierangelo Masaraticleanup; add entryCSN
2004-12-08 Pierangelo Masarati- consistently honor multiple referrals
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 entry_release backend swapping
2004-12-06 Howard ChuFix mod locking
2004-12-05 Howard ChuAdd glue overlay
2004-12-05 Howard ChuForced commit - add CVS ID tag
2004-12-05 Howard ChuRestored findcsn( MAX ), used at db_open time
2004-12-05 Howard ChuMore shutdown fixes
2004-12-05 Howard ChuFix prev commit
2004-12-05 Howard ChuMake sure db_close only gets called once
2004-12-05 Howard ChuGo back to original startup/shutdown behavior. Fix...
2004-12-05 Howard ChuFix typo
2004-12-05 Howard ChuBetter fix for ITS#3365, manage back-bdb's read locks...
2004-12-04 Howard ChuAlways exclude subordinates from top-level ops so glue...
2004-12-03 Howard ChuRename syncrepl_rq to slapd_rq, move to daemon.c
2004-12-01 Pierangelo Masaratiallow undefined schema items to be returned by back...
2004-12-01 Howard ChuPass entire entry to password_quality check module...
2004-11-30 Howard ChuDelete define of SLAPD_OVER_GLUE
2004-11-29 Howard ChuBackglue hastily modified as an overlay
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 op_cleanup
2004-11-27 Howard ChuFix abandon sequencing
next