cvs commit: apache-1.3/src/os/win32 util_win32.c

1999-02-18 Thread pcs
pcs 99/02/18 03:07:15 Modified:src/os/win32 util_win32.c Log: The code to reject bad filenames was also rejecting filenames containing characters in the range 0x80 to 0xff. This was preventing access to files containing non-ASCII characters, such as accented characters.

cvs commit: apache-1.3/src/os/win32 util_win32.c

1999-01-30 Thread pcs
pcs 99/01/30 11:19:25 Modified:src CHANGES src/os/win32 util_win32.c Log: Win32: The filename validity checker now allows COM but refuses access to COM1 through COM4. This allows filenames such as com.name to be served. If was supposed to work like this

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-11-06 Thread stoddard
stoddard98/11/06 06:25:59 Modified:src/os/win32 util_win32.c Log: Fix Win32 compile break in os_strftime patch. Revision ChangesPath 1.30 +1 -1 apache-1.3/src/os/win32/util_win32.c Index: util_win32.c

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-11-05 Thread coar
coar98/11/05 12:07:53 Modified:src CHANGES src/include httpd.h src/main http_request.c src/os/win32 util_win32.c Log: Simplify the Win32 os_demoniacal_fil.. er, os_canonical_filename() routine so that it's a bit

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-10-01 Thread coar
coar98/09/30 21:52:33 Modified:src/main http_core.c src/os/win32 util_win32.c Log: ap_os_canonical_filename was not treating 'x:/' correctly. The '/' was being stripped, then we'd call GetFullPathName which would take 'x:' and change it to

Re: cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-09-05 Thread Ben Laurie
[EMAIL PROTECTED] wrote: - if(nSlashes == 3) /* then we need to add one more to get \\machine\share\ */ + /* then we need to add one more to get \\machine\share\ */ + if(nSlashes == 3) OK, this is a bit of a quibble, but... it seems to me that moving the comment to before

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-09-04 Thread coar
coar98/09/04 13:17:47 Modified:src/os/win32 util_win32.c Log: Fix Win32 problems with Files .htaccess, Directory /, and Directory .. PR: 2915, 2953 Submitted by: Ken Parzygnat [EMAIL PROTECTED] Reviewed by: Ken Coar Revision Changes

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-09-04 Thread coar
coar98/09/04 13:30:57 Modified:src/os/win32 util_win32.c Log: Just some cosmetic cleanup, fixing some loong lines. Revision ChangesPath 1.24 +27 -20apache-1.3/src/os/win32/util_win32.c Index: util_win32.c

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-09-04 Thread coar
coar98/09/04 14:20:42 Modified:src/os/win32 util_win32.c Log: A rash of stylistic cleanup. (Good thing Dean doesn't do Win32 ;-) Revision ChangesPath 1.25 +104 -81 apache-1.3/src/os/win32/util_win32.c Index: util_win32.c

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-07-13 Thread marc
marc98/07/12 20:02:16 Modified:src/os/win32 util_win32.c Log: Give a proper error message in os_stat if we get something that doesn't have a drive letter and isn't UNC instead of dumping with a very unrewarding ap_assert(). Revision ChangesPath 1.21 +10 -1

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-07-13 Thread marc
marc98/07/13 00:06:17 Modified:src/os/win32 util_win32.c Log: Add some comments and error checking code to avoid wild memcpy. This doesn't fix any of the code, just makes it hurt less. Major bogosity here. Revision ChangesPath 1.22 +9 -5

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-06-30 Thread ben
ben 98/06/29 16:14:20 Modified:src/os/win32 util_win32.c Log: Yet more PATH_INFO fixes. Revision ChangesPath 1.19 +8 -5 apache-1.3/src/os/win32/util_win32.c Index: util_win32.c === RCS

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-06-27 Thread ben
ben 98/06/27 10:24:12 Modified:src CHANGES src/os/win32 util_win32.c Log: Eliminate problems with mutiple and trailing slashes. Also deal with trailing .s. Revision ChangesPath 1.934 +7 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-05-02 Thread ben
ben 98/05/02 11:44:07 Modified:src CHANGES src/main http_request.c src/os/win32 util_win32.c Log: Make roots of filesystems work on Win32 PR: 1558 Revision ChangesPath 1.807 +3 -0 apache-1.3/src/CHANGES Index:

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-03-03 Thread ben
ben 98/03/03 13:16:50 Modified:src CHANGES src/os/win32 util_win32.c Log: Move (and document) the trailing / fix. Revision ChangesPath 1.679 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-03-03 Thread ben
ben 98/03/03 14:02:32 Modified:src/os/win32 util_win32.c Log: Wake up and fix the damn thing properly. Revision ChangesPath 1.11 +1 -5 apache-1.3/src/os/win32/util_win32.c Index: util_win32.c

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-03-02 Thread pcs
pcs 98/03/02 02:57:59 Modified:src CHANGES src/os/win32 util_win32.c Log: Revert patch which fixed PR#1712 but broken the #! method of specifying an interpreter for a script. PR#1712 will be reopened. Revision ChangesPath 1.677 +0 -4

cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-02-08 Thread ben
ben 98/02/08 10:50:52 Modified:src CHANGES src/os/win32 util_win32.c Log: Support extensionless CGIs. Submitted by: Sam Robb [EMAIL PROTECTED] Revision ChangesPath 1.622 +4 -0 apache-1.3/src/CHANGES Index: CHANGES