index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
/
htpasswd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use standardized names for ISO-8859-1, see http://www.iana.org/assignments/ch...
Martin Kraemer
2004-06-29
1
-1
/
+1
*
no longer refuse to process files that contain empty lines
André Malo
2004-04-24
1
-3
/
+8
*
htpasswd.c: various cleanups and move to using apr_temp_dir_get()
Thom May
2004-03-13
1
-24
/
+17
*
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
-53
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
Add a delete flag to htpasswd.
Thom May
2003-05-14
1
-17
/
+46
*
(grabbed from archive)
André Malo
2003-05-13
1
-0
/
+14
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
template parameter passed to apr_file_mktemp() must be modifiable
Jeff Trawick
2002-10-08
1
-2
/
+2
*
We can't just create the temporary file in the current directory. If that
Ryan Bloom
2002-10-08
1
-1
/
+14
*
Revert r1.57 and r1.58 per Will Rowe's veto.
Justin Erenkrantz
2002-09-15
1
-23
/
+0
*
truncate existing file if "-c" is used
Brian Pane
2002-09-14
1
-1
/
+1
*
Move another non-exists test into the non-existing tests block, and
William A. Rowe Jr
2002-09-14
1
-16
/
+19
*
More code cleanup: added some error checks and removed unused functions
Brian Pane
2002-09-14
1
-23
/
+18
*
remove single-byte file reads
Brian Pane
2002-09-14
1
-2
/
+2
*
cleaned up the file access checking
Brian Pane
2002-09-14
1
-26
/
+16
*
1. Eliminate perror(), it's not portable.
William A. Rowe Jr
2002-09-14
1
-11
/
+7
*
Avoid a compiler error on NetWare
Bradley Nicholes
2002-09-11
1
-1
/
+1
*
Add ability to htpasswd (via -5) to produce non-obfuscated MD5 hashes.
Justin Erenkrantz
2002-09-10
1
-0
/
+23
*
Style fixes. (long lines)
Justin Erenkrantz
2002-08-19
1
-15
/
+18
*
Continue the Bill Rowe apr_size_t crusade.
Victor J. Orlikowski
2002-07-10
1
-2
/
+2
*
We obviously have no idea if this code is right. We can't close unopened
William A. Rowe Jr
2002-07-08
1
-1
/
+1
*
Remove unused variable 'str'.
Justin Erenkrantz
2002-07-03
1
-1
/
+0
*
Use the apr_file_copy function rather than doing a system call to copy
Justin Erenkrantz
2002-07-03
1
-6
/
+1
*
found wasn't getting incremented when we update an exisiting record, thus
Justin Erenkrantz
2002-07-03
1
-0
/
+1
*
htpasswd needs to add a newline at the end of each record.
Ryan Bloom
2002-07-02
1
-0
/
+1
*
Grrrr. Fix the htpasswd -c -n logic bug *the right way* this time. :(
Cliff Woolley
2002-06-19
1
-1
/
+1
*
* clear up a warning that NOFILE was redefined on HP/UX.
Cliff Woolley
2002-06-18
1
-14
/
+14
*
squash warnings
Roy T. Fielding
2002-06-18
1
-2
/
+2
*
Get this to work on win32 :(
Cliff Woolley
2002-06-17
1
-1
/
+1
*
Finish the htpasswd port to APR. This brings the file checking code to
Ryan Bloom
2002-06-16
1
-54
/
+53
*
First pass at cleaning up htpasswd. This removes the tmpnam call in
Ryan Bloom
2002-06-16
1
-228
/
+153
*
Prepare for Thom's real patch... this is a detabify only
William A. Rowe Jr
2002-05-16
1
-198
/
+198
*
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
-6
/
+4
*
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
-8
/
+20
*
APR_FINFO_TYPE is all we really needed here.
William A. Rowe Jr
2001-07-20
1
-4
/
+6
*
A pool is a REQUIRED ARGUMENT, never optional (NULL).
William A. Rowe Jr
2001-07-20
1
-3
/
+3
*
Use a better format type for sizeof. This stops a few compiler
David Reid
2001-02-25
1
-6
/
+6
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
Still lots to apr'ize here.
William A. Rowe Jr
2001-02-11
1
-4
/
+2
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-4
/
+4
*
The changes required for the APR_FINFO_wanted argument to
William A. Rowe Jr
2001-01-20
1
-1
/
+1
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
1
-4
/
+4
*
Cleanups so that the support programs build cleanly. The Win32 values
Ryan Bloom
2000-12-22
1
-0
/
+9
*
All the supports now build on APR (+APRUTIL), no reliance on httpd.
William A. Rowe Jr
2000-12-21
1
-1
/
+3
*
This should build entirely with apr/aprutil support
William A. Rowe Jr
2000-12-21
1
-1
/
+1
[next]