cvs commit: apache/src mod_digest.c

1996-10-30 Thread Brian Behlendorf
brian 96/10/30 16:09:38 Modified:src mod_digest.c Log: Cleaned up -wall messages related to constification. Revision ChangesPath 1.9 +7 -5 apache/src/mod_digest.c Index: mod_digest.c ===

cvs commit: apache/src mod_digest.c

1996-05-29 Thread Alexei Kosut
akosut 96/05/29 16:42:16 Modified:src mod_digest.c Log: Modify the digest authentication checks so they don't mess with requests that aren't protected with digest authentication. This was apparently causing some problems with certain setups. Submitted by: [EMAIL PROTE

cvs commit: apache/src mod_digest.c

1996-04-20 Thread Ben Laurie
ben 96/04/20 05:00:15 Modified:src mod_digest.c Log: Correct premature strlen() of possibly NULL pointer. Submitted by: Sean Welch <[EMAIL PROTECTED]> Revision ChangesPath 1.4 +3 -1 apache/src/mod_digest.c Index: mod_digest.c

cvs commit: apache/src mod_digest.c util_md5.c

1996-03-26 Thread Ben Laurie
ben 96/03/26 11:05:26 Modified:src mod_digest.c util_md5.c Log: Fix warnings and errors on SCO 5. Revision ChangesPath 1.3 +10 -6 apache/src/mod_digest.c Index: mod_digest.c === R

Re: cvs commit: apache/src mod_digest.c mod_proxy.c mod_userdir.c

1996-03-22 Thread Paul Richards
In reply to Alexei Kosut who said > * UserDir public_html -> ~bar/public_html/one/two.html > * UserDir /usr/web -> /usr/web/bar/one/two.html > ! * UserDir /home/ * /www -> /home/bar/www/one/two.html > ! * NOTE: theses ^ ^ space only added allow it to work in a comm

cvs commit: apache/src mod_digest.c mod_proxy.c mod_userdir.c util_md5.c

1996-03-21 Thread Alexei Kosut
akosut 96/03/21 17:05:28 Modified:src mod_digest.c mod_proxy.c mod_userdir.c util_md5.c Log: Fix several of the -Wall warnings, mostly the ones that were my fault. Sorry about that. Revision ChangesPath 1.2 +0 -4 apache/src/mod_digest.c Index: mod

cvs commit: apache/src mod_digest.c util_md5.c util_md5.h Configuration.tmpl Makefile.tmpl http_core.c http_core.h http_protocol.c http_protocol.h

1996-03-20 Thread Alexei Kosut
akosut 96/03/20 19:50:19 Modified:src Configuration.tmpl Makefile.tmpl http_core.c http_core.h http_protocol.c http_protocol.h Added: src mod_digest.c util_md5.c util_md5.h Log: Added some more MD5 support to Apache: * A new module,