cvs commit: apache-site/info how-to-mirror.html

1999-03-10 Thread brian
brian 99/03/09 19:27:23 Modified:info how-to-mirror.html Log: Rsync is now preferred to cvsup, based on my experience it's easier to set up and much more portable. Also, start the path towards closing FTP by discouraging its use for mirroring. Revision Changes

cvs commit: apache-1.3/conf httpd.conf-dist

1999-03-10 Thread rse
rse 99/03/10 01:14:27 Modified:conf httpd.conf-dist Log: Because with the TARGET feature the name can be different, avoid explicit self-references inside httpd.conf which confused people in the past. Revision ChangesPath 1.38 +2 -3

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

1999-03-10 Thread rse
rse 99/03/10 02:34:09 Modified:src CHANGES src/main http_config.c src/include http_config.h Log: Remove the no longer used non-API function ap_single_module_init() to make some people happy who considers this as dead code since it's usage in

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

1999-03-10 Thread rse
rse 99/03/10 03:06:12 Modified:src CHANGES Makefile.tmpl src/main http_main.c Log: Link the shared core bootstrap program (``SHARED_CORE'') also against libap.a and use it's ap_snprintf() instead of sprintf() to avoid possible buffer overflows. Hint

cvs commit: apache-1.3 configure

1999-03-10 Thread rse
rse 99/03/10 03:22:12 Modified:src CHANGES .configure Log: Let APACI's configure script correctly complain for unknown --enable-XXX and --disable-XXX options. PR: 3958 Revision ChangesPath 1.1271+3 -0 apache-1.3/src/CHANGES

cvs commit: apache-1.3 INSTALL configure

1999-03-10 Thread rse
rse 99/03/10 03:53:05 Modified:src CHANGES .INSTALL configure Log: Make documentation and error messages of APACI's --activate-module=FILE option more clear. Submitted by: Jan Wolter [EMAIL PROTECTED] PR: 3995 Revision ChangesPath

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

1999-03-10 Thread rse
rse 99/03/10 04:11:57 Modified:src CHANGES src/main util.c Log: Fix a bug in the calculation of the buffer size for the line continuation facility in Apache's configuration files which could lead to a buffer overflow situation. Submitted by: Thomas

cvs commit: apache-1.3/conf httpd.conf-dist-win

1999-03-10 Thread rse
rse 99/03/10 05:02:13 Modified:src CHANGES conf httpd.conf-dist-win Log: Move the directive `ExtendedStatus' in httpd.conf-dist-win _after_ the DSO/DLL section because it's a directive from mod_status and isn't available before the DLL of mod_status

cvs commit: apache-1.3/src CHANGES Configure

1999-03-10 Thread rse
rse 99/03/10 05:38:02 Modified:src CHANGES Configure Log: Use -fPIC instead of -fpic on Solaris and SunOS for compiling DSOs because SPARCs have a small machine-specific maximum size for the Global Offset Table which is often exceeded when compiling one of the larger

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c proxy_ftp.c proxy_util.c

1999-03-10 Thread dgaudet
dgaudet 99/03/10 09:42:47 Modified:src CHANGES src/include ap_ctype.h ap_mmn.h http_core.h src/main http_protocol.c util.c util_date.c src/modules/proxy mod_proxy.c proxy_ftp.c proxy_util.c Log: somehow we missed implementing

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

1999-03-10 Thread dgaudet
dgaudet 99/03/10 10:09:46 Modified:src CHANGES src/main util_script.c Log: Set-Cookie headers were being doubled up for some CGIs by the O(n^2) avoidance code added in 1.3.3. PR: 3872 Submitted by: Jeff Lewis [EMAIL PROTECTED] Revision

cvs commit: apache-1.3/src/test test.gif

1999-03-10 Thread coar
coar99/03/10 10:29:41 Added: src/test test.gif Log: Testing changes to CVS change mail code for dealing with binary files (i.e., don't send them!). Revision ChangesPath 1.1 apache-1.3/src/test/test.gif Binary file

cvs commit: apache-1.3/src/test test.gif

1999-03-10 Thread coar
coar99/03/10 10:33:13 Removed: src/test test.gif Log: Binary file updates in CVS won't be diffed and sent any more; instead, the message will note that the file is binary.

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

1999-03-10 Thread dgaudet
dgaudet 99/03/10 12:18:59 Modified:src/include http_core.h Log: oops this was not supposed to be committed Revision ChangesPath 1.55 +0 -3 apache-1.3/src/include/http_core.h Index: http_core.h

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