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

2000-02-23 Thread jim
jim 00/02/23 04:44:57 Modified:src CHANGES src/include ap_config.h src/main util.c Log: Are we ready ?? Revision ChangesPath 1.1515+3 -2 apache-1.3/src/CHANGES Index: CHANGES

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

2000-02-23 Thread Martin Kraemer
On Wed, Feb 23, 2000 at 12:44:57PM -, [EMAIL PROTECTED] wrote: Log: Are we ready ?? +1 martin -- [EMAIL PROTECTED] | Fujitsu Siemens Fon: +49-89-636-46021, FAX: +49-89-636-41143 | 81730 Munich, Germany

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

2000-02-20 Thread jim
jim 00/02/20 07:05:01 Modified:.STATUS src CHANGES src/main util.c Log: The 't' option is only valid and needed for OS/2. PR:5760 Submitted by: Ian Turner [EMAIL PROTECTED] Reviewed by: Jim Jagielski Revision Changes

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

2000-01-12 Thread marc
marc00/01/12 12:58:00 Modified:src/main util.c Log: Fixup sizing of a string to be more intuitive and consistent. The only functional change that this introduces is to bump down the maximum hostname length by one, to what it should be. Submitted by: Theo de Raadt

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

1999-12-01 Thread martin
martin 99/12/01 12:55:08 Modified:src CHANGES src/main util.c Log: EBCDIC: Escaped characters in c2x() were encoding the EBCDIC representation of the special characters, not the latin1 representation. This would result in invalid URI references for, e.g.,

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

1999-09-18 Thread bjh
bjh 99/09/18 03:57:08 Modified:src/main util.c Log: Configuration files are text files so open them in text mode. Some OS/2 (and probably DOS Windows) text editors like to put Ctrl-Z EOF markers at the end of the files they edit. Opening the config files in text mode

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

1999-07-19 Thread bjh
bjh 99/07/19 02:48:28 Modified:src/include httpd.h src/main util.c util_script.c Log: OS/2: Fix spawning of CGI scripts to use appropriate type of command line escapes for OS/2's cmd.exe. Revision ChangesPath 1.285 +1 -0

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

1999-06-18 Thread Ben Laurie
[EMAIL PROTECTED] wrote: coar99/06/17 15:58:17 Modified:src/main util.c Log: Cosmetic; style fix and a nit: I object to the implicit assumption that NULL == 0, regardless of its validity. That wasn't the assumption, implicit or otherwise. The assumption

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

1999-06-17 Thread marc
marc99/06/16 23:03:21 Modified:src/main util.c Log: Fix bug in ap_field_noparam() that resulted in SEGVs when used with content types that don't have a ';' in them. Revision ChangesPath 1.164 +4 -2 apache-1.3/src/main/util.c Index: util.c

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

1999-06-17 Thread coar
coar99/06/17 15:58:17 Modified:src/main util.c Log: Cosmetic; style fix and a nit: I object to the implicit assumption that NULL == 0, regardless of its validity. Revision ChangesPath 1.165 +3 -2 apache-1.3/src/main/util.c Index: util.c

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

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

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

1999-04-17 Thread coar
coar99/04/17 09:09:26 Modified:src/main util.c Log: Fix an oversight in the string-termination procesing. Submitted by: Ken Parzygnat [EMAIL PROTECTED] Reviewed by: Bill Stoddard Revision ChangesPath 1.158 +4 -0 apache-1.3/src/main/util.c

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

1999-04-17 Thread martin
martin 99/04/17 15:08:00 Modified:src/main util.c Log: Fix EBCDIC branch of ap_uudecode() which was broken by last commit. Revision ChangesPath 1.159 +4 -0 apache-1.3/src/main/util.c Index: util.c

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

1999-04-11 Thread ronald
ronald 99/04/10 16:21:23 Modified:src CHANGES src/main util.c Log: ap_uuencode was not allocating space for terminating '\0' ap_uudecode was running past the beginning of the buffer for empty input strings, and past the end of the buffer for certain

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

1999-03-10 Thread rse
rse 99/03/10 04:11:57 Modified:src CHANGES src/main util.c Log: Fix a bug in the calculation of the buffer size for the line continuation facility in Apache's configuration files which could lead to a buffer overflow situation. Submitted by: Thomas

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

1999-01-21 Thread coar
coar99/01/21 11:17:09 Modified:src CHANGES src/main util.c Log: Oops; some inadequate counter advancement.. Submitted by: Rick Perry [EMAIL PROTECTED] Reviewed by: Ken Coar Revision ChangesPath 1.1221+3 -0

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

1998-11-10 Thread fielding
fielding98/11/09 19:45:06 Modified:conf mime.types src/main util.c Log: Relive history through legacy comments. Woohoo! Revision ChangesPath 1.21 +2 -0 apache-1.3/conf/mime.types Index: mime.types

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

