]> git.sur5r.net Git - openldap/history - servers/slapd/config.c
more new logging (finally), behind NEW_LOGGING
[openldap] / servers / slapd / config.c
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...
1999-08-20 Kurt Zeilengaconst'fication
1999-08-19 Howard ChuAdd OIDmacros for attribute & objectclass numericOIDs...
1999-08-17 Howard ChuAdd "modulepath" config statement for setting the searc...
1999-08-07 Howard ChuModified to use libtool's ltdl instead of gmodule
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-08-03 Kurt ZeilengaUpdate default access usage comment.
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-07-27 Kurt ZeilengaDefault lastmod to ON.
1999-07-27 Kurt ZeilengaResurrect suffix aliasing...
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-07-22 Kurt ZeilengaFix maxDeref directive
1999-07-21 Kurt ZeilengaACL CHANGES:
1999-07-20 Julio Sánchez Fern... Add support for TLSVerifyClient.
1999-07-19 Kurt ZeilengaNamespace changes
1999-07-16 Julio Sánchez Fern... We should stop using SSL to refer to TLS. This is...
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-15 Julio Sánchez Fern... Parse more TLS options in slapd.conf
1999-07-15 Julio Sánchez Fern... A couple of options for TLS configuration. Still a...
1999-07-04 Kurt ZeilengaRegarding previous commit:
1999-07-04 Kurt ZeilengaHEADS UP: connections are forced to "anonymous" status...
1999-07-02 Kurt ZeilengaMore bind changes to support SASL/DIGEST.
1999-06-24 Bastiaan BakkerMerged dynamic module support patch (see ITS #196)...
1999-06-18 Kurt Zeilengainitial commit of idletimeout code... everything but...
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-15 Julio Sánchez Fern... Moved call of schema_init from main to read_config.
1999-05-30 Julio Sánchez Fern... Oops, fp_parse_line tokenizes in place, so we need...
1999-05-28 Julio Sánchez Fern... First step in new schema support.
1999-05-25 Howard ChuFor ITS#158: keep mixed-case backend suffix in addition...
1999-04-29 Kurt ZeilengaMake 'schemacheck on' the default.
1999-04-04 Hallvard FurusethPlug memory leaks
1999-04-02 Hallvard FurusethUNDO LAST COMMIT.
1999-04-02 Hallvard FurusethFix wait4child change: Prefer wait3 over wait. Use...
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-02-23 Hallvard FurusethFix previous change to strtok_quote
1999-02-23 Hallvard FurusethMake strtok_quote treat the character following \ as...
1999-02-22 Hallvard FurusethAdd locale support (slapd.conf keyword "locale") to...
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-02-20 Hallvard Furusethread_config() did not return a value
1999-02-05 Kurt ZeilengaNew Frontend->Backend Interface
1999-02-04 Kurt ZeilengaBackout recent initialization/startup changes in prep...
1999-02-01 Kurt SpanierIntroduction of a backend startup/shutdown function...
1999-01-29 Kurt ZeilengaDon't leak slap_op when op not in list.
1999-01-27 Will Ballantynefix suffix alias compare in config.c, logic was reverse...
1999-01-21 Kurt SpanierDefinition of slapd pid and args files as slapd.conf...
1999-01-20 Kurt Zeilengasuffixes need to be stored in normalized uppercase...
1999-01-19 Kurt ZeilengaDon't allow suffixAliases were alias and aliased dn...
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1999-01-18 Kurt ZeilengaStore rootdn in normalized uppercase format.
1998-12-27 Hallvard FurusethChange overlapping `strcpy( x, y )' to `SAFEMEMCPY...
next