summaryrefslogtreecommitdiff
path: root/support/htpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* We can't just create the temporary file in the current directory. If thatRyan Bloom2002-10-081-1/+14
* Revert r1.57 and r1.58 per Will Rowe's veto.Justin Erenkrantz2002-09-141-23/+0
* truncate existing file if "-c" is usedBrian Pane2002-09-141-1/+1
* Move another non-exists test into the non-existing tests block, andWilliam A. Rowe Jr2002-09-141-16/+19
* More code cleanup: added some error checks and removed unused functionsBrian Pane2002-09-141-23/+18
* remove single-byte file readsBrian Pane2002-09-141-2/+2
* cleaned up the file access checkingBrian Pane2002-09-141-26/+16
* 1. Eliminate perror(), it's not portable.William A. Rowe Jr2002-09-141-11/+7
* Avoid a compiler error on NetWareBradley Nicholes2002-09-101-1/+1
* Add ability to htpasswd (via -5) to produce non-obfuscated MD5 hashes.Justin Erenkrantz2002-09-101-0/+23
* Style fixes. (long lines)Justin Erenkrantz2002-08-191-15/+18
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-2/+2
* We obviously have no idea if this code is right. We can't close unopenedWilliam A. Rowe Jr2002-07-081-1/+1
* Remove unused variable 'str'.Justin Erenkrantz2002-07-021-1/+0
* Use the apr_file_copy function rather than doing a system call to copyJustin Erenkrantz2002-07-021-6/+1
* found wasn't getting incremented when we update an exisiting record, thusJustin Erenkrantz2002-07-021-0/+1
* htpasswd needs to add a newline at the end of each record.Ryan Bloom2002-07-021-0/+1
* Grrrr. Fix the htpasswd -c -n logic bug *the right way* this time. :(Cliff Woolley2002-06-191-1/+1
* * clear up a warning that NOFILE was redefined on HP/UX.Cliff Woolley2002-06-181-14/+14
* squash warningsRoy T. Fielding2002-06-181-2/+2