]> git.sur5r.net Git - openldap/history - servers/slapd/config.c
Use TLS context stuff in syncrepl
[openldap] / servers / slapd / config.c
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
2005-03-21 Howard ChuMore parsing fixes
2005-03-21 Howard ChuSchema unparsing support
2005-03-21 Howard ChuAdd HARDCODE schema flags
2005-03-20 Howard ChuMore for loading config from LDIF
2005-03-17 Howard ChuMore for loading config from database. Fix non-reentran...
2005-03-16 Howard ChuFix unterminated debug msgs
2005-03-16 Howard ChuFix prev commit, overlay config was broken
2005-03-15 Howard ChuMore back-config / back-ldif integration, added config_...
2005-03-04 Howard ChuFix backend config table fallthru
2005-03-02 Howard ChuMore verbmasks cleanup, added index unparsing
2005-03-02 Howard ChuCleanup verb/mask processing
2005-03-02 Howard ChuFix initial config file info
2005-03-02 Howard ChuReorganized config/bconfig. Migrated back-bdb config.
2005-03-01 Howard ChuAdded general limits retrieval
2005-03-01 Howard ChuAdded limits_unparse_one
2005-03-01 Howard ChuAdded authz-regexp, slapi plugin retrieval
2005-03-01 Howard ChuAdded oidm retrieval
2005-03-01 Howard ChuAdded ldap_pvt_sasl_secprops_unparse, slap_sasl_secprop...
2005-02-28 Howard ChuAdded moduleload/modulepath retrieval
2005-02-27 Pierangelo Masarati(partial) fix to ITS#3570: detect an error condition...
2005-02-27 Kurt ZeilengaFix compiler error and warnings.
2005-02-24 Howard ChuSASL/TLS fixes to prev commit
2005-02-23 Howard ChuAdded syncrepl retrieval
2005-02-23 Howard ChuAdded replica retrieval
2005-02-23 Howard ChuFix prev, add security factors
2005-02-23 Howard ChuFix up memory usage
2005-02-22 Pierangelo Masaratimissing successful return was causing erroneous failure...
2005-02-22 Howard ChuMake replica directives visible/editable
2005-02-22 Howard ChuAdded acl_unparse, slap_sasl_getpolicy
2005-02-21 Howard ChuAdded includeFile objects
2005-02-21 Howard ChuMore schema fixes
2005-02-21 Howard ChuRetrieve more values, bypass tool mode (for now)
2005-02-21 Howard ChuSimple values retrievable
2005-02-21 Howard ChuJuggle ARG flags, needed some more bits
2005-02-20 Pierangelo Masaratifix previous commit (please check)
2005-02-20 Howard ChuAdding back-config pieces
2005-02-20 Howard ChuPreliminary config attribute schema
2005-02-20 Howard ChuRearrange, merge sasl config back into main config
2005-02-17 Howard ChuITS#3546 fix consumer crash on interrupt (provider...
2005-01-19 Pierangelo Masaraticleanup
2005-01-14 Howard ChuMore consolidation for single consumer-context syncrepl
2005-01-13 Howard ChuSingle consumer context per database
2005-01-13 Howard ChuUse a single sessionlog per context, delete sid
2005-01-13 Howard ChuDeleted syncrepl updatedn
next