manoj 99/08/31 21:12:27
Modified:src/support htpasswd.c
Log:
Require the batch (-b) option and default to MD5 on TPF.
Submitted by: David McCreedy <[EMAIL PROTECTED]> and others at IBM
Revision ChangesPath
1.36 +10 -0 apache-1.3/src/support/htpasswd.c
coar99/08/12 07:15:23
Modified:src/support htpasswd.c
Log:
'Force NO encryption' alongside 'Force SHA' made it sound like
NO was another algorithm.
Revision ChangesPath
1.35 +1 -1 apache-1.3/src/support/htpasswd.c
Index: htpasswd.c
=
coar99/08/12 05:10:39
Modified:src/support htpasswd.c
Log:
Fix a typo and some line-wraps. (All cosmetic.)
Revision ChangesPath
1.34 +8 -6 apache-1.3/src/support/htpasswd.c
Index: htpasswd.c
=
randy 99/08/07 13:34:14
Modified:src ApacheCore.def
src/ap ap.mak
src/support htpasswd.c htpasswd.mak
Log:
Fix build on Win32
Revision ChangesPath
1.17 +1 -1 apache-1.3/src/ApacheCore.def
Index: ApacheCore.def
==
coar99/05/31 10:10:19
Modified:src/support htpasswd.c
Log:
Oops. Too much Perl coding at the time, I guess. :-*
Revision ChangesPath
1.29 +2 -2 apache-1.3/src/support/htpasswd.c
Index: htpasswd.c
coar99/04/09 20:46:00
Modified:src/support htpasswd.c
Log:
free() some malloc()ed memory on error exit -- and remove a
stray debugging message (d'oh!).
Revision ChangesPath
1.27 +2 -1 apache-1.3/src/support/htpasswd.c
Index: htpasswd.c
=
coar99/04/08 13:56:44
Modified:src CHANGES
src/ap ap_md5c.c
src/include ap_md5.h
src/main http_core.c util_md5.c
src/support htpasswd.c
Log:
Passwords, as user input, may not be 7-bit ASCII -- so we need
lars99/03/19 13:20:49
Modified:src/support htpasswd.c
Log:
make functions static, fix missing prototype warning
Revision ChangesPath
1.24 +5 -5 apache-1.3/src/support/htpasswd.c
Index: htpasswd.c
===
coar99/03/10 12:58:27
Modified:src/support htpasswd.c
Log:
Argh.. what happens when you've got too many patches going
at once..
Revision ChangesPath
1.23 +12 -9 apache-1.3/src/support/htpasswd.c
Index: htpasswd.c
=
coar99/03/10 12:36:47
Modified:src/support htpasswd.c
Log:
Add licence, change argumbnt handling to alway recognise '-' as
a flag prefix, make a little easier to expand to other algorithms
in the future, and change file handling. Previously a misspelt
stoddard99/03/08 12:14:06
Modified:src/support htpasswd.c
Log:
Fix for argument math in htpasswd.
Submitted by: Ryan Bloom
Revision ChangesPath
1.21 +17 -8 apache-1.3/src/support/htpasswd.c
Index: htpasswd.c
==
coar99/02/03 08:22:34
Modified:.STATUS
src ApacheCore.def CHANGES
src/ap ap_md5c.c
src/include ap_md5.h ap_mmn.h
src/modules/standard mod_auth.c mod_auth_db.c mod_auth_dbm.c
src/support htpasswd
coar99/01/19 14:35:48
Modified:src/support htpasswd.c
Log:
Some cleanup (only in a src/support file) preparatory to some
pending MD5 changes for Win32 and Unix compatibility..
Revision ChangesPath
1.18 +26 -19apache-1.3/src/support/htpasswd.c
dgaudet 98/06/04 13:28:31
Modified:src CHANGES
src/support htpasswd.c
Log:
remove the system() call...
PR: 2332
Submitted by: "M.D.Parker" <[EMAIL PROTECTED]>
Revision ChangesPath
1.886 +3 -0 apache-1.3/src/CHANGES
Index:
marc98/03/17 16:58:35
Modified:src/support htpasswd.c
Log:
Why should we include sys/signal.h? That is bogus.
Also, explicitly cast crypt() return to char*. We should include the
right header file (ie. crypt.h), but that is painful right now.
These both follow exist
marc98/03/13 13:52:31
Modified:src/support htpasswd.c
Log:
Properly terminate the salt.
PR: 1946
Submitted by: Matthew Reimer <[EMAIL PROTECTED]>
Revision ChangesPath
1.12 +1 -0 apache-1.3/src/support/htpasswd.c
Index: htpasswd.c
martin 98/02/22 13:39:35
Modified:src/support htpasswd.c
Log:
[Port]: minor changes to ease EBCDIC port
Revision ChangesPath
1.11 +5 -0 apache-1.3/src/support/htpasswd.c
Index: htpasswd.c
==
17 matches
Mail list logo