]> git.sur5r.net Git - openldap/history - servers/slapd/config.c
- LDAP_SYNCREPL defined in include/ldap.h
[openldap] / servers / slapd / config.c
2003-05-01 Jong Hyuk Choi- LDAP_SYNCREPL defined in include/ldap.h
2003-04-29 Jong Hyuk Choicleanup
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-29 Jong Hyuk Choitab cleanup
2003-04-22 Howard ChuFix multi-line string literals. new GCC complains...
2003-04-21 Jong Hyuk ChoiOpenLDAP synchronization based replication engine
2003-04-15 Pierangelo Masaratifix backsql new API; use berbuf instead of berval
2003-04-11 Howard ChuMore memory context tweaks
2003-03-27 Howard ChuITS#2389 - added conn_max_pending/auth config keywords...
2003-03-11 Howard ChuAdded lutil_passwd_init, _destroy, _add for dynamically...
2003-03-03 Pierangelo Masaratiapply a different fix for ITS#2342
2003-02-16 Howard ChuFree default_passwd_hash on cleanup
2003-02-10 Kurt ZeilengaMove include <slapi.h> behind #ifdef
2003-02-09 Kurt ZeilengaITS#2117: remove suffixalias support until someone...
2003-02-08 Kurt ZeilengaDisable reverse lookups by default for security
2003-02-07 Kurt ZeilengaMove RDN checks to entry_schema_check() so that it...
2003-02-07 Pierangelo Masaratiadd 'add-rdn-values {on|off}' (default off) switch
2003-01-27 Pierangelo Masaratislapi header cleanup
2003-01-21 Luke HowardPut #endif in correct place when commenting out backend...
2003-01-21 Luke HowardAllow global plugins.
2003-01-03 Kurt ZeilengaHappy new year
2002-12-14 Pierangelo Masaratiallow a custom error log file for plugins by means...
2002-12-12 Hallvard FurusethImplement user-defined tagging attribute options and...
2002-12-07 Pierangelo MasaratiSLAPI - Netscape plugin API for slapd - based on patch...
2002-12-03 Kurt ZeilengaFirst-cut proxy authorization support.
2002-11-28 Kurt Zeilenga#unifdef paged results, remove lint
2002-11-21 Pierangelo Masaratiadd limits to entries count for paged results
2002-11-01 Julius EnarusaiConverted ch_malloc, ch_calloc and ch_realloc calls...
2002-10-31 Pierangelo Masaratiuse keyword "unlimited" instead of -1 for no limits
2002-10-25 Kurt ZeilengaAdd "allow update_anon"
2002-10-09 Kurt ZeilengaBasic framework for DIT Content Rules (not yet enforced)
2002-10-08 Kurt ZeilengaRework unprotected simple bind checks
2002-09-29 Kurt Zeilenga#unifdef -DSCHEMA_DN
2002-08-12 Kurt ZeilengaFix inverted bvmatch logic in modrdn
2002-08-10 Howard ChuITS#1893, use "schemadn" to configure subschemasubentry...
2002-08-07 Howard ChuFix cargv leak in recursive read_config()
2002-07-23 Kurt Zeilengamisc cleanup
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-17 Kurt ZeilengaAdd option to disallow unprotected simple authentication.
2002-06-15 Pierangelo Masaratishould compile even without Cyrus SASL
2002-06-14 Howard ChuAdded saslAuthzTo and saslAuthzFrom to system schema.
2002-06-08 Kurt ZeilengaBe less forgiving (don't ignore so many configuration...
2002-06-08 Kurt ZeilengaAdd rootdn check when rootpw is set.
2002-06-03 Kurt ZeilengaGentile HUP shutdown from Hallvard
2002-05-30 Kurt ZeilengaDisallow addition of system schema via config files.
2002-05-02 Pierangelo MasaratiFixes ITS#1786: dynamically growing number of tokens...
2002-05-01 Howard ChuChanged be_[n]suffix, be_[n]suffixAlias to BerVarray...
2002-04-25 Julius EnarusaiITS#1730: Misc typos in NEW_LOGGING code from Hallvard
2002-04-22 Kurt ZeilengaRe: PRIVATE: Patch: Passwords (ITS#1740)
2002-04-18 Howard Chudeleted sasl_external_x509dn_convert; X509 DNs are...
2002-04-15 Kurt ZeilengaRe: Patch: ctype functions require 'unsigned char'...
2002-04-13 Howard ChuITS#1740
2002-04-08 Pierangelo MasaratiITS#1730
2002-04-03 Pierangelo Masaratiadd a switch that enables/disables reverse lookups...
2002-03-30 Pierangelo Masaratiallow attribute exclusion list in selective replica
2002-03-18 Howard ChuFix previous commit, lutil_passwd_scheme() returns...
2002-03-09 Pierangelo Masaratidetect unavailable hash algorithms at startup
2002-03-07 Julius EnarusaiThe following file fails compile when NEW_LOGGING is...
2002-02-09 Kurt ZeilengaAdd ACL state recording to avoid multiple evaluation of
2002-02-08 Howard ChuAdded replica attr=<attribute list> support to filter...
2002-01-27 Howard ChuExtended TLS_REQCERT/TLSVerifyClient syntax to 4 states...
2002-01-23 Pierangelo Masaratiallow trailing '\' to continue a config line (ITS#1551)
2002-01-15 Kurt ZeilengaMisc. cleanup, remove lint, remove unused deprecated...
2002-01-11 Kurt ZeilengaFlip some bits in the backend flags mask
2002-01-10 Kurt ZeilengaRework backend (lastmod + glue + system schema) flags
2002-01-10 Kurt ZeilengaStart of new operational attribute framework
2002-01-05 Pierangelo Masaratifix logs
2002-01-05 Pierangelo Masaratifix malformed test
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-28 Howard ChuMore dnPrettyNormal
2001-12-27 Kurt Zeilengacleanup
2001-12-26 Kurt ZeilengaAdditional struct berval DN changes...
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-25 Kurt ZeilengaMore "char *" to struct berval DN changes
2001-12-25 Kurt ZeilengaUse struct berval DNs for root DN and update DN
2001-12-23 Kurt Zeilengause dnPretty instead of dn_pretty
2001-12-21 Kurt ZeilengaLDAPv2 disallow and other flag changes
2001-12-17 Howard Chufix from jon@symas.com - missing arguments to Debug...
2001-12-15 Howard ChuAdded acl_destroy, acl_free.
2001-12-15 Howard ChuMore thorough backend_destroy. Added config_destroy...
2001-12-11 Pierangelo Masaratiminor cleanup
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-10 Pierangelo Masaratiimprovements to monitor backend: added a log entry...
2001-12-09 Howard ChuConverted suffixAlias to struct bervals.
2001-12-08 Howard ChuChanged be_nsuffix from char ** to struct berval *...
2001-12-05 Pierangelo Masaratianother step towards schema aware normalization: ava...
2001-11-17 Pierangelo Masaratiminor cleanup
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-10-25 Pierangelo MasaratiFixes ITS#1385
2001-10-24 Kurt ZeilengaFix error messages
2001-10-23 Kurt ZeilengaUse defined Root DSE attributes.
2001-09-24 Kurt ZeilengaTrim both \n and \r\n from config files.
2001-09-21 Kurt Zeilengabump MAXARGS to 500
2001-09-17 Kurt ZeilengaClean up include logging
2001-08-31 Kurt ZeilengaThere is no TLSProtocol option.
2001-08-04 Pierangelo Masaratifix malformed test
2001-08-04 Pierangelo Masaratiallow multiple limits setting on one global/per backend...
2001-08-01 Pierangelo Masaratiadd global, per backend and per op_ndn time/size soft...
next