]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/modify.c
Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers.
[openldap] / servers / slapd / back-ldbm / modify.c
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-11 Kurt ZeilengaModify replace_values not to merge in new values when...
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-31 Kurt ZeilengaExperimental fix to ITS#179 fix.
1999-07-29 Kurt ZeilengaFix modlist bug in last commit
1999-07-29 Kurt ZeilengaSave attributes until we've completed schema check and
1999-07-27 Kurt ZeilengaReturn LDAP_CONSTRAINT_VIOLATION if user attempts to...
1999-07-18 Kurt ZeilengaImport patches mistakenly applied to OPENLDAP_DEVEL_REF...
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-06-29 Kurt Zeilengaexpose oc_check_operational from schema.c
1999-06-15 Juan GomezReplaced add/delete_value() by change_value() and index...
1999-06-14 Juan GomezAdded index_delete_values() in preparation for changes...
1999-05-28 Kurt ZeilengaChanged lc_conn to be a pointer to a BerElement to...
1999-05-26 Juan GomezAdded support for LDAP_MOD_SOFTADD.
1999-05-22 Kurt ZeilengaRemoved too much LINT.
1999-05-21 Kurt ZeilengaRemove LINT.
1999-05-21 Kurt Zeilengas/WIN32/HAVE_WINSOCK/
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-03-03 Juan GomezMade add_values(), delete_values(), replace_values...
1999-03-01 Kurt ZeilengaUpdate NT port with support for -lldap_r and -lldbm.
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...
1998-12-21 Kurt ZeilengaLDAP C-API changes
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-11-05 Hallvard FurusethSome gcc -W... cleanup
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-28 Kurt ZeilengaAdded modify race patch from sl@fireplug.net
1998-08-09 Kurt ZeilengaInitial revision