]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/delete.c
More struct berval DNs
[openldap] / servers / slapd / back-ldbm / delete.c
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-25 Kurt ZeilengaUse struct berval DNs for root DN and update DN
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
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-14 Pierangelo Masaratinon-root add/delete of entries rooted at '' checks...
2001-11-12 Pierangelo MasaratiFixes second part of ITS#1430
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-10-09 Kurt ZeilengaDelete attribute indices
2001-01-17 Gary Williamsfix format for new logging
2000-09-05 Kurt ZeilengaConsistently don't require "entry" access (except on...
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: add missing AttributeDescriptions
2000-05-22 Kurt ZeilengaConst'ification
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-25 Kurt ZeilengaLDAP_OPERATIONS_ERROR -> LDAP_OTHER
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
1999-09-18 Howard ChuAdded mixed-case as well as up-cased DN argument. The...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-03 Hallvard FurusethRemove incorrect use of <matched> entry
1999-08-26 Kurt ZeilengaThis fixes dn2id delete bug... but breaks modrdn.
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-13 Kurt ZeilengaAdd DN_INDICES search filter and has_children support...
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-04-30 Kurt ZeilengaModify meaning of SLAPD_CHILD_MODIFICATION_ENTRY_ACL...
1999-02-04 Kurt ZeilengaRemove rwlock diag messages.
1999-01-28 Kurt ZeilengaMake sure e_ndn is used!
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-21 Kurt ZeilengaDuring cleanup always unlock root_mutex if rootlock...
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1999-01-07 Kurt ZeilengaModify Add/Delete/Modrdn operations to require write...
1999-01-03 Kurt Zeilengaentry pointer 'p' must be initialized. Should fix...
1998-12-27 Hallvard FurusethPlug some memory leaks
1998-11-23 Kurt ZeilengaChanged dn2entry to always returned a modified matched.
1998-11-18 Kurt Zeilengafree parent's reader lock. Thanks Gary!
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-12 Kurt Zeilengaremove an entry from its parent's children ID list...
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-10-19 Kurt ZeilengaMerge in latest from -current.
1998-09-20 Kurt ZeilengaMerged in per cache entry reader/writer locks from...
1998-08-09 Kurt ZeilengaInitial revision