]> git.sur5r.net Git - openldap/history - servers/slapd/tools
If dn2id returns ID but id2entry returns NULL, log it.
[openldap] / servers / slapd / tools /
1999-01-23 Kurt ZeilengaRemove configure's wait3 test as we don't care about...
1999-01-22 Kurt ZeilengaUse strtok_r() instead of strtok(). Remove strtok...
1999-01-19 Kurt Zeilengause dn_normalize_case().
1999-01-14 Kurt ZeilengaInitial version of the experimental 'back-perl'
1999-01-14 Kurt ZeilengaRevamp build system yet again to move all external...
1999-01-11 Kurt ZeilengaChange SLAPD shutdown to do a cond wait on active threa...
1999-01-10 Kurt ZeilengaUpdate build environment to fix VPATH support.
1999-01-07 Kurt ZeilengaWrap db2 mutex with -DHAVE_BERKELEY_DB2 (should be...
1999-01-06 Kurt ZeilengaUse MAXARGS... we should actually check for limits...
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-27 Hallvard FurusethPlug memory leak
1998-12-27 Hallvard FurusethChange overlapping `strcpy( x, y )' to `SAFEMEMCPY...
1998-12-20 Kurt Zeilengaldif'ize ldif library (ie: everything is now in the...
1998-12-20 Kurt Zeilengamore cleanup
1998-12-20 Kurt ZeilengaClean up after last commit.
1998-12-20 Kurt ZeilengaUnexpand spaces for tabs in prior commit before merging...
1998-12-20 Kurt ZeilengaFix server --without-xxx build issues...
1998-12-18 Kurt ZeilengaDisable writing syncing when creating databases.
1998-12-18 Kurt SpanierInitialization of Datum structures to zero by memset...
1998-11-30 Kurt ZeilengaAdd ldif2ldbm bugfix from Randy Kunkee <kunkee@pluto...
1998-11-30 Kurt ZeilengaMore LDAP_PORT depends.
1998-11-29 Kurt ZeilengaUpdate build environment:
1998-11-25 Kurt ZeilengaAdd KRB_LIBS to makefiles.
1998-11-23 Kurt ZeilengaShould include <ac/unistd.h> instead of <unistd.h>
1998-11-23 Hallvard FurusethPlug memory leaks
1998-11-22 Hallvard Furusethbe& was passed uninitialized to read_config()
1998-11-22 Kurt Zeilenga"make veryclean" now lives up to its name.
1998-11-22 Kurt ZeilengaAdd libtool support based upon patch by Bart Hartgers...
1998-11-20 Hallvard FurusethDon't use perror after ldbm_store() failure; errno...
1998-11-16 Kurt ZeilengaRemove extern declarations of library functions from...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-12 Kurt ZeilengaInclude ldif.h to pickup declaration of str_getline()
1998-11-11 Hallvard FurusethFix most `wider type truncated to int' bugs on OSF1...
1998-11-10 Kurt ZeilengaAdded support for ldap.conf file. See ldap.conf(5...
1998-11-05 Hallvard FurusethSome gcc -W... cleanup
1998-11-05 Kurt Zeilengadefine _REENTRANT & _THREAD_SAFE to pull in reentrant...
1998-10-25 Kurt Zeilengaremove old files
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt ZeilengaFound the really, really stupid bug. The SAFEMEMCPY...
1998-10-22 Kurt ZeilengaMoved strdup/tempnam to liblutil
1998-10-22 Kurt ZeilengaSLAPD and tools compile and link!
1998-10-21 Kurt Zeilengainclude portable.h
1998-10-19 Kurt ZeilengaRemove DEFS variables from Makefiles, remove bridge.h.
1998-09-28 Kurt ZeilengaClean up sh commands in Makefiles (incorrect use of...
1998-09-25 Kurt ZeilengaEverything compiles.... but tests fail...
1998-09-21 Kurt ZeilengaFix VPATH includes/libraries
1998-09-20 Kurt ZeilengaAdded basic VPATH support. VPATH Make depend still...
1998-09-19 Kurt ZeilengaAllow OpenLDAP to be built without LDBM.
1998-09-18 Kurt ZeilengaFixed CRYPT, MD5, and SHA1 support.
1998-09-18 Kurt ZeilengaRemove old build system.
1998-09-18 Kurt ZeilengaMake all, clean, veryclean, depend, install all appear...
1998-09-18 Kurt ZeilengaAdded slapd templates.
1998-09-17 Kurt ZeilengaUse ldapconfig.h instead of hardcoded paths. Merged...
1998-09-17 Kurt ZeilengaUse ldapconfig.h instead of hardcoded paths.
1998-09-16 Kurt ZeilengaWrap $CC with quotes.
1998-09-12 Kurt ZeilengaOkay, this really works.
1998-09-12 Kurt ZeilengaDirectory rule is didn't work... use brute force
1998-09-03 Kurt ZeilengaAdded support for SleepyCat DB2 DBI.
1998-09-02 Kurt ZeilengaAdd basic support for MD5 and SHA1 passwords.
1998-08-21 Kurt ZeilengaMerged files from branch REGEX_REMOVAL. Despite name...
1998-08-20 Kurt ZeilengaRemoved use of paths not defined in ldapconfig.h.edit.
1998-08-20 Kurt ZeilengaFixed ldapconfig.h.edit/Make-template to generate ldapc...
1998-08-19 Kurt ZeilengaModified build environment to correctly support bin...
1998-08-19 Kurt ZeilengaAdded LIBEXECDIR, SBINDIR and patched install rules...
1998-08-17 Kurt ZeilengaFixed uninitialized Backend pointer.
1998-08-15 Kurt ZeilengaAdded support for TCP_WRAPPERS (ldapd code not tested... LDAP_3_3+prerelease
1998-08-09 Kurt ZeilengaMerged LDAPworldCurrent (P1-10,13,15,16,19-22)
1998-08-09 Kurt ZeilengaLDAPworld P3: SLAPD LDBM Generation with Multiple Backends
1998-08-09 Kurt Zeilengaapply FreeBSD changes to main branch
1998-08-09 Kurt ZeilengaModified make system to support CVS instead of RCS
1998-08-09 Kurt ZeilengaInitial revision