dgaudet 97/06/25 01:15:23
Modified:src mod_cern_meta.c
Log:
Fix a problem caused by the security fix. It has to return DECLINED rather
than FORBIDDEN if the file doesn't exist.
Revision ChangesPath
1.12 +3 -1 apache/src/mod_cern_meta.c
Index: mod_c
brian 96/10/30 15:53:22
Modified:src mod_cern_meta.c
Log:
Reviewed by: Brian Behlendorf
Submitted by: Andrew Wilson
A patch against this mornings 1.2-dev which stops warnings in
mod_cern_meta, which seems to have been left out of the recent round
of constification
brian 96/07/01 12:06:58
Modified:src mod_cern_meta.c
Log:
Reversed changes to mod_cern_meta.c, back to version 0.0.5.
Revision ChangesPath
1.4 +31 -76apache/src/mod_cern_meta.c
Index: mod_cern_meta.c
===
On Sun, 30 Jun 1996, Robert S. Thau wrote:
> Ummm... Brian... isn't this patch a bit *big* for 1.1?
Eek, okay, I deserve that. My defense:
1) It's entirely in one module, mod_cern_meta.c, and not a part of the
core, and with the author's name very firmly planted in the source code
in case there
Ummm... Brian... isn't this patch a bit *big* for 1.1?
rst
brian 96/06/30 15:13:49
Modified:src mod_cern_meta.c
Log:
Submitted by: Andrew Wilson
Andrew wrote:
> This is the cern module rewritten for per-directory configuration
> and now with the MetaFiles directive.
Revision ChangesPath
1.3 +76 -31apach
mjc 96/03/11 01:14:42
Modified:src mod_cern_meta.c conf.h
Log:
Replace "rindex" in CERN Meta module with "strrchr", removing the special
inclusion of strings.h for IRIX and possible similar warnings on other
platforms.
Revision ChangesPath
1.2 +1 -1