]> git.sur5r.net Git - openldap/history - servers/slapd/tools
Relocate schema_init() call to main()
[openldap] / servers / slapd / tools /
1999-04-28 Kurt ZeilengaAdd mkversion script to generate version.c files. ...
1999-04-19 Gary Williamshonor the maxkids variable on NT
1999-04-14 Gary WilliamsI moved slap_shutdown after the waitforkids. I also...
1999-04-14 Gary Williamsset up Release configuration
1999-04-14 Gary Williamsadd mimic.c(this time with the actual change)
1999-04-14 Gary Williamsadd mimic.c
1999-04-14 Gary Williamsif WIN32, add starttime
1999-04-14 Gary Williamsfix arg loop, move starttime to mimic.c
1999-04-14 Gary Williamsmove starttime to mimic.c, change exit to return
1999-04-13 Gary Williamsadd section for NT to create processes
1999-04-13 Gary Williamsnew project file
1999-04-13 Gary Williamsnew project file
1999-04-13 Gary Williamsadd starttime to make NT happy
1999-04-10 Hallvard FurusethFix SPC -> TAB at the beginning of Makefile lines
1999-04-07 Kurt SpanierNext try to fix the core dump problem on FreeBSD: elimi...
1999-04-06 Hallvard Furusethifdef SLAP_CLEANUP: close db files, free memory, some...
1999-04-02 Hallvard FurusethFactor `}' out of #if/...}/#else...}/#endif, so Emacs...
1999-04-02 Hallvard FurusethUNDO LAST COMMIT.
1999-04-02 Hallvard FurusethFix wait4child change: Prefer wait3 over wait. Use...
1999-03-29 Kurt SpanierFix ldbmcat crash problem: first use the key before...
1999-03-29 Kurt ZeilengaMisc header cleanup
1999-03-22 Kurt ZeilengaRound 2 of connection management changes.
1999-03-22 Kurt ZeilengaPROTOTYPE: New connection management infrastructure...
1999-03-17 Kurt ZeilengaAdd DEFAULT_EDITOR to ldapconfig.h. Used by ldbmtest...
1999-03-16 Kurt ZeilengaCast pointer to strcasecmp to AVL_CMP.
1999-03-06 Hallvard FurusethRemove unused variables
1999-03-05 Kurt Spanier1. Fix of ldbmcat segmentation fault bug (ITS#85 and...
1999-03-04 Hallvard FurusethPrint entry ID with format %ld, not %d
1999-03-01 Kurt ZeilengaUpdate NT port with support for -lldap_r and -lldbm.
1999-03-01 Kurt SpanierIntroduction of first version of transaction processing...
1999-02-22 Hallvard FurusethAdd locale support (slapd.conf keyword "locale") to...
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-02-20 Kurt ZeilengaUse ldap_pvt_strtok directly and unconditionally.
1999-02-12 Kurt SpanierUpdate of back-bdb2 to KDZ's new entry lock schema.
1999-02-11 Kurt ZeilengaUpdate tools to print ID's using "%ld" instead of ...
1999-02-10 Kurt SpanierElimination of un-used code in bdb2i_cache_open and...
1999-02-08 Kurt SpanierIntegration of the BDB2 backend into the new init/start...
1999-02-05 Kurt ZeilengaNew Frontend->Backend Interface
1999-02-03 Kurt ZeilengaFix slapd/tool dependencies on libraries.
1999-02-03 Kurt ZeilengaPlug leak of datum. Should be freed after use.
1999-01-31 Kurt ZeilengaRewrite IDL block code to use simple array and accessor...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
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.
next