cvs commit: apache-1.3/src/main gen_test_char.c gen_uri_delims.c .cvsignore Makefile.tmpl util.c util_uri.c

1998-03-26 Thread dgaudet
dgaudet 98/03/25 20:58:42 Modified:src Makefile.tmpl src/main .cvsignore Makefile.tmpl util.c util_uri.c Added: src/main gen_test_char.c gen_uri_delims.c Log: Generate test_char_table and uri_delims at compile time so that they can be marked const

cvs commit: apache-1.3 STATUS

1998-03-26 Thread dgaudet
dgaudet 98/03/26 00:09:57 Modified:.STATUS Log: Revision ChangesPath 1.211 +1 -1 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving

cvs commit: apache-1.2/src CHANGES buff.c

1998-03-26 Thread dgaudet
dgaudet 98/03/26 10:52:54 Modified:src CHANGES buff.c Log: Fix an incompatible pointer type assignment. PR: 2001 Revision ChangesPath 1.301 +3 -0 apache-1.2/src/CHANGES Index: CHANGES

cvs commit: apache-1.2/src CHANGES http_main.c

1998-03-26 Thread dgaudet
dgaudet 98/03/26 10:59:39 Modified:src CHANGES http_main.c Log: After a SIGHUP the listening sockets in the parent weren't properly marked for closure on fork(). PR: 2000 Submitted by: Jürgen Keil [EMAIL PROTECTED] Revision ChangesPath 1.302

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

1998-03-26 Thread dgaudet
dgaudet 98/03/26 11:03:04 Modified:src CHANGES src/main http_main.c Log: After a SIGHUP the listening sockets in the parent weren't properly marked for closure on fork(). PR: 2000 Submitted by: Jürgen Keil [EMAIL PROTECTED] Revision

cvs commit: apache-1.2/src CHANGES conf.h

1998-03-26 Thread dgaudet
dgaudet 98/03/26 11:24:13 Modified:src CHANGES conf.h Log: It seems foolish to define SIGURG SIGUSR1 especially when SIGUSR1 is used for graceful restarts. Given that the only usage of SIGURG is now protected by a #ifdef we don't really need the definition. Revision

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

1998-03-26 Thread dgaudet
dgaudet 98/03/26 11:26:26 Modified:src CHANGES src/include conf.h Log: It seems foolish to define SIGURG SIGUSR1 especially when SIGUSR1 is used for graceful restarts. Given that the only usage of SIGURG is now protected by a #ifdef we don't really need

cvs commit: apache-1.3 STATUS

1998-03-26 Thread dgaudet
dgaudet 98/03/26 11:44:46 Modified:.STATUS Log: So it's sunny now, and the outdoors is calling me... and any monumental fixes I've been thinking about are somewhere deep in my mind I can't find at the moment. I'm ready to throw in the towel so that unix 1.3.0 can get

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

1998-03-26 Thread dgaudet
dgaudet 98/03/26 13:08:38 Modified:src CHANGES src/main http_core.c Log: really make the hostnamelookups default off Revision ChangesPath 1.735 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-03-26 Thread dgaudet
dgaudet 98/03/26 13:17:42 Modified:src CHANGES src/include http_core.h httpd.h Log: I think it was Marc that pointed this out ages ago... I don't remember. We need to mark various bitfields as signed to follow the spec. Revision ChangesPath 1.736

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

1998-03-26 Thread dgaudet
dgaudet 98/03/26 13:20:53 Modified:src CHANGES src/include scoreboard.h src/main http_core.c http_main.c src/modules/standard mod_status.c Log: a few changes to scoreboard definitions to generate better code Revision Changes

cvs commit: apache-1.2/src CHANGES http_protocol.c

1998-03-26 Thread dgaudet
dgaudet 98/03/26 13:27:47 Modified:src CHANGES http_protocol.c Log: Fixed a bug in URL parsing that caused a wrong decoding of URLs with empty paths. Submitted by: Alvaro Martínez Echevarría [EMAIL PROTECTED] Revision ChangesPath 1.304 +4 -0 apache

cvs commit: apache-1.3/src Configuration.tmpl

