]> granicus.if.org Git - apache/history - support/htpasswd.c
Merge r1351737 from trunk:
[apache] / support / htpasswd.c
2012-07-03 Stefan FritschMerge r1346905:
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-04-07 Jeff Trawickhide some unused code on Win32 and NetWare
2009-10-24 Stefan FritschFix brown-paper-bag bug.
2009-10-24 Stefan FritschVerify that password has been truncated before printing...
2009-10-23 Stefan FritschPrint a warning if a password is truncated by crypt.
2009-10-19 Stefan Fritschhtpasswd: Improve out of disk space handling
2009-10-19 Stefan FritschChange the default algorithm for htpasswd to MD5 on...
2009-03-27 Jeff Trawickremove TPF support
2008-02-22 Joe Orton* support/htpasswd.c (seed_rand): Fix compiler warning.
2008-02-19 Paul QuernaFix printing of error message.
2008-02-19 Paul QuernaImprove generation of the seed to rand, by using apr_ge...
2008-02-19 Paul QuernaImprove salt string generation.
2007-04-04 Jeff TrawickMake the hardcoded checks for platforms-without-crypt...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-12 Jeff TrawickIf we don't have a prototype for crypt() we shouldn't
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-06-03 Paul Querna- Use the correct newline in htpasswd, instead of alway...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-06-29 Martin KraemerUse standardized names for ISO-8859-1, see http://www...
2004-04-24 André Malono longer refuse to process files that contain empty...
2004-03-13 Thom Mayhtpasswd.c: various cleanups and move to using apr_temp...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according the first cehck in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-05-14 Thom MayAdd a delete flag to htpasswd.
2003-05-13 André Malo(grabbed from archive)
2003-02-03 André Malofinished that boring job:
2002-10-08 Jeff Trawicktemplate parameter passed to apr_file_mktemp() must...
2002-10-08 Ryan BloomWe can't just create the temporary file in the current...
2002-09-14 Justin ErenkrantzRevert r1.57 and r1.58 per Will Rowe's veto.
2002-09-14 Brian Panetruncate existing file if "-c" is used
2002-09-14 William A. Rowe Jr Move another non-exists test into the non-existing...
2002-09-14 Brian PaneMore code cleanup: added some error checks and removed...
2002-09-14 Brian Paneremove single-byte file reads
2002-09-14 Brian Panecleaned up the file access checking
2002-09-14 William A. Rowe Jr 1. Eliminate perror(), it's not portable.
2002-09-10 Bradley NicholesAvoid a compiler error on NetWare
2002-09-10 Justin ErenkrantzAdd ability to htpasswd (via -5) to produce non-obfusca...
2002-08-19 Justin ErenkrantzStyle fixes. (long lines)
2002-07-10 Victor J. OrlikowskiContinue the Bill Rowe apr_size_t crusade.
2002-07-08 William A. Rowe Jr We obviously have no idea if this code is right....
2002-07-02 Justin ErenkrantzRemove unused variable 'str'.
2002-07-02 Justin ErenkrantzUse the apr_file_copy function rather than doing a...
2002-07-02 Justin Erenkrantzfound wasn't getting incremented when we update an...
2002-07-02 Ryan Bloomhtpasswd needs to add a newline at the end of each...
2002-06-19 Cliff WoolleyGrrrr. Fix the htpasswd -c -n logic bug *the right...
2002-06-18 Cliff Woolley * clear up a warning that NOFILE was redefined on...
2002-06-18 Roy T. Fieldingsquash warnings
2002-06-17 Cliff WoolleyGet this to work on win32 :(
2002-06-16 Ryan BloomFinish the htpasswd port to APR. This brings the file...
2002-06-16 Ryan BloomFirst pass at cleaning up htpasswd. This removes the...
2002-05-16 William A. Rowe Jr Prepare for Thom's real patch... this is a detabify...
2002-05-10 Jeff Trawickavoid colliding with getline() as defined by glibc
2002-04-13 William A. Rowe Jr Correct const'ness of argv in all support apps, and...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-01-18 Bradley NicholesUpdates to allow the utilities to run on NetWare
2001-07-20 William A. Rowe Jr APR_FINFO_TYPE is all we really needed here.
2001-07-20 William A. Rowe Jr A pool is a REQUIRED ARGUMENT, never optional (NULL).
2001-02-25 David ReidUse a better format type for sizeof. This stops a...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-11 William A. Rowe Jr Still lots to apr'ize here.
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2000-12-22 Ryan BloomCleanups so that the support programs build cleanly...
2000-12-21 William A. Rowe Jr All the supports now build on APR (+APRUTIL), no...
2000-12-21 William A. Rowe Jr This should build entirely with apr/aprutil support
2000-12-20 Jeff TrawickSwitch to the APR-provided APR_CHARSET_EBCDIC feature...
2000-12-19 Ryan BloomForce all Apache functions to be linked into the execut...
2000-11-30 Jeff TrawickGet htpasswd.c to build on EBCDIC machines again.
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-10-16 William A. Rowe Jr Fix compile break in Win32
2000-10-06 William A. Rowe Jr Completed review for new tests:
2000-08-07 Jeff TrawickFix some problems with the apr conversion so that APACH...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-27 Bill StoddardFix another compiler warning. Forgot to commit this...
2000-06-12 Ryan BloomRemove the final vestiges of stat.h from Apache 2.0...
2000-05-25 Ken Coar Add '-n' option to make htpasswd send user:pw result to
2000-05-16 Jeff TrawickAPR-ize the CHARSET_EBCDIC support in the SHA1 routines...
2000-05-16 Jeff TrawickEBCDIC bug fix: do the required translation handle...
2000-05-04 Roy T. FieldingGet rid of warning by including crypt.h when available.
2000-05-03 Ken Coar Use our own buffer for tmpnam() if the platform seems...
2000-05-03 Ken Coar Be more expliciti in our error messages if the tmpnam...
2000-04-29 William A. Rowe JrPR:
2000-04-25 Bill StoddardSome Windows tweaks from William Rowe...
2000-04-24 Bill StoddardInclude apr_md5.h rather than the deprecated ap_md5...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-22 Bill StoddardGet htpasswd compiling under Windows
2000-03-10 Ryan BloomFix all the License issues. Including:
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-09-27 Ralf S. EngelschallMake the support stuff finitely working again.
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.