index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
support
/
htpasswd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-1
/
+1
*
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-14
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-10
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-02
1
-1
/
+0
*
Use the apr_file_copy function rather than doing a system call to copy
Justin Erenkrantz
2002-07-02
1
-6
/
+1
*
found wasn't getting incremented when we update an exisiting record, thus
Justin Erenkrantz
2002-07-02
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
[next]