summaryrefslogtreecommitdiff
path: root/support/htdigest.c
Commit message (Expand)AuthorAgeFilesLines
* htdigest: prevent buffer overflow when strings in lines are too long.Luca Toscano2017-09-111-7/+17
* * Do not apply the strict permissions of the temporary file to a possiblyRuediger Pluem2017-07-031-1/+1
* Remove some 'register' in variable declaration.Christophe Jaillet2014-07-141-1/+1
* htdigest: Fix buffer overflow when reading digestRainer Jung2013-04-251-1/+4
* Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerrorChristophe Jaillet2013-04-021-7/+4
* Fortify falsely complained that the sprintf() result was unbounded.Jeff Trawick2010-08-201-2/+2
* Actually use the whole buffer for reading.Stefan Fritsch2009-10-181-1/+1
* Fix some more overflows spotted by Ruediger PluemStefan Fritsch2009-10-181-3/+3
* detabStefan Fritsch2009-10-181-2/+2
* htdigest: Fix possible overflow in command line processing. htdigest is notStefan Fritsch2009-10-181-2/+4
* 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
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-8/+8
* * support/htdigest.c (main): Fix permissions of created files.Joe Orton2005-02-281-2/+3
* 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
* Remove the OMIT_DELONCLOSE #ifdef since this should happen automatically with...Bradley Nicholes2004-03-171-39/+2
* Replace calls to fprintf() with apr_file_printf()Bradley Nicholes2004-03-171-16/+19
* Replace tabs with spacesBradley Nicholes2004-03-171-45/+45
* Remove the dependance on external cp/copy commandsBradley Nicholes2004-03-171-10/+11
* Use apr_temp_dir_get() to get the temporary directoryBradley Nicholes2004-03-171-4/+12
* 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-49/+10
* update license to 2004.André Malo2004-01-011-1/+1
* Forward port a fix for a pair of potential buffer overflows in htdigest from 1.3Thom May2003-05-011-2/+2
* Restore the ability of htdigest.exe to create files that containAndré Malo2003-03-051-11/+53
* finished that boring job:André Malo2003-02-031-1/+1
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-1/+1
* avoid colliding with getline() as defined by glibcJeff Trawick2002-05-101-2/+2
* Correct const'ness of argv in all support apps, and use the newWilliam A. Rowe Jr2002-04-131-8/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Updates to allow the utilities to run on NetWareBradley Nicholes2002-01-181-0/+3
* Add the ability to pass flags to both apr_file_open and apr_mktemp.Ryan Bloom2002-01-081-1/+1
* Switch from tmpnam() to apr_file_mktemp() so that gcc with a recent glibcCliff Woolley2001-10-011-14/+13
* Silence gcc warning about rv being used when possibly uninitialized. ThatCliff Woolley2001-06-111-1/+1
* Fix look in htdigest. Reimplemented getline to work properly withBill Stoddard2001-06-101-16/+11
* get rid of a warning for missing strXXX prototype. (I only saw thisJeff Trawick2001-05-211-0/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) include "apr_signal.h" when neededGreg Stein2001-02-111-12/+6
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-24/+24
* When is a void fn(void) not a void fn(void)? It's a win32'ism, sinceWilliam A. Rowe Jr2001-01-181-1/+6
* get rid of a bogus use of perror()Jeff Trawick2001-01-091-4/+7
* All the supports now build on APR (+APRUTIL), no reliance on httpd.William A. Rowe Jr2000-12-211-3/+3
* Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.Jeff Trawick2000-12-201-9/+5
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-191-6/+6
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-1/+8
* ensure that all cpp directives start with a # in column oneTony Finch2000-10-251-1/+1
* A few more (last?) ap_xlate->apr_xlate changes covering stuff not completelyJeff Trawick2000-08-071-2/+2
* Fix some problems with the apr conversion so that APACHE_XLATE builds workJeff Trawick2000-08-071-1/+1