cvs commit: apache/src util.c

1998-01-05 Thread marc
marc98/01/05 12:57:25 Modified:src Tag: APACHE_1_2_X util.c Log: Ensure that the buffer returned by ht_time is always properly null terminated. Reviewed by: Martin Kraemer, Mark J Cox, Dean Gaudet, Randy Terbush Revision ChangesPath No r

cvs commit: apache/src util.c

1998-01-05 Thread marc
marc98/01/05 12:56:29 Modified:src Tag: APACHE_1_2_X util.c Log: Eliminate (content sensitive) buffer overflow in cfg_getline. I have tested it and this hole is exploitable. Reviewed by: Martin Kraemer, Mark J Cox, Dean Gaudet, Randy Terbush Revision Changes

cvs commit: apache/src util.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:07:21 Modified:src util.c Log: chdir_file takes a const char *. It shouldn't modify its argument. Revision ChangesPath 1.66 +14 -7 apache/src/util.c Index: util.c ==

cvs commit: apache/src util.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:27:01 Modified:src util.c Log: Fix VC++ warnings Revision ChangesPath 1.58 +6 -5 apache/src/util.c Index: util.c === RCS file: /export/home/cvs/apache/src/util.c,v

cvs commit: apache/src util.c

1997-06-23 Thread Dean Gaudet
dgaudet 97/06/23 17:39:20 Modified:src util.c Log: ap_slack: don't try to dup if the fd is already above the line Revision ChangesPath 1.56 +4 -1 apache/src/util.c Index: util.c === R

cvs commit: apache/src util.c

1997-06-22 Thread Alexei Kosut
akosut 97/06/22 13:35:27 Modified:src util.c Log: Fix pregsub to check the correct value, and not try and substitute matches that didn't occur. Reviewed by: Ralf S. Engelschall, Randy Terbush Revision ChangesPath 1.54 +2 -2 apache/src/util.c I

cvs commit: apache/src util.c

1997-03-05 Thread Jim Jagielski
jim 97/03/05 16:19:55 Modified:src util.c Log: For some reason, MachTen requires this Revision ChangesPath 1.47 +2 -1 apache/src/util.c Index: util.c === RCS file: /export/home/cv

cvs commit: apache/src util.c

1997-02-28 Thread Jim Jagielski
jim 97/02/28 03:51:36 Modified:src util.c Log: Description: Correctly handle Swedish filenames Submitter: [EMAIL PROTECTED] Revision ChangesPath 1.45 +1 -1 apache/src/util.c Index: util.c ===

cvs commit: apache/src util.c

1997-02-27 Thread Marc Slemko
marc97/02/27 19:38:57 Modified:src util.c Log: Missing semicolon. Closes PR#210. Reviewed by: Marc Slemko Submitted by: Steve Barr <[EMAIL PROTECTED]> Revision ChangesPath 1.44 +1 -1 apache/src/util.c Index: util.c =

cvs commit: apache/src util.c httpd.h

1997-02-18 Thread Roy Fielding
fielding97/02/18 08:27:28 Modified:src util.c httpd.h Log: Deleted old, unused code cruft; fixed comment. Submitted by: Marc Slemko Reviewed by: Chuck Murcko, Dean Gaudet, Roy Fielding Revision ChangesPath 1.43 +0 -47 apache/src/util.c Index: ut

cvs commit: apache/src util.c

1997-01-20 Thread Brian Behlendorf
brian 97/01/20 01:36:27 Modified:src util.c Log: Reviewed by: Randy Terbush, Brian Behlendorf Submitted by: Dean Gaudet Subject: warning from irix 6.2 cc cfe: Warning 851: util.c, line 109: constant initializer expression is invalid (refers to automatic variabl

cvs commit: apache/src util.c

1997-01-10 Thread Brian Behlendorf
brian 97/01/10 03:43:09 Modified:src util.c Log: Reviewed by: Brian Behlendorf Submitted by: Martin Zimmerman <[EMAIL PROTECTED]> Removed QNX-specific lines which were causing conflicts. Revision ChangesPath 1.39 +0 -10 apache/src/util.c Inde

cvs commit: apache/src util.c

1996-12-01 Thread Roy Fielding
fielding96/12/01 05:44:23 Modified:src util.c Log: Fixed escape_uri so that it will escape the right set of characters, including all controls, space, and url delimiters. Reviewed by: Randy Terbush, Chuck Murcko Revision ChangesPath 1.33 +3 -2 apache/s

cvs commit: apache/src util.c

1996-11-12 Thread Roy Fielding
fielding96/11/12 10:24:40 Modified:src util.c Log: Fixed test for value of unsigned -1 to be less system-dependent. Revision ChangesPath 1.30 +1 -1 apache/src/util.c Index: util.c ===

cvs commit: apache/src util.c

1996-10-27 Thread Roy Fielding
fielding96/10/27 00:23:22 Modified:src util.c Log: Fixed some comments and removed a redundant include. Revision ChangesPath 1.28 +3 -6 apache/src/util.c Index: util.c === RCS file: /

cvs commit: apache/src util.c

1996-10-19 Thread Ben Laurie
ben 96/10/19 09:08:59 Modified:src util.c Log: cfg_getline returned EOF too early. Fixed. Revision ChangesPath 1.25 +5 -2 apache/src/util.c Index: util.c === RCS file: /export/hom

cvs commit: apache/src util.c

1996-10-18 Thread Ben Laurie
ben 96/10/18 12:22:19 Modified:src util.c Log: Another missing const. Revision ChangesPath 1.24 +2 -2 apache/src/util.c Index: util.c === RCS file: /export/home/cvs/apache/src/uti

cvs commit: apache/src util.c

1996-09-25 Thread Brian Behlendorf
brian 96/09/25 21:16:10 Modified:src util.c Log: Reviewed by: Brian Submitted by: Tom Tromey Fixed response logic which was causing warnings on Irix 6.2, among others. No functionality change, "else" clause was just redundant. Revision ChangesPath 1.20

cvs commit: apache/src util.c

1996-08-19 Thread Ben Laurie
ben 96/08/19 15:58:33 Modified:src util.c Log: Remove strange unused code of unknown provenance. Revision ChangesPath 1.17 +0 -38 apache/src/util.c Index: util.c === RCS file: /exp

cvs commit: apache/src util.c

1996-08-19 Thread Alexei Kosut
akosut 96/08/19 10:54:53 Modified:src util.c Log: Fix backslash-quoting in getword_conf() Reviewed by: Roy T. Fielding, Someone Else (I forget who, exactly) Revision ChangesPath 1.16 +8 -7 apache/src/util.c Index: util.c ==

cvs commit: apache/src util.c

1996-04-19 Thread Ben Laurie
ben 96/04/19 07:16:43 Modified:src util.c Log: Apply security patch described in CIAC Bulletin G-20, which is a copy of IBM Security Vulnerability Alert ERS-SVA-E01-1996:002.2. A newline was not escaped in a shell command, potentially permitting arbitrary commands to