]> git.sur5r.net Git - openldap/history - servers/slapd/main.c
ITS#5209 Fix sasl_host may be different from global_host
[openldap] / servers / slapd / main.c
2007-11-08 Quanah Gibson-MountITS#5209 Fix sasl_host may be different from global_host
2007-09-27 Ralf Haferkamp/tmp/msg
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-05-11 Hallvard FurusethFix for !(LDAP_DEBUG && LDAP_SYSLOG)
2007-05-09 Hallvard FurusethITS#4948: '#if <undefined macro>' -> '#ifdef' warning...
2007-04-05 Howard ChuITS#4911 move slap_op_init/destroy to slap_init/destroy
2007-03-23 Howard ChuPreliminary GNUtls support. gnutls.c will merge back...
2007-03-11 Pierangelo Masaratiremove lint (ITS#4865)
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-02-03 Howard ChuAlways initialize global_host
2007-01-25 Howard ChuPlug global_host race condition/leak
2007-01-02 Kurt Zeilengahappy new year
2006-10-19 Kurt ZeilengaSync with HEAD
2006-09-08 Pierangelo Masaratidefer handling of loglevel listing, to let modules...
2006-09-08 Pierangelo Masaraticomplain if "-T" is not the first option
2006-09-08 Pierangelo Masaratire-enable "-d '?'" as a means to list what loglevels...
2006-09-04 Pierangelo Masaratirelease authz resources at shutdown
2006-08-18 Kurt ZeilengaSync with HEAD
2006-07-02 Howard ChuFix TLS CTX ref counting
2006-05-24 Pierangelo Masaratiallow tools to syslog
2006-05-19 Howard ChuITS#4549 kludge, get tavl_ routines referenced
2006-05-15 Kurt ZeilengaSync with HEAD
2006-05-11 Howard ChuFix for !LDAP_SYSLOG
2006-04-27 Kurt ZeilengaITS#4414: SLP attributes support from Peter Marschall
2006-04-18 Kurt ZeilengaSync with HEAD
2006-04-13 Howard ChuITS#4489 fix slap_tls_ld cleanup
2006-04-07 Howard ChuUse new TLS SSL_CTX support
2006-04-01 Hallvard FurusethCast ctype.h char arguments to unsigned char
2006-02-02 Howard ChuReparse unknown debug flags after config is read to...
2006-01-03 Kurt ZeilengaHappy new year!
2006-01-02 Pierangelo Masaratiallow modules to register callbacks for dynamic data...
2005-12-27 Pierangelo Masaratiadd severity-aware logging (ITS#4282)
2005-12-22 Pierangelo Masaraticleanup debug handling
2005-12-20 Pierangelo Masaratirevert previous commit(s); clarify usage of "-s" in...
2005-12-19 Pierangelo Masaratiallow (and use) symbolic names for syslog levels
2005-12-17 Pierangelo Masaratifix syslog level parsing
2005-12-07 Pierangelo Masaratiunlink pid/args files only if actually touched (ITS...
2005-12-05 Pierangelo Masaratifix compilation without debugging (ITS#4245)
2005-12-02 Howard ChuITS#4241 write pid / args file before starting backends
2005-11-28 Pierangelo Masaratiallow comma-separated descriptive log levels, so that...
2005-11-27 Pierangelo Masaratiallow to register (and expose) a supported feature
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-11-23 Pierangelo Masaratifirst round of number/time parsing fixes
2005-11-08 Howard ChuITS#4082 tls ctx requirements are only applicable to...
2005-10-28 Howard ChuFix ITS#4119, option char left over after rev 1.185
2005-10-14 Pierangelo Masaratibail out on invalid pid/args file(s) (ITS#4074); slapte...
2005-10-09 Howard ChuITS#4072 ldap_pvt_tls_init_def_ctx() returns LDAP_NO_SU...
2005-09-29 Kurt ZeilengaRemove lint
2005-09-27 Howard ChuITS#3996 fix glue/syncprov interaction
2005-09-01 Howard ChuMoving glue overlay back into slapd core, returning...
2005-08-28 Howard ChuConsolidate a few more init calls into slap_init()...
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-13 Pierangelo Masaratipersonally, I'm much more comfortable using hex for...
2005-08-10 Howard ChuMove ldap_pvt_thread_initialize() earlier. (See -devel...
2005-08-08 Howard ChuITS#3917 don't check csn syntax if schema isn't inited yet
2005-08-08 Howard ChuITS#3917 revert prev commit
2005-08-08 Hallvard Furuseth#include <ac/ctype.h>, needed by last commit
2005-08-08 Pierangelo Masaratiallow textual log levels in command line
2005-08-08 Howard ChuITS#3917 init schema before parsing args
2005-08-08 Howard ChuITS#3922 fix syncrepl ctxcsn leak
2005-08-01 Luke HowardSLAPI no longer needs to be initialized here
2005-07-31 Hallvard FurusethCleanup
2005-07-16 Pierangelo Masaratifix leak
2005-05-01 Howard ChuFix config selection:
2005-04-07 Pierangelo Masaratidocument option '-F'
2005-04-07 Pierangelo Masaratiline up usage message
2005-03-15 Howard ChuMore back-config / back-ldif integration, added config_...
2005-01-25 Howard ChuFix cookie init
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-04 Howard ChuDelete backglue.c in favor of glue overlay
2004-11-20 Pierangelo Masaratimove ACIs under a dynamic infrastructure that allows...
2004-10-19 Kurt ZeilengaMore NEW_LOGGING removal
2004-10-09 Kurt ZeilengaConditionally add SIGTRAP signal handler
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-25 Kurt ZeilengaITS#3344: initialize threads early
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-07-28 Pierangelo Masaratiminor cleanup
2004-07-26 Pierangelo Masaratifrontend stuff moved into a database structure, essenti...
2004-06-15 Kurt Zeilengaallow logging to USER and DAEMON (ITS#3187)
2004-05-26 Pierangelo Masaratiprovide support for usage()
2004-05-25 Pierangelo Masaratiremove '-S'; improve usage()
2004-05-25 Pierangelo Masaratifix previous commit
2004-05-25 Pierangelo Masaratiinfrastructure for '-o <option>[=<value>]' args
2004-05-24 Kurt Zeilengaadd command line option (-S) to enable SLP registration...
2004-04-26 Howard ChuITS#3109 - added slap_tls_ctx
2004-04-20 Kurt ZeilengaITS#3092: Rename sl_free() and friends to slap_sl_free()
2004-04-20 Pierangelo Masaratiadd slapacl tool
2004-04-17 Howard ChuAssume slapd if argv[0] is unrecognized, don't fail.
2004-04-17 Pierangelo Masaratiallow backwards compatibility for 'T' option (single...
2004-04-16 Pierangelo Masaratifurther improvement...
2004-04-16 Pierangelo Masaratiimprove tool mode selection by slapd switch
2004-04-16 Kurt Zeilengas/saslAuthz/authz/
2004-04-13 Pierangelo Masaratiadd slapsaslauth test tool
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-03-17 Pierangelo Masaratiimprove previous commit
2004-03-17 Pierangelo Masaratimove DN/config test in slapdn/slaptest
2004-03-16 Pierangelo Masaratiadd DN check mode; rework check sinfrastructure
2004-02-26 Howard ChuMerged slap tools with main slapd binary; installs...
next