Cleaning up error handling in CGI functions - they now send back
authorjongfoster <jongfoster@users.sourceforge.net>
Tue, 23 Oct 2001 21:48:19 +0000 (21:48 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Tue, 23 Oct 2001 21:48:19 +0000 (21:48 +0000)
commitfc38802c68b57157c6e3c763d15dbd9f8e85e170
treebf73c6be5249e576f52e4c19863792b7284a3a4b
parent24cdb66ed8cc95a3731010e6de12bb3d2d3a36bc
Cleaning up error handling in CGI functions - they now send back
a HTML error page and should never cause a FATAL error.  (Fixes one
potential source of "denial of service" attacks).

CGI actions file editor that works and is actually useful.

Ability to toggle JunkBuster remotely using a CGI call.

You can turn off both the above features in the main configuration
file, e.g. if you are running a multi-user proxy.
17 files changed:
cgi.c
cgi.h
cgiedit.c
cgiedit.h
cgisimple.c
cgisimple.h
templates/cgi-error-bad-param [new file with mode: 0644]
templates/cgi-error-disabled [new file with mode: 0644]
templates/cgi-error-file [new file with mode: 0644]
templates/cgi-error-modified [new file with mode: 0644]
templates/cgi-error-parse [new file with mode: 0644]
templates/edit-actions-for-url
templates/edit-actions-list
templates/edit-actions-list-section
templates/edit-actions-list-url
templates/toggle [new file with mode: 0644]
templates/toggle-mini [new file with mode: 0644]