+++ squid-2.3/doc/mk-debugs.sh Tue Jan 16 11:47:53 2001 @@ -1,4 +1,5 @@ -cat ../src/*.c \ +cat ../src/*.c ../filters/*.c \ | grep DEBUG: \ | sed -e 's/ \* DEBUG: //' \ - | sort -n +1 + | sort -n +1 \ + | uniq diff -aru squid-2.3.STABLE4/filters/allowtype.c squid-2.3/filters/allowtype.c --- squid-2.3.STABLE4/filters/allowtype.c Mon Jun 17 14:21:28 2002 +++ squid-2.3/filters/allowtype.c Tue Jan 16 11:54:29 2001 @@ -1,4 +1,7 @@ -/* mod_allowtype - reject stuff based on its MIME type, only let specified +/* + * DEBUG: section 93 filters + * + mod_allowtype - reject stuff based on its MIME type, only let specified types through. The arguments to the module are: type [type...] [file] type are the MIME types. diff -aru squid-2.3.STABLE4/filters/auth_authsrv.c squid-2.3/filters/auth_authsrv.c --- squid-2.3.STABLE4/filters/auth_authsrv.c Mon Jun 17 14:21:28 2002 +++ squid-2.3/filters/auth_authsrv.c Tue Jan 16 11:54:21 2001 @@ -1,4 +1,7 @@ -/* This module allows proxy authentication via the TIS authserver. +/* + * DEBUG: section 95 filters (proxy authentication) + * + This module allows proxy authentication via the TIS authserver. The authserver can be configured to use passwords, but in most cases it uses one of several challenge/response schemes. HTTP Basic Authentication does not support a challenge which is displayed to diff -aru squid-2.3.STABLE4/filters/auth_passwd.c squid-2.3/filters/auth_passwd.c --- squid-2.3.STABLE4/filters/auth_passwd.c Mon Jun 17 14:21:28 2002 +++ squid-2.3/filters/auth_passwd.c Tue Jan 16 11:53:46 2001 @@ -1,4 +1,7 @@ -/* Password-file based authentication module. +/* + * DEBUG: section 95 filters (password authentication) + * + Password-file based authentication module. This module takes as argument the name of a password file, default is "/etc/passwd". The file is read in completely whenever it changes, lookup is done in memory. diff -aru squid-2.3.STABLE4/filters/cookies.c squid-2.3/filters/cookies.c --- squid-2.3.STABLE4/filters/cookies.c Mon Jun 17 14:21:28 2002 +++ squid-2.3/filters/cookies.c Tue Jan 16 11:53:38 2001 @@ -1,4 +1,7 @@ -/* mod_cookies.c - kill cookies +/* + * DEBUG: section 93 filters + * + mod_cookies.c - kill cookies The module takes a file name as optional argument. If available, this is a file containing an allow list of URL regexes. Else, no cookies are allowed. diff -aru squid-2.3.STABLE4/filters/gifanim.c squid-2.3/filters/gifanim.c --- squid-2.3.STABLE4/filters/gifanim.c Mon Jun 17 14:21:28 2002 +++ squid-2.3/filters/gifanim.c Tue Jan 16 11:53:32 2001 @@ -1,4 +1,7 @@ -/* mod_gifanim - reset all GIF animations to one cycle +/* + * DEBUG: section 93 filters + * + mod_gifanim - reset all GIF animations to one cycle */ #include "squid.h" diff -aru squid-2.3.STABLE4/filters/htmlfilter.c squid-2.3/filters/htmlfilter.c --- squid-2.3.STABLE4/filters/htmlfilter.c Mon Jun 17 14:21:28 2002 +++ squid-2.3/filters/htmlfilter.c Fri Jan 19 14:55:51 2001 @@ -2,6 +2,9 @@ This is not a filter on its own, but a library to be used by modules which "do something" with the HTML tags. See script.c for how to write those. + + PB: This has same debug section (94) as ../src/patfile.c + PB: Hmm should add support for gzip Content-Encoding here */ #include "squid.h" diff -aru squid-2.3.STABLE4/filters/redirect.c squid-2.3/filters/redirect.c --- squid-2.3.STABLE4/filters/redirect.c Mon Jun 17 14:21:28 2002 +++ squid-2.3/filters/redirect.c Tue Jan 16 11:52:20 2001 @@ -1,4 +1,8 @@ - +/* + * DEBUG: section 93 filters + * + */ + #include "squid.h" #include "module.h" #include "patfile.h" diff -aru squid-2.3.STABLE4/filters/rejecttype.c squid-2.3/filters/rejecttype.c --- squid-2.3.STABLE4/filters/rejecttype.c Mon Jun 17 14:21:28 2002 +++ squid-2.3/filters/rejecttype.c Tue Jan 16 11:52:15 2001 @@ -1,4 +1,7 @@ -/* mod_rejecttype - reject stuff based on its MIME type. +/* + * DEBUG: section 93 filters + * + * mod_rejecttype - reject stuff based on its MIME type. The arguments to the module are: type [file] type is the MIME type. file is a file containing an allow list of URL regexes. diff -aru squid-2.3.STABLE4/filters/script.c squid-2.3/filters/script.c --- squid-2.3.STABLE4/filters/script.c Mon Jun 17 14:21:28 2002 +++ squid-2.3/filters/script.c Tue Jan 16 11:52:07 2001 @@ -1,4 +1,7 @@ -/* mod_script - remove Javascript from HTML pages +/* + * DEBUG: section 93 filters + * + * mod_script - remove Javascript from HTML pages This removes all SCRIPT elements as well as known event handler attributes, javascript entities and "mocha" URLs from arbitrary tags. */ diff -aru squid-2.3.STABLE4/src/module.c squid-2.3/src/module.c --- squid-2.3.STABLE4/src/module.c Mon Jun 17 14:21:28 2002 +++ squid-2.3/src/module.c Tue Jan 16 11:51:12 2001 @@ -1,5 +1,5 @@ /* - * DEBUG: section 92 Module loader and hooks + * DEBUG: section 92 Module loader and hooks * AUTHOR: Olaf Titz * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ diff -aru squid-2.3.STABLE4/src/patfile.c squid-2.3/src/patfile.c --- squid-2.3.STABLE4/src/patfile.c Mon Jun 17 14:21:28 2002 +++ squid-2.3/src/patfile.c Tue Jan 16 11:51:39 2001 @@ -1,5 +1,5 @@ /* - * DEBUG: section 94 Pattern file library for filters + * DEBUG: section 94 Pattern file library for filters * AUTHOR: Olaf Titz * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ diff -aru squid-2.3.STABLE4/src/snmp_agent.c squid-2.3/src/snmp_agent.c --- squid-2.3.STABLE4/src/snmp_agent.c Fri Mar 24 17:02:52 2000 +++ squid-2.3/src/snmp_agent.c Tue Jan 16 11:50:06 2001 @@ -2,7 +2,7 @@ /* * $Id: snmp_agent.c,v 1.71.2.3 2000/03/24 17:02:52 wessels Exp $ * - * DEBUG: section 49 SNMP Interface + * DEBUG: section 49 SNMP Interface * AUTHOR: Kostas Anagnostakis * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ diff -aru squid-2.3.STABLE4/src/wccp.c squid-2.3/src/wccp.c --- squid-2.3.STABLE4/src/wccp.c Fri Jul 14 18:37:31 2000 +++ squid-2.3/src/wccp.c Tue Jan 16 11:50:27 2001 @@ -2,7 +2,7 @@ /* * $Id: wccp.c,v 1.4.2.13 2000/07/14 17:37:31 wessels Exp $ * - * DEBUG: section 80 WCCP Support + * DEBUG: section 80 WCCP Support * AUTHOR: Glenn Chisholm * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/