]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/add.c
Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers.
[openldap] / servers / slapd / back-ldbm / add.c
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
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-14 Kurt ZeilengaFix add to topless root.
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-06-19 Kurt ZeilengaAllow adding of dn: o=foo if suffix is "" and rootdn.
1999-04-13 Hallvard FurusethAdd struct backend_info->bi_entry_release_rw and relate...
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-05 Kurt SpanierFix braindead signal handling in linux kernal threads.
1999-01-28 Kurt ZeilengaMake sure e_ndn is used!
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-26 Kurt Zeilengacache_set_state( cache, e, 0) cannot occur before lock...
1999-01-22 Kurt ZeilengaEntry must be locked before adding it to the cache.
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-17 Kurt ZeilengaUse Entry's e_ndn instead of recomputing it.
1999-01-07 Kurt ZeilengaModify Add/Delete/Modrdn operations to require write...
1998-12-30 Kurt ZeilengaPreliminary Fixes for ITS#24, ITS#26, and ldbm_back_add...
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-23 Kurt ZeilengaChanged dn2entry to always returned a modified matched.
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