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

cvs commit: apache-2.0/src/modules/standard mod_auth_digest.c

1999-11-04 Thread ronald
ronald 99/11/03 22:09:58 Modified:src/modules/standard mod_auth_digest.c Log: First cut at port to apache-2.0. Simple tests are working. Error handling is still not quite clear in some cases (especially in conjunction with ap_pcfg_openfile), and random-number generation still

cvs commit: apache-2.0/src Configure

1999-11-02 Thread ronald
ronald 99/11/01 21:08:53 Modified:src Configure Log: get rid of error under solaris 2.6 Revision ChangesPath 1.16 +1 -1 apache-2.0/src/Configure Index: Configure === RCS file: /home

cvs commit: apache-2.0/src/ap ap_base64.c

1999-09-11 Thread ronald
ronald 99/09/11 00:15:57 Modified:src/ap ap_base64.c Log: don't Nul-terminate binary output Revision ChangesPath 1.2 +1 -1 apache-2.0/src/ap/ap_base64.c Index: ap_base64.c === RCS file

cvs commit: apache-1.3/src/ap ap_md5c.c

1999-08-15 Thread ronald
ronald 99/08/15 15:14:56 Modified:src/ap ap_md5c.c Log: Aarg: typo... Revision ChangesPath 1.32 +1 -1 apache-1.3/src/ap/ap_md5c.c Index: ap_md5c.c === RCS file: /home/cvs/apache-1.3/src

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 CHANGES

1999-08-09 Thread ronald
ronald 99/08/08 17:04:32 Modified:.STATUS src CHANGES Log: updated to reflect added modules/experimental/mod_auth_digest Revision ChangesPath 1.737 +5 -4 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/ap ap_checkpass.c

1999-08-08 Thread ronald
ronald 99/08/08 10:57:30 Modified:src/ap ap_checkpass.c Log: removed unneccesary #include Revision ChangesPath 1.2 +0 -3 apache-1.3/src/ap/ap_checkpass.c Index: ap_checkpass.c === RCS

cvs commit: apache-1.3/src/include ap_sha1.h

1999-08-08 Thread ronald
ronald 99/08/08 10:58:36 Modified:src/ap ap_sha1.c src/include ap_sha1.h Log: removed obsolete reference to base64 code from metamail Revision ChangesPath 1.5 +2 -18 apache-1.3/src/ap/ap_sha1.c Index: ap_sha1.c

cvs commit: apache-1.3/src/ap Makefile.tmpl

1999-08-08 Thread ronald
ronald 99/08/08 10:59:29 Modified:src/ap Makefile.tmpl Log: added dependency for ap_sha1.o Revision ChangesPath 1.35 +2 -0 apache-1.3/src/ap/Makefile.tmpl Index: Makefile.tmpl === RCS

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

cvs commit: apache-1.3/htdocs/manual/mod mod_auth_digest.html index.html

1999-08-08 Thread ronald
ronald 99/08/08 15:37:17 Modified:src Configuration.tmpl htdocs/manual/mod index.html Added: htdocs/manual/mod mod_auth_digest.html Log: changes for new modules/experimental/mod_auth_digest Revision ChangesPath 1.118 +25 -5 apache-1.3

cvs commit: apache-1.3/src Configuration.tmpl

1999-08-08 Thread ronald
ronald 99/08/08 15:45:11 Modified:src Configuration.tmpl Log: Aargh - forgot the note about needing the truerand library for mod_auth_digest Revision ChangesPath 1.119 +5 -1 apache-1.3/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache-1.3/src/main util.c

1999-04-11 Thread ronald
ronald 99/04/10 16:21:23 Modified:src CHANGES src/main util.c Log: ap_uuencode was not allocating space for terminating '\0' ap_uudecode was running past the beginning of the buffer for empty input strings, and past the end of the buffer for certain (invalid