cvs commit: apachen STATUS

1997-12-23 Thread dgaudet
dgaudet 97/12/22 17:51:28 Modified:.STATUS Log: two patches I posted today Revision ChangesPath 1.17 +8 -0 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs/apachen

cvs commit: apachen/src/main buff.c

1997-12-23 Thread dgaudet
dgaudet 97/12/22 18:03:55 Modified:.STATUS src CHANGES src/main buff.c Log: remove some dead code Submitted by: Igor Tatarinov [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Jim Jagielski Revision ChangesPath 1.18 +1

cvs commit: apachen/src/main http_main.c

1997-12-23 Thread dgaudet
dgaudet 97/12/23 12:33:44 Modified:.STATUS src CHANGES src/main http_main.c Log: tell users to try the LockFile directive when a fcntl() locking error occurs. Reviewed by: Jim Jagielski, Ken Coar Revision ChangesPath 1.20

cvs commit: apachen STATUS

1997-12-24 Thread dgaudet
dgaudet 97/12/24 10:32:27 Modified:.STATUS Log: vote Revision ChangesPath 1.27 +1 -1 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs/apachen/STATUS,v retrieving

cvs commit: apachen/src/main buff.c

1997-12-26 Thread dgaudet
dgaudet 97/12/26 10:21:47 Modified:.STATUS src CHANGES src/main buff.c Log: Fix problem with chunking and bputc(). Don't use large_write() when nbytes == 1... otherwise we have really bad performance at end of buffer with bputc

cvs commit: apachen/src/main alloc.c

1997-12-26 Thread dgaudet
dgaudet 97/12/26 15:25:47 Modified:.STATUS src CHANGES src/main alloc.c Log: Interim (slow) fix for p-sub_pool critical sections in alloc.c. Affects win32 only. Submitted by: Ben Hyde Reviewed by: Dean Gaudet, Jim Jagielski

cvs commit: apachen STATUS

1997-12-26 Thread dgaudet
dgaudet 97/12/26 15:36:27 Modified:.STATUS Log: foo Revision ChangesPath 1.36 +8 -2 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs/apachen/STATUS,v retrieving

cvs commit: apachen STATUS

1997-12-30 Thread dgaudet
dgaudet 97/12/30 10:43:06 Modified:.STATUS Log: foo Revision ChangesPath 1.41 +4 -0 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs/apachen/STATUS,v retrieving

cvs commit: apachen/src/main util.c

1997-12-30 Thread dgaudet
dgaudet 97/12/30 11:55:50 Modified:src/main util.c Log: Fix some off-by-1s, and do some strength reduction from ap_cpystrn to memcpy. Revision ChangesPath 1.81 +6 -9 apachen/src/main/util.c Index: util.c

cvs commit: apachen/src/main alloc.c

1997-12-30 Thread dgaudet
dgaudet 97/12/30 11:56:12 Modified:src/main alloc.c Log: another off-by-1 Revision ChangesPath 1.65 +1 -1 apachen/src/main/alloc.c Index: alloc.c === RCS file: /export/home/cvs/apachen/src

cvs commit: apachen/src/main http_request.c

1997-12-31 Thread dgaudet
dgaudet 97/12/31 13:39:27 Modified:src/main http_request.c Log: change comment Revision ChangesPath 1.96 +3 -3 apachen/src/main/http_request.c Index: http_request.c === RCS file: /export

cvs commit: apachen/src/modules/standard mod_info.c

1998-01-02 Thread dgaudet
dgaudet 98/01/02 15:44:46 Modified:.STATUS src CHANGES src/modules/standard mod_info.c Log: - make mod_info_html_cmd_string() thread safe - fix minor buffer overrun in mod_info_html_cmd_string() (it would only hammer a \0 up to 5

cvs commit: apachen/src/modules/standard mod_status.c

1998-01-02 Thread dgaudet
dgaudet 98/01/02 15:46:10 Modified:.STATUS src CHANGES src/modules/standard mod_status.c Log: - remove an unused buffer - mark a constant structure as const, and make it static, it's a waste to initialize it on every call

cvs commit: apachen/src/modules/standard mod_digest.c

1998-01-02 Thread dgaudet
dgaudet 98/01/02 15:58:29 Modified:.STATUS src CHANGES src/modules/standard mod_digest.c Log: Using the digest Authentication scheme for proxy authentication, authorization never succeeds because mod_digest always looks

cvs commit: apachen/src/modules/standard mod_alias.c mod_auth_anon.c mod_cern_meta.c mod_digest.c mod_log_agent.c mod_log_referer.c mod_usertrack.c

1998-01-03 Thread dgaudet
dgaudet 98/01/02 16:16:39 Modified:src/modules/standard mod_alias.c mod_auth_anon.c mod_cern_meta.c mod_digest.c mod_log_agent.c mod_log_referer.c mod_usertrack.c Log: Somehow I missed a whole boatload of modules when adding static

cvs commit: apachen/src/main http_log.c

1998-01-03 Thread dgaudet
dgaudet 98/01/02 16:18:40 Modified:src CHANGES src/main http_log.c Log: Fix buffer overrun in log_printf(). Reviewed by: Randy Terbush Revision ChangesPath 1.557 +4 -0 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen STATUS

1998-01-05 Thread dgaudet
dgaudet 98/01/05 10:45:55 Modified:.STATUS Log: update Revision ChangesPath 1.49 +13 -0 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs/apachen/STATUS,v retrieving

cvs commit: apachen STATUS

1998-01-06 Thread dgaudet
dgaudet 98/01/06 14:19:59 Modified:.STATUS Log: update Revision ChangesPath 1.50 +4 -0 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs/apachen/STATUS,v retrieving

cvs commit: apache STATUS

1998-01-06 Thread dgaudet
dgaudet 98/01/06 14:43:57 Added: .Tag: APACHE_1_2_X STATUS Log: initial rev for 1.2 STATUS Revision ChangesPath No revision No revision 1.1.2.1 +145 -0apache/Attic/STATUS

cvs commit: apachen/src/modules/standard mod_imap.c

1998-01-07 Thread dgaudet
dgaudet 98/01/07 14:23:34 Modified:src/modules/standard mod_imap.c Log: This is a bit large, but that's deliberate because I took the opportunity to do the crap that we've been wanting done to mod_imap. - liberal use of const to help find stack assignments - remove all

cvs commit: apachen/src/modules/standard mod_include.c

1998-01-07 Thread dgaudet
dgaudet 98/01/07 14:24:13 Modified:src/modules/standard mod_include.c Log: - There were a few strncpy()s that didn't terminate the string... add safe_copy() which does strncpy the way it should be. - switch many MAX_STRING_LENs with sizeof(foo) for the right foo, just

cvs commit: apachen/src CHANGES

1998-01-07 Thread dgaudet
dgaudet 98/01/07 14:24:39 Modified:.STATUS src CHANGES Log: mod_include and mod_imap cleanup/security fixes Revision ChangesPath 1.57 +1 -4 apachen/STATUS Index: STATUS

cvs commit: apachen STATUS

1998-01-07 Thread dgaudet
dgaudet 98/01/07 14:26:49 Modified:.STATUS Log: is_only_below Revision ChangesPath 1.58 +2 -0 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs/apachen/STATUS,v

cvs commit: apachen/src/modules/standard mod_include.c

1998-01-08 Thread dgaudet
dgaudet 98/01/07 19:16:50 Modified:src/modules/standard mod_include.c Log: switch from safe_copy to ap_cpystrn Revision ChangesPath 1.62 +10 -16apachen/src/modules/standard/mod_include.c Index: mod_include.c

cvs commit: apachen STATUS

1998-01-08 Thread dgaudet
dgaudet 98/01/07 19:18:22 Modified:.STATUS Log: make mod_include use ap_cpystrn Reviewed by: Brian Behlendorf, Jim Jagielski Revision ChangesPath 1.61 +1 -4 apachen/STATUS Index: STATUS

cvs commit: apache STATUS

1998-01-08 Thread dgaudet
dgaudet 98/01/08 13:20:07 Modified:.Tag: APACHE_1_2_X STATUS Log: some updates Revision ChangesPath No revision No revision 1.1.2.3 +8 -0 apache/Attic/STATUS Index: STATUS

cvs commit: apache/src CHANGES mod_usertrack.c

1998-01-10 Thread dgaudet
dgaudet 98/01/09 19:48:50 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES mod_usertrack.c Log: Fix MPE porting problem. Submitted by: Mark Bixby Reviewed by: Dean Gaudet, Martin Kraemer Revision ChangesPath

cvs commit: apache STATUS

1998-01-10 Thread dgaudet
dgaudet 98/01/09 19:49:46 Modified:.Tag: APACHE_1_2_X STATUS Log: note that my backport bputc() fix helped Henrik Revision ChangesPath No revision No revision 1.1.2.7 +1 -0 apache/Attic/STATUS Index

cvs commit: apachen STATUS

1998-01-10 Thread dgaudet
dgaudet 98/01/10 00:25:25 Modified:.STATUS Log: yabba Revision ChangesPath 1.65 +4 -0 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs/apachen/STATUS,v retrieving

cvs commit: apachen/src/main .cvsignore

1998-01-11 Thread dgaudet
dgaudet 98/01/10 23:06:19 Modified:src/main .cvsignore Log: Since we don't symlink os.h and os-inline.h any longer we shouldn't .cvsignore them... I just ran into a bug in one of my old trees that I just cvs updated 'cause of an old copy of os.h. d'ohh. Revision Changes

cvs commit: apache-devsite index.html

1998-01-12 Thread dgaudet
dgaudet 98/01/12 12:34:29 Modified:.index.html Log: enough people have been confused Revision ChangesPath 1.13 +3 -4 apache-devsite/index.html Index: index.html === RCS file

cvs commit: apache STATUS

1998-01-13 Thread dgaudet
dgaudet 98/01/12 22:26:39 Modified:.Tag: APACHE_1_2_X STATUS Log: it was raining earlier, 11C now Revision ChangesPath No revision No revision 1.1.2.8 +5 -1 apache/Attic/STATUS Index: STATUS

cvs commit: apachen STATUS

1998-01-13 Thread dgaudet
dgaudet 98/01/12 22:48:40 Modified:.STATUS Log: shorts are never appropriate for san francisco weather, except during the month of october Revision ChangesPath 1.79 +6 -2 apachen/STATUS Index: STATUS

cvs commit: apachen/src/main http_main.c

1998-01-13 Thread dgaudet
dgaudet 98/01/13 13:19:11 Modified:.STATUS src CHANGES src/main http_main.c Log: Brian says: This patch cleans up some problems with termination in OS/2. There are two issues fixed here: 1) Fixes the 'kill process tree' signal

cvs commit: apachen STATUS

1998-01-13 Thread dgaudet
dgaudet 98/01/13 14:08:29 Modified:.STATUS Log: sunny blue skies at 8am, cloudy and overcast now Revision ChangesPath 1.82 +4 -0 apachen/STATUS Index: STATUS === RCS file: /export

cvs commit: apachen/src/modules/standard mod_rewrite.c

1998-01-13 Thread dgaudet
dgaudet 98/01/13 14:21:09 Modified:.STATUS src/modules/standard mod_rewrite.c Log: make mod_rewrite use ap_cpystrn Reviewed by:Ralf Engelschall, Jim Jagielski Revision ChangesPath 1.83 +1 -6 apachen/STATUS Index: STATUS

cvs commit: apache/src CHANGES mod_rewrite.c

1998-01-14 Thread dgaudet
dgaudet 98/01/13 16:05:01 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES mod_rewrite.c Log: fix %3f problem in mod_rewrite Submitted by: Ralf Engelschall Reviewed by: Dean Gaudet, Roy Fielding Revision ChangesPath

cvs commit: apachen/src/main http_protocol.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:07:23 Modified:.STATUS src CHANGES src/main http_protocol.c Log: basic auth token should be tested case-insensitive PR: 1666 Submitted by: [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Martin Kraemer

cvs commit: apache/src CHANGES http_protocol.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:09:29 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES http_protocol.c Log: test basic token with strcasecmp Submitted by: [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Martin Kraemer, Ken Coar Revision

cvs commit: apachen STATUS

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:12:35 Modified:.STATUS Log: yet another messed up sf day, raining then sunny then raining then sunny Revision ChangesPath 1.99 +7 -7 apachen/STATUS Index: STATUS

cvs commit: apachen STATUS

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:25:13 Modified:.STATUS Log: I disagree. This is a beta, and I'm tired of posting bloody one-line bug fix patches and waiting for votes. Sue me for wanting to improve the product using a minimum of my own time. Revision ChangesPath 1.100

cvs commit: apachen/src/main http_protocol.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:33:14 Modified:.STATUS src CHANGES src/main http_protocol.c Log: The Connection header could be sent back with multiple close tokens. Not an error, but a waste. PR: 1683 Submitted by: [EMAIL PROTECTED

cvs commit: apache/src/modules/proxy proxy_ftp.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:49:39 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES src/modules/proxy Tag: APACHE_1_2_X proxy_ftp.c Log: mod_proxy was sending HTTP/1.1 responses to ftp requests by mistake. Also removed the auto

cvs commit: apache/src CHANGES http_protocol.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:52:17 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES http_protocol.c Log: r-connect-user allocated in wrong pool PR: 1500 Revision ChangesPath No revision

cvs commit: apachen/src/main util.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 17:42:24 Modified:src/main util.c Log: One of Marc's security patches that's in 1.2.5 but not 1.3. Submitted by: Marc Slemko Reviewed by: Dean Gaudet Revision ChangesPath 1.87 +6 -1 apachen/src/main/util.c Index: util.c

cvs commit: apachen STATUS

1998-01-20 Thread dgaudet
dgaudet 98/01/19 17:54:03 Modified:.STATUS Log: note win32 buffer overflow possibilities Revision ChangesPath 1.105 +3 -0 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs

cvs commit: apachen/src/support htdigest.c htpasswd.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 17:55:26 Modified:src/support htdigest.c htpasswd.c Log: Note these two aren't setuid safe. Revision ChangesPath 1.13 +6 -0 apachen/src/support/htdigest.c Index: htdigest.c

cvs commit: apachen STATUS

1998-01-20 Thread dgaudet
dgaudet 98/01/19 18:25:14 Modified:.STATUS Log: YADoS Revision ChangesPath 1.106 +3 -0 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs/apachen/STATUS,v retrieving

cvs commit: apachen/src/main conf.h

1998-01-21 Thread dgaudet
dgaudet 98/01/21 13:59:30 Modified:src CHANGES src/main conf.h Log: NeXT cc pretends to be gcc but it really isn't. Work around it's inaneness. PR: 1613 Revision ChangesPath 1.575 +5 -1 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen/src/modules/proxy proxy_ftp.c

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:02:40 Modified:src/modules/proxy proxy_ftp.c Log: clean up some warnings. An unused function, and an extra parm to ap_snprintf(). Revision ChangesPath 1.46 +1 -21 apachen/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c

cvs commit: apachen/src/support htdigest.c htpasswd.c

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:05:46 Modified:src CHANGES src/support htdigest.c htpasswd.c Log: Tweaks to use copy instead of cp under win32 and os2. PR: 1482 Submitted by: Brian Havard Revision ChangesPath 1.576 +3 -0 apachen/src

cvs commit: apachen STATUS

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:07:35 Modified:.STATUS Log: I'm not sure how the day is doing, my blinds are closed Revision ChangesPath 1.111 +3 -0 apachen/STATUS Index: STATUS === RCS file

cvs commit: apachen/src/modules/proxy mod_proxy.c

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:09:58 Modified:src/modules/proxy mod_proxy.c Log: more const stuff from debugging the code Revision ChangesPath 1.31 +3 -3 apachen/src/modules/proxy/mod_proxy.c Index: mod_proxy.c

cvs commit: apachen/src/main http_config.c util.c

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:11:04 Modified:src CHANGES src/main http_config.c util.c Log: Clean up the -C/-c implementation. Submitted by: Martin Kraemer Reviewed by: Dean Gaudet, Doug MacEachern, Jim Jagielski Revision ChangesPath 1.577 +1 -1

cvs commit: apachen STATUS

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:11:31 Modified:.STATUS Log: yadda Revision ChangesPath 1.112 +2 -5 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs/apachen/STATUS,v retrieving

cvs commit: apachen/src/support suexec.c

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:22:10 Modified:src CHANGES src/support suexec.c Log: add errno to suexec error messages PR: 1543 Submitted by: Marc Slemko Reviewed by: Dean Gaudet, Martin Kraemer, Jim Jagielski Revision ChangesPath 1.581

cvs commit: apachen/src/main http_main.c

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:24:06 Modified:src CHANGES src/main http_main.c Log: WIN32 deserves a pid file. Submitted by: Ben Hyde Reviewed by: Jim Jagielski, Martin Kraemer, Dean Gaudet Revision ChangesPath 1.582 +2 -0 apachen/src/CHANGES

cvs commit: apachen/src/main util_script.c

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:31:47 Modified:src CHANGES src/main util_script.c Log: Let people shoot themselves by passing Authorization to CGIs if they define SECURITY_HOLE_PASS_AUTHORIZATION. PR: 549 Submitted by: Marc Slemko Reviewed by: Dean

cvs commit: apachen/src/main http_request.c

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:48:14 Modified:src CHANGES src/main http_request.c Log: We need to eat the request body, if any, in die() in order to continue a keep-alive session. PR: 1399 Submitted by: Roy Fielding Reviewed by: Martin Kraemer, Dean

cvs commit: apachen STATUS

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:56:23 Modified:.STATUS Log: this space intentionally left blank Revision ChangesPath 1.114 +1 -4 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs

cvs commit: apachen/src/main conf.h

1998-01-21 Thread dgaudet
dgaudet 98/01/21 15:49:08 Modified:src CHANGES src/main conf.h Log: Unixware smp requires accept serialization. PR: 1553 Revision ChangesPath 1.587 +4 -1 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen/src/main conf.h http_main.c

1998-01-22 Thread dgaudet
dgaudet 98/01/21 16:00:00 Modified:src CHANGES Configure src/main conf.h http_main.c Log: Found a great cleanup patch for unixware in PR#1282. Applied it with slight modifications. This should cleanup SIGHUP, serialized accept problems, and enable syslog

cvs commit: apachen STATUS

1998-01-22 Thread dgaudet
dgaudet 98/01/21 16:03:38 Modified:.STATUS Log: uwfoo Revision ChangesPath 1.115 +1 -0 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs/apachen/STATUS,v retrieving

cvs commit: apachen/htdocs/manual/misc known_client_problems.html

1998-01-22 Thread dgaudet
dgaudet 98/01/22 12:37:49 Modified:htdocs/manual/misc known_client_problems.html Log: document no-content-length and gif89-expires Revision ChangesPath 1.5 +19 -0 apachen/htdocs/manual/misc/known_client_problems.html Index: known_client_problems.html

cvs commit: apachen/src/main buff.c

1998-01-22 Thread dgaudet
dgaudet 98/01/22 13:00:07 Modified:src/main buff.c Log: document doerror() a little better Submitted by: Ben Hyde Reviewed by: Dean Gaudet Revision ChangesPath 1.58 +3 -6 apachen/src/main/buff.c Index: buff.c

cvs commit: apachen/htdocs/manual/mod core.html

1998-01-22 Thread dgaudet
dgaudet 98/01/22 15:18:59 Modified:htdocs/manual/misc FAQ.html htdocs/manual/mod core.html Log: Support users with older versions of the server. Revision ChangesPath 1.98 +3 -2 apachen/htdocs/manual/misc/FAQ.html Index: FAQ.html

cvs commit: apachen/src CHANGES

1998-01-22 Thread dgaudet
dgaudet 98/01/22 15:22:14 Modified:src CHANGES Log: I'm sure some folks rely on these tokens... and would like to know they changed Revision ChangesPath 1.590 +10 -0 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen/src CHANGES

1998-01-22 Thread dgaudet
dgaudet 98/01/22 15:23:09 Modified:src CHANGES Log: tab damage Revision ChangesPath 1.591 +2 -2 apachen/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apachen/src/CHANGES,v

cvs commit: apache/src Configuration.tmpl

1998-01-23 Thread dgaudet
dgaudet 98/01/23 10:53:41 Modified:src Tag: APACHE_1_2_X Configuration.tmpl Log: I'm tired of the damn bug reports. Revision ChangesPath No revision No revision 1.63.2.2 +3 -0 apache/src/Configuration.tmpl

cvs commit: apachen STATUS

1998-01-24 Thread dgaudet
dgaudet 98/01/24 10:31:01 Modified:.STATUS Log: a sunny day Revision ChangesPath 1.123 +1 -1 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs/apachen/STATUS,v

cvs commit: apachen/src/modules/standard mod_cgi.c mod_env.c mod_include.c mod_negotiation.c mod_setenvif.c

1998-01-24 Thread dgaudet
dgaudet 98/01/24 11:00:28 Modified:src CHANGES src/main alloc.c alloc.h src/modules/standard mod_cgi.c mod_env.c mod_include.c mod_negotiation.c mod_setenvif.c Log: Clean up the usage of the table API. There have always

cvs commit: apachen/src/modules/proxy mod_proxy.c

1998-01-24 Thread dgaudet
dgaudet 98/01/24 12:30:08 Modified:src/modules/proxy mod_proxy.c Log: don't waste memory allocating an error message... use %s and such Revision ChangesPath 1.32 +2 -2 apachen/src/modules/proxy/mod_proxy.c Index: mod_proxy.c

cvs commit: apachen/src/modules/proxy proxy_cache.c

1998-01-24 Thread dgaudet
dgaudet 98/01/24 12:43:44 Modified:src/modules/proxy proxy_cache.c Log: When deleting a value from a table, use table_unset() not table_set(key,NULL). The proxy has all of its own table manipulation routines... like it has struct hdr_entry, and proxy_get_header() and all

cvs commit: apachen/src PORTING

1998-01-25 Thread dgaudet
dgaudet 98/01/24 18:07:43 Modified:src PORTING Log: note NEED_HASHBANG_EMUL Revision ChangesPath 1.20 +4 -0 apachen/src/PORTING Index: PORTING === RCS file: /export/home/cvs/apachen

cvs commit: apachen/htdocs/manual/mod mod_mime_magic.html

1998-01-25 Thread dgaudet
dgaudet 98/01/24 19:52:20 Modified:src CHANGES src/modules/standard mod_mime_magic.c htdocs/manual/mod mod_mime_magic.html Log: - no need to use stat() since r-finfo is already what we need - no need to play with atime/mtime crud, the web server

cvs commit: apachen/src/modules/standard mod_alias.c mod_dir.c mod_expires.c mod_imap.c mod_include.c mod_log_config.c mod_negotiation.c mod_rewrite.c mod_setenvif.c mod_speling.c mod_unique_id.c mod_userdir.c mod_usertrack.c

1998-01-26 Thread dgaudet
dgaudet 98/01/26 11:50:30 Modified:.STATUS htdocs/manual new_features_1_3.html src CHANGES src/main alloc.c alloc.h http_config.h http_core.c http_protocol.c http_request.c util_script.c src

cvs commit: apachen/src/main alloc.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 18:37:52 Modified:src/main alloc.c Log: more pool debugging -- copy_table() and overlay_tables() have implicit assumptions about the pool relationships of their arguments. There are actually some bugs in the core code I'll fix in a few minutes. Revision

cvs commit: apachen/src/main http_request.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 18:39:42 Modified:src/main http_request.c Log: When calling rename_original_environment we should be creating the new table in the environment of the subrequest, not the main request. Otherwise it will consume memory when it shouldn't be... and will trigger

cvs commit: apachen/src/main http_request.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 18:41:13 Modified:src/main http_request.c Log: Oh nevermind. I didn't realise internal redirected requests shared the same pool as the main request. That's odd, maybe there's some savings to be had... some other day. Revision ChangesPath 1.103

cvs commit: apachen/src/main buff.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 21:35:34 Modified:.STATUS src CHANGES src/main buff.c Log: really fix Rasmus' chunking problem this time introduce LARGE_WRITE_THRESHOLD tunable for determining when large_write() is a good idea Reviewed

cvs commit: apachen/src .gdbinit

1998-01-27 Thread dgaudet
dgaudet 98/01/26 22:02:51 Added: src .gdbinit Log: I needed a gdb macro to dump the contents of a table... I figured others might need it too. Revision ChangesPath 1.1 apachen/src/.gdbinit Index: .gdbinit

cvs commit: apache/src buff.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 22:25:05 Modified:src Tag: APACHE_1_2_X buff.c Log: This is the proper fix for chunked encoding and bputc()... the last one misses cases where bputc() is mixed with other bwrite() calls. Revision ChangesPath No revision

cvs commit: apache-1.3 STATUS

1998-01-27 Thread dgaudet
dgaudet 98/01/27 00:38:46 Modified:.STATUS Log: testing commit on 1.3 branch Revision ChangesPath 1.133 +0 -2 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache

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

1998-01-27 Thread dgaudet
dgaudet 98/01/27 02:00:46 Modified:src/main alloc.c alloc.h src/modules/standard mod_negotiation.c Log: Another iteration in getting POOL_DEBUG to work correctly. It turns out there are many more subtle interactions caused by the mod_negotiation fast redirect

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

1998-01-27 Thread dgaudet
dgaudet 98/01/27 02:04:37 Modified:src/main alloc.c Log: I didn't implement a fully general pool_join... so I should test that the inputs really are what I expect. Revision ChangesPath 1.72 +3 -2 apache-1.3/src/main/alloc.c Index: alloc.c

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

1998-01-27 Thread dgaudet
dgaudet 98/01/27 02:28:34 Modified:.STATUS src CHANGES src/modules/standard mod_unique_id.c Log: don't generate a second id on internal_redirects Revision ChangesPath 1.134 +1 -0 apache-1.3/STATUS Index: STATUS

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

1998-01-28 Thread dgaudet
dgaudet 98/01/28 02:00:34 Modified:src CHANGES src/main http_main.c Log: SIGURG doesn't exist everywhere. Submitted by: Mark Andrew Heinrich [EMAIL PROTECTED] Reviewed by: Dean Gaudet Revision ChangesPath 1.603 +3 -0 apache-1.3/src

cvs commit: apache-1.3/src/modules/standard mod_access.c mod_autoindex.c mod_cgi.c mod_include.c mod_rewrite.c

1998-01-28 Thread dgaudet
dgaudet 98/01/28 03:33:32 Modified:src CHANGES src/main http_protocol.c http_vhost.c util.c src/modules/proxy mod_proxy.c src/modules/standard mod_access.c mod_autoindex.c mod_cgi.c mod_include.c mod_rewrite.c

cvs commit: apache-1.2/support logresolve.c suexec.c

1998-01-30 Thread dgaudet
dgaudet 98/01/30 01:14:32 Modified:.ABOUT_APACHE CHANGES KEYS README conf httpd.conf-dist htdocs index.html htdocs/manual custom-error.html footer.html header.html new_features_1_2.html process-model.html

cvs commit: apache-1.2/logs .cvsignore

1998-01-30 Thread dgaudet
dgaudet 98/01/30 01:18:12 Added: logs .cvsignore Log: messed this one up Revision ChangesPath 1.1 apache-1.2/logs/.cvsignore Index: .cvsignore === access_log error_log

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

1998-01-30 Thread dgaudet
dgaudet 98/01/30 11:30:35 Modified:.STATUS src CHANGES src/main http_core.c Log: Fix Options and AllowOverrides merging in main_server lookup_defaults and vhost lookup_defaults. Revision ChangesPath 1.138 +1 -0 apache

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

1998-01-31 Thread dgaudet
dgaudet 98/01/30 16:15:45 Modified:src/main http_protocol.c http_request.c Log: (Recall: whenever a table's nelts == nalloc and a push is attempted the table size will be doubled, and the old table copied to the new table. It's nice to avoid this if it's easy.) Our default

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

1998-01-31 Thread dgaudet
dgaudet 98/01/30 16:24:33 Modified:src CHANGES src/main alloc.c Log: People are challenging me to write something in assembly... well gcc is so nice that I don't have to do this one in assembly. MAKE_TABLE_PROFILE is a debugging mode that makes it easier

cvs commit: apache-1.2/src http_protocol.c

1998-02-01 Thread dgaudet
dgaudet 98/01/31 18:22:30 Modified:src http_protocol.c Log: The last commit contained changes it shouldn't have. Reverse them. Revision ChangesPath 1.129 +31 -112 apache-1.2/src/http_protocol.c Index: http_protocol.c

cvs commit: apache-1.2/src CHANGES http_core.c mod_asis.c mod_dir.c mod_include.c mod_info.c

1998-02-01 Thread dgaudet
dgaudet 98/01/31 18:33:42 Modified:src CHANGES http_core.c mod_asis.c mod_dir.c mod_include.c mod_info.c Log: set r-allowed properly Revision ChangesPath 1.289 +3 -0 apache-1.2/src/CHANGES Index: CHANGES

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

1998-02-01 Thread dgaudet
dgaudet 98/01/31 18:47:46 Modified:src CHANGES http_config.c http_protocol.c mod_cgi.c mod_dir.c mod_rewrite.c util.c src/modules/proxy mod_proxy.c Log: be sensitive to the case! Revision ChangesPath 1.290 +3 -0 apache

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

1998-02-01 Thread dgaudet
dgaudet 98/01/31 20:54:48 Modified:src CHANGES src/main http_vhost.c Log: Fix a bug I introduced with http_vhost.c... r-hostname is supposed to always have :port removed from it. Revision ChangesPath 1.609 +3 -0 apache-1.3/src/CHANGES

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

1998-02-01 Thread dgaudet
dgaudet 98/02/01 12:54:46 Modified:src/main alloc.c src/include alloc.h Log: the new table_xxxn() API should use const char * pointers Revision ChangesPath 1.74 +10 -10apache-1.3/src/main/alloc.c Index: alloc.c

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

1998-02-01 Thread dgaudet
dgaudet 98/02/01 14:05:44 Modified:conf httpd.conf-dist httpd.conf-dist-win htdocs/manual new_features_1_3.html htdocs/manual/mod core.html src CHANGES src/include http_config.h http_core.h httpd.h src

cvs commit: apache-devsite mmn.txt

1998-02-01 Thread dgaudet
dgaudet 98/02/01 14:07:00 Modified:.mmn.txt Log: update to 19980201 Revision ChangesPath 1.9 +2 -0 apache-devsite/mmn.txt Index: mmn.txt === RCS file: /export/home/cvs/apache

<    1   2   3   4   5   6   7   >