oes [Fri, 13 Jul 2001 13:59:22 +0000 (13:59 +0000)]
- Added LOG_LEVEL_DEANIMATE
- Changed LOG_LEVEL_CLF
- Removed all #ifdef PCRS
oes [Fri, 13 Jul 2001 13:58:58 +0000 (13:58 +0000)]
- Added case for LOG_LEVEL_DEANIMATE
- Removed all #ifdef PCRS
oes [Fri, 13 Jul 2001 13:58:05 +0000 (13:58 +0000)]
Completely reorganized the selection scheme for
pcre, pcreposix, pcrs and gnu_regex:
The presence of shared pcre, pcreposix or pcrs
libraried is now autodetected. Additionally, the
user can enforce using the built-in static variants
by specifying --disable-dynamic-(pcre|pcrs).
Care is taken to avoid that pcre is dyn, while pcreposix
is static, if both are used and that pcrs is static if
pcrs is.
The choice between pcre, gnu or no regex for actionsfile
URL matching is now via
--(enable|disable)-regex-matching[=(gnu|pcre|no)] with the
default being pcre.
oes [Fri, 13 Jul 2001 13:57:22 +0000 (13:57 +0000)]
Freshly generated from changed configure.in
oes [Fri, 13 Jul 2001 13:56:25 +0000 (13:56 +0000)]
Changed to reflect the new pcre, pcreposix, pcrs
gnu regex or prefix matching selection scheme, with
the hardwired choice of pcre and pcrs built statically
and actionsfile URL matching done by pcre.
oes [Fri, 13 Jul 2001 13:53:39 +0000 (13:53 +0000)]
- Included new log level for GIF deanimation
- Changed loglevel for CLF
oes [Fri, 13 Jul 2001 13:53:13 +0000 (13:53 +0000)]
Removed all #ifdef PCRS and related code
oes [Fri, 13 Jul 2001 13:52:43 +0000 (13:52 +0000)]
- Included Documentation and an example entry for the
new +deanimate-gifs action.
- Don't block include.ebay.com (breaks site)
oes [Fri, 13 Jul 2001 13:52:12 +0000 (13:52 +0000)]
- Formatting
- Introduced new action ACTION_DEANIMATE
oes [Fri, 13 Jul 2001 13:50:44 +0000 (13:50 +0000)]
Freshly generated from (changed) acconfig.h
oes [Fri, 13 Jul 2001 13:48:37 +0000 (13:48 +0000)]
- (Fix:) Copied CODE_STATUS #define from config.h.in
- split REGEX #define into REGEX_GNU and REGEX_PCRE
and removed PCRE.
(REGEX = REGEX_GNU || REGEX_PCRE per project.h)
- Moved STATIC (for pcre) here from Makefile.in
- Introduced STATIC_PCRS #define to allow for dynaimc linking with
libpcrs
- Removed PCRS #define, since pcrs is now needed for CGI anyway
oes [Fri, 13 Jul 2001 13:48:07 +0000 (13:48 +0000)]
- Moved STATIC #define for pcre to (ac)config.h
- Made -Ipcre depandant on static pcre compilation to
avoid version conflicts
- Included compilation and depandancies for new deanimate.c
- Made changes to the pcre/pcreposix/pcrs build process
as required by the new library autodetection in
configure.in
oes [Fri, 13 Jul 2001 13:47:39 +0000 (13:47 +0000)]
Added (very!) compact version of "blocked" page
oes [Fri, 13 Jul 2001 13:46:20 +0000 (13:46 +0000)]
Introduced GIF deanimation feature
oes [Fri, 13 Jul 2001 13:40:09 +0000 (13:40 +0000)]
Introduced GIF deanimation feature
oes [Fri, 13 Jul 2001 13:40:09 +0000 (13:40 +0000)]
cm
iwanttokeepanon [Fri, 13 Jul 2001 01:27:19 +0000 (01:27 +0000)]
Changed the standards to use uppercase instead of underscores. I.e. variables
should be "int ms_iis5_hack = 0;" instead of "int msIis5Hack = 0;" ...
and functions should be "int load_aclfile(...)" instead of
"int loadAclFile(...)".
Sarantis Paskalis [Tue, 3 Jul 2001 11:00:25 +0000 (11:00 +0000)]
replaced permissionsfile with actionsfile
Sarantis Paskalis [Tue, 3 Jul 2001 09:34:44 +0000 (09:34 +0000)]
bumped up version number.
iwanttokeepanon [Mon, 2 Jul 2001 02:55:16 +0000 (02:55 +0000)]
Apended " on some sites" to the HTML generating function `show_defines' (@ line
392); since "DENY_GZIP" is not *really* necessary for all PCRS functionallity.
iwanttokeepanon [Mon, 2 Jul 2001 02:28:25 +0000 (02:28 +0000)]
Added "#ifdef ACL_FILES" conditional compilation to line 1291 to exclude
the `block_acl' call. This prevents a compilation error when the user
does not wish to use the "ACL" feature.
iwanttokeepanon [Mon, 2 Jul 2001 01:50:04 +0000 (01:50 +0000)]
A modified STANDARDS.txt file. I removed my XEmacs test lines (commited in v1.2)
and made the file Outline-mode compatible. I used "@" for my header lines instead
of "*" (which interfered in some C comments). I also removed the formfeed character
from the `outline-regexp' variable because it interfered with the "H" file header and
the "C" file header comments.
All of the "stardards points/issues" are still available for discussion, cussing,
and/or flaming <G>.
oes [Sun, 1 Jul 2001 21:09:55 +0000 (21:09 +0000)]
Added fix for config.h.win by Magnus Holmgren <lear@algonet.se>
oes [Sun, 1 Jul 2001 17:04:11 +0000 (17:04 +0000)]
Bugfix: accept_connection no longer uses the obsolete hstrerror() function
oes [Sun, 1 Jul 2001 17:01:04 +0000 (17:01 +0000)]
Added comments and missing return statement in is_untrusted_url()
oes [Sun, 1 Jul 2001 16:27:44 +0000 (16:27 +0000)]
Fixed misplaced dependancy
oes [Fri, 29 Jun 2001 21:56:40 +0000 (21:56 +0000)]
Version -> 2.9.5
oes [Fri, 29 Jun 2001 21:46:50 +0000 (21:46 +0000)]
HTML cosmetics
oes [Fri, 29 Jun 2001 21:45:41 +0000 (21:45 +0000)]
Indentation, CRLF->LF, Tab-> Space
oes [Fri, 29 Jun 2001 13:35:41 +0000 (13:35 +0000)]
adapted to reflect the changes in showargs.c
oes [Fri, 29 Jun 2001 13:35:07 +0000 (13:35 +0000)]
- Adapted
- Improved comments
- Removed init_proxy_args
- Renamed end_proxy_args(csp) to show_rcs(void)
- Removed logentry from cancelled commit
- Destroyed support for ndef SPLIT_PROXY_ARGS (Ooops)
- Separated the #define list into show_defines()
oes [Fri, 29 Jun 2001 13:34:00 +0000 (13:34 +0000)]
- Added explanation for U and T options
- Added hint on image replacement by CGI call
- Fixed bug in banner-by-size jobs
oes [Fri, 29 Jun 2001 13:33:36 +0000 (13:33 +0000)]
- Improved comments
- Introduced http_request.host_ip_addr_str
- Introduced http_response.head_length
- Introduced config.my_ip_addr_str, config.my_hostname,
config.admin_address and config.proxy_info_url
- Removed config.proxy_args_header and config.proxy_args_trailer,
renamed config.proxy_args_invocation to config.proxy_args
- Removed HTML snipplets and GIFs
- Removed logentry from cancelled commit
oes [Fri, 29 Jun 2001 13:33:19 +0000 (13:33 +0000)]
- Cleaned up, commented and adapted to reflect the
changes in pcrs.c
- Introduced the PCRS_* flags
oes [Fri, 29 Jun 2001 13:33:04 +0000 (13:33 +0000)]
- Cleaned up, renamed and reordered functions,
improved comments
- Removed my_strsep
- Replaced globalflag with a general flags int
that holds PCRS_GLOBAL, PCRS_SUCCESS, and PCRS_TRIVIAL
- Introduced trivial option that will prevent pcrs
from honouring backreferences in the substitute,
which is useful for large substitutes that are
red in from somewhere and saves the pain of escaping
the backrefs
- Introduced convenience function pcrs_free_joblist()
- Split pcrs_make_job() into pcrs_compile(), which still
takes a complete s/// comand as argument and parses it,
and a new function pcrs_make_job, which takes the
three separate components. This should make for a
much friendlier frontend.
- Removed create_pcrs_job() which was useless
- Fixed a bug in pcrs_execute
- Success flag is now handled by pcrs instead of user
- Removed logentry from cancelled commit
oes [Fri, 29 Jun 2001 13:32:42 +0000 (13:32 +0000)]
- Fixed a comment
- Adapted free_http_request
- Removed logentry from cancelled commit
oes [Fri, 29 Jun 2001 13:32:14 +0000 (13:32 +0000)]
Removed logentry from cancelled commit
oes [Fri, 29 Jun 2001 13:31:51 +0000 (13:31 +0000)]
Various adaptions
oes [Fri, 29 Jun 2001 13:31:03 +0000 (13:31 +0000)]
- Improved comments
- Fixed (actionsfile) and sorted hashes
- Introduced admin_address and proxy-info-url
as config parameters
- Renamed config->proxy_args_invocation (which didn't have
the invocation but the options!) to config->proxy_args
- Various adaptions
- Removed logentry from cancelled commit
oes [Fri, 29 Jun 2001 13:30:37 +0000 (13:30 +0000)]
- Introduced enlist_unique_header()
- Removed logentry from cancelled commit
oes [Fri, 29 Jun 2001 13:30:22 +0000 (13:30 +0000)]
- Added Convenience function enlist_unique_header(),
which takes the Header name and value as separate
arguments and thus saves the pain of sprintf()ing
and determining the Header name length to enlist_unique
- Improved comments
- Removed logentry from cancelled commit
oes [Fri, 29 Jun 2001 13:29:55 +0000 (13:29 +0000)]
Added FIXMEs (and didn't repair, hehe)
oes [Fri, 29 Jun 2001 13:29:36 +0000 (13:29 +0000)]
- Cleaned up, improved comments
- Unified all possible interceptors (CGI,
block, trust, fast_redirect) in one
place, with one (CGI) answer generation
mechansim. Much clearer now.
- Removed the GIF image generation, which
is now done in filters.c:block_url()
- Made error conditions like domain lookup
failiure or (various) problems while talking
to the server use cgi.c:error_response()
instead of generating HTML/HTTP in chat() (yuck!)
- Removed logentry from cancelled commit
oes [Fri, 29 Jun 2001 13:29:15 +0000 (13:29 +0000)]
- Added remote (server) host IP to csp->http->host_ip_addr_str
- Added detection of local socket IP and fqdn
- Removed logentry from cancelled commit
oes [Fri, 29 Jun 2001 13:29:01 +0000 (13:29 +0000)]
Cleaned up and updated to reflect the changesin
filters.c
oes [Fri, 29 Jun 2001 13:27:38 +0000 (13:27 +0000)]
- Cleaned up, renamed and reorderd functions
and improved comments
- block_url:
- Ported to CGI platform. Now delivers
http_response or NULL
- Unified HTML and GIF generation (moved image detection
and GIF generation here from jcc.c:chat())
- Fixed HTTP status to:
- 403 (Forbidden) for the "blocked" HTML message
- 200 (OK) for GIF answers
- 302 (Redirect) for redirect to GIF
- trust_url:
- Ported to CGI platform. Now delivers
http_response or NULL
- Separated detection of untrusted URL into
(bool)is_untrusted_url
- Added enforcement of untrusted requests
- Moved redirect_url() from cgi.c to here
and ported it to the CGI platform
- Removed logentry from cancelled commit
oes [Fri, 29 Jun 2001 13:26:27 +0000 (13:26 +0000)]
Introduced #define CODE_STATUS
oes [Fri, 29 Jun 2001 13:23:20 +0000 (13:23 +0000)]
- Fixed errors in general and forward explanations
- Renamed permissionsfile to actionsfile
- Reintroduced and commented the lost trustfile
and trust-info-url options
- Introduced the admin-address option
- Introduced the proxy-info-url option
oes [Fri, 29 Jun 2001 13:22:44 +0000 (13:22 +0000)]
- Cleaned up
- Added new functions: default_exports(), make_menu(),
error_response() etc, ranamed others and changed
param and return types.
- Removed HTTP/HTML snipplets
- Removed logentry from cancelled commit
oes [Fri, 29 Jun 2001 13:21:46 +0000 (13:21 +0000)]
- Cosmetics: renamed and reordered functions, variables,
texts, improved comments etc
- Removed ij_untrusted_url() The relevant
info is now part of the "untrusted" page,
which is generated by filters.c:trust_url()
- Generators of content now call finish_http_response()
themselves, making jcc.c:chat() a little less
cluttered
- Removed obsolete "Pragma: no-cache" from our headers
- http_responses now know their head length
- fill_template now uses the new interface to pcrs, so that
- long jobs (like whole files) no longer have to be assembled
in a fixed size buffer
- the new T (trivial) option is used, and the replacement may
contain Perl syntax backrefs without confusing pcrs
- Introduced default_exports() which generates a set of exports
common to all CGIs and other content generators
- Introduced convenience function map_block_killer()
- Introduced convenience function make_menu()
- Introduced CGI-like function error_response() which generates
the "No such domain" and "Connect failed" messages using the
CGI platform
- cgi_show_url_info:
- adapted to new CGI features
- form and answers now generated from same template
- http:// prefix in URL now OK
- cgi_show_status:
- adapted to new CGI features
- no longer uses csp->init_proxy_args
- cgi_default:
- moved menu generation to make_menu()
- add_stats now writes single export map entries instead
of a fixed string
- Moved redirect_url() to filters.c
- Fixed mem leak in free_http_response(), map_block_killer(),
- Removed logentry from cancelled commit
oes [Fri, 29 Jun 2001 13:19:52 +0000 (13:19 +0000)]
Removed logentry from cancelled commit
oes [Fri, 29 Jun 2001 13:18:36 +0000 (13:18 +0000)]
- added depandancy of filters.o on cgi.h
oes [Fri, 29 Jun 2001 13:17:24 +0000 (13:17 +0000)]
- renamed to actionsfile
- Updated image blocker to new cgi location
- Added explanation for the patterns
oes [Fri, 29 Jun 2001 13:15:55 +0000 (13:15 +0000)]
renamed to actionsfile
oes [Fri, 29 Jun 2001 08:52:55 +0000 (08:52 +0000)]
Updated to new exports list and look
oes [Fri, 29 Jun 2001 08:50:48 +0000 (08:50 +0000)]
Ported blocker output to CGI platform
oes [Fri, 29 Jun 2001 08:50:07 +0000 (08:50 +0000)]
Ported error output to CGI platform
oes [Fri, 29 Jun 2001 08:47:36 +0000 (08:47 +0000)]
Joined with show-url-info
Sarantis Paskalis [Thu, 28 Jun 2001 13:50:36 +0000 (13:50 +0000)]
swap ?$ with $?; remove bogus ";;"
Sarantis Paskalis [Thu, 28 Jun 2001 13:40:26 +0000 (13:40 +0000)]
remove single quotes from $JB; it was not expanded.
Sarantis Paskalis [Thu, 28 Jun 2001 13:38:42 +0000 (13:38 +0000)]
formatting changes; individual return values are returned from the init script.
Sarantis Paskalis [Thu, 28 Jun 2001 13:30:22 +0000 (13:30 +0000)]
add missingok for the jarfile entry
iwanttokeepanon [Thu, 28 Jun 2001 04:02:42 +0000 (04:02 +0000)]
Testing XEmacs and VC/CVS modes. Will this work? We shall see...
iwanttokeepanon [Thu, 28 Jun 2001 03:01:32 +0000 (03:01 +0000)]
A suggested standard for IJB. Outline-mode formatting and spell checking to follow. Developer comments encouraged and requested.
oes [Tue, 19 Jun 2001 14:21:56 +0000 (14:21 +0000)]
Fixed microsuck line
swa [Wed, 13 Jun 2001 14:28:31 +0000 (14:28 +0000)]
docs should have an author.
swa [Wed, 13 Jun 2001 14:20:37 +0000 (14:20 +0000)]
first import of project's documentation for the webserver.
swa [Tue, 12 Jun 2001 18:15:29 +0000 (18:15 +0000)]
the % in front of configure (see tag below) confused
the rpm build process on 7.1.
swa [Tue, 12 Jun 2001 17:15:56 +0000 (17:15 +0000)]
fixes, because a clean build on rh6.1 was impossible.
GZIP confuses make, %configure confuses rpm, etc.
Sarantis Paskalis [Mon, 11 Jun 2001 12:17:26 +0000 (12:17 +0000)]
fix typo in %post
Sarantis Paskalis [Mon, 11 Jun 2001 11:37:40 +0000 (11:37 +0000)]
Minor editing changes.
Sarantis Paskalis [Mon, 11 Jun 2001 11:28:25 +0000 (11:28 +0000)]
Further optimizations and adaptations in the spec file.
Sarantis Paskalis [Mon, 11 Jun 2001 11:26:35 +0000 (11:26 +0000)]
RPM version should be the same as ijbswa version. The rpm release is
specified in the specfile.
swa [Sat, 9 Jun 2001 14:15:11 +0000 (14:15 +0000)]
stick to the old behavior of JB.
swa [Sat, 9 Jun 2001 14:01:57 +0000 (14:01 +0000)]
header. cosmetics. default: no messing ala microsuck.
jongfoster [Sat, 9 Jun 2001 11:00:58 +0000 (11:00 +0000)]
Changing "show URL info" handler to new style.
jongfoster [Sat, 9 Jun 2001 10:58:57 +0000 (10:58 +0000)]
Removing a single unused #define which referenced BUFSIZ
jongfoster [Sat, 9 Jun 2001 10:57:39 +0000 (10:57 +0000)]
Adding definition of BUFFER_SIZE.
Changing struct cgi_dispatcher to use "const" strings.
jongfoster [Sat, 9 Jun 2001 10:55:28 +0000 (10:55 +0000)]
Changing BUFSIZ ==> BUFFER_SIZE
jongfoster [Sat, 9 Jun 2001 10:51:58 +0000 (10:51 +0000)]
Changing "show URL info" handler to new style.
Changing BUFSIZ ==> BUFFER_SIZE
jongfoster [Sat, 9 Jun 2001 10:50:58 +0000 (10:50 +0000)]
Changing "show URL info" handler to new style.
Adding "extern" to some function prototypes.
jongfoster [Sat, 9 Jun 2001 10:47:39 +0000 (10:47 +0000)]
Removing ACL and Forward entries
swa [Sat, 9 Jun 2001 09:14:11 +0000 (09:14 +0000)]
shamelessly adapted RPM stuff from the newest rpm that
RedHat provided for the JB.
swa [Sat, 9 Jun 2001 09:13:29 +0000 (09:13 +0000)]
description shorter
swa [Fri, 8 Jun 2001 20:54:18 +0000 (20:54 +0000)]
type with status file. remove forward et. al from file list.
swa [Fri, 8 Jun 2001 20:53:36 +0000 (20:53 +0000)]
use buildroot, export init to separate file (better manageability)
jongfoster [Fri, 8 Jun 2001 00:25:01 +0000 (00:25 +0000)]
Merging ACL and Forward files into main config file.
jongfoster [Thu, 7 Jun 2001 23:15:40 +0000 (23:15 +0000)]
Removing config->proxy_args_gateways
Missing return statement added to end_proxy_args().
jongfoster [Thu, 7 Jun 2001 23:15:09 +0000 (23:15 +0000)]
Merging ACL and forward files into config file.
Moving struct gateway members into struct forward_spec
Removing config->proxy_args_gateways
Cosmetic: Adding a few comments
jongfoster [Thu, 7 Jun 2001 23:14:38 +0000 (23:14 +0000)]
Removing ACL and forward file loaders - these files have
been merged into the config file.
jongfoster [Thu, 7 Jun 2001 23:14:14 +0000 (23:14 +0000)]
Removing ACL and forward file loaders - these
files have been merged into the config file.
Cosmetic: Moving unloader funcs next to their
respective loader funcs
jongfoster [Thu, 7 Jun 2001 23:13:40 +0000 (23:13 +0000)]
Merging ACL and forward files into config file.
Cosmetic: Sorting config file options alphabetically.
Cosmetic: Adding brief syntax comments to config file options.
jongfoster [Thu, 7 Jun 2001 23:12:52 +0000 (23:12 +0000)]
Replacing function pointer in struct gateway with a directly
called function forwarded_connect().
Replacing struct gateway with struct forward_spec
jongfoster [Thu, 7 Jun 2001 23:12:14 +0000 (23:12 +0000)]
Removing gateways[] list - no longer used.
Replacing function pointer in struct gateway with a directly
called function forwarded_connect(), which can do the common
task of deciding whether to connect to the web server or HTTP
proxy.
Replacing struct gateway with struct forward_spec
jongfoster [Thu, 7 Jun 2001 23:11:38 +0000 (23:11 +0000)]
Removing gateways[] list - no longer used.
Replacing function pointer in struct gateway with a directly
called function forwarded_connect(), which can do the common
task of deciding whether to connect to the web server or HTTP
proxy.
Replacing struct gateway with struct forward_spec
Fixing bug with SOCKS4A and HTTP proxy server in combination.
It was a bug which led to the connection being made to the web
server rather than the HTTP proxy, and also a buffer overrun.
jongfoster [Thu, 7 Jun 2001 23:10:53 +0000 (23:10 +0000)]
Replacing struct gateway with struct forward_spec
jongfoster [Thu, 7 Jun 2001 23:10:26 +0000 (23:10 +0000)]
Allowing unanchored domain patterns to back off and retry
if they partially match. Optimized right-anchored patterns.
Moving ACL and forward files into config file.
Replacing struct gateway with struct forward_spec
jongfoster [Thu, 7 Jun 2001 23:09:19 +0000 (23:09 +0000)]
Cosmetic indentation changes.
jongfoster [Thu, 7 Jun 2001 23:08:54 +0000 (23:08 +0000)]
Forward and ACL edit options removed.
Config edit option renamed from "&Junkbuster" to "&Configuration".
jongfoster [Thu, 7 Jun 2001 23:08:12 +0000 (23:08 +0000)]
Forward and ACL edit options removed.