]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/modrdn.c
silence warning
[openldap] / servers / slapd / back-ldbm / modrdn.c
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