]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm
BDB_INDEX code does no harm (but no good yet, not used by filters yet).
[openldap] / servers / slapd / back-ldbm /
2001-10-04 Kurt ZeilengaMore changes to let BDB build without LDBM.
2001-10-02 Pierangelo Masaratifix memory leak in case of ACL failure (no write permis...
2001-09-22 Howard ChuTweaked ID_BLOCKs to record NIDs for INDIRECT blocks...
2001-09-22 Howard ChuFix another SEGV from previous patch.
2001-09-22 Howard ChuFix previous idl_find patch. Cannot test <=0 with unsig...
2001-09-21 Howard ChuAdd idl_find binary search routine, used by idl_insert...
2001-09-16 Kurt ZeilengaRemove lint
2001-09-08 Kurt ZeilengaAdd referral scope checks (ITS#1289) from dshriver...
2001-09-07 Kurt ZeilengaAdd IDL debugging code from SuSE.
2001-09-01 Kurt ZeilengaOpen databases using WRCREAT not READER.
2001-08-04 Pierangelo Masaratifix a reference to volative memory in back-ldbm/passwd...
2001-08-01 Pierangelo Masaratiadd global, per backend and per op_ndn time/size soft...
2001-07-31 Pierangelo Masaratifix typo; try to delete dn2id in case of late failure
2001-07-31 Pierangelo Masaratiadded acl check for added/removed rdn attrs
2001-07-30 Pierangelo Masaratifixes another assert in case of subtle error (schema...
2001-07-30 Pierangelo Masaratifixes ITS#1261 (abort on modrdn with new dn already...
2001-07-28 Pierangelo Masaratiexploits regex-based per op_ndn time/size limits
2001-07-22 Kurt ZeilengaFix typo
2001-07-21 Kurt Zeilengaunifdef -DMULTIATTRVAL_RDN
2001-07-21 Pierangelo MasaratiReworked again the caching in case of failure.
2001-07-20 Pierangelo MasaratiReworked API of nextid; e_private gets destroyed separa...
2001-07-16 Randy KunkeePrevent ldbm_sync from being called by ldbm_cache_close...
2001-07-16 Randy KunkeeFix ITS#1239:
2001-07-14 Kurt ZeilengaQuick and dirty hack to add password modify replication.
2001-07-11 Pierangelo Masaratiadded function cache_find_entry_ndn2id that avoids...
2001-07-10 Pierangelo Masaratireworked rdn_attrs to use ldap_explode_rdn; maybe we...
2001-07-10 Gary Williamsfix bad debug message
2001-07-07 Pierangelo MasaratiIf add to "" is allowed, also modrdn should
2001-07-07 Pierangelo Masaratidn2idl API changed for consistency with other dn2id...
2001-07-06 Pierangelo Masaratifixed test on "" (empty) parent dn
2001-07-06 Pierangelo Masaratihonors '+' rdn separator in adding/deleting attributes...
2001-07-05 Pierangelo Masaratirdn check to prevent illegal rdns in modrdn (copied...
2001-07-03 Pierangelo MasaratiUsed API signature from back-bdb; compiles and passes...
2001-07-02 Pierangelo Masaratiseparate ID return value form return status in dn2id...
2001-06-28 Randy KunkeeRemove global_backendsyncfreq code (code has been pushe...
2001-06-28 Randy KunkeeChange to _TRACE instead of _ANY for sync daemon internals.
2001-06-28 Randy KunkeeMove backend_syncfreq code down into back-ldbm. Create...
2001-06-23 Kurt ZeilengaPlug idl leakage
2001-06-22 Kurt ZeilengaBackout directory config option
2001-06-22 Randy KunkeeAdd sync_daemon to daemon.c, enabled by global configur...
2001-06-21 Randy KunkeePatches from Mark Whitehouse (with changes from myself...
2001-06-15 Kurt ZeilengaMisc updates for NT4
2001-06-07 Kurt ZeilengaCheck for children
2001-06-06 Kurt ZeilengaCheck for duplicate entries
2001-06-06 Kurt ZeilengaAdd more detailed reporting of schema violations to...
2001-05-29 Kurt ZeilengaAdd an LDBM backend "directory" directive (in addition to
2001-05-18 Kurt Zeilengaminor cleanup
2001-05-16 Kurt ZeilengaImprove error message when parent is referral or not...
2001-04-19 Kurt ZeilengaPreviously added modrdn restriction to restrictive...
2001-04-12 Kurt ZeilengaFix referral handling bug
2001-03-17 Kurt ZeilengaFix typo
2001-03-15 Kurt ZeilengaNormalized user DN
2001-01-17 Gary Williamsfix format for new logging
2001-01-09 Stig VenaasAllow changing rdn only, locked parent twice when old...
2000-10-18 Kurt Zeilengaquick hack to support holding of the root naming context
2000-10-11 Kurt ZeilengaAdd missing 'static'... (ITS#823,825,828)
2000-10-11 Kurt ZeilengaUpdate ldappasswd binddn bug, man page and error reporting
2000-10-03 Kurt ZeilengaDon't excite folks with index_param fails
2000-09-30 Kurt Zeilengafix typo in comment
2000-09-30 Kurt ZeilengaUpdate entry release to new prototype
2000-09-29 Kurt ZeilengaAdd connection and operation arguments to backend callb...
2000-09-29 Kurt Zeilengamisc cleanup
2000-09-25 Kurt ZeilengaClean up logging and fix ITS#771 typo
2000-09-20 Kurt ZeilengaFix typo in comment
2000-09-20 Kurt ZeilengaFix SPASSWD merge for real
2000-09-20 Kurt Zeilengamerge changes from authPassword work which should fix...
2000-09-18 Kurt ZeilengaFramework for back-bdb
2000-09-13 Ben Collinsdereference 'char **text' when passing it as an arg...
2000-09-13 Ben Collinsdeclare return value of index_mask() to be slap_mask_t...
2000-09-12 Kurt ZeilengaCatch nextid failures.
2000-09-11 Kurt Zeilenga-lldbm now sets DB_USE_ENVIRON and support input of...
2000-09-07 Kurt ZeilengaITS#717 slapd kbind patch
2000-09-05 Kurt ZeilengaConsistently don't require "entry" access (except on...
2000-08-27 Kurt ZeilengaFix alias deref success v. NoSuchObject bug
2000-08-22 Kurt ZeilengaFirst cut of LDBM substrings indexing. Needs testing.
2000-08-15 Kurt ZeilengaPlug leaks.
2000-08-15 Kurt ZeilengaMove delete of last value check out of inner loop.
2000-08-07 Kurt Zeilengaremove assert(0)
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-26 Kurt ZeilengaWorking slapindex!
2000-07-25 Kurt ZeilengaITS#636, keys == NULL bug
2000-07-21 Kurt ZeilengaAdd experimental reindexer.
2000-07-19 Kurt ZeilengaNew slapindex framework (no meat)
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-06-28 Mark ValenceUpdated attribute routine to pass back bervals.
2000-06-26 Kurt ZeilengaAdd attribute type/matching rule support for structural...
2000-06-26 Kurt ZeilengaModify backend_attribute to return bervals and adjust...
2000-06-25 Kurt ZeilengaUpdate slurpd to use LDAPv3 w/ ManageDSAit
2000-06-25 Kurt ZeilengaReturn unwillingToPerform for step 2 kerberos bind.
2000-06-25 Kurt ZeilengaModified slapd to be slurpd friendly.
2000-06-23 Mark ValenceAdd attribute.c to project.
2000-06-21 Mark ValenceAdded attribute.c
2000-06-21 Mark ValenceNew backend routine: back_attribute
2000-06-21 Mark ValenceNew backend routine: back_attribute
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
2000-06-17 Kurt ZeilengaAdd referral.c
2000-06-17 Kurt ZeilengaAdd LDBM referral handler...
2000-06-17 Kurt ZeilengaReimplement search_candidate support for scope, referra...
2000-06-17 Kurt ZeilengaFix aliasing.
2000-06-17 Kurt ZeilengaRemove broken num subordinates code.
next