summaryrefslogtreecommitdiff
path: root/support/passwd_common.c
Commit message (Expand)AuthorAgeFilesLines
* * support/passwd_common.c (mkhash): Fix salt buffer size for SHA2Joe Orton2020-05-011-1/+1
* Add support for SHA-2 crypt() algorithm in htpasswd.Joe Orton2019-06-211-4/+51
* htpasswd: report the right limit when get_password() overflows.Yann Ylavic2017-02-031-1/+1
* Silence a sparse warning about inconsistent indentingChristophe Jaillet2015-08-311-3/+3
* Make MSVC compilers happy.Guenter Knauf2013-06-181-0/+4
* Fix commit 1465115. Christophe Jaillet2013-06-071-1/+0
* Fixed include for Windows.Guenter Knauf2013-05-131-5/+5
* htpasswd: Add -v option to verify a passwordStefan Fritsch2013-04-051-0/+8
* fix htpasswd/htdbm brown paper bag bugsStefan Fritsch2013-04-051-17/+14
* htdbm, htpasswd: print error message if out of memoryStefan Fritsch2012-12-251-0/+20
* Removed __func__ usage which is c99.Guenter Knauf2012-10-081-3/+5
* Optionally read passwords from stdinStefan Fritsch2012-10-071-10/+36
* add support for bcryptStefan Fritsch2012-10-071-0/+48
* Start refactoring of htpasswd and htdbmStefan Fritsch2012-10-071-0/+240