summaryrefslogtreecommitdiff
path: root/support/htpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* * support/htpasswd.c: Fix typo. [skip ci]Joe Orton2020-12-161-1/+1
* Fix misleading crypt vs hash terminology in ht* and dbmmanage tools.Yann Ylavic2020-12-081-7/+7
* * support/htpasswd.c (usage): Fix typo. [skip ci]Joe Orton2020-06-101-1/+1
* * support/htpasswd.c (usage): More usage fixes for SHA-2; describeJoe Orton2019-07-081-6/+6
* * support/htpasswd.c (usage): Document SHA-256/512 support.Joe Orton2019-07-051-3/+7
* Add support for SHA-2 crypt() algorithm in htpasswd.Joe Orton2019-06-211-1/+1
* * support/htpasswd.c (usage): Fix bcrypt round maximum.Joe Orton2018-11-091-1/+1
* * support/htpasswd.c (main): Only check for readability if running inJoe Orton2017-10-201-1/+11
* * Do not apply the strict permissions of the temporary file to a possiblyRuediger Pluem2017-07-031-1/+1
* htpasswd: don't point to (unused) stack memory on outputYann Ylavic2017-02-031-2/+7
* htpasswd: Add -v option to verify a passwordStefan Fritsch2013-04-051-47/+96
* fix htpasswd/htdbm brown paper bag bugsStefan Fritsch2013-04-051-2/+1
* htdbm, htpasswd: print error message if out of memoryStefan Fritsch2012-12-251-0/+1
* htdbm:Rainer Jung2012-12-121-7/+6
* Optionally read passwords from stdinStefan Fritsch2012-10-071-2/+3
* add support for bcryptStefan Fritsch2012-10-071-5/+9
* Start refactoring of htpasswd and htdbmStefan Fritsch2012-10-071-309/+91
* htpasswd: Use correct file mode for checking if file is writable.Stefan Fritsch2012-08-051-2/+2
* note more prominently that SHA and crypt are insecureStefan Fritsch2012-06-221-2/+3
* * support/htpasswd.c (mkrecord): Handle crypt() failure.Joe Orton2012-06-061-1/+13
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* hide some unused code on Win32 and NetWareJeff Trawick2011-04-071-4/+12
* Fix brown-paper-bag bug.Stefan Fritsch2009-10-241-1/+1
* Verify that password has been truncated before printing a warning.Stefan Fritsch2009-10-241-4/+9
* Print a warning if a password is truncated by crypt.Stefan Fritsch2009-10-231-0/+4
* htpasswd: Improve out of disk space handlingStefan Fritsch2009-10-191-1/+9
* Change the default algorithm for htpasswd to MD5 on all platforms. CryptStefan Fritsch2009-10-191-9/+5
* remove TPF supportJeff Trawick2009-03-271-6/+6
* * support/htpasswd.c (seed_rand): Fix compiler warning.Joe Orton2008-02-221-1/+1
* Fix printing of error message.Paul Querna2008-02-191-1/+1
* Improve generation of the seed to rand, by using apr_generate_random_bytes, Paul Querna2008-02-191-2/+18
* Improve salt string generation.Paul Querna2008-02-191-1/+13
* Make the hardcoded checks for platforms-without-crypt consistent.Jeff Trawick2007-04-041-2/+2
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* If we don't have a prototype for crypt() we shouldn'tJeff Trawick2006-04-121-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-11/+11
* - Use the correct newline in htpasswd, instead of always using \n.Paul Querna2005-06-031-40/+42
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Use standardized names for ISO-8859-1, see http://www.iana.org/assignments/ch...Martin Kraemer2004-06-291-1/+1
* no longer refuse to process files that contain empty linesAndré Malo2004-04-241-3/+8
* htpasswd.c: various cleanups and move to using apr_temp_dir_get()Thom May2004-03-131-24/+17
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according the first cehck inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* Add a delete flag to htpasswd.Thom May2003-05-141-17/+46
* (grabbed from archive)André Malo2003-05-131-0/+14
* finished that boring job:André Malo2003-02-031-1/+1
* template parameter passed to apr_file_mktemp() must be modifiableJeff Trawick2002-10-081-2/+2