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_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 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 http_request.c mod_cookies.c

1997-01-13 Thread Randy Terbush
randy 97/01/13 20:10:43 Branch: src RELEASE_1_1_X Modified:src CHANGES http_request.c mod_cookies.c Log: *) Fix a problem introduced by the directory index patch that breaks CGI with PATH_INFO arguments. *) Remove const in storage type

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

1997-01-12 Thread Randy Terbush
randy 97/01/12 12:01:23 Modified:src CHANGES http_request.c mod_dir.c Log: Properly check errno to prevent display of a directory index when server receives a long enough URL to confuse stat(). Reviewed by: Randy Terbush, Marc Slemko Submitted by: Marc Slemko

cvs commit: apache/src CHANGES http_request.c

1996-12-24 Thread Randy Terbush
randy 96/12/24 10:06:17 Modified:src CHANGES http_request.c Log: Collapse multiple slashes in path URLs to properly apply handlers defined by Location. Reviewed by: Rob Hart[h]ill, Randy Terbush Submitted by: Alexei Kosut Revision ChangesPath 1.92 +3