]> git.sur5r.net Git - openldap/history - libraries/liblutil/passwd.c
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap
[openldap] / libraries / liblutil / passwd.c
2011-09-07 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-06 Howard ChuMerge branch 'mdb.master' of /home/hyc/OD/mdb
2011-09-06 Howard ChuMerge branch 'mdb.master' of /home/hyc/OD/mdb
2011-09-05 Howard ChuMerge remote branch 'mdb/mdb.master'
2011-09-05 Howard ChuMerge remote branch 'mdb/mdb.master'
2011-09-01 Howard ChuMerge remote branch 'mdb4/master'
2011-02-07 Howard ChuExport pw_string64 as lutil_passwd_string64
2011-01-05 Kurt ZeilengaHappy New Year
2010-04-13 Kurt Zeilengahappy belated New Year
2009-08-29 Howard ChuTweak MozNSS include path
2009-08-29 Howard ChuITS#6278 PEM support for MozNSS from rmeggins@redhat...
2009-07-03 Howard ChuITS#5696 des_set_key -> des_set_key_and_parity
2009-07-02 Howard ChuITS#5696 Additional MozNSS support from rmeggins@redhat.com
2009-03-09 Howard ChuITS#6005 crypt salt_format must use ber_memfree
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-10-13 Hallvard FurusethWarning cleanup: signed meets unsigned.
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-01-02 Kurt Zeilengahappy new year
2006-06-13 Pierangelo Masaratidon't search past end of berval
2006-01-03 Kurt ZeilengaHappy new year!
2005-09-29 Kurt ZeilengaITS#4021: add new {CLEARTEXT} kludge as bv_len=0 kludge no
2005-09-10 Pierangelo Masaraticleanup
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-24 Howard ChuImprove check for schemes vs cleartext passwords
2005-08-12 Kurt ZeilengaReplace PW_GECOS/PASSWD macros
2005-07-25 Hallvard FurusethlmPasswd_to_key() arg1 was passed char*. Change it...
2005-07-11 Howard ChuITS#3847 silence warnings
2005-07-09 Kurt Zeilengacleanup
2005-07-08 Howard ChuFix get_scheme to check length of scheme name
2005-03-18 Howard ChuReorganiza SLAPD_CRYPT and SLAPD_SPASSWD support for...
2005-01-20 Howard ChuITS#3495 make sure lutil_passwd_init gets called
2005-01-01 Kurt ZeilengaHappy New Year!
2004-06-02 Kurt ZeilengaApply same fix (as last commit) to SMD5 as well
2004-06-02 Kurt ZeilengaITS#3169: fix safety checks to allow for varying salt...
2004-03-12 Pierangelo Masaratidefine error codes for lutil_passwd* funcs
2004-03-05 Howard ChuITS#2992 Windows fixes from Alexey Melnikov
2004-03-03 Howard ChuITS#2993 fix prev commit
2004-03-02 Howard ChuPass result berval to lutil_passwd_hash instead of...
2004-02-26 Howard ChuDeleted Kerberos and Netscape support
2004-01-25 Howard ChuITS#2899 NS-MTA-MD5 password len is exactly 64 bytes.
2004-01-09 Kurt ZeilengaFix text == NULL bugs in last commit
2004-01-09 Kurt ZeilengaITS#2906: report invalid userPassword schemes, clarify...
2004-01-01 Kurt ZeilengaHappy new year
2003-12-11 Howard ChuITS#2869 fix decode length checks again
2003-11-25 Kurt ZeilengaNotice updates
2003-11-22 Pierangelo Masaratifix tricky signed/unsigned comparison (ITS#2835)
2003-10-17 Kurt ZeilengaFix SLAPD_NS_MTA_MD5 compile bug (ITS#2773)
2003-08-09 Kurt ZeilengaITS#2566: apply patch provided by Norbert to fix lmhash...
2003-08-09 Kurt ZeilengaITS#2662: NS_MTA-MD5 hash check fix
2003-06-01 Kurt ZeilengaITS#2562: add missing arg to hash_lanman
2003-05-02 Hallvard FurusethFix assignment of <char/int>* to unsigned <char/int...
2003-04-30 Howard ChuAdded errmsg arg to lutil_passwd_{check,hash} functions
2003-03-12 Howard ChuFix up lutil_passwd stuff to avoid struct berval definition
2003-03-11 Howard ChuAdded lutil_passwd_init, _destroy, _add for dynamically...
2003-01-20 Kurt ZeilengaITS#2159: don't crash on malformed userPassword
2003-01-03 Kurt ZeilengaHappy new year
2002-09-24 Kurt ZeilengaITS#1502: fix NS-MTA-MD5 typo
2002-09-07 Kurt ZeilengaAdd NT-MTA-MD5 Support.
2002-08-10 Howard ChuITS#2016 possibly better macro test for this fix
2002-08-10 Howard ChuITS#2016 Don't include <openssl/des.h> if we're also...
2002-08-07 Howard ChuEliminate an unnecessary malloc/free
2002-07-10 Kurt Zeilengamake sure we don't test against stored values starting...
2002-06-12 Kurt ZeilengaAdd {CLEARTEXT} password-hash support
2002-04-16 Howard ChuITS#1720 chk_sasl for Cyrus SASL 2
2002-04-11 Howard ChuITS#1732 signed/unsigned fixes
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-17 Howard Chufrom jon@symas.com - misc Windows cleanup
2001-06-14 Kurt ZeilengaRemove const from salt_format
2001-06-13 Kurt ZeilengaMisc updates to password codes / docs
2001-06-13 Kurt ZeilengaAdding crypt(3) salt format (ITS#1202) from Jeff Costlo...
2001-05-02 Kurt Zeilengaoptional SHA1
2001-03-15 Kurt ZeilengaClean up header inclusion
2001-02-02 Gary Williamsfix NT build by moving unistd.h
2001-01-20 Kurt ZeilengaProvide extra salt for crypt(3)
2001-01-18 Kurt ZeilengaFix LMPASSWD code
2000-11-22 Kurt ZeilengaITS#899 LANMAN password contribution from Norbert Klasen
2000-10-18 Kurt Zeilengaremove lint
2000-09-06 Kurt ZeilengaMIT Kerberos and krb5_free_creds_contents (ITS#715)
2000-08-15 Kurt ZeilengaAdd char* ldap_pvt_get_fqdn(char*) which returns the...
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-06-03 Kurt ZeilengaUse provided macros and comment
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-13 Howard ChuFix ambiguous return value in lutil_passwd
2000-05-11 Howard ChuFix one more chk_unix ifdef
2000-05-11 Kurt ZeilengaFix unbalanced #endif
2000-05-11 Howard ChuAdded support for AIX security database:
2000-05-10 Kurt ZeilengaFix #ifdefs when --disable-crypt
2000-05-10 Kurt ZeilengaAdd experimental code to check simple bind passwords
2000-04-25 Kurt ZeilengaFramework for authpasswd. Needs work. Behind #ifdef
2000-03-17 Kurt ZeilengaFix usage in comment
2000-01-17 Kurt ZeilengaEven more checks around use of crypt(3).
2000-01-17 Kurt ZeilengaAdd additional crypt() sanity checks.
2000-01-10 Kurt ZeilengaValidate krb5_init_context
2000-01-09 Kurt ZeilengaBorrowed a bit to literally... s/pop/ldap/ s/popper...
2000-01-08 Kurt ZeilengaMinor fixes.
2000-01-08 Kurt ZeilengaInitial implementation of Kerberos password verificatio...
1999-12-16 Kurt ZeilengaAdd slappasswd to generate rootpw.
1999-12-13 Kurt ZeilengaRemove lint
1999-12-10 Kurt ZeilengaFix slapd SASL/ExternalOps encoding
next