]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm
Per ITS#419, don't require SLAPD_RLOOKUPS when HAVE_TCPD
[openldap] / servers / slapd / back-ldbm /
2000-01-08 Kurt ZeilengaInitial implementation of Kerberos password verificatio...
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-18 Kurt ZeilengaRemove DNS_DN experimental code.
1999-12-17 Howard ChuTentative fix for ITS #402. (Not tested yet.) If succes...
1999-12-15 Kurt ZeilengaUpdated sasl response to support returning of referrals.
1999-12-13 Kurt ZeilengaRemove lint
1999-12-12 Kurt ZeilengaStop reducing number of substring candiadates when...
1999-12-10 Kurt ZeilengaITS#394: index presence bug fix
1999-12-10 Kurt ZeilengaFix slapd SASL/ExternalOps encoding
1999-12-09 Kurt ZeilengaModify password code such that backend end routine...
1999-12-08 Kurt ZeilengaUpdate for new password codes for MSVC5
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-12-06 Kurt Zeilengareduce slap_passwd_check to simple form
1999-11-24 Kurt Zeilengaadjust to kerberos/passwd rearrangements.
1999-11-23 Kurt ZeilengaMove userPassord and krbName authentication routines...
1999-11-21 Kurt ZeilengaPlug memory leak.
1999-11-17 Kurt ZeilengaITS#357 (cont): Don't crash on at_cn == NULL.
1999-11-17 Kurt ZeilengaITS#357: at_cn == NULL causes crash
1999-11-02 Kurt ZeilengaDo not maintain a presence search on 'objectclass'...
1999-11-02 Howard ChuRemoved explicit include of <ac/param.h> because it...
1999-11-01 Kurt ZeilengaChanges to support NT single debug
1999-11-01 Kurt ZeilengaUse centralized output directories.
1999-10-28 Howard ChuSpecifies the symbols that slapd must export, for Mingw...
1999-10-28 Howard ChuAdded numsubordinates operational attribute
1999-10-27 Kurt ZeilengaRemove lint
1999-10-21 Kurt ZeilengaInitial commit of new ACL engine. Engine supports...
1999-09-24 Kurt Zeilengabind should not return noSuchObject
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-23 Kurt ZeilengaReimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync).
1999-09-20 Kurt ZeilengaAdd experimental detection of BerkeleyDB2 DB_THREAD.
1999-09-18 Howard ChuAdded mixed-case as well as up-cased DN argument. The...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-08 Kurt Zeilengadb2 flags should be u_int32_t, not int.
1999-09-04 Kurt ZeilengaRemove #if 0 used to hide dn subtree index problem...
1999-09-03 Hallvard FurusethMove `#include "ldap_defaults.h"' into slap.h, which...
1999-09-03 Hallvard FurusethRemove incorrect use of <matched> entry
1999-09-03 Hallvard FurusethFix SAFEMEMCPY bug from revision 1.32 in idl_insert()
1999-09-03 Kurt ZeilengaBackout rev 1.37 change which was committed by mistake.
1999-09-02 Hallvard FurusethFix Debug printf format
1999-09-02 Hallvard FurusethCleanup:
1999-09-02 Kurt ZeilengaAdd OpenLDAP RCS id
1999-09-01 Kurt ZeilengaFix idl_insert_key() return codes.
1999-09-01 Hallvard FurusethFix uninitialized variable
1999-08-26 Kurt ZeilengaDisable removal of subtree indices upon delete. This...
1999-08-26 Kurt ZeilengaAssert ID != NOID when fetching from the datastore.
1999-08-26 Kurt ZeilengaUse NULL pointer to indicate values need not be freed...
1999-08-26 Kurt ZeilengaRemove use of uninitialized variable.
1999-08-26 Kurt ZeilengaBackout delete before add rdn index change.
1999-08-26 Kurt ZeilengaDefer updating dn2id until after rdn checks... (test005...
1999-08-26 Kurt ZeilengaDelete old rdn before adding new rdn.
1999-08-26 Kurt Zeilengafix dn2id delete bug... breaks modrdn.
1999-08-26 Kurt ZeilengaThis fixes dn2id delete bug... but breaks modrdn.
1999-08-20 Kurt ZeilengaBackout fetch_one copy change
1999-08-20 Kurt Zeilengaconst'fication
1999-08-19 Kurt ZeilengaMore unifdef -DSLAP_CLEANUP
1999-08-19 Kurt Zeilengaunifdef -DSLAP_CLEANUP
1999-08-19 Kurt ZeilengaFix dn_parent memory leak.
1999-08-19 Kurt ZeilengaFix SLAP_CLEANUP (this #ifdef should really be removed)
1999-08-19 Kurt ZeilengaClean up debug messages.
1999-08-17 Hallvard FurusethAdd <ac/string.h>
1999-08-17 Kurt ZeilengaUpdate MSVC project and remove lint
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-16 Hallvard Furusethback-ldbm: Kill ldbm_ignore_nextid_file, replace with...
1999-08-14 Kurt ZeilengaFix add to topless root.
1999-08-13 Kurt ZeilengaAdd DN_INDICES search filter and has_children support...
1999-08-12 Kurt ZeilengaLeft DN_INDICES defines by mistake... it's not ready...
1999-08-11 Kurt ZeilengaImplement DN_PARENT_PREFIX and framework for DN_SUBTREE...
1999-08-11 Kurt ZeilengaModify replace_values not to merge in new values when...
1999-08-11 Kurt ZeilengaRemoved redundant dn_normalization(strdup(ndn)) from...
1999-08-09 Kurt Zeilengalimit maxindirect to 9
1999-08-09 Howard ChuFix explicit backend dependencies. Wildcard was unreliable.
1999-08-08 Hallvard FurusethSeparate put_nextid() out from next_id_write() in back...
1999-08-07 Kurt ZeilengaEliminate a bubble move.
1999-08-07 Kurt ZeilengaUse a cursor to step through ID_BLOCKS.
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-08-04 Kurt ZeilengaAdd copyright notice and a few comments here and there
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-08-01 Hallvard FurusethMissed an instance of s/struct attrinfo/AttrInfo/
1999-07-31 Kurt ZeilengaExperimental fix to ITS#179 fix.
1999-07-29 Kurt ZeilengaFix modlist bug in last commit
1999-07-29 Kurt ZeilengaSave attributes until we've completed schema check and
1999-07-28 Kurt ZeilengaSlightly better ITS#238 fix than last commit... has...
1999-07-28 Kurt ZeilengaFix index_change_vals NULL vals bug (ITS#238)
1999-07-27 Kurt ZeilengaReturn LDAP_CONSTRAINT_VIOLATION if user attempts to...
1999-07-27 Kurt ZeilengaFix "dn" index. Only "sub" was being generated instead...
1999-07-24 Kurt ZeilengaAdd support for LDAP_ALL_OPERATIONAL_ATTRIBUTES ("...
1999-07-22 Kurt ZeilengaTypo made all missed all aliasedobjectname values.
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-07-22 Kurt ZeilengaRelease writer lock on new parent.
1999-07-19 Kurt ZeilengaNamespace changes
1999-07-18 Kurt ZeilengaImport patches mistakenly applied to OPENLDAP_DEVEL_REF...
1999-07-16 Kurt Zeilengafix substring_comp_candidates logic if intersection...
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-07-07 Kurt ZeilengaCopy LDBM bind "ACL_AUTH" and SASL framework to bdb2.
next