]> git.sur5r.net Git - openldap/history - servers/slapd/tools
(re)introduce o_connid such that STATS doesn't need c_mutex (which it
[openldap] / servers / slapd / tools /
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-13 Julio Sánchez Fern... Include $(TLS_LIBS)
1999-07-13 Hallvard FurusethFix NULLxxx -> NULL
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-06-24 Bastiaan BakkerMerged dynamic module support patch (see ITS #196)...
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-15 Juan GomezReplaced add/delete_value() by change_value() and index...
1999-06-15 Kurt ZeilengaFix a couple of nits. ldbmtest still needs to be porte...
1999-06-13 Kurt Zeilengas/ldap_open/ldap_init/ calls... ldap_open is deprecated.
1999-06-03 Kurt ZeilengaEnable browsing info in MSVC debugging configurations.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-02 Kurt ZeilengaUpdate Release/SRelease include paths
1999-05-23 Kurt ZeilengaRemove empty else and other minor cleanup.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-05-07 Gary WilliamsMove maxkids = cmdkids after fork of ldif2id2children...
1999-04-30 Hallvard FurusethITS#141: Add ldbm_ignore_nextid_file, since tools/ldif2...
1999-04-30 Hallvard Furusethenclose macro arguments in ()
1999-04-28 Gary Williamslet ldif2id2entry complete before allowing other childr...
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...
next