]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/bind.c
New dn2id format with base/one/subtree indices (ldbm/bdb2)
[openldap] / servers / slapd / back-ldbm / bind.c
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-07 Kurt ZeilengaCopy LDBM bind "ACL_AUTH" and SASL framework to bdb2.
1999-07-05 Kurt Zeilengaunifdef -DSLAPD_ACLGROUPS -DSLAPD_ACLAUTH
1999-07-04 Kurt Zeilengao_dn/o_ndn must not be NULL. Set to "" upon receiving...
1999-07-04 Kurt ZeilengaHEADS UP: connections are forced to "anonymous" status...
1999-06-29 Kurt ZeilengaModify lutil_passwd to accept a third argument char...
1999-06-29 Kurt ZeilengaAdd framework for sasl and controls.
1999-04-02 Hallvard FurusethUNDO LAST COMMIT.
1999-04-02 Hallvard FurusethFix wait4child change: Prefer wait3 over wait. Use...
1999-03-02 Bart HartgersAnnoying little son of a `free' BUG fixed.
1999-03-01 Kurt ZeilengaFix minor memory leak and remove redundant be_isroot_pw...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1998-12-29 Kurt ZeilengaFix --disable-crypt and --disable-cleartext
1998-12-22 Kurt ZeilengaAdd rc=0 fix as suggested by Tobias Reber <t.reber...
1998-12-01 Kurt ZeilengaUpdate slapd to use lutil_passwd() for both user and...
1998-11-23 Kurt ZeilengaChanged dn2entry to always returned a modified matched.
1998-11-16 Kurt ZeilengaRemove extern declarations of library functions from...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt ZeilengaFound the really, really stupid bug. The SAFEMEMCPY...
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-10-19 Kurt ZeilengaMerge in latest from -current.
1998-09-22 Kurt ZeilengaFixed md5/sha files.
1998-09-21 Kurt Zeilengaprefix md5 calls with ldap_
1998-09-20 Kurt ZeilengaMerged in per cache entry reader/writer locks from...
1998-09-16 Kurt ZeilengaAdd ldap_ prefix to md5 calls.
1998-09-08 Kurt ZeilengaAdd Kerberos V5 support from Predrag Balorda <pele...
1998-09-03 Kurt ZeilengaImport public domain sha1 routines from Steve Reid...
1998-09-02 Kurt ZeilengaAdd basic support for MD5 and SHA1 passwords.
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