]> git.sur5r.net Git - openldap/history - servers/slapd/config.c
ITS#5122 add ARG_UINT config type for unsigned ints
[openldap] / servers / slapd / config.c
2007-09-29 Howard ChuITS#5122 add ARG_UINT config type for unsigned ints
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-08-21 Pierangelo Masaratifix or comment Calysto findings
2007-08-03 Ralf HaferkampReworked recent backend API changes, now using a separa...
2007-06-09 Pierangelo MasaratiautchId must be a (quoted) id, and can't be a DN; as...
2007-05-12 Howard ChuNo more dependency on OpenSSL
2007-05-09 Hallvard FurusethITS#4948: '#if <undefined macro>' -> '#ifdef' warning...
2007-03-23 Howard ChuPreliminary GNUtls support. gnutls.c will merge back...
2007-02-24 Howard ChuITS#4848 better config context tracking
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-02-05 Howard ChuFix prev commit
2007-02-05 Howard ChuAdd timeout / network timeout to bindconf
2007-01-10 Howard ChuITS#4799 remove kerberos / kbind
2007-01-09 Pierangelo Masaratifix build without TLS
2007-01-08 Howard ChuAdd TLS context configuration
2007-01-08 Howard ChuMake syncrepl inherit default TLS settings from main...
2007-01-02 Kurt Zeilengahappy new year
2006-12-02 Pierangelo Masaratifix DN (and berval'ued items requiring) normalization...
2006-11-12 Howard ChuAdd valx arg to config_parse_add - indicate which value...
2006-10-19 Kurt ZeilengaSync with HEAD
2006-10-15 Pierangelo Masaratilog messages related to blocking failures at "none...
2006-09-14 Howard ChuPortability cleanups
2006-09-13 Howard ChuAdd register_at / register_oc helpers.
2006-09-11 Pierangelo Masaratiadd sb_version to slap_bindconf;
2006-08-29 Howard ChuHide config schema if !LDAP_DEVEL
2006-08-29 Howard ChuTLS ctx is already cleaned up
2006-08-25 Kurt ZeilengaUse LINE_MAX instead of BUFSIZ. Per POSIX, LINE_MAX...
2006-08-22 Kurt ZeilengaSync with HEAD
2006-08-22 Kurt ZeilengaMore LDAP_DEVEL cleanup
2006-08-18 Kurt ZeilengaSync with HEAD
2006-08-17 Pierangelo Masaratiadd bverb_to_mask() API
2006-08-05 Pierangelo Masaratimake log messages more esplicative
2006-08-05 Pierangelo Masaratifix logging
2006-08-04 Pierangelo Masaratifactor connection code out of syncrepl
2006-05-30 Howard ChuFix ARG_OFFSET to work with overlays
2006-05-27 Pierangelo Masaratifix DN-valued (and likely others not handled in the...
2006-05-25 Howard ChuFix uninit'd var
2006-05-15 Kurt ZeilengaSync with HEAD
2006-05-11 Howard ChuRearrange, ARGS_TYPES should not be bitmasks
2006-05-03 Howard ChuHide starttls keyword if no TLS
2006-05-03 Howard ChuDetect TLS config changes
2006-04-18 Kurt ZeilengaSync with HEAD
2006-04-13 Pierangelo Masaratino TLS no party
2006-04-07 Howard ChuFix typo
2006-04-07 Howard ChuUse TLS context stuff in syncrepl
2006-04-07 Howard ChuAdd TLS options to bindconf struct
2006-04-01 Hallvard FurusethCast ctype.h char arguments to unsigned char
2006-03-31 Howard Chuplug leaks
2006-03-31 Howard Chuplug leaks
2006-01-28 Howard ChuITS#4376 add missing parameters in config_generic_wrapper
2006-01-24 Kurt Zeilengaunifdef -DSLAPD_CONF_UNKNOWN_BAILOUT -DSLAPD_CONF_UNKNO...
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-16 Pierangelo Masaratiplug one-time leaks; misc cleanup
2005-12-15 Pierangelo Masaratifirst part of fix to ITS#4262
2005-12-09 Pierangelo Masaratiallow parsing of numbers in whatever base (ITS#4257)
2005-12-07 Howard ChuDistinguish error message for frontendDB config
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-11-19 Pierangelo Masaratistreamline back-ldap/slapo-chain configuration; add...
2005-11-19 Pierangelo Masaratiminor schema parsing cleanup
2005-11-16 Pierangelo Masaratimore URI into bindconf
2005-11-14 Hallvard FurusethFix pointer cast in assignment
2005-11-14 Pierangelo Masaratireturn the position of the failing verb
2005-11-06 Pierangelo Masaratimove bindconf_[un]parse() into generic API
2005-11-01 Pierangelo Masaratis/sprintf/snprintf/
2005-10-28 Howard ChuITS#4111 fix mask_to_verbs return value
2005-10-11 Howard ChuITS#4077. I wonder if we should have an ARG_OCTAL flag...
2005-09-08 Kurt Zeilengacast pointer to long instead of int to hopefully avoid
2005-09-06 Howard ChuITS#3807 use a different tokenizer for parsing LDIF...
2005-08-26 Hallvard FurusethRename label "leave" to "done".
2005-07-29 Pierangelo Masaratitreat extra args as errors
2005-07-25 Pierangelo Masaratiimprove verbstomask diagnostics
2005-07-23 Pierangelo Masaratiadd infrastructure to register verbmasks; allow to...
2005-07-19 Pierangelo Masaratimore cleanup
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-18 Hallvard FurusethMake ConfigArgs.lineno int like elsewhere instead of...
2005-07-14 Pierangelo Masaratineed a regular file (ITS#3865)
2005-07-11 Hallvard FurusethAdd missing function declarations in config.h
2005-07-11 Hallvard Furusethfp_parse_line():
2005-07-11 Howard ChuITS#3847 silence warnings
2005-07-04 Hallvard FurusethFormat fixes (%d<->%lu etc)
2005-06-28 Pierangelo Masaratibetter fix to ITS#3806
2005-06-09 Howard ChuMore for prev commit - break from mask_to_verbs when...
2005-06-09 Howard ChuTweak mask_to_verbs for multiple-bit masks
2005-05-24 Howard ChuITS#3747 move subschemasubentry attr initialization
2005-05-23 Pierangelo Masaratifurther fixing of back-ldap config; added enum_to_verb...
2005-05-23 Pierangelo Masaratiallow LDAP_AUTH_NONE
2005-05-09 Howard ChuMore fixes for overlay support. Converted pcache to...
2005-05-09 Howard ChuFix prev commit, trim unused cfOC vars
2005-05-09 Howard ChuRestructured to allow miscellaneous Adds under database...
2005-05-06 Pierangelo Masaratiuse appropriate log level if bailing out; need to use...
2005-05-06 Pierangelo Masaratimore on strict config parsing (ITS#3705)
2005-05-04 Pierangelo MasaratiITS#3705: bailout if unknown config directive is found
2005-04-25 Howard ChuFix some return codes
2005-04-25 Howard ChuMore error reporting for clients
2005-04-19 Howard ChuMore modify support. ACL editing works.
2005-04-13 Howard ChuMore for Modify. Single-valued attrs working.
2005-04-11 Pierangelo Masaratiiptr was unint'd
2005-04-10 Pierangelo Masaratimore bindconf cleanup
2005-04-09 Howard ChuITS#3644 include limits.h in config.h, set PATH_MAX...
2005-04-02 Pierangelo Masaratirework few members of slap_bindconf; silence few warnings
next