]> git.sur5r.net Git - openldap/history - servers/slapd/config.c
ACL CHANGES:
[openldap] / servers / slapd / config.c
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...
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt Zeilengamerge with main branch OPENLDAP_DEVEL_AC
1998-10-24 Kurt ZeilengaAdded Will Ballantyne's General Aliasing code.
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-08-09 Kurt ZeilengaInitial revision