]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/modrdn.c
Y2k copyright update
[openldap] / servers / slapd / back-ldbm / modrdn.c
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-25 Kurt ZeilengaLDAP_OPERATIONS_ERROR -> LDAP_OTHER
2000-03-03 Kurt ZeilengaRework error handling. Add error descriptions.
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-02-07 Kurt ZeilengaAdd Modification/Modifications structures for -DSLAPD_S...
1999-12-18 Kurt ZeilengaRemove DNS_DN experimental code.
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
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-09-02 Hallvard FurusethFix Debug printf format
1999-09-01 Hallvard FurusethFix uninitialized variable
1999-08-26 Kurt ZeilengaAssert ID != NOID when fetching from the datastore.
1999-08-26 Kurt ZeilengaUse NULL pointer to indicate values need not be freed...
1999-08-26 Kurt ZeilengaBackout delete before add rdn index change.
1999-08-26 Kurt ZeilengaDefer updating dn2id until after rdn checks... (test005...
1999-08-26 Kurt ZeilengaDelete old rdn before adding new rdn.
1999-08-26 Kurt ZeilengaThis fixes dn2id delete bug... but breaks modrdn.
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-07-22 Kurt ZeilengaRelease writer lock on new parent.
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-05-26 Juan GomezAdded fix to allow modrdn whose new rdn was already...
1999-05-19 Juan GomezDo code reuse through ldbm_modify_internal().
1999-05-19 Juan GomezFixed a memory leak and getting ready to reuse some...
1999-04-30 Kurt ZeilengaModify meaning of SLAPD_CHILD_MODIFICATION_ENTRY_ACL...
1999-04-20 Juan GomezUpdates index for rdn attribute type avoiding the ...
1999-04-03 Hallvard FurusethRemove superfluous \ at end of lines outside macros...
1999-04-01 Kurt ZeilengaUpdates for NT4 (MSVC5++).
1999-03-24 Juan GomezAdded support for newSuperior.
1999-03-10 Juan GomezFixed a bug related to the deallocation of memory for...
1999-03-09 Juan GomezAdded support for deleteoldrdn.
1999-03-09 Juan GomezFixed type by changing rdn_type to new_rdn_type.
1999-03-07 Juan GomezAdded software to add the new rdn as an attribute to...
1999-03-05 Juan GomezAdded parameter newSuperior in preparation to support
1999-02-11 Kurt ZeilengaUpdate LDBM cache so that it manages it's own state.
1999-02-10 Kurt ZeilengaMove LDBM-backend specific fields of Entry struct into...
1999-02-09 Kurt ZeilengaPatch modrdn to remove extra space.
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 ZeilengaNeed to upper case the new_ndn.
1999-01-19 Kurt ZeilengaUpdate support for dn vs ndn. Build new dn from e...
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...
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
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