]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldif/ldif.c
Reworked recent backend API changes, now using a separate struct,
[openldap] / servers / slapd / back-ldif / ldif.c
2007-08-03 Ralf HaferkampReworked recent backend API changes, now using a separa...
2007-07-25 Ralf HaferkampAdded a new parameter (ConfigArgs*) to the _db_init...
2007-01-02 Kurt Zeilengahappy new year
2006-12-24 Howard ChuFix modrdn, must also rename the directory if it exists.
2006-11-27 Howard ChuAvoid unnecessary calls to oc_bvfind
2006-11-17 Howard ChuTone down enum_tree warning
2006-09-16 Kurt ZeilengaCheck opattrs add result
2006-09-14 Howard ChuPortability cleanups
2006-05-26 Pierangelo Masarati(almost blind) fix potential strchr() read-past-end...
2006-04-28 Howard ChuITS#4512 fix bogus Debug messages in rev 1.48
2006-04-27 Howard ChuFix rev 1.52, frontendDB uses index {-1}.
2006-04-27 Howard ChuITS#4500 use rdwr lock instead of mutex
2006-04-25 Pierangelo Masaraticheck existence of newSuperior
2006-04-25 Pierangelo Masaratiallow empty modlist
2006-04-25 Pierangelo Masaratimore ITS#4503 cleanup
2006-04-13 Pierangelo Masaratifix *entry_get() behavior
2006-04-12 Kurt Zeilengaunifdef -DSLAP_ACL_HONOR_DISCLOSE
2006-04-06 Kurt ZeilengaCode which doesn't hanlding allocation failure should use
2006-02-15 Ralf Haferkampsome more debug logging
2006-02-05 Howard ChuITS#4384 rework entryCSN handling, retrieve from incomi...
2006-01-03 Kurt ZeilengaHappy new year!
2006-01-01 Luke HowardAdd orr_modlist member to request structure, containing...
2005-12-16 Pierangelo Masaraticleanup error logging
2005-12-06 Pierangelo Masaratiremove unused var
2005-12-06 Pierangelo Masaratiuse helper to destroy modrdn modifications; plug leaks...
2005-11-18 Pierangelo Masaratibetter fix to ITS#4183 (the prototype in proto-slap...
2005-11-03 Howard ChuITS#4128 revert prev fixes, alternate fix used.
2005-10-31 Pierangelo Masaratimore about ITS#4128; please review
2005-10-31 Pierangelo Masaratiaddress ITS#4128; please review
2005-10-13 Howard ChuMove CSN invocations to backends
2005-08-27 Howard ChuPartially revert rev 1.31, must detect send_search...
2005-08-26 Hallvard FurusethRename label "leave" to "done".
2005-08-03 Pierangelo Masaratidon't need compare if entry_get is available
2005-08-02 Howard ChuITS#3912 missed an invocation of entry_schema_check...
2005-07-31 Hallvard FurusethCleanup
2005-07-30 Pierangelo Masaratisupport increment; don't bother too much about return...
2005-07-30 Pierangelo Masarati...otherwise it doesn't work with overlays
2005-07-21 Howard ChuPlug more memleaks
2005-07-21 Howard ChuPlug memleak in enum_tree
2005-07-17 Hallvard Furusethbvlist *list was updated through the wrong type.
2005-06-25 Howard ChuFix entry writing, truncate file if rewriting.
2005-05-30 Pierangelo Masaratidon't leave dangling pointers; pass entry when sending...
2005-05-13 Kurt ZeilengamanageDIT framework and obsolete objectclasses/DIT...
2005-05-09 Howard ChuFix prev commit, trim unused cfOC vars
2005-05-09 Howard ChuRestructured to allow miscellaneous Adds under database...
2005-05-09 Howard ChuMore for error propagation
2005-05-06 Howard ChuPropagate config errors back to caller.
2005-05-06 Howard ChuFix for WIN32 mkdir
2005-05-04 Howard ChuITS#3699, #3702 fix ldif_back_search to send entries...
2005-04-10 Pierangelo Masaratiapply naming scheme to global/database schema
2005-03-30 Pierangelo Masaratimore dnParent() cleanup
2005-03-30 Pierangelo Masaratidon't fail if the directory can't be opened because...
2005-03-29 Pierangelo Masaratirelease lock as early as possible; deferring referral...
2005-03-29 Pierangelo Masaratiadd manageDSAit & referral support (to be tested);...
2005-03-29 Pierangelo Masaratidon't continue if fopen failed
2005-03-29 Howard ChuAllow for alternate ordering characters to be used...
2005-03-29 Howard ChuBetter numeric sorting for ordered entries
2005-03-21 Howard ChuFix unparsers, schema loading works
2005-03-20 Howard ChuMore for loading config from LDIF
2005-03-18 Howard ChuSupport subtree rename, refuse subtree delete
2005-03-17 Howard ChuMore for loading config from database. Fix non-reentran...
2005-03-17 Howard ChuFix enum_tree, return in lexical order
2005-03-16 Howard ChuMore cleanup. Still needs work.
2005-03-16 Kurt Zeilengaremove non-ISO-C-isms
2005-03-15 Howard ChuMore back-config / back-ldif integration, added config_...
2005-03-10 Howard ChuAdded back-ldif