1998-03-25 Thread dgaudet
dgaudet 98/03/24 18:18:20 Modified:src Configuration.tmpl Log: default WANTHSREGEX has changed Revision ChangesPath 1.90 +1 -1 apache-1.3/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache-1.3/src/modules/proxy proxy_connect.c

1998-03-25 Thread dgaudet
dgaudet 98/03/24 18:57:29 Modified:src CHANGES src/main buff.c http_main.c http_protocol.c src/modules/proxy proxy_connect.c Log: Protect against various FD_SETSIZE restrictions. Note that I couldn't really test this well -- because libc5 linux

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

1998-03-25 Thread dgaudet
dgaudet 98/03/25 10:14:57 Modified:src/main util_uri.c Log: Fix Martin's previous checkin... it failed the mod_test_util_uri.c testsuite... Is there some other bug I'm not seeing Martin? There was some bogus code previously (namely the test uptr-port == port... 'cause

cvs commit: apache-1.3 KEYS

1998-03-25 Thread dgaudet
dgaudet 98/03/25 10:39:55 Modified:.KEYS Log: my pgp5 key Revision ChangesPath 1.16 +41 -0 apache-1.3/KEYS Index: KEYS === RCS file: /export/home/cvs/apache-1.3/KEYS,v retrieving

Re: general/1967: Server parent process fails when multiple SIGUSR1's caught

1998-03-23 Thread dgaudet
caught State-Changed-From-To: open-analyzed State-Changed-By: dgaudet State-Changed-When: Mon Mar 23 14:47:10 PST 1998 State-Changed-Why: The problem appears to be that the user's kernel file table is overflowing, and the error isn't making it to the error log... bogusness happens when the referer_log

Re: mod_log-any/1966: The %T directive in log_mod_config only gives 1 second resolution for timing requests

1998-03-18 Thread dgaudet
resolution for timing requests State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Wed Mar 18 10:20:45 PST 1998 State-Changed-Why: Thanks for the patch but it will be left in contrib for now. Timing things in the server is not really accurate at all for timing trials

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

1998-03-18 Thread dgaudet
dgaudet 98/03/18 00:26:40 Modified:src/main util.c Log: It would be so nice if the whole world used unsigned chars. signed chars make no sense to me. Oh well. Revision ChangesPath 1.107 +1 -1 apache-1.3/src/main/util.c Index: util.c

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

1998-03-17 Thread dgaudet
dgaudet 98/03/16 23:39:58 Modified:src/main util.c Log: remove spacetoplus and plustospace, unused and not declared in any .h Revision ChangesPath 1.106 +0 -18 apache-1.3/src/main/util.c Index: util.c

cvs commit: apache-1.3/src/os/unix os.c os.h

1998-03-17 Thread dgaudet
dgaudet 98/03/16 23:54:29 Modified:src/ap ap_execve.c src/include alloc.h conf.h hide.h http_config.h http_core.h http_protocol.h httpd.h src/main alloc.c http_config.c http_core.c http_log.c http_main.c

cvs commit: apache-devsite mmn.txt

1998-03-17 Thread dgaudet
dgaudet 98/03/16 23:55:59 Modified:.mmn.txt Log: hey, the 17th is the time on the other side of the dateline! Revision ChangesPath 1.15 +4 -1 apache-devsite/mmn.txt Index: mmn.txt

cvs commit: apache-1.3/src/main alloc.c http_config.c http_core.c http_main.c http_protocol.c rfc1413.c util_date.c

1998-03-17 Thread dgaudet
dgaudet 98/03/17 00:21:11 Modified:src/helpers UpdateHide src/include http_config.h http_protocol.h http_request.h util_date.h src/main alloc.c http_config.c http_core.c http_main.c http_protocol.c rfc1413.c

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

1998-03-17 Thread dgaudet
dgaudet 98/03/17 00:22:41 Modified:src/include hide.h Log: to go with the cleanup Revision ChangesPath 1.13 +0 -10 apache-1.3/src/include/hide.h Index: hide.h === RCS file: /export/home/cvs

cvs commit: apache-devsite mmn.txt

1998-03-17 Thread dgaudet
dgaudet 98/03/17 00:22:57 Modified:.mmn.txt Log: still going Revision ChangesPath 1.16 +4 -3 apache-devsite/mmn.txt Index: mmn.txt === RCS file: /export/home/cvs/apache-devsite

cvs commit: apache-1.3/src/os/unix Makefile.tmpl

1998-03-17 Thread dgaudet
dgaudet 98/03/17 00:28:03 Modified:src/ap Makefile.tmpl src/main Makefile.tmpl src Makefile.tmpl src/modules/experimental Makefile.tmpl src/modules/proxy Makefile.tmpl src/modules/standard Makefile.tmpl

cvs commit: apache-1.3/src CHANGES

1998-03-17 Thread dgaudet
dgaudet 98/03/17 00:31:03 Modified:src CHANGES Log: time for bed Revision ChangesPath 1.718 +5 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache-1.3/src

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

1998-03-17 Thread dgaudet
dgaudet 98/03/17 11:51:49 Modified:src/include conf.h Log: notes about API_EXPORT and API_EXPORT_NONSTD Revision ChangesPath 1.194 +9 -0 apache-1.3/src/include/conf.h Index: conf.h === RCS

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

1998-03-16 Thread dgaudet
dgaudet 98/03/16 00:40:56 Modified:src/modules/standard mod_status.c Log: 501 is reserved for when the server cannot support the request for any resource. 500 is the right response here. Revision ChangesPath 1.80 +1 -1 apache-1.3/src/modules/standard

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

1998-03-16 Thread dgaudet
dgaudet 98/03/16 00:53:30 Modified:src/main http_protocol.c src/include httpd.h Log: draft-ietf-http-v11-spec-rev-03.txt, section 3.6: A server which receives an entity-body with a transfer-coding it does not understand SHOULD return 501 (Unimplemented

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

1998-03-15 Thread dgaudet
dgaudet 98/03/15 13:10:44 Modified:src/main util.c Log: take into account comments from Ben and Martin. Including fixing two signed char - unsigned extension problems. Revision ChangesPath 1.104 +24 -8 apache-1.3/src/main/util.c Index: util.c

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

1998-03-15 Thread dgaudet
dgaudet 98/03/15 13:39:56 Modified:htdocs/manual/mod mod_setenvif.html src CHANGES src/modules/standard mod_setenvif.c Log: - The merging optimization in mod_setenvif did not deal with SetEnvIfNoCase properly; and it used strcmp() to compare

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

1998-03-15 Thread dgaudet
dgaudet 98/03/15 15:21:44 Modified:src CHANGES src/modules/standard mod_log_config.c Log: less function call overhead in mod_log_config. Submitted by: Dmitry Khrustalev [EMAIL PROTECTED] Revision ChangesPath 1.714 +2 -0 apache-1.3/src

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

1998-03-14 Thread dgaudet
dgaudet 98/03/13 16:03:41 Modified:src/main http_core.c http_protocol.c util_script.c Log: a few less pstrdup Revision ChangesPath 1.170 +6 -6 apache-1.3/src/main/http_core.c Index: http_core.c

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

1998-03-14 Thread dgaudet
dgaudet 98/03/13 16:50:41 Modified:src/main util.c util_script.c src/modules/proxy proxy_util.c Log: ind() isn't as optimized as strchr() is in some C libraries, switch some code to use strchr(). I didn't bother touching mod_autoindex or mod_speling which both

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

1998-03-14 Thread dgaudet
dgaudet 98/03/13 18:43:48 Modified:src CHANGES src/main http_main.c util.c Log: Another 1.5% -- this is the basics of the istable patch I posted a few times, but without the compile-time generated table. I still plan to do the compile-time generated table

cvs commit: apache-site/info index.html

1998-03-14 Thread dgaudet
dgaudet 98/03/13 19:37:27 Modified:info index.html Log: yet another link to the dev site Revision ChangesPath 1.4 +4 -0 apache-site/info/index.html Index: index.html === RCS file

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

1998-03-14 Thread dgaudet
dgaudet 98/03/13 20:52:52 Modified:src/main util.c Log: escape_shell_cmd was O(n^2), fix that. tweak os_escape_path and escape_path_segment remove some old code that was #if 0 Revision ChangesPath 1.101 +45 -90apache-1.3/src/main/util.c Index: util.c

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

1998-03-14 Thread dgaudet
dgaudet 98/03/13 20:55:05 Modified:src/main util_uri.c Log: dead assignment Revision ChangesPath 1.12 +0 -1 apache-1.3/src/main/util_uri.c Index: util_uri.c === RCS file: /export/home/cvs

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

1998-03-14 Thread dgaudet
dgaudet 98/03/14 01:57:15 Modified:conf srm.conf-dist Log: um yeah this is what I meant Revision ChangesPath 1.20 +4 -4 apache-1.3/conf/srm.conf-dist Index: srm.conf-dist === RCS file

cvs commit: apache-2.0 STATUS

1998-03-14 Thread dgaudet
dgaudet 98/03/14 02:13:17 Modified:.STATUS Log: Revision ChangesPath 1.27 +7 -0 apache-2.0/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-2.0/STATUS,v retrieving

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

1998-03-14 Thread dgaudet
dgaudet 98/03/14 13:27:11 Modified:src/main util.c Log: Ben does this give you warnings? It generates better code -- otherwise the compiler is stuck doing a bunch of byte - int extensions. This way only one extension occurs. Revision ChangesPath 1.103 +3 -3

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

1998-03-13 Thread dgaudet
dgaudet 98/03/12 17:32:34 Added: conf highperformance.conf-dist Log: This is a basic configuration that I've used in the past for high performance work. Nothing but the basics. I think it's an excellent counter-point to our kitchen-and-sink config files that are so damn

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

1998-03-13 Thread dgaudet
dgaudet 98/03/12 23:12:56 Modified:src/main http_protocol.c Log: Move this ugly platform specific code from parse_uri_components() into parse_uri(). Guys this is probably something that should be done elsewhere. Like maybe in directory_walk(). Revision ChangesPath

cvs commit: apache-1.3/conf .cvsignore

1998-03-13 Thread dgaudet
dgaudet 98/03/12 23:13:33 Modified:conf .cvsignore Log: yadda Revision ChangesPath 1.2 +1 -0 apache-1.3/conf/.cvsignore Index: .cvsignore === RCS file: /export/home/cvs/apache-1.3

cvs commit: apache-1.3/src CHANGES

1998-03-13 Thread dgaudet
dgaudet 98/03/12 23:49:21 Modified:src/main http_config.c src CHANGES Log: Another 2% improvement that's been queued waiting for the lowercase issues to be resolved. This is NULL-compression for invoke_handler() similar to what happened in run_method() ages

cvs commit: apache-1.3 STATUS

1998-03-13 Thread dgaudet
dgaudet 98/03/12 23:52:22 Modified:.STATUS Log: I'm a bad boy I don't keep this up to date. It was overcast today, rained a bit. Revision ChangesPath 1.186 +3 -0 apache-1.3/STATUS Index: STATUS

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

1998-03-13 Thread dgaudet
dgaudet 98/03/13 00:13:54 Modified:src/main util_uri.c Log: oops left some turds in the regex code T_AT isn't needed... and it's existence made the scheme stuff a bit wrong Revision ChangesPath 1.10 +0 -10 apache-1.3/src/main/util_uri.c Index

cvs commit: apache-1.3/src/modules/test mod_rndchunk.c mod_test_util_uri.c

1998-03-13 Thread dgaudet
dgaudet 98/03/13 11:20:59 Modified:src CHANGES src/include http_config.h src/main http_config.c http_core.c src/modules/example mod_example.c src/modules/experimental mod_mmap_static.c src/modules/proxy

cvs commit: apache-1.3 STATUS

1998-03-13 Thread dgaudet
dgaudet 98/03/13 15:54:02 Modified:.STATUS Log: rfc1413 not threadsafe Revision ChangesPath 1.188 +2 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3

cvs commit: apache-1.3/src/modules/standard mod_access.c mod_actions.c mod_auth_anon.c mod_env.c mod_expires.c mod_headers.c mod_log_referer.c mod_negotiation.c mod_rewrite.c mod_so.c mod_userdir.c mod_usertrack.c

1998-03-12 Thread dgaudet
dgaudet 98/03/12 03:03:10 Modified:src/modules/standard mod_access.c mod_actions.c mod_auth_anon.c mod_env.c mod_expires.c mod_headers.c mod_log_referer.c mod_negotiation.c mod_rewrite.c mod_so.c mod_userdir.c

cvs commit: apache-1.3/src/modules/standard mod_actions.c mod_auth.c mod_headers.c mod_log_config.c mod_mime.c mod_setenvif.c mod_userdir.c

1998-03-12 Thread dgaudet
dgaudet 98/03/12 03:13:28 Modified:src/modules/standard mod_actions.c mod_auth.c mod_headers.c mod_log_config.c mod_mime.c mod_setenvif.c mod_userdir.c Log: save more memory! table_set - table_setn transformations for those cases

cvs commit: apache-1.3 STATUS

1998-03-12 Thread dgaudet
dgaudet 98/03/12 03:30:08 Modified:.STATUS Log: el nino is taking a break, we've had sun for several days... p.s. something to vote on Revision ChangesPath 1.184 +18 -36apache-1.3/STATUS Index: STATUS

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

1998-03-12 Thread dgaudet
dgaudet 98/03/12 03:53:14 Modified:src/include http_main.h Log: document timeout stuff a bit more Revision ChangesPath 1.25 +15 -0 apache-1.3/src/include/http_main.h Index: http_main.h

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

1998-03-12 Thread dgaudet
dgaudet 98/03/12 04:11:14 Modified:src/main http_config.c Log: Fix a case where sar-virthost would be NULL... in the main server. Pointed out by Martin. Revision ChangesPath 1.102 +1 -0 apache-1.3/src/main/http_config.c Index: http_config.c

Re: mod_cgi/1920: CGIs don't run: Error_log says Couldn't spawn new child process

1998-03-10 Thread dgaudet
process Comment-Added-By: dgaudet Comment-Added-When: Mon Mar 9 20:40:36 PST 1998 Comment-Added: See http://www.apache.org/docs/misc/FAQ.html#fdlim Dean

Re: general/1926: The response time is slow (performance)

1998-03-10 Thread dgaudet
-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Mon Mar 9 20:43:54 PST 1998 State-Changed-Why: We can't support apache version 1.1. Please use 1.2.5 or later. Dean

Re: mod_cgi/1925: Apache incorrectly defines the CGI environment variable REMOTE_HOST when HostnameLookups is set off

1998-03-10 Thread dgaudet
REMOTE_HOST when HostnameLookups is set off State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Mon Mar 9 21:15:14 PST 1998 State-Changed-Why: Yup. Commited to 1.3b6-dev. Thanks Dean

Re: mod_include/1921: '$' is not recognized as 'end of line' in regex matching

1998-03-10 Thread dgaudet
State-Changed-From-To: open-analyzed State-Changed-By: dgaudet State-Changed-When: Mon Mar 9 21:46:38 PST 1998 State-Changed-Why: I can't reproduce it on a libc5 machine... which doesn't mean that it isn't a problem on a glibc box like your redhat box. Did you build apache on your own

Re: mod_proxy/1929: ProxyPass redirects with URL showing for requests made with the tilde

1998-03-10 Thread dgaudet
with the tilde State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Mon Mar 9 21:56:51 PST 1998 State-Changed-Why: I think there's a bit of confusion here. If you access something that causes the remote server to issue a redirect then apache's proxy won't do anything

Re: general/1912: After about 2 days the apache process loses its group permissions

1998-03-10 Thread dgaudet
permissions State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Mon Mar 9 22:03:48 PST 1998 State-Changed-Why: There's nothing I can imagine Apache doing which would cause this. It could be a kernel bug... or it could be something else. Are you sure that the same

Re: config/1756: accept: (client socket): Operation not supported on t

1998-03-10 Thread dgaudet
Comment-Added-By: dgaudet Comment-Added-When: Mon Mar 9 22:06:16 PST 1998 Comment-Added: Do you have any new information on the problem? Does 1.2.6 seem to fix it? Thanks Dean

Re: mod_auth-any/1897: LocationMatch regex problem

1998-03-10 Thread dgaudet
-feedback State-Changed-By: dgaudet State-Changed-When: Mon Mar 9 22:20:17 PST 1998 State-Changed-Why: Between 1.3b2 and 1.3b5 we switched from using the system supplied regex library to using the apache supplied regex library on OSF... Can you try two things please. The first is to try

Re: config/1895: htaccess for .shtml and authentication

1998-03-10 Thread dgaudet
-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Mon Mar 9 22:21:40 PST 1998 State-Changed-Why: Yup it's possible... but you're using an old server version which we don't support any longer. Please upgrade to 1.2.5 and try again. It's likely that this is just a configuration

Re: mod_env/1888: Apache adds SetEnv TZ to parent environment TZ instead of replacing

1998-03-10 Thread dgaudet
of replacing State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Mon Mar 9 22:31:05 PST 1998 State-Changed-Why: Thanks. Patch applied to 1.3b6-dev. Dean

Re: mod_auth-any/1860: DBM Authentication not working...

1998-03-10 Thread dgaudet
-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Mon Mar 9 22:38:40 PST 1998 State-Changed-Why: Does the file '/usr/local/httpd/htdocs/adr/htpasswd' actually exist? Or is there something like htpasswd.dbm or .db or something there? What happens if you use the full pathname

Re: general/1911: Can't download a file from the apache server with MSIE 4.01 US

1998-03-10 Thread dgaudet
4.01 US State-Changed-From-To: analyzed-feedback State-Changed-By: dgaudet State-Changed-When: Tue Mar 10 11:36:36 PST 1998 State-Changed-Why: I've just heard this elsewhere. Apparently microsoft in their hugely infinite wisdom has used the .gz file extension for something other than gzip

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

1998-03-10 Thread dgaudet
dgaudet 98/03/09 21:14:20 Modified:src CHANGES src/main util_script.c Log: The CGI spec says that REMOTE_HOST should be set to the remote hosts's name, or left unset if this value is unavailable. Apache was setting it to the IP address when unavailable

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

1998-03-10 Thread dgaudet
dgaudet 98/03/09 22:13:52 Modified:src CHANGES src/main http_protocol.c Log: rputs() did not calculate r-sent_bodyct properly. PR: 1900 Submitted by: Siegmund Stirnweiss [EMAIL PROTECTED] Revision ChangesPath 1.696 +3 -0

cvs commit: apache-1.2/src CHANGES http_protocol.c

1998-03-10 Thread dgaudet
dgaudet 98/03/09 22:14:59 Modified:src CHANGES http_protocol.c Log: rputs() did not calculate r-sent_bodyct properly. PR: 1900 Submitted by: Siegmund Stirnweiss [EMAIL PROTECTED] Revision ChangesPath 1.299 +7 -0 apache-1.2/src/CHANGES

cvs commit: apache-1.2/src util.c

1998-03-10 Thread dgaudet
dgaudet 98/03/09 22:16:57 Modified:src util.c Log: Err, forgot to commit this one. Fix \\ in quoted strings. Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.55 +1 -1 apache-1.2/src/util.c Index: util.c

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

1998-03-10 Thread dgaudet
dgaudet 98/03/09 22:30:50 Modified:src CHANGES src/main util_script.c Log: Prior to the existence of mod_setenv it was necessary to tweak the TZ environment variable in the apache core. But that tweaking interferes with mod_setenv. So don't tweak

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

1998-03-10 Thread dgaudet
dgaudet 98/03/10 01:42:46 Modified:src/modules/standard mod_include.c Log: Oh this is a nice one. I hope to followup to new-httpd about this one eventually. signals are a mess. It's bogus for mod_include to be doing a hard_timeout() and then running subrequests and all

cvs commit: apache-1.3/src Configure

1998-03-10 Thread dgaudet
dgaudet 98/03/10 01:52:19 Modified:src Configure Log: It is bogus to use LDFLAGS on the shared ld command line for at least two reasons: - LDFLAGS has traditionally meant flags to use when linking an executable, and such flags can be different than those for making

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

1998-03-08 Thread dgaudet
dgaudet 98/03/07 18:50:15 Modified:src/modules/standard mod_rewrite.c Log: defend against possible sh lameness Revision ChangesPath 1.89 +1 -1 apache-1.3/src/modules/standard/mod_rewrite.c Index: mod_rewrite.c

cvs commit: apache-2.0/docs page_io

1998-03-08 Thread dgaudet
dgaudet 98/03/07 19:13:05 Modified:docs page_io Log: add an hpux link Revision ChangesPath 1.2 +4 -0 apache-2.0/docs/page_io Index: page_io === RCS file: /export/home/cvs/apache-2.0

cvs commit: apache-2.0/docs page_io

1998-03-08 Thread dgaudet
dgaudet 98/03/07 19:21:02 Modified:docs page_io Log: more stuff Revision ChangesPath 1.3 +13 -0 apache-2.0/docs/page_io Index: page_io === RCS file: /export/home/cvs/apache-2.0/docs

cvs commit: apache-1.3/src/include .cvsignore

1998-03-08 Thread dgaudet
dgaudet 98/03/07 19:46:26 Added: src/include .cvsignore Log: autogenerated Revision ChangesPath 1.1 apache-1.3/src/include/.cvsignore Index: .cvsignore === ap_config.h

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

1998-03-08 Thread dgaudet
dgaudet 98/03/07 20:25:59 Modified:src CHANGES PORTING src/include conf.h src/main http_main.c Log: http_main is way too big. Bleh. Some clean up on scoreboard stuff. Revision ChangesPath 1.693 +4 -0 apache-1.3/src/CHANGES

cvs commit: apache-2.0/docs stacked_io

1998-03-08 Thread dgaudet
dgaudet 98/03/07 22:07:51 Modified:docs stacked_io Log: some comments Revision ChangesPath 1.2 +26 -1 apache-2.0/docs/stacked_io Index: stacked_io === RCS file: /export/home/cvs/apache

cvs commit: apache-2.0/docs stacked_io

1998-03-08 Thread dgaudet
dgaudet 98/03/07 22:17:57 Modified:docs stacked_io Log: more comments Revision ChangesPath 1.3 +12 -1 apache-2.0/docs/stacked_io Index: stacked_io === RCS file: /export/home/cvs/apache

cvs commit: apache-1.3/src/helpers find-dbm-lib

1998-03-07 Thread dgaudet
dgaudet 98/03/07 13:29:57 Modified:src/helpers find-dbm-lib Log: Fix a logic problem -- it was giving false positives because DBM_LIB is sometimes set when it shouldn't be... it's set by default in Configure. Revision ChangesPath 1.2 +15 -3 apache-1.3/src

cvs commit: apache-1.3/src/helpers find-dbm-lib

1998-03-07 Thread dgaudet
dgaudet 98/03/07 13:37:27 Modified:src/helpers find-dbm-lib Log: and make it work for linux too Revision ChangesPath 1.3 +4 -2 apache-1.3/src/helpers/find-dbm-lib Index: find-dbm-lib

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

1998-03-07 Thread dgaudet
dgaudet 98/03/07 13:39:30 Modified:src/main util_uri.c src/include httpd.h Log: Don't use strtoul. And defend against similar slipups in the future... I know that define in httpd.h may annoy module authors... Revision ChangesPath 1.8 +4 -2

cvs commit: apache-1.3/src/helpers find-dbm-lib

1998-03-07 Thread dgaudet
dgaudet 98/03/07 13:43:32 Modified:src/helpers find-dbm-lib Log: I should clearly not be coding today. Revision ChangesPath 1.4 +1 -1 apache-1.3/src/helpers/find-dbm-lib Index: find-dbm-lib

Re: mod_alias/1899: AuthUser/AuthGroup not working with alias'd directory

1998-03-06 Thread dgaudet
State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Fri Mar 6 11:16:43 PST 1998 State-Changed-Why: User reports my suggestion fixed the problem. Dean

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

1998-03-06 Thread dgaudet
dgaudet 98/03/05 20:25:46 Modified:src/modules/standard mod_autoindex.c Log: indent Revision ChangesPath 1.69 +2 -2 apache-1.3/src/modules/standard/mod_autoindex.c Index: mod_autoindex.c

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

1998-03-06 Thread dgaudet
dgaudet 98/03/05 23:51:00 Modified:src CHANGES src/include httpd.h src/modules/proxy mod_proxy.c Log: Fix a bug pointed out by Lars on new-httpd in message-id [EMAIL PROTECTED]. I'm not sure how this ever worked before. Luck I guess

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

1998-03-06 Thread dgaudet
dgaudet 98/03/06 00:26:19 Modified:src/main http_request.c Log: No functional difference, other than to short-circuit earlier if there are no Location sections. I wanted to do this before I made another change which will have functional difference. Revision Changes

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

1998-03-06 Thread dgaudet
dgaudet 98/03/06 00:52:02 Modified:src CHANGES src/modules/standard mod_mime_magic.c Log: Slight mistake in mod_mime_magic. If you tried to request a 0-length file it would return DONE all the way back to the core... which would interpret that to mean oh

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

1998-03-06 Thread dgaudet
dgaudet 98/03/06 01:37:11 Modified:src CHANGES src/main http_request.c htdocs/manual upgrading_to_1_3.html htdocs/manual/mod core.html Log: Change to the multiple-slash behaviour of LocationMatch for consistency with AliasMatch

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

1998-03-06 Thread dgaudet
dgaudet 98/03/06 11:49:13 Modified:src/main http_vhost.c Log: tweak warnings for vhost stuff Revision ChangesPath 1.10 +3 -2 apache-1.3/src/main/http_vhost.c Index: http_vhost.c === RCS

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

1998-03-06 Thread dgaudet
dgaudet 98/03/06 11:53:50 Modified:src/include http_log.h Log: Oh sheesh. No wonder we still get so many reports of problems from folks who haven't read the docs about NameVirtualHost. Those messages are warnings, because the server is still functioning. And the default

cvs commit: apache-1.3 STATUS

1998-03-05 Thread dgaudet
dgaudet 98/03/05 03:37:09 Modified:.STATUS Log: Please vote and/or modify the announcement! I really really want to get 1.2.6 out there. Revision ChangesPath 1.177 +35 -0 apache-1.3/STATUS Index: STATUS

cvs commit: apache-site/contributors index.html

1998-03-05 Thread dgaudet
dgaudet 98/03/05 13:37:53 Modified:contributors index.html Log: I don't have access to IRIX any longer... and I don't feel like being listed as a solaris expert. Revision ChangesPath 1.28 +3 -2 apache-site/contributors/index.html Index: index.html

cvs commit: apache-site/contributors index.html

1998-03-05 Thread dgaudet
dgaudet 98/03/05 13:39:15 Modified:contributors index.html Log: Uh, something split a line in the middle of my name. I hope it wasn't one of the html mangling scripts. Revision ChangesPath 1.29 +1 -2 apache-site/contributors/index.html Index: index.html

cvs commit: apache-1.3/src CHANGES

1998-03-04 Thread dgaudet
dgaudet 98/03/04 00:37:07 Modified:src CHANGES Log: hmm, this was not documented... i suck Revision ChangesPath 1.681 +3 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /export

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 00:53:53 Modified:htdocs/manual/mod mod_proxy.html Log: I thought we got rid of all the Limit ... /Limit in our examples... is there some reason this one is still around? I'm ditching it anyhow unless someone explains why it's necessary. Revision Changes

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 00:54:33 Modified:src/modules/proxy mod_proxy.c Log: Dean messed up ProxyPass, Mark fixed it. Submitted by: Mark J Cox [EMAIL PROTECTED] Revision ChangesPath 1.43 +25 -30apache-1.3/src/modules/proxy/mod_proxy.c Index: mod_proxy.c

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:35:46 Modified:src/main util.c Log: pr2six is a local, mark it static, and make it take 1/4 the space Revision ChangesPath 1.95 +1 -1 apache-1.3/src/main/util.c Index: util.c

<    1   2   3   4   5   6   7   8   9   10   >