]> git.sur5r.net Git - openldap/history - servers/slapd/main.c
Fix dbcache/entry lock deadlock. If dbcache lock is held, it's
[openldap] / servers / slapd / main.c
1999-02-04 Kurt ZeilengaMinor fixes to complete backout of initialization/start...
1999-02-02 Kurt ZeilengaHack up a quick bandaid to make things compile. Startu...
1999-02-01 Kurt SpanierIntroduction of a backend startup/shutdown function...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-27 Kurt ZeilengaFix PHREAD typo.
1999-01-21 Kurt SpanierDefinition of slapd pid and args files as slapd.conf...
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1999-01-12 Kurt ZeilengaReport exit status of pthread_create()
1999-01-11 Kurt ZeilengaChange SLAPD shutdown to do a cond wait on active threa...
1999-01-05 Kurt Spanier- Make install creates $(RUNDIR)/var for pid and args...
1999-01-01 Kurt ZeilengaWrap strtok use with mutex.
1998-12-30 Kurt ZeilengaCleanup thread handling to resolve non-exiting daemons...
1998-12-29 Kurt ZeilengaFix --disable-crypt and --disable-cleartext
1998-12-27 Hallvard FurusethPlug some memory leaks
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-20 Kurt ZeilengaMinor change to signal handler. Changed _shutdown...
1998-11-30 Kurt ZeilengaWe shouldn't detach a thread that we want to join with...
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
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-11 Kurt ZeilengaUpdate configure to handle DEC OSF1 3.2 special cases.
1998-11-05 Hallvard FurusethSome gcc -W... cleanup
1998-11-05 Hallvard Furusethreplace detach.c with lutil_detach()
1998-10-26 Kurt ZeilengaFixup bugs created by merge.
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt ZeilengaFound the really, really stupid bug. The SAFEMEMCPY...
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-08-21 Kurt ZeilengaMerged files from branch REGEX_REMOVAL. Despite name...
1998-08-18 Kurt ZeilengaFixes from Allan Lynne
1998-08-18 Kurt ZeilengaChanges prompted by Terry's patches
1998-08-17 Kurt ZeilengaMerge from LAMBERT branch
1998-08-13 Kurt Zeilengaintegrated changed from rage.net glibc.patch
1998-08-09 Kurt ZeilengaInitial revision