cvs commit: apache-1.3/src/support htpasswd.c

1999-08-12 Thread coar
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

cvs commit: apache-1.3/src/support htpasswd.c

1999-08-12 Thread coar
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

cvs commit: apache-1.3/src/support htpasswd.c htpasswd.mak

1999-08-07 Thread randy
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

cvs commit: apache-1.3/src/support htpasswd.c

1999-05-31 Thread coar
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

cvs commit: apache-1.3/src/support htpasswd.c

1999-04-10 Thread coar
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

cvs commit: apache-1.3/src/support htpasswd.c

1999-04-08 Thread coar
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

cvs commit: apache-1.3/src/support htpasswd.c

1999-03-19 Thread lars
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

cvs commit: apache-1.3/src/support htpasswd.c

1999-03-10 Thread coar
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

cvs commit: apache-1.3/src/support htpasswd.c

1999-03-10 Thread coar
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

cvs commit: apache-1.3/src/support htpasswd.c

1999-03-08 Thread stoddard
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

cvs commit: apache-1.3/src/support htpasswd.c httpd.exp

1999-02-03 Thread coar
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

cvs commit: apache-1.3/src/support htpasswd.c

1998-06-04 Thread dgaudet
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:

cvs commit: apache-1.3/src/support htpasswd.c

1998-03-18 Thread marc
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

cvs commit: apache-1.3/src/support htpasswd.c

1998-03-13 Thread marc
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

cvs commit: apache-1.3/src/support htpasswd.c

1998-02-22 Thread martin
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