]> git.sur5r.net Git - openldap/history - servers/slapd/main.c
Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers.
[openldap] / servers / slapd / main.c
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-04 Hallvard FurusethChange -d option to not detach even with -d 0 or compil...
1999-09-03 Hallvard FurusethMove `#include "ldap_defaults.h"' into slap.h, which...
1999-08-31 Kurt Zeilengasockpair cleanup including:
1999-08-25 Kurt ZeilengaImplement ldap_dn_normalize and friends. Should be...
1999-08-22 Hallvard FurusethPlug minor memory leak
1999-08-19 Kurt ZeilengaAdd hacks to allow debugging with CSRI malloc.
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-16 Hallvard FurusethITS#251: Remove 1st "u" (old UDP option) from getopt()
1999-08-05 Kurt ZeilengaAdd missing "\n" in usage statement
1999-08-04 Kurt ZeilengaAdd copyright notice and a few comments here and there
1999-08-04 Gary Williamsdon't force debug to 65535
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-08-02 Kurt ZeilengaDisable connectionless support until someone implements
1999-07-21 Gary Williamsset tls_port to zero if !defined(HAVE_TLS) to satisfy...
1999-07-19 Kurt ZeilengaFix new URL startup code.
1999-07-19 Kurt ZeilengaNamespace changes
1999-07-15 Julio Sánchez Fern... Initialize the TLS environment *after* reading the...
1999-07-14 Julio Sánchez Fern... Parsing of flag -T was falling through to the default...
1999-07-14 Julio Sánchez Fern... Only bind on TLS port if explicitly requested with...
1999-07-14 Julio Sánchez Fern... Bind and listen on TLS port too
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-18 Gary Williamsfix comment format, allow service name to be passed...
1999-06-17 Kurt ZeilengaRecommit NT service changes (untested) with changes...
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-17 Kurt ZeilengaBackout NT Service changes.... breaks Unix builds...
1999-06-16 Gary Williamsadd code to support slapd as NT service
1999-06-15 Julio Sánchez Fern... Moved call of schema_init from main to read_config.
1999-06-14 Julio Sánchez Fern... Matching rules and syntaxes, initial step.
1999-05-21 Kurt Zeilengas/WIN32/HAVE_WINSOCK/
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-05-06 Gary Williamsmove bind_addr to make it externally available. NT...
1999-05-06 Gary Williamsdefine Versionstr, I'm sure there's a better way, but...
1999-04-30 Kurt ZeilengaFix typos.
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