]> git.sur5r.net Git - openldap/history - servers/slapd/main.c
#include <ac/ctype.h>, needed by last commit
[openldap] / servers / slapd / main.c
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...
2004-02-04 Howard ChuAnother EBCDIC syslog fix
2004-01-01 Kurt ZeilengaHappy new year
2003-12-28 Luke HowardDon't require slapi to be in the path - always include...
2003-12-28 Luke HowardCleanup SLAPI namespace
2003-12-06 Howard ChuOverlay build environment, remove internal proxycache...
2003-12-02 Kurt ZeilengaITS#2807: version option support (-V[V]) based on patch...
2003-11-27 Kurt ZeilengaUpdated notices
2003-11-26 Jong Hyuk ChoiSupport multiple sync replication at the consumer :
2003-11-10 Jong Hyuk Choi1. Session history support
2003-06-15 Kurt ZeilengaInitialize schema before starting server.
2003-05-15 Pierangelo Masaratineed starttime before backend db_open() is invoked
2003-04-09 Howard ChuFirst cut at thread-local malloc. Only used by search...
2003-03-25 Howard ChuAdded slap_op_init/destroy, cache Operation structures
2003-03-12 Howard ChuAdded lutil_passwd_init(), lutil_passwd_destroy()
2003-03-03 Howard ChuCleanup slapd-specific NT service support
2003-03-01 Kurt ZeilengaSLAP_NVALUES: test003 now passes (with help of a substr...
2003-02-28 Luke HowardSupport for dynamic registration of controls, both...
2003-02-19 Kurt ZeilengaITS#2318: unlink pid file (and args file)
2003-02-10 Kurt ZeilengaMove include <slapi.h> behind #ifdef
2003-01-27 Pierangelo Masaratislapi header cleanup
2003-01-20 Kurt ZeilengaRemove values match v. filter struct field macro overloads
2003-01-19 Hallvard FurusethInsert missing initializers, to silence gcc warnings.
2003-01-03 Kurt ZeilengaHappy new year
2002-12-07 Pierangelo MasaratiSLAPI - Netscape plugin API for slapd - based on patch...
2002-11-09 Pierangelo MasaratiPatch: Wrong args to Debug() and LDAP_LOG() (ITS#2170...
2002-10-28 Jong Hyuk ChoiUse of slap_schema.si_ad_entryUUID in bdb_psearch()
2002-10-25 Jong Hyuk ChoiLCUP persistent search code drop
2002-10-17 Kurt ZeilengaFix comment
2002-08-07 Howard ChuFix cargv leak in recursive read_config()
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-15 Kurt ZeilengaAdd -4/-6 flags to slapd to force use of IPv4 or IPv6
2002-05-04 Howard ChuSet tls_opt_require_cert to default to NEVER. libldap...
2002-04-15 Pierangelo Masaratiadd '-t' switch for clean config check; cleanup usage...
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-03-25 Kurt ZeilengaITS#1686: fix typo in usage
2002-01-10 Kurt ZeilengaStart of new operational attribute framework
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-27 Kurt ZeilengaClean up a few globals
2001-12-15 Howard ChuMore thorough backend_destroy. Added config_destroy...
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-12-04 Kurt ZeilengaClean up some misplaced 'extern' declarations (should...
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-07 Howard ChuAdded schema_destroy() et al to free schema structures...
2001-11-06 Howard ChuAdded ldap_pvt_tls_destroy() to cleanup TLS library...
2001-09-25 Kurt Zeilengaldif.h include cleanup
2001-08-02 Kurt ZeilengaAdd some addl. logging
2001-01-17 Gary Williamsfix format
2001-01-15 Gary WilliamsMore new logging (Behind NEW_LOGGING)
2000-11-21 Kurt ZeilengaITS#900: Fix waitpid == 0 bug
2000-10-25 Gary Williamsinitialize new logging routines (behind NEW_LOGGING)
2000-10-13 Julio Sánchez Fern... Let slapd at least start and do things. Someone should...
2000-10-09 Kurt Zeilengaslight change to chdir/chroot commit to clean up perror...
2000-10-09 Kurt ZeilengaDo a chdir() to the sandbox dir to ensure CWD is within...
2000-09-21 Kurt Zeilengacheck return of ldap_pvt_tls_init() (which doesn't...
2000-08-18 Kurt Zeilengaremove bdb2 cruft
next