cvs commit: apache-1.3/src/support htpasswd.mcp.gz htdigest.mcp.gz

2000-01-12 Thread stoddard
stoddard00/01/11 16:14:31 Removed: src ApacheNW.mcp.gz src/support htpasswd.mcp.gz htdigest.mcp.gz Log: Removing these so I can add them back as binary files. Doh!

cvs commit: apache-1.3/src ApacheNW.mcp.gz

2000-01-12 Thread stoddard
stoddard00/01/11 16:52:15 Added: src ApacheNW.mcp.gz Log: Project file for the NetWare port. Obtained from: Mike Gardiner Revision ChangesPath 1.3 +250 -1apache-1.3/src/ApacheNW.mcp.gz Binary file

cvs commit: apache-1.3/src/support htpasswd.mcp.gz htdigest.mcp.gz

2000-01-12 Thread stoddard
stoddard00/01/11 16:56:10 Added: src/support htpasswd.mcp.gz htdigest.mcp.gz Log: NetWare project files for htpasswd and htdigest Obtained from: Mike Gardiner Revision ChangesPath 1.3 +40 -1 apache-1.3/src/support/htpasswd.mcp.gz Binary file

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

2000-01-12 Thread fanf
@@ *ap_base64encode_len(), ap_base64decode(), *ap_base64decode_binary(), ap_base64decode_len(), *ap_pbase64decode(), ap_pbase64encode() + * (1.3.10-dev) + * 2112 - put the vhostname back into the scoreboard

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

2000-01-12 Thread fanf
fanf00/01/11 17:18:09 Modified:htdocs/manual/mod core.html Log: Be more explicit about the performance of UseCanonicalName DNS after the scoreboard change. Revision ChangesPath 1.160 +3 -0 apache-1.3/htdocs/manual/mod/core.html Index: core.html

cvs commit: apache-2.0/src/lib/apr/time/win32 time.dsp time.def

2000-01-12 Thread stoddard
stoddard00/01/11 18:18:13 Removed: src/lib/apr/time/win32 time.dsp time.def Log: Move per directory Windows project files to the attic

cvs commit: apache-2.0/src/lib/apr/file_io/win32 file_io.def file_io.dsp

2000-01-12 Thread stoddard
stoddard00/01/11 18:23:51 Removed: src/lib/apr/file_io/win32 file_io.def file_io.dsp Log: Move Windows project files to tha attic

cvs commit: apache-2.0/src/lib/apr/lib lib.dsp lib.def

2000-01-12 Thread stoddard
stoddard00/01/11 18:25:39 Removed: src/lib/apr/lib lib.dsp lib.def Log: Move Windows project files to the attic

cvs commit: apache-2.0/src/lib/apr/locks/win32 locks.def locks.dsp

2000-01-12 Thread stoddard
stoddard00/01/11 18:26:50 Removed: src/lib/apr/locks/win32 locks.def locks.dsp Log: Move Windows project files to the attic.

cvs commit: apache-2.0/src/lib/apr/misc/win32 misc.def misc.dsp

2000-01-12 Thread stoddard
stoddard00/01/11 18:29:38 Removed: src/lib/apr/misc/win32 misc.def misc.dsp Log: Move Windows project files to the attic.

cvs commit: apache-2.0/src/lib/apr/network_io/win32 network_io.dsp network_io.def

2000-01-12 Thread stoddard
stoddard00/01/11 18:31:40 Removed: src/lib/apr/network_io/win32 network_io.dsp network_io.def Log: Move Windows project files to the attic.

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

2000-01-12 Thread fielding
fielding00/01/11 19:38:25 Modified:src CHANGES src/main http_main.c Log: this patch is intended to avoid a problem witnessed in apache installations with certain third party libraries: if there are many children, and then take sufficiently long to shut down,

cvs commit: apache-1.3/src/modules/standard mod_digest.c mod_rewrite.c mod_speling.c

2000-01-12 Thread fanf
fanf00/01/12 07:23:29 Modified:src/modules/experimental mod_auth_digest.c src/modules/standard mod_digest.c mod_rewrite.c mod_speling.c Log: Don't convert auth to proxy auth when it shouldn't be. Revision ChangesPath 1.13

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

2000-01-12 Thread fanf
(), ap_base64decode_len(), *ap_pbase64decode(), ap_pbase64encode() - * (1.3.10-dev) - * 2112 - put the vhostname back into the scoreboard itself */ #define MODULE_MAGIC_COOKIE 0x41503133UL /* AP13 */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define

cvs commit: apache-2.0/src/build build.mk

2000-01-12 Thread sascha
sascha 00/01/12 08:56:00 Modified:src/build build.mk Log: `-follow' is a GNU extension, remove it. Revision ChangesPath 1.2 +2 -2 apache-2.0/src/build/build.mk Index: build.mk === RCS

cvs commit: apache-1.3 STATUS

2000-01-12 Thread jim
jim 00/01/12 09:44:23 Modified:.STATUS Log: Push back the release... We need to fix these before we release Revision ChangesPath 1.788 +15 -12apache-1.3/STATUS Index: STATUS ===

cvs commit: apache-2.0/src/main http_protocol.c http_request.c

2000-01-12 Thread rbb
rbb 00/01/12 10:20:45 Modified:src/main http_protocol.c http_request.c Log: Fix some remaining problems with SSI's and Windows. Basically, the sendfile stuff doesn't work properly with chuncked data. Submitted by: Allan Edwards Reviewed by: Ryan Bloom Revision

cvs commit: apache-2.0/src acinclude.m4

2000-01-12 Thread sascha
sascha 00/01/12 12:41:59 Modified:src acinclude.m4 Log: gcc on AIX takes -mthreads. I wonder what they smoked during creating all those wonderful flags. Revision ChangesPath 1.15 +4 -1 apache-2.0/src/acinclude.m4 Index: acinclude.m4

Re: cvs commit: apache-2.0/src acinclude.m4

2000-01-12 Thread Ryan Bloom
On 12 Jan 2000 [EMAIL PROTECTED] wrote: sascha 00/01/12 12:41:59 Modified:src acinclude.m4 Log: gcc on AIX takes -mthreads. I wonder what they smoked during creating all those wonderful flags. Is this just on AIX or do we need to deal with this everywhere? Ryan

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

2000-01-12 Thread marc
marc00/01/12 12:58:00 Modified:src/main util.c Log: Fixup sizing of a string to be more intuitive and consistent. The only functional change that this introduces is to bump down the maximum hostname length by one, to what it should be. Submitted by: Theo de Raadt