1998-10-24 Thread coar
coar98/10/24 08:10:49 Modified:src/main util.c Log: Add the *Config nul processing for OS/2 as requested by Brian Havard. Revision ChangesPath 1.137 +2 -2 apache-1.3/src/main/util.c Index: util.c

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

1998-10-10 Thread fielding
fielding98/10/09 17:40:08 Modified:src CHANGES src/main util.c Log: Minor performance improvement to ap_escape_html(), since we already calculate the string length. It occurs to me that we could do a lot better by having a separate interface for just

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

1998-09-06 Thread marc
marc98/09/06 13:03:36 Modified:src/main util.c Log: fix typo hidden behind DEFINE. PR: 2945 Submitted by: Larry Lipsmeyer [EMAIL PROTECTED] Revision ChangesPath 1.132 +2 -1 apache-1.3/src/main/util.c Index: util.c

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

1998-08-06 Thread martin
martin 98/08/05 17:10:39 Modified:src CHANGES src/main util.c Log: The recent changes which avoid whitespace compression in config lines failed to remove leading whitespace, so it became impossible to indent the block constructs. Fixed. Revision

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

1998-08-06 Thread coar
coar98/08/05 18:09:31 Modified:src/main util.c Log: There's no point in going further back than the starting point we just reset.. Revision ChangesPath 1.129 +1 -1 apache-1.3/src/main/util.c Index: util.c

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

1998-08-06 Thread dougm
dougm 98/08/06 12:13:55 Modified:src CHANGES src/include httpd.h src/main util.c Log: API: new ap_uuencode() function Reviewed by: Ralf, Dean Revision ChangesPath 1.1007+2 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-08-05 Thread coar
coar98/08/04 18:36:42 Modified:src CHANGES src/main util.c Log: ap_cfg_getline() was wont to remove leading and trailing whitespace and compressing multiple tabs and spaces to a single space. The former two are fine, but the last really

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

1998-07-28 Thread dgaudet
dgaudet 98/07/28 10:07:16 Modified:src CHANGES src/helpers GuessOS src/main util.c Log: NEC EWS4800 port Submitted by: MATSUURA Takanori / [iso-2022-jp] ^[$B1:9'HO^[(B [EMAIL PROTECTED] Revision ChangesPath 1.991 +3 -0

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

1998-06-19 Thread coar
coar98/06/19 14:02:44 Modified:src CHANGES src/ap Makefile.tmpl src/include ap.h httpd.h src/main util.c Removed: src/ap ap_strings.c Log: Move ap_escape_quotes(), with its use of pools, out of libap.

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

1998-06-01 Thread jim
jim 98/06/01 11:20:31 Modified:src/main util.c Log: WIN32/NT uses 'nul' as it's universal '/dev/null' file, so we should special-case that for valid config-file device files Revision ChangesPath 1.118 +7 -3 apache-1.3/src/main/util.c Index: util.c

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

1998-05-28 Thread dgaudet
dgaudet 98/05/28 12:57:12 Modified:src/include httpd.h src/main util.c Log: poolfile_t is a private implementation detail, don't put it in a public structure. Revision ChangesPath 1.217 +0 -6 apache-1.3/src/include/httpd.h Index: httpd.h

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

1998-05-09 Thread jim
jim 98/05/09 07:27:27 Modified:.STATUS src CHANGES src/include httpd.h src/main util.c Log: Submitted by: Jim Jagielski Reviewed by: Dean Gaudet, Martin Kraemer, Brian Behlendorf Disallow non-/dev/null device files

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

1998-05-06 Thread dgaudet
dgaudet 98/05/06 12:47:09 Modified:src/main util.c Log: fix a -Wshadow warning fix an off-by-1 error and fix the indentation Revision ChangesPath 1.114 +27 -27apache-1.3/src/main/util.c Index: util.c

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/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/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.c

1998-03-14 Thread ben
ben 98/03/14 13:06:38 Modified:src/main util.c Log: Fix warnings. Revision ChangesPath 1.102 +2 -2 apache-1.3/src/main/util.c Index: util.c === RCS file:

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

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

1998-03-14 Thread Ben Laurie
[EMAIL PROTECTED] wrote: 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. Nope, this gives

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

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

1998-03-01 Thread dgaudet
dgaudet 98/02/28 16:19:36 Modified:src CHANGES src/main util.c Log: Wow this is an ancient bug... \\ didn't do what it was supposed to do. Fixing this means that regexes using \\ will break suddenly because they need to become ... I dunno what to do

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

1998-01-31 Thread martin
martin 98/01/31 15:55:42 Modified:src/main util.c Log: For CRLF delimited lines, the line numbering would count incorrect. PR: related tpo #1671 Revision ChangesPath 1.91 +2 -1 apache-1.3/src/main/util.c Index: util.c