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

2000-02-08 Thread fielding
fielding00/02/07 16:34:44 Modified:src/main http_protocol.c src/modules/proxy proxy_util.c Log: Fix a few more cases where we were not properly html_escaping text for error-notes that came from the untrusted client request. Revision ChangesPath 1.288

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

1999-02-16 Thread martin
martin 99/02/16 06:29:53 Modified:.STATUS src CHANGES src/main http_protocol.c src/modules/proxy proxy_util.c Log: Allow apache acting as a proxy server to relay the real reason of a failure to a client rather than the

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

1999-02-07 Thread martin
martin 99/02/07 12:37:27 Modified:src/modules/proxy proxy_util.c Log: Minor 'beautification' (adding comments) Revision ChangesPath 1.75 +27 -29apache-1.3/src/modules/proxy/proxy_util.c Index: proxy_util.c

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

1998-12-28 Thread martin
martin 98/12/28 04:59:31 Modified:src CHANGES src/modules/proxy proxy_util.c Log: RFC2396 allows the syntax http://host:/path (with no port number) but the proxy disallowed it (ap_proxy_canon_netloc()). PR:3530 Submitted by: David Kristol [EMAIL

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

1998-12-24 Thread coar
coar98/12/24 10:07:40 Modified:src CHANGES src/modules/proxy proxy_util.c Log: Add Brian's extension of case-insensitive testing to a broader test than just WIN32. Submitted by: Brian Havard [EMAIL PROTECTED] Reviewed by: Fred Sanches,

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

1998-10-09 Thread fielding
fielding98/10/09 09:47:55 Modified:src CHANGES src/modules/proxy proxy_util.c Log: Fixed a segmentation violation in mod_proxy when a response is non-cachable. PR: 2950 Revision ChangesPath 1.1105+5 -0 apache-1.3/src/CHANGES Index:

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

1998-05-05 Thread jim
jim 98/05/04 19:57:34 Modified:.STATUS src CHANGES src/modules/proxy proxy_util.c Log: Submitted by: Jim Jagielski Reviewed by: Brian Behlendorf Fix off-by-one error in ap_proxy_date_canon() when we check to see if 'x' is at

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

1998-04-01 Thread martin
martin 98/04/01 05:55:31 Modified:src/modules/proxy proxy_util.c Log: A request like http://user:[EMAIL PROTECTED]/path would be rejected by the proxy_canon_netloc() routine if the caller (proxy_fixup in this case) would not be interested in the username/password. In this

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

1998-03-30 Thread brian
brian 98/03/29 20:17:37 Modified:src/modules/proxy proxy_util.c Log: PR: 1326, 1573, 1942 Submitted by: [EMAIL PROTECTED] (Rainer Scherg RTC) Reviewed by: [EMAIL PROTECTED] (Lukas Karrer), Brian Behlendorf Fix for CONNECT problems in proxy. Revision ChangesPath

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

1998-03-25 Thread martin
martin 98/03/25 07:12:07 Modified:src/modules/proxy proxy_util.c Log: Hex conversion for EBCDIC hosts added Revision ChangesPath 1.53 +12 -0 apache-1.3/src/modules/proxy/proxy_util.c Index: proxy_util.c

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

1998-03-21 Thread marc
marc98/03/20 21:32:20 Modified:src CHANGES src/modules/proxy proxy_util.c Log: The filenames were 4 chars short because during the change from 22 -- 26 chars to accomodate the fact that the fs isn't case sensitive, one change was missed. PR: 1890

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/modules/proxy proxy_util.c

1998-02-27 Thread martin
martin 98/02/27 02:10:24 Modified:src/modules/proxy proxy_util.c Log: I forgot to change all occurrences of CRLF Revision ChangesPath 1.43 +3 -3 apache-1.3/src/modules/proxy/proxy_util.c Index: proxy_util.c