]> git.sur5r.net Git - openldap/history - servers/slapd/config.c
In session_chkhost get the last CN, not the first.
[openldap] / servers / slapd / config.c
2009-07-29 Howard ChuITS#5942 consolidate server URL match to config_check_m...
2009-07-25 Howard ChuITS#6228 fix typo
2009-07-25 Howard ChuITS#6222 need to support unsigned long args too
2009-05-20 Howard ChuAvoid printf(NULL) on Solaris
2009-04-20 Howard ChuAdd ATDESC config arg type for AttributeDescriptions
2009-04-19 Howard ChuAdd global_host_bv, why do we still have bare char...
2009-03-10 Howard ChuITS#5836, add writetimeout keyword for timing out hung...
2009-02-24 Pierangelo Masaratifix ldap namespace (part of ITS#5974)
2009-02-13 Pierangelo Masaratimore about ITS#5940
2009-01-24 Howard ChuITS#5655 TLS_PROTOCOL_MIN from Philip Guenther
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-11-11 Howard ChuITS#5572 cleanup unneeded code
2008-05-09 Howard ChuUse network-timeout instead
2008-05-08 Howard ChuUse underscore in network_timeout
2008-04-09 Howard ChuITS#5383 use public OID for config schema, no more...
2008-02-14 Howard ChuITS#5379 HAVE_TLS dependency
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-28 Pierangelo Masaratiallow to programmatically register new response code...
2007-12-28 Pierangelo Masaratiallow to customize the error code in case of constraint...
2007-12-14 Howard ChuRevert prev commit, different fix
2007-12-14 Howard ChuITS#5276 don't stack config state for includes
2007-11-05 Howard ChuITS#5209 sasl_host may be different from global_host
2007-09-04 Pierangelo Masaratiparse unsigned as unsigned (ITS#5122)
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-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-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 ZeilengaMore LDAP_DEVEL cleanup
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-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-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...
next