cvs commit: apachen/src/modules/example mod_example.c

1997-10-15 Thread coar
coar97/10/15 08:34:23 Modified:src/modules/example mod_example.c Log: Correct returns from auth/auth hooks so they don't interfere with *real* auth/auth activities by other modules. PR: 603 Revision ChangesPath 1.21 +2 -2

cvs commit: apachen/src/modules/example mod_example.c

1997-10-07 Thread Dean Gaudet
dgaudet 97/10/07 12:57:46 Modified:src/modules/example mod_example.c Log: eliminate some -Wall warnings Revision ChangesPath 1.20 +2 -2 apachen/src/modules/example/mod_example.c Index: mod_example.c

cvs commit: apachen/src/modules/example mod_example.c

1997-08-31 Thread Rodent of Unusual Size
coar97/08/31 18:25:22 Modified:src/modules/example mod_example.c Log: Apply many of the style-guide formats. Revision ChangesPath 1.16 +234 -307 apachen/src/modules/example/mod_example.c Index: mod_example.c

cvs commit: apachen/src/modules/example mod_example.c

1997-08-31 Thread Rodent of Unusual Size
coar97/08/31 18:39:19 Modified:src/modules/example mod_example.c Log: Rename the different phase handler routines to example_handler using the names of the slots from the module structure (e.g., example_xlate - example_translate_handler). Also some TAB