]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm
Patch: ACL #access-id#<invalid-DN> granted access to everyone (ITS#2006)
[openldap] / servers / slapd / back-ldbm /
2001-12-24 Pierangelo Masaratiback out previous change
2001-12-24 Pierangelo Masaraticomment for future optimization
2001-12-24 Kurt ZeilengaEvery quick mod to use a struct berval for e_dn/e_ndn...
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-22 Kurt ZeilengaFix up builds
2001-12-22 Pierangelo Masaratibetter handling of on-the-fly operational attrs by...
2001-12-22 Pierangelo Masaratiadded backend-side support for on-the-fly operational...
2001-12-18 Kurt ZeilengaRegenerate configure and fix AC header inclusion
2001-12-11 Howard ChuDon't signal error if reindexing an already existing...
2001-12-11 Howard ChuFix ldbm_tool_entry_first, was not byteswapping ID.
2001-12-10 Howard ChuFixed suffix DN_SUBTREE again. Index was still being...
2001-12-10 Howard ChuFix - on little-endian machines, store IDs in big-endia...
2001-12-10 Howard ChuFix - on little-endian machines, store IDs in big-endia...
2001-12-09 Howard ChuAdded ndn to replog args, eliminate unnecessary dn_norm...
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-12-07 Kurt ZeilengaFix reference scope.
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-12-06 Howard ChuFix so previous change to slapcat works.
2001-12-05 Howard Chutool_reindex now regenerates the dn2id index as well...
2001-12-05 Kurt ZeilengaRework indexing code, removing "autolang" and making
2001-12-04 Howard ChuDon't maintain a DN_SUBTREE index for the backend suffix.
2001-11-30 Howard ChuIn presence_candidates(), always return a full match...
2001-11-27 Kurt ZeilengaReplace existing SLAP_MR_ matching flags with:
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-17 Howard Chuainfo_free no longer needed
2001-11-16 Pierangelo Masaratimoved the empty dn static entry into a global const...
2001-11-16 Pierangelo Masaratiupdatedn can add '' rooted entries (according to ACLs)
2001-11-16 Pierangelo Masaraticheck children access to newSuperior
2001-11-16 Pierangelo Masaratinon-root modrdn of entries rooted at '' checks children...
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-11-14 Pierangelo Masaratinon-root add/delete of entries rooted at '' checks...
2001-11-13 Kurt ZeilengaRemove slap_get_time optimization.
2001-11-13 Mark Adamsonoptimize number of calls to slap_get_time()
2001-11-12 Pierangelo MasaratiFixes first part of ITS#1430
2001-11-12 Pierangelo MasaratiFixes second part of ITS#1430
2001-11-12 Pierangelo MasaratiFixes ITS#1433
2001-11-07 Kurt ZeilengaRemove lint
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-10-24 Kurt ZeilengaUse allids instead of candidiate negation for !. (ITS...
2001-10-23 Julio Sánchez Fern... Remove bogus refusal to index ;binary attributes. ...
2001-10-23 Julio Sánchez Fern... Compares get values in the matching rule syntax (see...
2001-10-22 Howard ChuMissed a test in AttributeDescription commit
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-10-11 Mark AdamsonSerialize access to idl insert/delete key routines...
2001-10-09 Kurt ZeilengaDelete attribute indices
2001-10-05 Kurt ZeilengaFix some NEW_LOGGING errors
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
next