cvs commit: apache-1.3/conf mime.types

1999-04-21 Thread dgaudet
dgaudet 99/04/20 16:19:36 Modified:conf mime.types Log: add .xls (flame away) PR: 3935 Revision ChangesPath 1.24 +1 -1 apache-1.3/conf/mime.types Index: mime.types ===

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

1999-04-21 Thread dgaudet
dgaudet 99/04/20 16:38:45 Modified:src CHANGES src/main http_request.c Log: copy expecting_100 when doing an internal redirect PR: 3910 Submitted by: Jose KAHAN [EMAIL PROTECTED] Revision ChangesPath 1.1316+3 -0

cvs commit: apache-1.3/src CHANGES

1999-04-21 Thread dgaudet
dgaudet 99/04/20 18:29:21 Modified:src CHANGES Log: a few more PRs Revision ChangesPath 1.1317+1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file:

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

1999-04-21 Thread dgaudet
dgaudet 99/04/20 19:00:57 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: we don't need padding when we're not doing fancyindexing PR: 3770 Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.1318+3 -0

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

1999-04-21 Thread dgaudet
dgaudet 99/04/20 20:42:35 Modified:src CHANGES src/modules/standard mod_mime_magic.c Log: uncompress and gzip don't like getting only 4k of the file... pass them the entire file (but we still only read 4k, so they don't get to run for long). PR:

cvs commit: apache-1.3/src CHANGES

1999-04-21 Thread dgaudet
dgaudet 99/04/20 20:50:41 Modified:src CHANGES Log: another PR# Revision ChangesPath 1.1320+1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /home/cvs/apache-1.3/src/CHANGES,v

cvs commit: apache-1.3/htdocs/manual/misc howto.html

1999-04-21 Thread dgaudet
dgaudet 99/04/20 22:01:25 Modified:htdocs/manual/misc howto.html Log: missing / in example PR: 3631 Submitted by: Sebastian Andersson [EMAIL PROTECTED] Revision ChangesPath 1.11 +1 -1 apache-1.3/htdocs/manual/misc/howto.html Index:

cvs commit: apache-1.3 configure

1999-04-21 Thread dgaudet
dgaudet 99/04/21 00:21:04 Modified:.configure Log: fix typo PR: 4282 Submitted by: Philippe M.Chiasson [EMAIL PROTECTED] Revision ChangesPath 1.83 +1 -1 apache-1.3/configure Index: configure

cvs commit: apache-1.3/src CHANGES

1999-04-21 Thread jim
jim 99/04/21 06:20:48 Modified:.Makefile.tmpl src CHANGES Log: PR:4260 Submitted by: Maria Verina [EMAIL PROTECTED] APACI would not correctly build suexec due to an extra '\' Revision ChangesPath 1.72 +1 -2

cvs commit: apache-apr/docs networkio.txt

1999-04-21 Thread rbb
rbb 99/04/21 06:56:09 Modified:apr/network_io/unix select.c sockets.c apr/test Makefile include apr_network_io.h docs networkio.txt Log: Fixes for network I/O logic, so it works porperly. I'm sure there will be more of these.

cvs commit: apache-apr/apr/test ab_apr.c

1999-04-21 Thread rbb
rbb 99/04/21 06:58:58 Added: apr/test ab_apr.c Log: First test program for network I/O. It's actually ab ported to use apr. When apr calms down a bit, this should be moved to src/support, but for right now, we are using it as a test program. Submitted by: David Reid

cvs commit: apache-1.3/src CHANGES

1999-04-21 Thread rse
rse 99/04/21 07:28:12 Modified:.Makefile.tmpl src CHANGES Log: Fix the ownership delegation for proxy directory under `make install'. This now uses the same check as APACI's configure but is a install-time decision and not a configure-time

cvs commit: apache-1.3/src/helpers GuessOS PrintPath TestCompile buildinfo.sh checkheader.sh findcpp.sh fmn.sh mkshadow.sh ppl.sh slo.sh

1999-04-21 Thread jim
jim 99/04/21 07:30:35 Modified:src/helpers GuessOS PrintPath TestCompile buildinfo.sh checkheader.sh findcpp.sh fmn.sh mkshadow.sh ppl.sh slo.sh Log: Change 'Written by' to 'Initially written by' per the group consensus

cvs commit: apache-1.3/src/helpers mkshadow.sh

1999-04-21 Thread jim
jim 99/04/21 07:32:30 Modified:src/helpers mkshadow.sh Log: typo :) Revision ChangesPath 1.9 +1 -1 apache-1.3/src/helpers/mkshadow.sh Index: mkshadow.sh === RCS file:

cvs commit: apache-1.3 configure

1999-04-21 Thread rse
rse 99/04/21 07:49:00 Modified:.configure Log: Various source cleanups to APACI's configure script, especially to finish the .X - xX transition (o my nice dots... :) where Jim has forgotten some instances when he converted the source in the past... Revision

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

1999-04-21 Thread rse
rse 99/04/21 11:08:07 Modified:src/main http_main.c Log: Fix a recently introduced warning: | : make | gcc -c -I../os/unix -I../include -funsigned-char -DTARGET=\apache\ -pipe | -O -pedantic -Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes |

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

1999-04-21 Thread rse
rse 99/04/21 11:25:45 Modified:src/main util.c Log: Remove another warning: | : make | gcc -c -I../os/unix -I../include -funsigned-char -DTARGET=\apache\ -pipe | -O -pedantic -Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes |

cvs commit: apache-1.3/src/helpers getuid.sh

1999-04-21 Thread jim
jim 99/04/21 12:24:53 Added: src/helpers getuid.sh Log: Add the getuid.sh helper... Worked on all OSs I had access to and tried disabling 'id' to exercise the 'whoami' and 'who am i' stuff with success. YMMV. Test and patch :) Revision ChangesPath 1.1

cvs commit: apache-1.3/src/helpers getuid.sh

1999-04-21 Thread jim
jim 99/04/21 12:27:47 Modified:src/helpers getuid.sh Log: Sorry... forgot this little patch Revision ChangesPath 1.2 +1 -1 apache-1.3/src/helpers/getuid.sh Index: getuid.sh === RCS

cvs commit: apache-1.3/src/helpers getuid.sh

1999-04-21 Thread jim
jim 99/04/21 12:37:17 Modified:src/helpers getuid.sh Log: Sorry again... The output of 'who' is most non-consistant :) Revision ChangesPath 1.3 +1 -1 apache-1.3/src/helpers/getuid.sh Index: getuid.sh

cvs commit: apache-1.3 configure

1999-04-21 Thread jim
jim 99/04/21 12:52:40 Modified:.configure Log: Use the new getuid.sh script Revision ChangesPath 1.85 +2 -2 apache-1.3/configure Index: configure === RCS file:

cvs commit: apache-1.3 Makefile.tmpl

1999-04-21 Thread jim
jim 99/04/21 12:57:14 Modified:.Makefile.tmpl Log: Now use it in Makefile.tmpl. Should we also wrap the 'chown's down by the suxec area?? Revision ChangesPath 1.74 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl