]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/bind.c
Sync with HEAD
[openldap] / servers / slapd / back-ldbm / bind.c
2004-03-22 Kurt ZeilengaSync with HEAD
2004-01-01 Kurt ZeilengaHappy new year
2003-12-01 Kurt ZeilengaSync with HEAD
2003-10-06 Kurt ZeilengaMerge in latest changes from HEAD
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
2003-04-30 Howard ChuAdded errmsg arg to lutil_passwd_{check,hash} functions
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-01-24 Hallvard FurusethFix typo in comment.
2003-01-03 Kurt ZeilengaHappy new year
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-02-09 Kurt ZeilengaAdd ACL state recording to avoid multiple evaluation of
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-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2002-01-01 Howard ChuMore struct berval conversions
2001-12-31 Howard ChuMinor cleanup
2001-12-26 Kurt ZeilengaUpdate referral handling to use struct berval DNs.
2001-12-26 Howard ChuFirst pass at converting bind to struct bervals
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-01-17 Gary Williamsfix format for new logging
2000-09-20 Kurt ZeilengaFix SPASSWD merge for real
2000-09-20 Kurt Zeilengamerge changes from authPassword work which should fix...
2000-09-07 Kurt ZeilengaITS#717 slapd kbind patch
2000-09-05 Kurt ZeilengaConsistently don't require "entry" access (except on...
2000-06-25 Kurt ZeilengaReturn unwillingToPerform for step 2 kerberos bind.
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-05-27 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: fix bind acls
2000-05-22 Kurt ZeilengaConst'ification
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-25 Kurt Zeilengaremove SASL bind call. Frontend code coming.
2000-03-17 Kurt Zeilengas/userPassword/password/ (variable name)
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-01-08 Kurt ZeilengaInitial implementation of Kerberos password verificatio...
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-12-06 Kurt Zeilengareduce slap_passwd_check to simple form
1999-11-23 Kurt ZeilengaMove userPassord and krbName authentication routines...
1999-09-24 Kurt Zeilengabind should not return noSuchObject
1999-09-18 Howard ChuAdded mixed-case as well as up-cased DN argument. The...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
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