cvs commit: apache-2.0/mpm/src/support/SHA1 - New directory

1999-08-06 Thread dgaudet
dgaudet 99/08/05 17:50:56 apache-2.0/mpm/src/support/SHA1 - New directory

cvs commit: apache-2.0/mpm/src/support/SHA1 README.sha1 convert-sha1.pl htpasswd-sha1.pl ldif-sha1.example

1999-08-06 Thread dgaudet
dgaudet 99/08/05 17:56:10 Modified:mpm INSTALL Makefile.tmpl config.layout configure mpm/src .gdbinit ApacheCore.dsp ApacheCore.mak Configuration.tmpl Configure mpm/src/ap Makefile.tmpl ap_md5c.c mpm/src/helpers

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

1999-08-06 Thread dgaudet
dgaudet 99/08/05 18:09:39 Modified:mpm/src/modules/standard mod_include.c Log: doc TODO Revision ChangesPath 1.5 +3 -16 apache-2.0/mpm/src/modules/standard/mod_include.c Index: mod_include.c

cvs commit: apache-1.3/src/modules/standard mod_access.c

1999-08-06 Thread dgaudet
dgaudet 99/08/05 18:37:59 Modified:src CHANGES src/modules/standard mod_access.c Log: CIDR addresses such as a.b.c.d/24 where d != 0 weren't handled properly... mask off the host bits of the address. PR: 4770 Submitted by: Paul J. Reder [EMAIL

cvs commit: apache-2.0/mpm/src/main alloc.c

1999-08-06 Thread dgaudet
dgaudet 99/08/05 18:56:25 Modified:mpm/src/main alloc.c Log: Remove a difference with 1.3's alloc.c ... the root_pool stuff was an experiment I tried with apache-nspr, and it really didn't win much. The idea was to have a free list per thread. But in practice that's too many

cvs commit: apache-1.3 configure

1999-08-06 Thread wsanchez
wsanchez99/08/05 20:29:13 Modified:.configure Log: Pass appropriate strip flags to install. Revision ChangesPath 1.95 +13 -3 apache-1.3/configure Index: configure === RCS file:

cvs commit: apache-1.3 configure

1999-08-06 Thread wsanchez
wsanchez99/08/05 20:35:00 Modified:.configure Log: Oops. Wrong cut-n-paste. Revision ChangesPath 1.96 +2 -2 apache-1.3/configure Index: configure === RCS file:

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

1999-08-06 Thread wsanchez
wsanchez99/08/05 21:01:21 Modified:src/include ap_config.h Log: Don't need __private_extern__ when building statically. Revision ChangesPath 1.266 +1 -1 apache-1.3/src/include/ap_config.h Index: ap_config.h

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

1999-08-06 Thread dgaudet
dgaudet 99/08/06 09:21:34 Modified:src CHANGES src/main http_config.c Log: Fix a memory leak where the module counts were getting messed up across restarts. Submitted by: David Harris [EMAIL PROTECTED] Revision ChangesPath 1.1411+3 -0

cvs commit: apache-1.3 STATUS

1999-08-06 Thread coar
coar99/08/06 10:52:39 Modified:.STATUS Log: Add notes about memory leaks found by David Harris. It's unclear (to me, at least) how severe they are, but the module counters are involved and long-running servers with regularly scheduled

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

1999-08-06 Thread coar
coar99/08/06 15:16:05 Modified:src Configure src/ap ap_snprintf.c Log: Put in fixes for Tandem compilation. Submitted by: Michael Ottati [EMAIL PROTECTED] Reviewed by: Ken Coar Revision ChangesPath 1.366 +1 -1