cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

1999-12-09 Thread ronald
ronald 99/12/08 21:21:02 Modified:src CHANGES src/modules/experimental mod_auth_digest.c Log: mod_auth_digest fixes: - better comparing of request-uri with uri parameter in Authorization header - added a check for a MUST condition in the spec - fixed SE

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

1999-11-28 Thread rse
rse 99/11/28 04:42:01 Modified:src CHANGES src/modules/experimental mod_auth_digest.c Log: Fixed mod_auth_digest.c: result of an open() call was being checked against the wrong failure value. Submitted by: Rick Ohnemus <[EMAIL PROTECTED]> Reviewed by:

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

1999-09-13 Thread stoddard
stoddard99/09/13 06:53:55 Modified:src/modules/experimental mod_auth_digest.c Log: _WIN32_WINNT define is in os.h now. Revision ChangesPath 1.9 +1 -6 apache-1.3/src/modules/experimental/mod_auth_digest.c Index: mod_auth_digest.c =

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

1999-09-09 Thread stoddard
stoddard99/09/09 15:20:33 Modified:src/modules/experimental mod_auth_digest.c Log: First cut at getting digest auth working on Windows. This actually works provided you don't get fancy with the config directives! Still much to be done though. Revision ChangesPath 1.8

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

1999-08-16 Thread martin
martin 99/08/16 04:06:15 Modified:src/modules/experimental mod_auth_digest.c Log: Cosmetics: echo output now looks like other modules' output Revision ChangesPath 1.7 +2 -2 apache-1.3/src/modules/experimental/mod_auth_digest.c Index: mod_auth_digest.c =

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

1999-08-13 Thread ronald
ronald 99/08/13 00:18:08 Modified:src/modules/experimental mod_auth_digest.c Log: - Print out pointer to Rule DEV_RANDOM when truerand lib not found - Fix test-compile check to check for randbyte instead of trand32 - use ap_base64encode_binary/decode instead of our own copy -

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

1999-08-10 Thread martin
martin 99/08/10 08:48:00 Modified:src/modules/experimental mod_auth_digest.c Log: Use TestCompile to search for the truerand library (rather than blindly assuming its existence). If it is not found, complain (but do not exit - yet). Revision ChangesPath 1.4 +11

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

1999-08-10 Thread rse
rse 99/08/10 07:05:05 Modified:src/modules/experimental mod_auth_digest.c Log: Fix conflict with original mod_digest related to the symbol of the module dispatch list (which has to be unique for DSO _and_ follow the usual conventions for the installation procedure). Revi

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

1999-08-09 Thread rse
rse 99/08/08 23:15:27 Modified:src/modules/experimental mod_auth_digest.c Log: Fix the following warnings (occured under FreeBSD 3.1, GCC 2.95): | egcc -c -I../../os/unix -I../../include -funsigned-char -DTARGET=\"apache\" | -DDEV_RANDOM=/dev/random -DUSE_EXPAT -I../..

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c Makefile.tmpl

1999-08-08 Thread ronald
ronald 99/08/08 15:34:25 Modified:src/modules/experimental Makefile.tmpl Added: src/modules/experimental mod_auth_digest.c Log: updated version of mod_digest; in experimental until further tested Revision ChangesPath 1.14 +9 -0 apache-1.3/src/modules/ex