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
*
hide some unused code on Win32 and NetWare
Jeff Trawick
2011-04-07
1
-4
/
+12
*
Fix brown-paper-bag bug.
Stefan Fritsch
2009-10-24
1
-1
/
+1
*
Verify that password has been truncated before printing a warning.
Stefan Fritsch
2009-10-24
1
-4
/
+9
*
Print a warning if a password is truncated by crypt.
Stefan Fritsch
2009-10-23
1
-0
/
+4
*
htpasswd: Improve out of disk space handling
Stefan Fritsch
2009-10-19
1
-1
/
+9
*
Change the default algorithm for htpasswd to MD5 on all platforms. Crypt
Stefan Fritsch
2009-10-19
1
-9
/
+5
*
remove TPF support
Jeff Trawick
2009-03-27
1
-6
/
+6
*
* support/htpasswd.c (seed_rand): Fix compiler warning.
Joe Orton
2008-02-22
1
-1
/
+1
*
Fix printing of error message.
Paul Querna
2008-02-19
1
-1
/
+1
*
Improve generation of the seed to rand, by using apr_generate_random_bytes,
Paul Querna
2008-02-19
1
-2
/
+18
*
Improve salt string generation.
Paul Querna
2008-02-19
1
-1
/
+13
*
Make the hardcoded checks for platforms-without-crypt consistent.
Jeff Trawick
2007-04-04
1
-2
/
+2
*
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
*
If we don't have a prototype for crypt() we shouldn't
Jeff Trawick
2006-04-12
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-11
/
+11
*
- Use the correct newline in htpasswd, instead of always using \n.
Paul Querna
2005-06-03
1
-40
/
+42
*
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
*
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
[next]