]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/init.c
Suck in changes from HEAD (CHANGES needs ITS #s)
[openldap] / servers / slapd / back-ldbm / init.c
2004-04-06 Kurt ZeilengaSuck in changes from HEAD (CHANGES needs ITS #s)
2004-01-01 Kurt ZeilengaHappy new year
2003-12-01 Kurt ZeilengaSync with HEAD
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
2003-03-26 Howard ChuDeleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-01-03 Kurt ZeilengaHappy new year
2002-11-25 Pierangelo Masaraticleanup
2002-11-10 Pierangelo Masaratiremove #ifdef SLAP_FILTER_HASSUBORDINATES
2002-10-26 Pierangelo Masaratifix hasSubordinate filtering; now it can be safely...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-05-02 Kurt ZeilengaMatched Values implementation (ITS#1776) based upon...
2002-04-05 Julius EnarusaiAdded LDAP_LOG messages
2002-02-02 Kurt ZeilengaSwitch to openldap-data
2002-01-29 Kurt ZeilengaAdd giant lock code back in... (it's my flakey devbox...
2002-01-29 Kurt ZeilengaBack out giant lock code, needs more work
2002-01-29 Kurt ZeilengaAdd GIANT rwlock! This should resolve nasty concurrenc...
2002-01-11 Kurt ZeilengaAdd system schema flags to backends supporting system...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuRemoved unused unbind stuff
2002-01-01 Howard ChuRemove abandon cruft
2001-12-22 Pierangelo Masaratiadded backend-side support for on-the-fly operational...
2001-11-17 Pierangelo Masaratiminor cleanup
2001-07-16 Randy KunkeeFix ITS#1239:
2001-06-28 Randy KunkeeRemove global_backendsyncfreq code (code has been pushe...
2001-06-28 Randy KunkeeMove backend_syncfreq code down into back-ldbm. Create...
2001-06-22 Kurt ZeilengaBackout directory config option
2001-06-22 Randy KunkeeAdd sync_daemon to daemon.c, enabled by global configur...
2001-06-21 Randy KunkeePatches from Mark Whitehouse (with changes from myself...
2001-05-29 Kurt ZeilengaAdd an LDBM backend "directory" directive (in addition to
2000-09-18 Kurt ZeilengaFramework for back-bdb
2000-09-11 Kurt Zeilenga-lldbm now sets DB_USE_ENVIRON and support input of...
2000-07-19 Kurt ZeilengaNew slapindex framework (no meat)
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-06-21 Mark ValenceNew backend routine: back_attribute
2000-06-17 Kurt ZeilengaAdd LDBM referral handler...
2000-06-16 Kurt ZeilengaAdd backend_check_referrals() framework.
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-06-06 Kurt ZeilengaDon't automatically index objectlclass eq, ineffective...
2000-06-06 Kurt ZeilengaRemove not to be implemented control.
2000-06-04 Kurt ZeilengaNew indexer/filter codes (test suite works) with cheats
2000-05-13 Kurt ZeilengaY2k copyright update
2000-01-02 Luke HowardFilled in Cyrus SASL authz/storage callbacks for all...
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-11-02 Kurt ZeilengaDo not maintain a presence search on 'objectclass'...
1999-09-23 Kurt ZeilengaReimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync).
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-19 Kurt Zeilengaunifdef -DSLAP_CLEANUP
1999-08-19 Kurt ZeilengaFix SLAP_CLEANUP (this #ifdef should really be removed)
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-17 Howard ChuMake init_module return a success/fail value.
1999-08-13 Kurt ZeilengaAdd DN_INDICES search filter and has_children support...
1999-08-07 Howard ChuFinal round of module changes
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-08-06 Howard ChuFor dynamic modules, must explicitly zero BackendInfo...
1999-07-27 Kurt ZeilengaFix "dn" index. Only "sub" was being generated instead...
1999-07-05 Kurt Zeilengaunifdef -DSLAPD_ACLGROUPS -DSLAPD_ACLAUTH
1999-06-24 Bastiaan BakkerMerged dynamic module support patch (see ITS #196)...
1999-06-23 Bastiaan BakkerAdded connection initialisation and destruction notific...
1999-05-28 Julio Sánchez Fern... First step in new schema support.
1999-04-13 Hallvard FurusethAdd struct backend_info->bi_entry_release_rw and relate...
1999-04-06 Hallvard Furusethifdef SLAP_CLEANUP: close db files, free memory, some...
1999-04-04 Hallvard Furusethstrdup/free li->li_directory when chaning, so unmalloce...
1999-04-04 Hallvard Furusethfix typo in comment in ldbm_back_close
1999-03-06 Hallvard FurusethRemove unused variables
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-02-08 Kurt SpanierIntegration of the BDB2 backend into the new init/start...
1999-02-05 Kurt ZeilengaNew Frontend->Backend Interface
1999-02-04 Kurt ZeilengaBackout startup/initialization changes in preparation...
1999-02-02 Kurt ZeilengaHack up a quick bandaid to make things compile. Startu...
1999-02-01 Kurt SpanierIntroduction of a backend startup/shutdown function...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-26 Kurt ZeilengaLDBM/back-ldbm locking reworked!
1999-01-26 Kurt ZeilengaHide allocate of reentrant_database cond varible and...
1999-01-22 Kurt ZeilengaImplement NEXTID chunking. Obtain IDs in chunks of...
1999-01-22 Kurt Zeilengainitialize nextid with NOID not -1.
1999-01-07 Kurt ZeilengaWrap db2 mutex with -DHAVE_BERKELEY_DB2 (should be...
1999-01-07 Kurt ZeilengaModify Add/Delete/Modrdn operations to require write...
1999-01-05 Kurt Spanier- Make install creates $(RUNDIR)/var for pid and args...
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-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-07 Kurt ZeilengaMake flush_writes the default. Change option to 'dbcac...
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-08-09 Kurt ZeilengaMerged LDAPworldCurrent (P1-10,13,15,16,19-22)
1998-08-09 Kurt ZeilengaLDAPworldP20: Patch for comparing crypt()ed passwords...
1998-08-09 Kurt ZeilengaInitial revision