]> git.sur5r.net Git - openldap/history - servers/slapd/overlays
Fix ITS#3424
[openldap] / servers / slapd / overlays /
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
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-24 Howard ChuUse BackendInfo instead of direct references to back...
2004-11-23 Howard ChuDynamic control management
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-20 Howard ChuUse avl_find2, not avl_find
2004-11-19 Howard ChuCleanup, delete test define
2004-11-19 Howard ChuUse exop_is_write() macro
2004-11-19 Howard ChuOverlay for serializing modifications of a specific...
2004-11-17 Pierangelo Masaratithe caching database may need to inherit ACLs and limit...
2004-11-13 Pierangelo Masaratisanity check
2004-11-13 Pierangelo Masaratifurther cleanup
2004-11-13 Pierangelo Masaratidisable referral rewrite in default suffix massage
2004-11-09 Howard ChuA bit more...
2004-11-05 Howard ChuOnly use libltdl #if SLAPD_MODULES is defined, otherwis...
2004-11-04 Howard ChuMinor cleanup of prev commit
2004-11-04 Howard ChuConsolidate redundant code
2004-11-02 Howard ChuIncomplete skeleton
2004-10-07 Howard ChuAdd ppolicy_hash_cleartext config keyword, hash Adds...
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-28 Howard ChuMove time parsers from ppolicy.c to liblutil; preserve...
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-26 Pierangelo Masaratiput overlays in alphabetical order
2004-09-21 Howard ChuMake ppolicy_add consistent with ppolicy_modify - don...
2004-09-11 Jong Hyuk Choimemory leak fixes
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-25 Pierangelo Masaraticheck if "rootdn" is defined
2004-08-24 Pierangelo Masarati- proxy cache erroneously returns the filtering attributes
2004-08-18 Howard ChuReworked fix for ITS#3140 - add access parameter to...
2004-08-18 Howard ChuMore for ITS#3288 be_pcl_mutex fixes
2004-08-15 Howard ChuFix crash on modify if userpassword didn't exist yet
2004-07-25 Pierangelo Masaratislightly rework user/operational attributes handling...
2004-07-22 Pierangelo Masaratihack to handle cases where o_req_dn = o_req_ndn
2004-07-20 Pierangelo Masaratiimprove manual and make naming contexts uniform; NOTE...
2004-07-20 Pierangelo Masaratirework passwd_extop to comply with rwm requirements...
2004-07-18 Pierangelo Masaratirework op/rs structures to deal with opeartional attributes
2004-07-18 Howard Chustrptime is unreliable, just parse time ourselves
2004-07-17 Pierangelo Masaratidon't ask for attributes
2004-07-14 Pierangelo Masaraticleanup
2004-07-14 Pierangelo Masaratirevert previous change; anticipate backend_operational...
2004-07-13 Pierangelo Masaratiuse a separate field for a modified entry in SlapReply
next