]> git.sur5r.net Git - openldap/history - servers/slapd/main.c
ITS#3917 don't check csn syntax if schema isn't inited yet
[openldap] / servers / slapd / main.c
2000-09-21 Kurt Zeilengacheck return of ldap_pvt_tls_init() (which doesn't...
2000-08-18 Kurt Zeilengaremove bdb2 cruft
2000-08-18 Kurt ZeilengaRemove cldap cruft
2000-08-17 Kurt ZeilengaAdd HAVE_CHROOT ifdef
2000-07-22 Kurt ZeilengaUse sigaction to set SA_RESTART (if appropriate).
2000-07-21 Kurt ZeilengaNo need to include <ac/signal.h> twice
2000-06-20 Kurt ZeilengaIntroduce LDAP_V() and friends
2000-06-19 Mark ValenceUpdate some prototype macros to build on NT.
2000-05-27 Kurt ZeilengaFix build problems under NT... likely broken service...
2000-05-26 Kurt ZeilengaAdd -n serviceName (for loggging purposes)
2000-05-15 Kurt ZeilengaRelocate schema_init() call to main()
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-12 Howard ChuFix previous change to getRegParam, SERVICE_NAME is...
2000-05-11 Howard ChuMore fixes for NT support:
2000-05-10 Kurt ZeilengaAdd basic and EXPERIMENTAL chroot() support.
1999-12-12 Kurt ZeilengaAdd password check and generation check.
1999-12-09 Mark ValenceAdds for Start TLS functionality on slapd and LDAP...
1999-11-27 Howard ChuFixes for NT dynamic linking.
1999-11-09 Mark ValenceAdded calls to new module_init() and module_kill()...
1999-11-01 Kurt ZeilengaAdditional mods to fix NT single threaded support.
1999-11-01 Kurt ZeilengaUse centralized output directories.
1999-11-01 Kurt ZeilengaAdd configure tests for ssize_t and caddr_t and remove...
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()...
next