]> git.sur5r.net Git - openldap/history - servers/slapd/tools/ldbmtest.c
Move `#include "ldap_defaults.h"' into slap.h, which #ifdefs on it.
[openldap] / servers / slapd / tools / ldbmtest.c
1999-09-03 Hallvard FurusethMove `#include "ldap_defaults.h"' into slap.h, which...
1999-08-19 Kurt ZeilengaClean up debug messages.
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-07 Kurt ZeilengaUse a cursor to step through ID_BLOCKS.
1999-08-04 Kurt ZeilengaAdd copyright notice and a few comments here and there
1999-08-04 Hallvard Furuseths/return 0/return EXIT_SUCCESS/ in main(), #include...
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-07-19 Kurt ZeilengaNamespace changes
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-04-02 Hallvard FurusethFactor `}' out of #if/...}/#else...}/#endif, so Emacs...
1999-03-17 Kurt ZeilengaAdd DEFAULT_EDITOR to ldapconfig.h. Used by ldbmtest...
1999-03-01 Kurt ZeilengaUpdate NT port with support for -lldap_r and -lldbm.
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-02-11 Kurt ZeilengaUpdate tools to print ID's using "%ld" instead of ...
1999-02-05 Kurt ZeilengaNew Frontend->Backend Interface
1999-01-31 Kurt ZeilengaRewrite IDL block code to use simple array and accessor...
1999-01-23 Kurt ZeilengaRemove configure's wait3 test as we don't care about...
1999-01-19 Kurt Zeilengause dn_normalize_case().
1999-01-11 Kurt ZeilengaChange SLAPD shutdown to do a cond wait on active threa...
1999-01-07 Kurt ZeilengaWrap db2 mutex with -DHAVE_BERKELEY_DB2 (should be...
1999-01-01 Kurt ZeilengaWrap strtok use with mutex.
1998-12-29 Kurt ZeilengaFix --disable-crypt and --disable-cleartext
1998-12-29 Kurt SpanierPatch for Berkeley DB 2.6.4 (beta) (DB)->cursor() call.
1998-12-27 Hallvard FurusethRemove duplicate definitions of global_schemacheck...
1998-12-20 Kurt ZeilengaClean up after last commit.
1998-12-18 Kurt SpanierInitialization of Datum structures to zero by memset...
1998-11-16 Kurt ZeilengaRemove extern declarations of library functions from...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt ZeilengaFound the really, really stupid bug. The SAFEMEMCPY...
1998-10-22 Kurt ZeilengaSLAPD and tools compile and link!
1998-10-21 Kurt Zeilengainclude portable.h
1998-09-25 Kurt ZeilengaEverything compiles.... but tests fail...
1998-09-03 Kurt ZeilengaAdded support for SleepyCat DB2 DBI.
1998-08-09 Kurt ZeilengaInitial revision