]> git.sur5r.net Git - openldap/history - servers/slapd/overlays
Silently ignore if back-ldif is not present
[openldap] / servers / slapd / overlays /
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
2004-07-13 Pierangelo Masaratimemory hanling cleanup
2004-07-12 Pierangelo Masaratichange flags only if entry massaging goes fine
2004-07-12 Pierangelo Masaraticleanup
2004-07-12 Howard ChuAdd backend_startup_one()
2004-07-11 Pierangelo Masaratimostly done...
2004-07-10 Howard ChuRemove redundant code from previous patch
2004-07-10 Pierangelo Masaratifix previous commit (needs work)
2004-07-10 Pierangelo Masaraticache backend was not started up
2004-06-12 Pierangelo Masaratisilence a few (mostly harmless) warnings
2004-06-12 Pierangelo Masaraticlarify no limits in (internal) searches
2004-06-08 Jong Hyuk ChoiITS#3180 Fix
2004-06-03 Howard ChuITS#3170 fix uninit'd mod.sml_nvalues
2004-05-20 Howard ChuITS#3151 always reschedule consistency_check task
2004-05-19 Howard ChuITS#3153 only cache queries with at least one entry
2004-05-19 Howard ChuITS#3150 fix uninit'd return_val
2004-05-13 Pierangelo Masaratifix schema initialization when built as module...
2004-05-13 Howard Chubetter fix for prev commit
2004-05-13 Howard ChuITS#3137 defer schema loading until overlay configuration
2004-05-07 Pierangelo Masaratifix DN_SEPARATOR() and clarify its use
2004-05-07 Pierangelo Masaratimore on fixing escaped semicolon in normalized DN
2004-04-17 Howard ChuAdded static ppolicy, refinit, unique overlays
2004-04-17 Howard ChuFix replog check
2004-04-17 Howard ChuAdded ppolicy rules
2004-04-17 Howard ChuAdded referential integrity and attribute uniqueness...
2004-04-13 Pierangelo Masaratimore improvements
2004-04-13 Pierangelo Masarativarious improvements
2004-04-13 Pierangelo Masaratiupdate OIDs
2004-04-10 Pierangelo Masaratilast mod overlay (needs cleanup)
2004-04-10 Pierangelo Masaratifirst round of SHADOW flags/isupdate test unification
2004-04-09 Kurt Zeilengas/bvalues/values
2004-04-08 Kurt Zeilengabvalue cleanup
2004-04-08 Howard ChuFix attributions, add HP info
2004-04-07 Jong Hyuk Choiupdatedn fix for syncrepl
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-06 Howard ChuFix search limits due to frontend limit_check change
2004-04-06 Pierangelo Masaratisilence erroneous warning
2004-04-06 Howard ChuDon't try to use runqueue in SLAP_TOOL_MODE
2004-04-06 Pierangelo Masaratiwrong arg order :)
2004-04-06 Pierangelo Masaratirework be_isupdate accordingly to be_isroot
2004-04-06 Kurt Zeilengaswap be_isroot and be_isroot_dn symbols
2004-04-05 Howard ChuAllow users to change their own password by default...
2004-04-05 Kurt ZeilengaFirst rounds of backend/database flag cleanup
2004-04-05 Pierangelo Masaratiexploit new isroot_dn helper
2004-04-05 Howard ChuAvoid mktime/gmtime in parse_time(), just compute time_...
next