]> git.sur5r.net Git - openldap/history - servers/slapd/backend.c
More changes to let BDB build without LDBM.
[openldap] / servers / slapd / backend.c
2001-10-04 Kurt ZeilengaMore changes to let BDB build without LDBM.
2001-08-01 Pierangelo Masaratiadd global, per backend and per op_ndn time/size soft...
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-05-28 Kurt ZeilengaFix empty suffix separator test.
2001-05-12 Pierangelo MasaratiThis is the commit of:
2001-04-19 Kurt ZeilengaDisallow anonymous modification.
2001-03-27 Gary Williamsfix for select_backend suggested G. Gombas (ITS 1090)
2001-03-15 Kurt ZeilengaMake sure we have a separator when doing suffix matching
2001-02-03 Kurt ZeilengaRework security restrictions for SASL bind
2001-02-03 Kurt ZeilengaAdd security checks to root DSE searches.
2001-01-17 Gary Williamsfix format
2001-01-11 Gary Williamsmore new logging (finally), behind NEW_LOGGING
2000-10-21 Kurt ZeilengaFirst-cut at manageDSAit-aware backend selection.
2000-10-09 Kurt ZeilengaFix SLAPD_SPASSWD typo which caused passwd_mutex not...
2000-09-29 Kurt ZeilengaAdd connection and operation arguments to backend callb...
2000-09-29 Kurt Zeilengamisc cleanup
2000-09-22 Kurt Zeilengaremove lint
2000-09-20 Kurt ZeilengaFix SPASSWD merge for real
2000-09-20 Kurt Zeilengamerge changes from authPassword work which should fix...
2000-09-18 Kurt ZeilengaFramework for back-bdb
2000-08-30 Kurt ZeilengaAdd sasl-host option and treat sasl-realm as global...
2000-08-28 Kurt ZeilengaRework bind restrictions
2000-08-28 Kurt ZeilengaAdd disallow and requires to man page. Fix sasl ssf...
2000-08-28 Kurt Zeilengarestrictops, requires, disallow knobs; ssf acls; and...
2000-08-18 Kurt Zeilengaremove bdb2 cruft
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-06-26 Kurt ZeilengaModify backend_attribute to return bervals and adjust...
2000-06-21 Mark ValenceNew backend routine: back_attribute
2000-06-16 Kurt ZeilengaRemove unnecessary arg from front end backend_check_ref...
2000-06-16 Kurt ZeilengaRework referral entry point with DNS SRV implementation...
2000-06-16 Kurt ZeilengaAdd backend_check_referrals() framework.
2000-06-13 Kurt ZeilengaFix addition of dynamic operational attributes (subsche...
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-06-05 Kurt ZeilengaA simple (and correct) backend group selection.
2000-06-05 Mark Valencebackend_group selects the correct backend for the group.
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Mostly work modify
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Fix memory stomping
2000-05-22 Kurt ZeilengaConst'ification
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: simple Root DSE search WORKS!
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-10 Kurt ZeilengaAdd DNS SRV backend framework (a work in progress).
2000-03-16 Dmitry Kovalevupdate Unix build environment to support back-sql
2000-03-15 Kurt ZeilengaAdd additional be_isroot() checks to protect against...
2000-03-03 Kurt ZeilengaRework error handling. Add error descriptions.
2000-03-01 Kurt ZeilengaNeed to strdup subschemasubentry a_type
2000-02-15 Kurt ZeilengaMore -DSLAPD_SCHEMA_NOT_COMPAT changes
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-02-05 Kurt ZeilengaAnother round of SLAPD_SCHEMA_NOT_COMPAT changes including
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
2000-01-28 Kurt ZeilengaPut more old schema code behind SLAPD_SCHEMA_COMPAT...
1999-12-09 Kurt ZeilengaAdd simple password test program.
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-11-17 Mark ValenceAdded "ntdom" backend info.
1999-10-21 Kurt ZeilengaInitial commit of new ACL engine. Engine supports...
1999-09-22 Ben Collins* backend.c: SLAPD_LDAP_TCL -> SLAPD_TCL_DYNAMIC
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-01 Hallvard FurusethFix uninitialized variables
1999-08-26 Kurt ZeilengaFix "database fubar" crash
1999-08-20 Kurt Zeilengaconst'fication
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-24 Kurt ZeilengaReally fix subschemasubentry...
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-05 Kurt Zeilengaunifdef -DSLAPD_ACLGROUPS -DSLAPD_ACLAUTH
1999-07-02 Kurt ZeilengaMore bind changes to support SASL/DIGEST.
1999-06-29 Kurt ZeilengaModify lutil_passwd to accept a third argument char...
1999-06-24 Bastiaan BakkerMerged dynamic module support patch (see ITS #196)...
1999-06-23 Bastiaan BakkerAdded connection initialisation and destruction notific...
1999-05-26 Howard ChuFor ITS#157: Added LDAP backend for slapd, which also... OPENLDAP_SLAPD_BACK_LDAP
1999-05-25 Howard ChuFor ITS#158: keep mixed-case backend suffix in addition...
1999-04-14 Gary Williamslose unreferenced variable rc
1999-04-13 Hallvard FurusethAdd struct backend_info->bi_entry_release_rw and relate...
1999-03-09 Hallvard FurusethSilence warnings: Remove unused variables. Enclose...
1999-03-09 Hallvard Furusethinclude lutil.h to get lutil_passwd()
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-02-14 Kurt ZeilengaImport Ben Collins <bcollins@debian.org> Back-TCL for...
1999-02-10 Kurt SpanierElimination of un-used code in bdb2i_cache_open and...
1999-02-09 Kurt ZeilengaAdd a field to count the number of databases per type...
1999-02-08 Kurt SpanierIntegration of the BDB2 backend into the new init/start...
1999-02-07 Kurt ZeilengaFix backend_destroy to call bi_destroy instead of bi_close
1999-02-06 Kurt ZeilengaFix no backend type case in backend_init.
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-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-20 Kurt Zeilengandn & strcasecmp cleanup
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1999-01-18 Kurt ZeilengaStore rootdn in normalized uppercase format.
1999-01-14 Kurt ZeilengaInitial version of the experimental 'back-perl'
1998-12-30 Kurt ZeilengaPreliminary Fixes for ITS#24, ITS#26, and ldbm_back_add...
1998-12-29 Kurt ZeilengaFix --disable-crypt and --disable-cleartext
1998-12-27 Kurt ZeilengaOnly use the LDAP_ALLOW_NULL_SEARCH_BASE code as last...
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-01 Kurt ZeilengaUpdate slapd to use lutil_passwd() for both user and...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
next