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
*
* support/htpasswd.c: Fix typo. [skip ci]
Joe Orton
2020-12-16
1
-1
/
+1
*
Fix misleading crypt vs hash terminology in ht* and dbmmanage tools.
Yann Ylavic
2020-12-08
1
-7
/
+7
*
* support/htpasswd.c (usage): Fix typo. [skip ci]
Joe Orton
2020-06-10
1
-1
/
+1
*
* support/htpasswd.c (usage): More usage fixes for SHA-2; describe
Joe Orton
2019-07-08
1
-6
/
+6
*
* support/htpasswd.c (usage): Document SHA-256/512 support.
Joe Orton
2019-07-05
1
-3
/
+7
*
Add support for SHA-2 crypt() algorithm in htpasswd.
Joe Orton
2019-06-21
1
-1
/
+1
*
* support/htpasswd.c (usage): Fix bcrypt round maximum.
Joe Orton
2018-11-09
1
-1
/
+1
*
* support/htpasswd.c (main): Only check for readability if running in
Joe Orton
2017-10-20
1
-1
/
+11
*
* Do not apply the strict permissions of the temporary file to a possibly
Ruediger Pluem
2017-07-03
1
-1
/
+1
*
htpasswd: don't point to (unused) stack memory on output
Yann Ylavic
2017-02-03
1
-2
/
+7
*
htpasswd: Add -v option to verify a password
Stefan Fritsch
2013-04-05
1
-47
/
+96
*
fix htpasswd/htdbm brown paper bag bugs
Stefan Fritsch
2013-04-05
1
-2
/
+1
*
htdbm, htpasswd: print error message if out of memory
Stefan Fritsch
2012-12-25
1
-0
/
+1
*
htdbm:
Rainer Jung
2012-12-12
1
-7
/
+6
*
Optionally read passwords from stdin
Stefan Fritsch
2012-10-07
1
-2
/
+3
*
add support for bcrypt
Stefan Fritsch
2012-10-07
1
-5
/
+9
*
Start refactoring of htpasswd and htdbm
Stefan Fritsch
2012-10-07
1
-309
/
+91
*
htpasswd: Use correct file mode for checking if file is writable.
Stefan Fritsch
2012-08-05
1
-2
/
+2
*
note more prominently that SHA and crypt are insecure
Stefan Fritsch
2012-06-22
1
-2
/
+3
*
* support/htpasswd.c (mkrecord): Handle crypt() failure.
Joe Orton
2012-06-06
1
-1
/
+13
*
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
[next]