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: 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 No

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 No

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 No

cvs commit: apache/src CHANGES mod_include.c

1997-11-05 Thread dgaudet
dgaudet 97/11/05 03:40:14 Modified:src Tag: APACHE_1_2_X CHANGES mod_include.c Log: mod_include did not properly handle all possible redirects from sub-reqs. Submitted by: Ken Coar Reviewed by: Dean Gaudet, Roy Fielding, Ralf Engelschall Revision ChangesPath

cvs commit: apache/src CHANGES mod_imap.c

1997-11-05 Thread dgaudet
dgaudet 97/11/05 03:43:15 Modified:src Tag: APACHE_1_2_X CHANGES mod_imap.c Log: mod_imap should DECLINE non-GET methods. Submitted by: Jay Bloodworth [EMAIL PROTECTED] Reviewed by: Brian Behlendorf, Dean Gaudet, Ralf Engelschall Revision ChangesPath No

cvs commit: apache/src CHANGES mod_include.c

1997-11-05 Thread dgaudet
dgaudet 97/11/05 03:46:23 Modified:src Tag: APACHE_1_2_X CHANGES mod_include.c Log: fix bogus uninitialized data for and || PR: 1139 Submitted by: Brian Slesinsky [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Roy Fielding, Ralf Engelschall Revision

cvs commit: apache/src CHANGES http_main.c

1997-09-22 Thread Dean Gaudet
dgaudet 97/09/22 14:58:56 Modified:src Tag: APACHE_1_2_X CHANGES http_main.c Log: inetd mode uses timeouts without setting up the jmpbuf PR: 1064 Reviewed by: Marc Slemko, Roy Fielding Revision ChangesPath No revision No

cvs commit: apache/src CHANGES Configure

1997-08-21 Thread Marc Slemko
marc97/08/21 15:56:23 Modified:src Tag: APACHE_1_2_X CHANGES Configure Log: Add -lm flag for AIX v=4.2. Revision ChangesPath No revision No revision 1.286.2.52 +3 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES

1997-08-20 Thread Roy Fielding
fielding97/08/20 19:28:56 Modified:src Tag: APACHE_1_2_X CHANGES Log: Note 1.2.3 proxy bug. Revision ChangesPath No revision No revision 1.286.2.50 +6 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES mod_rewrite.c

1997-08-17 Thread Ralf S. Engelschall
rse 97/08/17 13:35:52 Modified:src Tag: APACHE_1_2_X CHANGES mod_rewrite.c Log: Fixed proxy-pass-through feature. Submitted by: Marc Slemko Reviewed by: Dean Gaudet, Ralf S. Engelschall Revision ChangesPath No revision No

cvs commit: apache/src CHANGES

1997-08-08 Thread Brian Behlendorf
brian 97/08/08 03:37:40 Modified:src CHANGES Log: test fixed log_accum.pl Revision ChangesPath 1.393 +0 -1 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES Configure INSTALL PORTING

1997-08-08 Thread Jim Jagielski
jim 97/08/08 17:55:55 Modified:src CHANGES Configure INSTALL PORTING Log: Document the various Configuration-suite changes Revision ChangesPath 1.394 +7 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES buff.c

1997-08-07 Thread Ralf S. Engelschall
rse 97/08/07 01:41:48 Modified:src CHANGES buff.c Log: Enhanced the chunking and error handling inside the buffer functions. This also reduces the pause on transfers under certain conditions. Submitted by: Dean Gaudet, Roy Fielding Reviewed by: Dean Gaudet, Roy

cvs commit: apache/src CHANGES http_config.c http_config.h http_request.c

1997-08-06 Thread Dean Gaudet
dgaudet 97/08/06 12:53:56 Modified:src CHANGES http_config.c http_config.h http_request.c Log: This probably fixes Brian's CGI problems. But at any rate it's necessary even if it isn't the exact bug that's tickling Brian. My first directory_walk optimization was

cvs commit: apache/src CHANGES http_request.c

1997-08-06 Thread Dean Gaudet
dgaudet 97/08/06 13:32:22 Modified:src CHANGES http_request.c Log: Fix another long-standing bug in sub_req_lookup_file where it would happily skip past access checks on subdirectories looked up with relative paths. (It's used by mod_dir, mod_negotiation, and

cvs commit: apache/src CHANGES http_conf_globals.h http_config.c http_main.c http_protocol.c httpd.h

1997-08-05 Thread Dean Gaudet
dgaudet 97/08/04 23:02:47 Modified:htdocs/manual vhosts-in-depth.html src CHANGES http_conf_globals.h http_config.c http_main.c http_protocol.c httpd.h Log: Hashed ip-vhosts, including some semantic changes to vhosts in general which

cvs commit: apache/src CHANGES http_core.c

1997-08-05 Thread Dean Gaudet
dgaudet 97/08/04 23:45:01 Modified:src CHANGES http_core.c Log: When merging the main server's Directory and Location sections into a vhost, put the main server's first and the vhost's second. Otherwise the vhost can't override the main server. Reviewed by: Roy

cvs commit: apache/src CHANGES

1997-08-05 Thread Dean Gaudet
dgaudet 97/08/04 23:52:20 Modified:src CHANGES Log: Oops forgot to note this is fixed in 1.3a2 as well. Revision ChangesPath 1.384 +4 -0 apache/src/CHANGES Index: CHANGES === RCS

cvs commit: apache/src CHANGES http_core.c

1997-08-04 Thread Ralf S. Engelschall
rse 97/08/04 09:05:04 Modified:src Tag: APACHE_1_2_X CHANGES http_core.c Log: Fixed improper vhost merging of Location and Directory. Submitted by: Dean Gaudet Reviewed by: Roy Fielding, Ralf S. Engelschall, Dean Gaudet Revision ChangesPath No

cvs commit: apache/src CHANGES http_request.c

1997-08-02 Thread Ralf S. Engelschall
rse 97/08/02 08:52:14 Modified:src Tag: APACHE_1_2_X CHANGES http_request.c Log: Bugfix the case where multiple Directorys match and all are applied Submitted by: Dean Gaudet Reviewed by: Dean Gaudet, Ralf S. Engelschall, Randy Terbush Revision Changes

cvs commit: apache/src CHANGES

1997-08-02 Thread Doug MacEachern
dougm 97/08/02 15:43:52 Modified:src CHANGES Log: noted dbmmange overhaul Submitted by: Doug MacEachern Revision ChangesPath 1.381 +16 -0 apache/src/CHANGES Index: CHANGES === RCS

cvs commit: apache/src CHANGES mod_imap.c

1997-08-01 Thread Ralf S. Engelschall
rse 97/08/01 01:48:19 Modified:src Tag: APACHE_1_2_X CHANGES mod_imap.c Log: Fixed an infinite loop for references above the server root. PR: 748 Submitted by: Dean Gaudet Reviewed by: Brian Behlendorf Revision ChangesPath No

cvs commit: apache/src CHANGES

1997-08-01 Thread Ralf S. Engelschall
rse 97/08/01 02:43:51 Modified:src CHANGES Log: Entry for added support of ``='' at RewriteCond. Revision ChangesPath 1.377 +4 -0 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES mod_auth_anon.c

1997-07-31 Thread Ralf S. Engelschall
rse 97/07/31 01:29:45 Modified:src Tag: APACHE_1_2_X CHANGES mod_auth_anon.c Log: mod_auth_anon logs multiple times PR: 421, 868 Submitted by: Dean Gaudet Reviewed by: Ralf S. Engelschall, Dirk v.Gulik, Ken Coar, Jim Jagielski Revision ChangesPath

cvs commit: apache/src CHANGES mod_rewrite.c mod_rewrite.h

1997-07-31 Thread Ralf S. Engelschall
rse 97/07/31 01:43:20 Modified:src Tag: APACHE_1_2_X CHANGES mod_rewrite.c mod_rewrite.h Log: Final sync of mod_rewrite for Apache 1.2.2: o added diff between mod_rewrite 3.0.6+ and 3.0.9 minus WIN32/NT stuff, but plus copyright

cvs commit: apache/src CHANGES mod_include.c

1997-07-31 Thread Ralf S. Engelschall
rse 97/07/31 01:50:05 Modified:src Tag: APACHE_1_2_X CHANGES mod_include.c Log: handle_else was being used to handle endif. Submitted by: Howard Fear Reviewed by: Ralf S. Engelschall, Jim Jagielski, Randy Terbush Revision ChangesPath No

cvs commit: apache/src CHANGES mod_info.c

1997-07-30 Thread Ralf S. Engelschall
rse 97/07/30 08:16:52 Modified:src Tag: APACHE_1_2_X CHANGES mod_info.c Log: Treat files container like others in mod_info. PR: 848 Submitted by: Marc Slemko Reviewed by: Dean Gaudet, Ralf S. Engelschall, Ken Coar, Jim Jagielski Revision ChangesPath

cvs commit: apache/src CHANGES http_protocol.c

1997-07-30 Thread Ralf S. Engelschall
rse 97/07/30 08:25:32 Modified:src Tag: APACHE_1_2_X CHANGES http_protocol.c Log: get_client_block() returns wrong length if policy is REQUEST_CHUNKED_DECHUNK PR: 815 Submitted by: Kenichi Hori [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Ralf S. Engelschall,

cvs commit: apache/src CHANGES

1997-07-30 Thread Dean Gaudet
dgaudet 97/07/30 11:45:03 Modified:src CHANGES Log: Clear up the CHANGES wording for hostnamelookups double a little bit. Revision ChangesPath 1.373 +4 -2 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES buff.c

1997-07-29 Thread Dean Gaudet
dgaudet 97/07/28 23:52:28 Modified:src CHANGES buff.c Log: Combine large bwrite() with partial buffer by using writev() to avoid any mem-mem copies. Fix a bug where if bflush/bwrite had a write failure while chunking they won't properly start the next chunk. Revision

cvs commit: apache/src CHANGES mod_include.c

1997-07-28 Thread Dean Gaudet
dgaudet 97/07/28 01:46:45 Modified:src CHANGES mod_include.c Log: fixed unused handle_endif Submitted by: Howard Fear Reviewed by: Dean Gaudet, Marc Slemko Revision ChangesPath 1.369 +4 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES mod_cern_meta.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:38:05 Modified:src CHANGES mod_cern_meta.c Log: fix problem with trying to find meta files for a directory in some cases, but not in others. Revision ChangesPath 1.368 +4 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES mod_mime_magic.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:34:47 Modified:src CHANGES mod_mime_magic.c Log: fix seg fault if there is an error decompressing PR: 904 Submitted by: Martin Kraemer [EMAIL PROTECTED] Reviewed by: Dean Gaudet Revision ChangesPath 1.367 +3 -0

cvs commit: apache/src CHANGES mod_autoindex.c

1997-07-25 Thread Rodent of Unusual Size
coar97/07/25 04:04:05 Modified:htdocs/manual new_features_1_3.html htdocs/manual/mod mod_autoindex.html src CHANGES mod_autoindex.c Log: Add ability to sort FancyIndexed directories by the different column values, ascending or

cvs commit: apache/src CHANGES alloc.c buff.c buff.h http_protocol.c http_protocol.h mod_cgi.c util_script.c util_script.h

1997-07-23 Thread Dean Gaudet
dgaudet 97/07/23 21:24:07 Modified:src CHANGES alloc.c buff.c buff.h http_protocol.c http_protocol.h mod_cgi.c util_script.c util_script.h Log: cgi unbuffering. Includes various BUFF * routines for script/cgi that suplement

cvs commit: apache/src CHANGES Configure conf.h http_main.c

1997-07-23 Thread Dean Gaudet
dgaudet 97/07/23 21:35:51 Modified:src CHANGES Configure conf.h http_main.c Log: QNX mmap() support. Submitted by: Igor N Kovalenko [EMAIL PROTECTED] Reviewed by: Dean Gaudet PR: 683 Revision ChangesPath 1.363 +3 -0 apache/src/CHANGES

cvs commit: apache/src CHANGES alloc.c http_config.c http_core.c mod_alias.c mod_autoindex.c mod_browser.c mod_rewrite.c

1997-07-23 Thread Dean Gaudet
dgaudet 97/07/23 21:38:17 Modified:src CHANGES alloc.c http_config.c http_core.c mod_alias.c mod_autoindex.c mod_browser.c mod_rewrite.c Log: Various tweaks to eliminate pointer-int casting warnings on 64-bit cpus like the

cvs commit: apache/src CHANGES httpd.h

1997-07-22 Thread Alexei Kosut
akosut 97/07/22 17:06:08 Modified:. README src CHANGES httpd.h Log: Prep for 1.3a1 Revision ChangesPath 1.10 +5 -1 apache/README Index: README === RCS file:

cvs commit: apache/src CHANGES

1997-07-21 Thread Jim Jagielski
jim 97/07/21 12:40:16 Modified:src CHANGES Log: Note addition of TestLib in CHANGES. Also note PR# for the IRIX N32 stuff. Revision ChangesPath 1.359 +4 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES mod_include.c

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 11:24:28 Modified:src Tag: APACHE_1_2_X CHANGES mod_include.c Log: fixup of mod_include logging Reviewed by: Jim Jagielski, Dean Gaudet Submitted by: Marc Slemko PR: 797 Revision ChangesPath No revision

cvs commit: apache/src CHANGES

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 11:39:45 Modified:src Tag: APACHE_1_2_X CHANGES Log: Note the fixes for PR#813, 814. Revision ChangesPath No revision No revision 1.286.2.31 +4 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 16:45:46 Modified:src CHANGES Log: Note the initgroups change for QNX. Revision ChangesPath 1.356 +3 -0 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES Configure

1997-07-19 Thread Dean Gaudet
dgaudet 97/07/19 02:34:34 Modified:src CHANGES Configure Log: PR#846: swap order of -lsocks and -lresolv for solaris Submitted by: Darren O'Shaughnessy [EMAIL PROTECTED] Revision ChangesPath 1.348 +3 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES mod_imap.c

1997-07-19 Thread Dean Gaudet
dgaudet 97/07/19 02:48:06 Modified:src CHANGES mod_imap.c Log: PR#807: Support frontpage image map syntax. Submitted by: Chris O'Byrne [EMAIL PROTECTED] Reviewed by: Dean Gaudet Revision ChangesPath 1.349 +4 -0 apache/src/CHANGES Index:

cvs commit: apache/src CHANGES httpd.h

1997-07-19 Thread Roy Fielding
fielding97/07/19 12:42:19 Modified:src CHANGES httpd.h Log: Introduced APACHE_RELEASE numeric symbol, since branching a release makes a date meaningless for feature comparisons. The format is jnnffbb(j = major number, nn = minor, ff = bugfix, bb = beta)

cvs commit: apache/src CHANGES http_core.c http_protocol.c http_protocol.h http_request.c

1997-07-19 Thread Roy Fielding
fielding97/07/19 13:17:45 Modified:src Tag: APACHE_1_2_X CHANGES http_core.c http_protocol.c http_protocol.h http_request.c Log: In HTTP/1.1, whether or not a request message contains a body is independent of the request method and based solely on

cvs commit: apache/src CHANGES mod_rewrite.c mod_rewrite.h

1997-07-18 Thread Ralf S. Engelschall
rse 97/07/18 02:48:09 Modified:src CHANGES mod_rewrite.c mod_rewrite.h Log: mod_rewrite gifting procedure, step 2: - remove the copyright - cleanup: remove the Apache 1.2.1 related #ifdefs - updated the CHANGES file for recent updates Revision ChangesPath

cvs commit: apache/src CHANGES Configure

1997-07-16 Thread Rodent of Unusual Size
coar97/07/16 05:25:36 Modified:src CHANGES Configure Log: Configure was treating the creation of src/Makefile so specifically that it wasn't propagating options like CC and OPTIM to other Makefiles (such as support/Makefile). Options are now

cvs commit: apache/src CHANGES

1997-07-16 Thread Rodent of Unusual Size
coar97/07/16 16:14:24 Modified:src CHANGES Log: Oops; forgot to update CHANGES for the mod_include XSSI string relop extensions. PR: 41 Submitted by: Bruno Wolff III [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Ken Coar, Paul Sutton, Brian

cvs commit: apache/src CHANGES

1997-07-16 Thread Dean Gaudet
dgaudet 97/07/16 22:13:28 Modified:src CHANGES Log: Forgot to note the addition of is_initial_request. Revision ChangesPath 1.340 +4 -0 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES

1997-07-16 Thread Dean Gaudet
dgaudet 97/07/16 22:17:10 Modified:src CHANGES Log: s#is_initial_request#is_initial_req# Revision ChangesPath 1.341 +1 -1 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES mod_autoindex.c

1997-07-15 Thread Rodent of Unusual Size
coar97/07/15 08:51:12 Modified:src CHANGES mod_autoindex.c Log: Add IndexOptions SuppressHTMLPreamble, which tells the module *not* to generate the HTML, HEAD, and so IFF there's an header file in the directory. Submitted by: [EMAIL PROTECTED]

cvs commit: apache/src CHANGES

1997-07-15 Thread Roy Fielding
fielding97/07/15 09:08:33 Modified:src CHANGES Log: Fix attribution (it was Andrey's idea, but the code was mine) Revision ChangesPath 1.337 +1 -1 apache/src/CHANGES Index: CHANGES ===

cvs commit: apache/src CHANGES http_protocol.c

1997-07-14 Thread Roy Fielding
fielding97/07/14 01:50:28 Modified:src CHANGES http_protocol.c Log: A very large one-line change. If finalize_request_protocol were to be mistakenly called twice, it would send two chunked terminators. To prevent that, we just needed to clear r-chunked at the same time

cvs commit: apache/src CHANGES alloc.c buff.h http_protocol.c http_protocol.h mod_cgi.c util_script.c util_script.h

1997-07-14 Thread Roy Fielding
fielding97/07/14 04:29:00 Modified:src CHANGES alloc.c buff.h http_protocol.c http_protocol.h mod_cgi.c util_script.c util_script.h Log: Removed Make cgi unbuffered changes of 1997/07/06 Revision ChangesPath 1.335

cvs commit: apache/src CHANGES

1997-07-10 Thread Jim Jagielski
jim 97/07/10 09:17:45 Modified:src CHANGES Log: Forgot one Revision ChangesPath 1.331 +3 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/src/CHANGES,v

cvs commit: apache/src CHANGES

1997-07-09 Thread Dean Gaudet
dgaudet 97/07/09 15:44:44 Modified:src CHANGES Log: Expand note about mod_autoindex. Revision ChangesPath 1.330 +7 -1 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES alloc.c alloc.h mod_dir.c mod_negotiation.c

1997-07-08 Thread Dean Gaudet
dgaudet 97/07/07 23:32:37 Modified:src CHANGES alloc.c alloc.h mod_dir.c mod_negotiation.c Log: PR#525: there are unprotected opendir/closedir calls in mod_dir.c and mod_negotiation.c. Add popendir/pclosedir to deal with them. Revision Changes

cvs commit: apache/src CHANGES Configuration.tmpl mod_autoindex.c mod_dir.c

1997-07-08 Thread Dean Gaudet
dgaudet 97/07/08 12:50:49 Modified:htdocs/manual/mod directives.html index.html mod_autoindex.html mod_dir.html src CHANGES Configuration.tmpl mod_autoindex.c mod_dir.c Log: Automatic indexes moved from mod_dir

cvs commit: apache/src CHANGES PORTING conf.h http_main.c http_main.h http_request.c mod_status.c mod_usertrack.c scoreboard.h

1997-07-07 Thread Jim Jagielski
jim 97/07/07 07:34:34 Modified:src CHANGES PORTING conf.h http_main.c http_main.h http_request.c mod_status.c mod_usertrack.c scoreboard.h Log: Determine and display the time required to process a request for the status

cvs commit: apache/src CHANGES http_config.c http_config.h http_core.c http_request.c

1997-07-07 Thread Dean Gaudet
dgaudet 97/07/07 19:04:48 Modified:htdocs/manual new_features_1_3.html htdocs/manual/mod core.html src CHANGES http_config.c http_config.h http_core.c http_request.c Log: The AccessFileName directive can now take more

cvs commit: apache/src CHANGES http_core.c mod_alias.c

1997-07-07 Thread Alexei Kosut
akosut 97/07/07 21:45:31 Modified:htdocs/manual new_features_1_3.html htdocs/manual/mod core.html directives.html mod_alias.html src CHANGES http_core.c mod_alias.c Log: Enable regex support in mod_alias with AliasMatch, ScriptAliasMatch and

cvs commit: apache/src CHANGES

1997-07-01 Thread Dean Gaudet
dgaudet 97/06/30 23:32:51 Modified:src CHANGES Log: The HostnameLookups off change is only in 1.3. Revision ChangesPath 1.319 +4 -4 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES

1997-06-30 Thread Dean Gaudet
dgaudet 97/06/30 13:30:53 Modified:src CHANGES Log: Forgot them CHANGES. Revision ChangesPath 1.312 +4 -0 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES http_main.c http_main.h httpd.h

1997-06-30 Thread Dean Gaudet
dgaudet 97/06/30 14:10:05 Modified:src CHANGES http_main.c http_main.h httpd.h Log: Unix scoreboard management revamp/cleanup. Including a tweaked put_scoreboard_info from Harrie Hazewinkel's SNMP patch. Fix starvation problem with multiple Listens and a busy socket.

cvs commit: apache/src CHANGES Configuration.tmpl Configure INSTALL Makefile.tmpl PORTING

1997-06-30 Thread Dean Gaudet
dgaudet 97/06/30 14:42:34 Modified:htdocs/manual install.html htdocs/manual/misc FAQ.html known_bugs.html htdocs/manual/mod mod_proxy.html src CHANGES Configuration.tmpl Configure INSTALL Makefile.tmpl

cvs commit: apache/src CHANGES http_core.c http_request.c httpd.h mod_negotiation.c util.c

1997-06-30 Thread Dean Gaudet
dgaudet 97/06/30 15:50:45 Modified:src CHANGES http_core.c http_request.c httpd.h mod_negotiation.c util.c Log: directory_walk() is an expensive function, keep a little more state to avoid needless string counting. Add two new functions

cvs commit: apache/src CHANGES http_protocol.c http_request.c httpd.h

1997-06-30 Thread Dean Gaudet
dgaudet 97/06/30 18:13:45 Modified:src CHANGES http_protocol.c http_request.c httpd.h Log: Added begun_read_body to request_rec so that subreqs and internal redirects won't try to read the request body twice. Submitted by: Roy Fielding Reviewed by: Alexei Kosut, Dean

cvs commit: apache/src CHANGES http_protocol.c http_request.c httpd.h

1997-06-30 Thread Dean Gaudet
dgaudet 97/06/30 18:37:12 Modified:src Tag: APACHE_1_2_X CHANGES http_protocol.c http_request.c httpd.h Log: Added begun_read_body to request_rec so that subreqs and internal redirects won't try to read the request body twice. Submitted by: Roy

cvs commit: apache/src CHANGES

1997-06-29 Thread Dean Gaudet
dgaudet 97/06/29 11:15:25 Modified:src Tag: APACHE_1_2_X CHANGES Log: Correct speeling of Jim's name. Revision ChangesPath No revision No revision 1.286.2.19 +4 -4 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES

1997-06-29 Thread Dean Gaudet
dgaudet 97/06/29 11:22:39 Modified:src CHANGES Log: Merge up CHANGES from 1.2.1. Revision ChangesPath 1.307 +11 -3 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES http_bprintf.c

1997-06-29 Thread Marc Slemko
marc97/06/29 16:54:52 Modified:src CHANGES http_bprintf.c Log: Workaround AIX 3.x compiler bug. PR: 725 Reviewed by: Dean Gaudet, Jim Jagielski Revision ChangesPath 1.309 +3 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES http_bprintf.c

1997-06-29 Thread Marc Slemko
marc97/06/29 17:02:02 Modified:src Tag: APACHE_1_2_X CHANGES http_bprintf.c Log: Workaround AIX 3.x compiler bug. PR: 725 Reviewed by: Dean Gaudet, Jim Jagielski Revision ChangesPath No revision No revision

cvs commit: apache/src CHANGES mod_auth_dbm.c

1997-06-29 Thread Dean Gaudet
dgaudet 97/06/29 18:28:30 Modified:src CHANGES mod_auth_dbm.c Log: PR#444: tweak to allow people to use netscape dbm files, enabled if NETSCAPE_DBM_COMPAT defined. Why not make it easy for people to upgrade from netscape? Submitted by: Alexander Spohr [EMAIL

cvs commit: apache/src CHANGES mod_userdir.c

1997-06-29 Thread Rodent of Unusual Size
coar97/06/29 18:32:25 Modified:src CHANGES mod_userdir.c Log: Added ability to selectively enable/disable usernames for UserDir translation. Reviewed by: Randy Terbush, Marc Slemko, Dean Gaudet Revision ChangesPath 1.311 +5 -0

cvs commit: apache/src CHANGES

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 12:53:03 Modified:src CHANGES Log: Update the 1.2.1 changes. Revision ChangesPath 1.298 +46 -43apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES mod_auth.c

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 12:55:18 Modified:src CHANGES mod_auth.c Log: Deal with extra : delimited fields. Reviewed by: Dean, Brian Submitted by: Marc Revision ChangesPath 1.299 +2 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES http_core.c

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 13:10:14 Modified:src CHANGES http_core.c Log: -DBIG_SECURITY_HOLE now required to run apache as root. Revision ChangesPath 1.300 +4 -1 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES alloc.c alloc.h

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 13:24:29 Modified:src CHANGES alloc.c alloc.h Log: Add kill_only_once option for free_proc_chain to avoid the SIGKILL. Submitted by: Stanley Gambarin [EMAIL PROTECTED] Revision ChangesPath 1.301 +4 -0 apache/src/CHANGES Index:

cvs commit: apache/src CHANGES mod_expires.c

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 14:45:10 Modified:src CHANGES mod_expires.c Log: Issue cache-control: max-age headers, and optimize the handler. Submitted by: Rob Hartill Reviewed by: Dean Gaudet Revision ChangesPath 1.302 +11 -7 apache/src/CHANGES Index:

cvs commit: apache/src CHANGES http_core.c

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 15:00:18 Modified:src Tag: APACHE_1_2_X CHANGES http_core.c Log: Whack people upside the head if they try to run apache as root. Revision ChangesPath No revision No revision 1.286.2.15 +4 -1

cvs commit: apache/src CHANGES mod_include.c

1997-06-28 Thread Dean Gaudet
dgaudet 97/06/28 15:01:44 Modified:src Tag: APACHE_1_2_X CHANGES mod_include.c Log: PR#644: mod_include trampled on r-args when it shouldn't Revision ChangesPath No revision No revision 1.286.2.16 +3 -0

cvs commit: apache/src CHANGES http_main.c mod_status.c scoreboard.h

1997-06-26 Thread Dean Gaudet
dgaudet 97/06/26 18:51:54 Modified:src Tag: APACHE_1_2_X CHANGES http_main.c mod_status.c scoreboard.h Log: PR#566: mod_status dumps core in inetd mode Submitted by: Marc Slemko and Roy Fielding Reviewed by: Marc Slemko, Roy Fielding, Alexei

cvs commit: apache/src CHANGES

1997-06-26 Thread Dean Gaudet
dgaudet 97/06/26 18:56:50 Modified:src Tag: APACHE_1_2_X CHANGES Log: update CHANGES Revision ChangesPath No revision No revision 1.286.2.4 +5 -3 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES Makefile.tmpl

1997-06-26 Thread Dean Gaudet
dgaudet 97/06/26 19:09:17 Modified:src Tag: APACHE_1_2_X CHANGES Makefile.tmpl Log: PR#752: make clean is more aggressive Revision ChangesPath No revision No revision 1.286.2.9 +15 -0 apache/src/CHANGES

cvs commit: apache/src CHANGES mod_negotiation.c

1997-06-26 Thread Dean Gaudet
dgaudet 97/06/26 19:20:21 Modified:src Tag: APACHE_1_2_X CHANGES mod_negotiation.c Log: PR#94: Content negot fails unless each varient has a charset Reviewed by: Dean, Alexei Submitted by: Paul Sutton Revision ChangesPath No revision

cvs commit: apache/src CHANGES mod_rewrite.c mod_rewrite.h

1997-06-26 Thread Dean Gaudet
dgaudet 97/06/26 19:26:35 Modified:src Tag: APACHE_1_2_X CHANGES mod_rewrite.c mod_rewrite.h Log: Update mod_rewrite from 3.0.5 to 3.0.6. Reviewed by: Dean, Alexei Submitted by: Ralf Revision ChangesPath No

cvs commit: apache/src CHANGES mod_cgi.c mod_include.c util_script.c

1997-06-26 Thread Dean Gaudet
dgaudet 97/06/26 19:28:59 Modified:src Tag: APACHE_1_2_X CHANGES mod_cgi.c mod_include.c util_script.c Log: give me useless text not useless errno Reviewed by: Dean, Alexei Submitted by: Marc Revision ChangesPath No

cvs commit: apache/src CHANGES

1997-06-26 Thread Dean Gaudet
dgaudet 97/06/26 20:20:01 Modified:src CHANGES Log: Update CHANGES on head so that it matches same on 1.2 branch. Revision ChangesPath 1.297 +27 -1 apache/src/CHANGES Index: CHANGES ===

cvs commit: apache/src CHANGES mod_dir.c

1997-06-23 Thread Rodent of Unusual Size
coar97/06/23 04:36:58 Modified:src CHANGES mod_dir.c Log: Add IconHeight and IconWidth to mod_dir's IndexOptions directive. These allow the specification of HEIGHT and WIDTH attributes in the IMG tags emitted when FancyIndexing is enabled.

cvs commit: apache/src CHANGES PORTING alloc.c conf.h http_main.c httpd.h util.c

1997-06-23 Thread Dean Gaudet
dgaudet 97/06/23 16:56:22 Modified:src CHANGES PORTING alloc.c conf.h http_main.c httpd.h util.c Log: Create fd slack to keep enough low numbered descriptors open for per request data. Reviewed by: Marc, Jim Revision ChangesPath

cvs commit: apache/src CHANGES util.c

1997-06-23 Thread Dean Gaudet
dgaudet 97/06/23 17:11:12 Modified:src Tag: APACHE_1_2_X CHANGES util.c Log: Fix an off-by-1 bug in pregsub(). Reviewed by: Randy, Ralf Submitted by: Alexei Revision ChangesPath No revision No revision

cvs commit: apache/src CHANGES http_main.c mod_status.c scoreboard.h

1997-06-23 Thread Dean Gaudet
dgaudet 97/06/23 17:32:35 Modified:src CHANGES http_main.c mod_status.c scoreboard.h Log: PR#566: mod_status dumps core in inetd mode Submitted by: Marc Slemko and Roy Fielding Reviewed by: Marc Slemko, Roy Fielding, Alexei Kosut Revision ChangesPath 1.290

cvs commit: apache/src CHANGES

1997-06-23 Thread Dean Gaudet
dgaudet 97/06/23 17:47:19 Modified:src CHANGES Log: Oops forgot to update CHANGES. Revision ChangesPath 1.291 +4 -2 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES

1997-06-23 Thread Dean Gaudet
dgaudet 97/06/23 17:59:02 Modified:src/helpers GuessOS src CHANGES Log: PR#399: Update Convex support for 11.5 Submitted by: David DeSimone [EMAIL PROTECTED] Revision ChangesPath 1.21 +1 -1 apache/src/helpers/GuessOS Index:

cvs commit: apache/src CHANGES http_request.c mod_cern_meta.c mod_dir.c mod_negotiation.c

1997-06-23 Thread Dean Gaudet
dgaudet 97/06/23 20:03:53 Modified:src CHANGES http_request.c mod_cern_meta.c mod_dir.c mod_negotiation.c Log: Fix a few security problems. Avoid problems with pipes, sockets, etc. in the filesystem. Use sub_req_lookup_file for various functions

cvs commit: apache/src CHANGES

1997-06-16 Thread Ben Laurie
ben 97/06/15 23:06:23 Modified:src CHANGES Log: Kick off the 1.3 changes with the NT port. Revision ChangesPath 1.287 +4 -0 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES

1997-06-05 Thread Roy Fielding
fielding97/06/05 02:32:47 Modified:src CHANGES Log: Filling gaps is a pain in the ass when the mailing list hits 1000/month. Revision ChangesPath 1.286 +19 -1 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES

1997-05-30 Thread Chuck Murcko
chuck 97/05/30 13:56:38 Modified:src CHANGES Log: Submitted by: Jozsef Hollosi [EMAIL PROTECTED] Fixup for PR#624 patch. No leak, no malloc(). Updated CHANGES. Revision ChangesPath 1.285 +2 -0 apache/src/CHANGES Index: CHANGES

  1   2   3   >