index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
/
htdigest.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
htdigest: prevent buffer overflow when strings in lines are too long.
Luca Toscano
2017-09-11
1
-7
/
+17
*
* Do not apply the strict permissions of the temporary file to a possibly
Ruediger Pluem
2017-07-03
1
-1
/
+1
*
Remove some 'register' in variable declaration.
Christophe Jaillet
2014-07-14
1
-1
/
+1
*
htdigest: Fix buffer overflow when reading digest
Rainer Jung
2013-04-25
1
-1
/
+4
*
Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror
Christophe Jaillet
2013-04-02
1
-7
/
+4
*
Fortify falsely complained that the sprintf() result was unbounded.
Jeff Trawick
2010-08-20
1
-2
/
+2
*
Actually use the whole buffer for reading.
Stefan Fritsch
2009-10-18
1
-1
/
+1
*
Fix some more overflows spotted by Ruediger Pluem
Stefan Fritsch
2009-10-18
1
-3
/
+3
*
detab
Stefan Fritsch
2009-10-18
1
-2
/
+2
*
htdigest: Fix possible overflow in command line processing. htdigest is not
Stefan Fritsch
2009-10-18
1
-2
/
+4
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-8
/
+8
*
* support/htdigest.c (main): Fix permissions of created files.
Joe Orton
2005-02-28
1
-2
/
+3
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Use standardized names for ISO-8859-1, see http://www.iana.org/assignments/ch...
Martin Kraemer
2004-06-29
1
-1
/
+1
*
Remove the OMIT_DELONCLOSE #ifdef since this should happen automatically with...
Bradley Nicholes
2004-03-17
1
-39
/
+2
*
Replace calls to fprintf() with apr_file_printf()
Bradley Nicholes
2004-03-17
1
-16
/
+19
*
Replace tabs with spaces
Bradley Nicholes
2004-03-17
1
-45
/
+45
*
Remove the dependance on external cp/copy commands
Bradley Nicholes
2004-03-17
1
-10
/
+11
*
Use apr_temp_dir_get() to get the temporary directory
Bradley Nicholes
2004-03-17
1
-4
/
+12
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according the first cehck in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-49
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
Forward port a fix for a pair of potential buffer overflows in htdigest from 1.3
Thom May
2003-05-01
1
-2
/
+2
*
Restore the ability of htdigest.exe to create files that contain
André Malo
2003-03-05
1
-11
/
+53
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Continue the Bill Rowe apr_size_t crusade.
Victor J. Orlikowski
2002-07-10
1
-1
/
+1
*
avoid colliding with getline() as defined by glibc
Jeff Trawick
2002-05-10
1
-2
/
+2
*
Correct const'ness of argv in all support apps, and use the new
William A. Rowe Jr
2002-04-13
1
-8
/
+3
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Updates to allow the utilities to run on NetWare
Bradley Nicholes
2002-01-19
1
-0
/
+3
*
Add the ability to pass flags to both apr_file_open and apr_mktemp.
Ryan Bloom
2002-01-08
1
-1
/
+1
*
Switch from tmpnam() to apr_file_mktemp() so that gcc with a recent glibc
Cliff Woolley
2001-10-01
1
-14
/
+13
*
Silence gcc warning about rv being used when possibly uninitialized. That
Cliff Woolley
2001-06-11
1
-1
/
+1
*
Fix look in htdigest. Reimplemented getline to work properly with
Bill Stoddard
2001-06-10
1
-16
/
+11
*
get rid of a warning for missing strXXX prototype. (I only saw this
Jeff Trawick
2001-05-21
1
-0
/
+1
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
*) include "apr_signal.h" when needed
Greg Stein
2001-02-11
1
-12
/
+6
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-24
/
+24
*
When is a void fn(void) not a void fn(void)? It's a win32'ism, since
William A. Rowe Jr
2001-01-19
1
-1
/
+6
*
get rid of a bogus use of perror()
Jeff Trawick
2001-01-09
1
-4
/
+7
*
All the supports now build on APR (+APRUTIL), no reliance on httpd.
William A. Rowe Jr
2000-12-21
1
-3
/
+3
*
Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.
Jeff Trawick
2000-12-20
1
-9
/
+5
*
Force all Apache functions to be linked into the executable, whether they
Ryan Bloom
2000-12-19
1
-6
/
+6
*
*) Compensate for recent changes in the APR headers. Specifically, some
Greg Stein
2000-11-26
1
-1
/
+8
*
ensure that all cpp directives start with a # in column one
Tony Finch
2000-10-25
1
-1
/
+1
*
A few more (last?) ap_xlate->apr_xlate changes covering stuff not completely
Jeff Trawick
2000-08-07
1
-2
/
+2
*
Fix some problems with the apr conversion so that APACHE_XLATE builds work
Jeff Trawick
2000-08-07
1
-1
/
+1
[next]