]> git.sur5r.net Git - openldap/history - servers/slapd/config.c
Fix bad eos in dead code.
[openldap] / servers / slapd / config.c
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...
2001-07-28 Pierangelo Masaratihandle regex-based per op_ndn time/size limits
2001-07-23 Pierangelo Masaratiadded extra check to suffix param of replica entry
2001-07-21 Pierangelo MasaratiAdded the suffix=<dn> parameter to replica config directive
2001-07-15 Kurt ZeilengaFix typo in disallow logging
2001-07-14 Pierangelo MasaratiThis is the skeleton of back-monitor, the slapd monitor...
2001-06-28 Randy KunkeeRemove global_backendsyncfreq code (code has been pushe...
2001-06-22 Randy KunkeeAdd sync_daemon to daemon.c, enabled by global configur...
2001-06-13 Kurt ZeilengaAdding crypt(3) salt format (ITS#1202) from Jeff Costlo...
2001-05-29 Kurt ZeilengaAdd support for separate max incoming for anonymous...
2001-05-20 Kurt ZeilengaTake rc out from #ifdef
2001-05-17 Kurt ZeilengaAdd support for obsolete attributes.
2001-05-12 Kurt Zeilengaif continuation line starts with a tab, rewrite it...
2001-05-05 Kurt ZeilengaAdd simple configure support for sockbuf max incoming
2001-05-02 Kurt ZeilengaRANDFILE directives
2001-01-26 Stig VenaasNow loading all UCDATA files
2001-01-24 Stig VenaasLoad UCDATA composition data
2001-01-19 Kurt ZeilengaAdd "sasl-external-x509dn-convert" configuration option...
2001-01-17 Gary Williamsadd new logging
2001-01-11 Gary Williamsmore new logging (finally), behind NEW_LOGGING
2000-11-09 Stig VenaasImproved ucdata loading error handling
2000-11-02 Stig VenaasChanged ucdata loading, all is done in config.c. Tried...
2000-10-25 Gary Williamsadd logfile directive to config (behind NEW_LOGGING)
2000-10-21 Kurt ZeilengaFirst-cut at manageDSAit-aware backend selection.
2000-10-20 Gary Williamsfix lutil_set_debug_level call
2000-10-17 Gary Williamsconvert text level to int
2000-10-13 Kurt ZeilengaRemove "defaultaccess" option. No longer needed as...
2000-10-13 Howard ChuFix TLSVerifyClient. Applied in wrong branch before.
2000-10-12 Gary Williamsget new debug configuration
2000-10-06 Kurt Zeilengas/saslregex/sasl-regex/
2000-09-22 Kurt Zeilengaremove lint
2000-09-21 Kurt ZeilengaFix build issues
2000-09-21 Mark AdamsonImplementation of SASL authorization.
2000-09-12 Kurt ZeilengaFix typo in last commit
2000-09-12 Kurt ZeilengaClean up defaultSearchBase code
2000-09-11 Kurt ZeilengaAdd 'defaultSearchBase' configuration directive to...
2000-09-11 Kurt ZeilengaAdd more bind allow/disallow flags
2000-09-08 Kurt ZeilengaAdd "allow tls_2_anon" to allow StartTLS to force sessi...
2000-09-07 Kurt ZeilengaAdd missing "disallow bind_anon" directive (ITS#721)
2000-09-03 Kurt ZeilengaBring UCdata infrastructure.
2000-08-31 Randy KunkeeRaise MAXARGS to 200, since the schema syntax burns...
2000-08-30 Kurt ZeilengaAdd sasl-host option and treat sasl-realm as global...
2000-08-28 Kurt ZeilengaAlign with man page
2000-08-28 Kurt Zeilengarestrictops, requires, disallow knobs; ssf acls; and...
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-19 Randy KunkeeFix MAXARGS boundary condition problem: slapd crashed...
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-07-04 Mark ValenceAdded "threads" config to slapd.conf.
2000-06-20 Kurt Zeilengaremove locale option. OpenLDAP is designed only for...
2000-06-13 Kurt ZeilengaReworked thread code to better support thread-library...
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-05-15 Kurt ZeilengaRelocate schema_init() call to main()
2000-05-13 Kurt ZeilengaY2k copyright update
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-01-31 Kurt ZeilengaReplace -DSLAPD_SCHEMA_COMPAT with -USLAPD_SCHEMA_NOT_C...
2000-01-28 Kurt ZeilengaAdditional changes to migrate to new schema codes
1999-12-09 Kurt ZeilengaAdd simple password test program.
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-11-09 Mark ValenceRemoved previous changes for extensions -- extensions...
1999-11-09 Mark ValenceLoad extension library on "extension" keyword in config...
1999-10-21 Kurt ZeilengaInitial commit of new ACL engine. Engine supports...
1999-10-15 Kurt ZeilengaChange the defaultaccess to 'auth'
1999-10-13 Kurt ZeilengaChange 'attribute' directive to 'attributetype'
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-13 Kurt Zeilengaconfig should return error if backend or database initi...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-03 Hallvard FurusethMove `#include "ldap_defaults.h"' into slap.h, which...
1999-09-02 Hallvard FurusethFix: obey be->be_readonly. Also add & obey global_read...
1999-08-26 Kurt ZeilengaFix "database fubar" crash
1999-08-25 Kurt ZeilengaImplement ldap_dn_normalize and friends. Should be...
next