]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/id2children.c
Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers.
[openldap] / servers / slapd / back-ldbm / id2children.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-13 Kurt ZeilengaAdd DN_INDICES search filter and has_children support...
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-19 Kurt ZeilengaNamespace changes
1999-04-29 Kurt ZeilengaIgnore idl_delete_key errors. LDBM isn't transactional...
1999-03-06 Hallvard FurusethRemove unused variables
1999-02-11 Kurt ZeilengaConsistently use %ld for printing IDs. %lu was used...
1999-02-03 Kurt ZeilengaGot that logic backwards...
1999-02-02 Kurt ZeilengaDon't try to free NULL idl. Did not cause a problem...
1999-01-31 Kurt ZeilengaRewrite IDL block code to use simple array and accessor...
1999-01-18 Kurt ZeilengaMinor cleanup of trace output.
1999-01-07 Kurt ZeilengaWrap db2 mutex with -DHAVE_BERKELEY_DB2 (should be...
1998-12-29 Kurt SpanierPatch for Berkeley DB 2.6.4 (beta) (DB)->cursor() call.
1998-11-18 Kurt Zeilengadebug messages incorrectly said "add" instead of "remove".
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-11-11 Hallvard Furusethstrlen() needed string.h.
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-09-03 Kurt ZeilengaAdded support for SleepyCat DB2 DBI.
1998-08-09 Kurt ZeilengaInitial revision