]> git.sur5r.net Git - openldap/history - servers/slapd/main.c
Modify slapd set user/group support to use -u/-g instead -U/-G.
[openldap] / servers / slapd / main.c
1999-04-21 Kurt ZeilengaModify slapd set user/group support to use -u/-g instea...
1999-04-07 Hallvard FurusethRemove #ifdef SLAP_CLEANUP around closelog()
1999-04-06 Hallvard Furusethifdef SLAP_CLEANUP: close db files, free memory, some...
1999-04-03 Hallvard FurusethAdd -U and -G options to set user and group id.
1999-04-02 Hallvard FurusethFactor `}' out of #if/...}/#else...}/#endif, so Emacs...
1999-04-02 Hallvard FurusethFix the fix to the wait4child fix - forgot an #else
1999-04-02 Hallvard FurusethTrying again:
1999-04-02 Hallvard FurusethUNDO LAST COMMIT.
1999-04-02 Hallvard FurusethFix wait4child change: Prefer wait3 over wait. Use...
1999-04-01 Hallvard FurusethUpdate getopt() string and usage()
1999-04-01 Gary WilliamsNT port
1999-03-29 Kurt Zeilengaadd wait macros. add LDAP_SIGCHLD. and other misc...
1999-03-27 Hallvard FurusethAdd wait4child()
1999-03-22 Kurt ZeilengaPROTOTYPE: New connection management infrastructure...
1999-03-17 Kurt ZeilengaAdd slapd -a address support. Allows you to bind to...
1999-03-16 Kurt ZeilengaInitial check of connection states. Have only implemented
1999-03-09 Hallvard FurusethSilence warnings: Remove unused variables. Enclose...
1999-03-09 Hallvard FurusethBugfix: Missing parens in `status = ldap_pvt_thread_cre...
1999-03-04 Hallvard FurusethProtoize cnvt_str2int()
1999-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
1999-03-01 Kurt ZeilengaUpdate NT port with support for -lldap_r and -lldbm.
1999-02-12 Kurt SpanierServer timing as a private feature of the bdb2 backend.
1999-02-08 Kurt SpanierIntegration of the BDB2 backend into the new init/start...
1999-02-06 Kurt ZeilengaMove SIGNAL() calls to main so that any thread can...
1999-02-05 Kurt SpanierFix braindead signal handling in linux kernal threads.
1999-02-05 Kurt ZeilengaNew Frontend->Backend Interface
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