privoxy.git
16 years agoTemporary workaround for BR#1730105.
Fabian Keil [Sun, 3 Jun 2007 18:45:18 +0000 (18:45 +0000)]
Temporary workaround for BR#1730105.

16 years agoAdd various changes made in the last three months.
Fabian Keil [Sat, 2 Jun 2007 14:05:07 +0000 (14:05 +0000)]
Add various changes made in the last three months.

16 years agoStart to document forward-override{}.
Fabian Keil [Sat, 2 Jun 2007 14:01:37 +0000 (14:01 +0000)]
Start to document forward-override{}.

16 years agoUse the same mutex for gethostbyname() and gethostbyaddr() to prevent
Fabian Keil [Fri, 1 Jun 2007 18:16:36 +0000 (18:16 +0000)]
Use the same mutex for gethostbyname() and gethostbyaddr() to prevent
deadlocks and crashes on OpenBSD and possibly other OS with neither
gethostbyname_r() nor gethostaddr_r(). Closes BR#1729174.
Thanks to Ralf Horstmann for report and solution.

16 years agoAdd forward-override{} to change the forwarding settings through
Fabian Keil [Fri, 1 Jun 2007 16:54:28 +0000 (16:54 +0000)]
Add forward-override{} to change the forwarding settings through
action sections. This is mainly interesting to forward different
clients differently (for example based on User-Agent or request
origin).

16 years agoAdjust cgi_show_url_info() to show what forward-override{}
Fabian Keil [Fri, 1 Jun 2007 16:53:05 +0000 (16:53 +0000)]
Adjust cgi_show_url_info() to show what forward-override{}
would do with the requested URL (instead of showing how the
request for the CGI page would be forwarded if it wasn't a
CGI request).

16 years agoAdd forward-override{} to change the forwarding settings through
Fabian Keil [Fri, 1 Jun 2007 16:41:11 +0000 (16:41 +0000)]
Add forward-override{} to change the forwarding settings through
action sections. This is mainly interesting to forward different
clients differently (for example based on User-Agent or request
origin).

16 years agoChange sed() to return a jb_err in preparation for forward-override{}.
Fabian Keil [Fri, 1 Jun 2007 16:31:55 +0000 (16:31 +0000)]
Change sed() to return a jb_err in preparation for forward-override{}.

16 years agoMention possible delimiter conflicts with variables in dynamic pcrs commands.
Fabian Keil [Fri, 1 Jun 2007 14:17:04 +0000 (14:17 +0000)]
Mention possible delimiter conflicts with variables in dynamic pcrs commands.

16 years agoAdjust actionsfile directives to use complete file names.
Fabian Keil [Fri, 1 Jun 2007 14:14:29 +0000 (14:14 +0000)]
Adjust actionsfile directives to use complete file names.

16 years agoAdd unload_forward_spec() in preparation for forward-override{}.
Fabian Keil [Fri, 1 Jun 2007 14:12:38 +0000 (14:12 +0000)]
Add unload_forward_spec() in preparation for forward-override{}.

16 years agoRe-enable support for old-school URLs like
Fabian Keil [Thu, 31 May 2007 11:50:20 +0000 (11:50 +0000)]
Re-enable support for old-school URLs like
http://config.privoxy.org/edit-actions-list?f=default
in the action editor.

They are no longer used by the CGI pages, but make it easier
to reach the editor directly, without knowing the requested
file's index in csp->config->actions_file[].

16 years agoAdjust "X-Filter: No" to disable dedicated header filters.
Fabian Keil [Sun, 27 May 2007 12:39:32 +0000 (12:39 +0000)]
Adjust "X-Filter: No" to disable dedicated header filters.

16 years ago- Remove some left-overs from the switch to dedicated header filters.
Fabian Keil [Sun, 27 May 2007 12:38:08 +0000 (12:38 +0000)]
- Remove some left-overs from the switch to dedicated header filters.
- Adjust "X-Filter: No" to disable dedicated header filters.
- Prepare for forward-override{}

16 years ago- Let usage() mention the --chroot parameter.
Fabian Keil [Thu, 24 May 2007 17:03:50 +0000 (17:03 +0000)]
- Let usage() mention the --chroot parameter.
- Use read_socket() consistently and always leave
  the last buffer byte alone, even in cases where
  null termination (currently) doesn't matter.

16 years agoTwo minor fixes.
Fabian Keil [Thu, 24 May 2007 13:38:45 +0000 (13:38 +0000)]
Two minor fixes.

16 years agoMake it harder to think the forwarded-connect-retries
Fabian Keil [Mon, 21 May 2007 10:58:43 +0000 (10:58 +0000)]
Make it harder to think the forwarded-connect-retries
option would be limited to CONNECT requests.

16 years ago- Use strlcpy() instead of strcpy().
Fabian Keil [Mon, 21 May 2007 10:54:46 +0000 (10:54 +0000)]
- Use strlcpy() instead of strcpy().
- Stop treating actions files special. Expect a complete file name
  (with or without path) like it's done for the rest of the files.
  Closes FR#588084.
- Don't rerun sed() in cgi_show_request().

16 years ago- Use strlcpy() instead of strcpy().
Fabian Keil [Mon, 21 May 2007 10:44:08 +0000 (10:44 +0000)]
- Use strlcpy() instead of strcpy().
- Stop treating actions files special. Expect a complete file name
  (with or without path) like it's done for the rest of the files.
  Closes FR#588084.
- Remove an unnecessary temporary memory allocation.
- Don't log anything to the console when running as
  daemon and no errors occurred.

16 years ago- Use strlcpy() instead of strcpy().
Fabian Keil [Mon, 21 May 2007 10:26:50 +0000 (10:26 +0000)]
- Use strlcpy() instead of strcpy().
- Provide a reason why loading the actions
  file might have failed.

16 years agoUndo an improperly tested last-minute change
Fabian Keil [Thu, 17 May 2007 15:55:36 +0000 (15:55 +0000)]
Undo an improperly tested last-minute change
and turn "text-requests" back into "css-requests".

16 years agoUndo an improperly tested last-minute change.
Fabian Keil [Thu, 17 May 2007 15:53:57 +0000 (15:53 +0000)]
Undo an improperly tested last-minute change.

16 years ago- Mention new filter types and the 'D' option.
Fabian Keil [Thu, 17 May 2007 15:45:41 +0000 (15:45 +0000)]
- Mention new filter types and the 'D' option.
- Header filters are now case-insensitive and accept a
  varying amount of whitespace after the colon.
- Add another selector for yahoo ads.
- New server-header filter: less-download-windows
- New client-header taggers: text-requests and image-requests.

16 years ago- Add fast-redirect exception for del.icio.us/.
Fabian Keil [Thu, 17 May 2007 15:37:00 +0000 (15:37 +0000)]
- Add fast-redirect exception for del.icio.us/.
- Remove the recently added overwrite-last-modified
  exception for URLs that look as if they might be
  handled through download managers. Given that
  Privoxy supports tags now the user can easily make
  exceptions based on the User-Agent.
- Add sections that modify the handle-as-* sections
  based on tags.

16 years ago- Fix config file loading on Unix if no config file is specified.
Fabian Keil [Wed, 16 May 2007 14:59:46 +0000 (14:59 +0000)]
- Fix config file loading on Unix if no config file is specified.
  Since r1.97 Privoxy would always interpret the last argument as
  config file, even if it's a valid command line option.
- Abort in case of unrecognized command line options. Closes #1719696.
- Remove a bunch of unnecessary strcpy() calls (yay for c&p without thinking).
- Replace the remaining strcpy() and strcat() calls with strlcpy() and strcat().

16 years agoMinor rewordings and fixes.
Fabian Keil [Mon, 14 May 2007 17:19:42 +0000 (17:19 +0000)]
Minor rewordings and fixes.

16 years ago- Enlist Fedora Core and OpenBSD.
Fabian Keil [Mon, 14 May 2007 17:09:56 +0000 (17:09 +0000)]
- Enlist Fedora Core and OpenBSD.
- Update Solaris maintainer.
- List Redhat only once.
- Mark SuSE and Redhat as outdated.
- Remove HP-UX, Conectiva, NetBSD and Gentoo
  Linux as the responsible maintainers seem to
  be MIA and there aren't even packages for 3.0.3
  available.

16 years ago- Stop using strcpy().
Fabian Keil [Mon, 14 May 2007 16:56:07 +0000 (16:56 +0000)]
- Stop using strcpy().
- enlist_unique_header() now behaves as advertised
  and checks for existing headers with the same name
  but ignores the values.

16 years agoDitch the csp member cookie_list[] which isn't used anymore.
Fabian Keil [Mon, 14 May 2007 10:41:15 +0000 (10:41 +0000)]
Ditch the csp member cookie_list[] which isn't used anymore.

16 years ago- Use strlcpy() and strlcat() instead of strcpy() and strcat().
Fabian Keil [Mon, 14 May 2007 10:33:51 +0000 (10:33 +0000)]
- Use strlcpy() and strlcat() instead of strcpy() and strcat().

16 years ago- Use strlcpy() instead of strcpy().
Fabian Keil [Mon, 14 May 2007 10:23:48 +0000 (10:23 +0000)]
- Use strlcpy() instead of strcpy().
- Use the same buffer for socks requests and socks responses.
- Fix bogus warning about web_server_addr being used uninitialized.

16 years agoStreamline client_cookie_adder().
Fabian Keil [Mon, 14 May 2007 10:16:41 +0000 (10:16 +0000)]
Streamline client_cookie_adder().

16 years agoFix a type mismatch warning.
Fabian Keil [Fri, 11 May 2007 11:51:34 +0000 (11:51 +0000)]
Fix a type mismatch warning.

16 years agoCheck for strlcat().
Fabian Keil [Fri, 11 May 2007 11:49:41 +0000 (11:49 +0000)]
Check for strlcat().

16 years ago- Delete strsav() which was replaced
Fabian Keil [Fri, 11 May 2007 11:48:16 +0000 (11:48 +0000)]
- Delete strsav() which was replaced
  by string_append() years ago.
- Add a strlcat() look-alike.
- Use strlcat() and strlcpy() in those parts
  of the code that are run on unixes.

16 years ago- Don't rerun crunchers that only depend on the request URL.
Fabian Keil [Fri, 4 May 2007 11:23:19 +0000 (11:23 +0000)]
- Don't rerun crunchers that only depend on the request URL.
- Don't count redirects and CGI requests as "blocked requests".

16 years agoAdded img.bluehost.com per Actionsfile tracker.
hal9 [Wed, 2 May 2007 10:49:46 +0000 (10:49 +0000)]
Added img.bluehost.com per Actionsfile tracker.

16 years agoMake sure filters with dynamic jobs actually use them.
Fabian Keil [Mon, 30 Apr 2007 15:53:11 +0000 (15:53 +0000)]
Make sure filters with dynamic jobs actually use them.

16 years ago- Introduce dynamic pcrs jobs that can resolve variables.
Fabian Keil [Mon, 30 Apr 2007 15:06:26 +0000 (15:06 +0000)]
- Introduce dynamic pcrs jobs that can resolve variables.
- Remove unnecessary update_action_bits_for_all_tags() call.

16 years ago- Introduce dynamic pcrs jobs that can resolve variables.
Fabian Keil [Mon, 30 Apr 2007 15:03:28 +0000 (15:03 +0000)]
- Introduce dynamic pcrs jobs that can resolve variables.
- Don't run redirect functions more than once,
  unless they are activated more than once.

16 years agoIntroduce dynamic pcrs jobs that can resolve variables.
Fabian Keil [Mon, 30 Apr 2007 15:02:19 +0000 (15:02 +0000)]
Introduce dynamic pcrs jobs that can resolve variables.

16 years agoSupport crunching based on tags created by server-header taggers.
Fabian Keil [Wed, 25 Apr 2007 15:15:17 +0000 (15:15 +0000)]
Support crunching based on tags created by server-header taggers.

16 years ago- Describe installation for FreeBSD.
Fabian Keil [Wed, 25 Apr 2007 15:10:36 +0000 (15:10 +0000)]
- Describe installation for FreeBSD.
- Start to document taggers and tag patterns.
- Don't confuse devils and daemons.

16 years agoMake HTTP snippets static (again). Add a Content-Type for those
Fabian Keil [Sun, 22 Apr 2007 13:24:50 +0000 (13:24 +0000)]
Make HTTP snippets static (again). Add a Content-Type for those
with content so the browser doesn't guess it based on the URL.

16 years agoKeep the HTTP snippets local.
Fabian Keil [Sun, 22 Apr 2007 13:18:06 +0000 (13:18 +0000)]
Keep the HTTP snippets local.

17 years agoMove crunching and request line rebuilding out of chat().
Fabian Keil [Thu, 19 Apr 2007 13:47:34 +0000 (13:47 +0000)]
Move crunching and request line rebuilding out of chat().

17 years agoNow that header parsing comes before crunching,
Fabian Keil [Wed, 18 Apr 2007 16:51:09 +0000 (16:51 +0000)]
Now that header parsing comes before crunching,
hide-referrer has to be disabled for the CGI pages.

17 years ago- Make tagging based on tags set by earlier taggers
Fabian Keil [Tue, 17 Apr 2007 18:32:10 +0000 (18:32 +0000)]
- Make tagging based on tags set by earlier taggers
  of the same kind possible.
- Log whether or not new tags cause action bits updates
  (in which case a matching tag-pattern section exists).
- Log if the user tries to set a tag that is already set.

17 years agoSplit update_action_bits() into
Fabian Keil [Tue, 17 Apr 2007 18:21:45 +0000 (18:21 +0000)]
Split update_action_bits() into
update_action_bits_for_all_tags()
and update_action_bits_for_tag().

17 years agoAdd list_contains_item().
Fabian Keil [Tue, 17 Apr 2007 18:14:06 +0000 (18:14 +0000)]
Add list_contains_item().

17 years agoIntroduce tags as alternative way to specify which
Fabian Keil [Sun, 15 Apr 2007 16:39:21 +0000 (16:39 +0000)]
Introduce tags as alternative way to specify which
actions apply to a request. At the moment tags can be
created based on client and server headers.

17 years agoFix for Actionsfile feedback item #1700037 2007-04-13, for mp3.com.au pop ups
hal9 [Fri, 13 Apr 2007 22:45:40 +0000 (22:45 +0000)]
Fix for Actionsfile feedback item #1700037 2007-04-13, for mp3.com.au pop ups
blocked incorrectly. CVS:
----------------------------------------------------------------------

17 years agoReference action files in CGI URLs by id instead
Fabian Keil [Fri, 13 Apr 2007 13:36:46 +0000 (13:36 +0000)]
Reference action files in CGI URLs by id instead
of using the first part of the file name.
Fixes BR 1694250 and BR 1590556.

17 years agoLog a warning if the content is compressed, filtering is
Fabian Keil [Thu, 12 Apr 2007 12:53:58 +0000 (12:53 +0000)]
Log a warning if the content is compressed, filtering is
enabled and Privoxy was compiled without zlib support.
Closes FR#1673938.

17 years agoFix action order.
Fabian Keil [Thu, 12 Apr 2007 11:33:22 +0000 (11:33 +0000)]
Fix action order.

17 years agoUpdate action list and version.
Fabian Keil [Thu, 12 Apr 2007 11:30:37 +0000 (11:30 +0000)]
Update action list and version.

17 years ago- Don't mistake VC++'s _snprintf() for a snprintf() replacement.
Fabian Keil [Thu, 12 Apr 2007 10:41:23 +0000 (10:41 +0000)]
- Don't mistake VC++'s _snprintf() for a snprintf() replacement.
- Move some cgi_edit_actions_for_url() variables into structs.
- Remove bogus comment.

17 years agoBroaden scope for mediaplex.com to catch: https://secure.img-cdn.mediaplex.com/
hal9 [Thu, 12 Apr 2007 02:57:46 +0000 (02:57 +0000)]
Broaden scope for mediaplex.com to catch: https://secure.img-cdn.mediaplex.com/
per Actionsfile feedback item #1698822.

17 years agoEnforce some assertions that could be triggered
Fabian Keil [Wed, 11 Apr 2007 10:55:44 +0000 (10:55 +0000)]
Enforce some assertions that could be triggered
on mingw32 and other systems where we use threads
but no locks.

17 years agoAdded exception for fish4.co.uk and moved shockwave.com exception to the correct...
proactivesvcs [Wed, 11 Apr 2007 09:23:06 +0000 (09:23 +0000)]
Added exception for fish4.co.uk and moved shockwave.com exception to the correct section.

17 years agoDon't mistake VC++'s _snprintf() for a snprintf() replacement.
Fabian Keil [Mon, 9 Apr 2007 18:11:36 +0000 (18:11 +0000)]
Don't mistake VC++'s _snprintf() for a snprintf() replacement.

17 years agoCheck for HAVE_SNPRINTF instead of __OS2__
Fabian Keil [Mon, 9 Apr 2007 17:48:51 +0000 (17:48 +0000)]
Check for HAVE_SNPRINTF instead of __OS2__
before including the portable snprintf() code.

17 years agoCheck for snprintf().
Fabian Keil [Mon, 9 Apr 2007 17:34:58 +0000 (17:34 +0000)]
Check for snprintf().

17 years agoAdd macro for strlcpy() in case the libc lacks it.
Fabian Keil [Sun, 8 Apr 2007 17:04:51 +0000 (17:04 +0000)]
Add macro for strlcpy() in case the libc lacks it.

17 years agoWe need <sys/time.h> for gettimeofday(), not <time.h>.
Fabian Keil [Sun, 8 Apr 2007 16:44:15 +0000 (16:44 +0000)]
We need <sys/time.h> for gettimeofday(), not <time.h>.

17 years agoReference action files in CGI URLs by id instead
Fabian Keil [Sun, 8 Apr 2007 13:21:06 +0000 (13:21 +0000)]
Reference action files in CGI URLs by id instead
of using the first part of the file name.
Fixes BR 1694250 and BR 1590556.

17 years agoSome updates regarding header filtering,
Fabian Keil [Thu, 5 Apr 2007 11:47:51 +0000 (11:47 +0000)]
Some updates regarding header filtering,
handling of compressed content and redirect's
support for pcrs commands.

17 years agoAddition to generic unblockers by path for shockwave.com games first-party tracking.
proactivesvcs [Mon, 2 Apr 2007 08:49:49 +0000 (08:49 +0000)]
Addition to generic unblockers by path for shockwave.com games first-party tracking.

17 years ago- Add DNS retries for Solaris and other systems
Fabian Keil [Sun, 1 Apr 2007 17:37:07 +0000 (17:37 +0000)]
- Add DNS retries for Solaris and other systems
  whose gethostbyname_r version takes five arguments.
- Move maximum number of DNS retries into a macro.

17 years agoAdd checks for gettimeofday() and strlcpy().
Fabian Keil [Sat, 31 Mar 2007 13:35:11 +0000 (13:35 +0000)]
Add checks for gettimeofday() and strlcpy().

17 years agoAdd alternative log_error() with timestamps
Fabian Keil [Sat, 31 Mar 2007 13:33:28 +0000 (13:33 +0000)]
Add alternative log_error() with timestamps
that contain milliseconds and without using
strcpy(), strcat() or sprintf().

17 years agoDivide @filter-params@ into @client-header-filter-params@
Fabian Keil [Thu, 29 Mar 2007 11:40:34 +0000 (11:40 +0000)]
Divide @filter-params@ into @client-header-filter-params@
@content-filter-params@ and @server-header-filter-params@.

17 years agoModified generic unblockers by path to include "adverse" as per support request 1687839.
proactivesvcs [Mon, 26 Mar 2007 17:37:39 +0000 (17:37 +0000)]
Modified generic unblockers by path to include "adverse" as per support request 1687839.

17 years agoDon't CLF-log CONNECT requests twice.
Fabian Keil [Sun, 25 Mar 2007 16:55:54 +0000 (16:55 +0000)]
Don't CLF-log CONNECT requests twice.

17 years agoLet parse_header_time() return a jb_err code
Fabian Keil [Sun, 25 Mar 2007 14:27:11 +0000 (14:27 +0000)]
Let parse_header_time() return a jb_err code
instead of a pointer that can only be used to
check for NULL anyway.

17 years ago- Fix warnings when compiled with glibc.
Fabian Keil [Sun, 25 Mar 2007 14:26:40 +0000 (14:26 +0000)]
- Fix warnings when compiled with glibc.
- Don't use crumble() for cookie crunching.
- Move cookie time parsing into parse_header_time().
- Let parse_header_time() return a jb_err code
  instead of a pointer that can only be used to
  check for NULL anyway.

17 years agoList Polipo as alternative to Squid.
Fabian Keil [Fri, 23 Mar 2007 14:03:25 +0000 (14:03 +0000)]
List Polipo as alternative to Squid.

17 years ago- Fix minor mistakes and add some details.
Fabian Keil [Thu, 22 Mar 2007 14:10:59 +0000 (14:10 +0000)]
- Fix minor mistakes and add some details.
- Document "enforce-blocks".
- Stop calling HTTP proxies anon proxies and give
  examples how parent proxies can decrease the user's
  privacy level.

17 years ago- Log the content size after decompression in decompress_iob()
Fabian Keil [Wed, 21 Mar 2007 12:24:47 +0000 (12:24 +0000)]
- Log the content size after decompression in decompress_iob()
  instead of pcrs_filter_response().

17 years ago- Add better protection against malicious gzip headers.
Fabian Keil [Wed, 21 Mar 2007 12:23:53 +0000 (12:23 +0000)]
- Add better protection against malicious gzip headers.
- Stop logging the first hundred bytes of decompressed content.
  It looks like it's working and there is always debug 16.
- Log the content size after decompression in decompress_iob()
  instead of pcrs_filter_response().

17 years agoAdjust to new world order with dedicated header-filter actions.
Fabian Keil [Tue, 20 Mar 2007 15:40:00 +0000 (15:40 +0000)]
Adjust to new world order with dedicated header-filter actions.

17 years ago- Remove filter_client_header() and filter_client_header(),
Fabian Keil [Tue, 20 Mar 2007 15:22:17 +0000 (15:22 +0000)]
- Remove filter_client_header() and filter_client_header(),
  filter_header() now checks the shiny new
  CSP_FLAG_CLIENT_HEADER_PARSING_DONE flag instead.

17 years ago- Use dedicated header filter actions instead of abusing "filter".
Fabian Keil [Tue, 20 Mar 2007 15:21:44 +0000 (15:21 +0000)]
- Use dedicated header filter actions instead of abusing "filter".
  Replace "filter-client-headers" and "filter-client-headers"
  with "server-header-filter" and "client-header-filter".
- Remove filter_client_header() and filter_client_header(),
  filter_header() now checks the shiny new
  CSP_FLAG_CLIENT_HEADER_PARSING_DONE flag instead.

17 years agoUse dedicated header filter actions instead of abusing "filter".
Fabian Keil [Tue, 20 Mar 2007 15:16:34 +0000 (15:16 +0000)]
Use dedicated header filter actions instead of abusing "filter".
Replace "filter-client-headers" and "filter-client-headers"
with "server-header-filter" and "client-header-filter".

17 years agoLog the source address for ACL-related connection drops.
Fabian Keil [Tue, 20 Mar 2007 13:53:17 +0000 (13:53 +0000)]
Log the source address for ACL-related connection drops.

17 years agoExcepted lads.myspace.com from being blocked by .*ads.
proactivesvcs [Mon, 19 Mar 2007 14:28:38 +0000 (14:28 +0000)]
Excepted lads.myspace.com from being blocked by .*ads.

17 years agoNew config option: enforce-blocks.
Fabian Keil [Sat, 17 Mar 2007 15:20:05 +0000 (15:20 +0000)]
New config option: enforce-blocks.

17 years ago- Use snprintf instead of sprintf.
Fabian Keil [Sat, 17 Mar 2007 11:52:15 +0000 (11:52 +0000)]
- Use snprintf instead of sprintf.
- Mention copyright for the replacement
  functions in the copyright header.

17 years ago- Add revision log and copyright header.
Fabian Keil [Sat, 17 Mar 2007 11:31:36 +0000 (11:31 +0000)]
- Add revision log and copyright header.
- Reword instructions and link to the FAQ
  in an attempt to reduce the number of
  incomplete reports.

17 years ago- Mention other reasons why acl directive loading might have failed.
Fabian Keil [Fri, 16 Mar 2007 16:47:35 +0000 (16:47 +0000)]
- Mention other reasons why acl directive loading might have failed.
- Don't log the acl source if the acl destination is to blame.

17 years ago- Disable overwrite-last-modified for URLs that
Fabian Keil [Fri, 16 Mar 2007 16:04:18 +0000 (16:04 +0000)]
- Disable overwrite-last-modified for URLs that
  look like download manager material.
- Don't fast-redirect WSJ login URLs.
- Block tracking images in /. rss feeds.

17 years agoAdding blocks for two actionsfile tracker requests. One re: adinterax that
hal9 [Wed, 14 Mar 2007 11:02:33 +0000 (11:02 +0000)]
Adding blocks for two actionsfile tracker requests. One re: adinterax that
includes images, js, and outright blocks. And the other for googleadservices
"gampad".

17 years ago- Fix port handling in acl_addr() and use a temporary acl spec
Fabian Keil [Tue, 13 Mar 2007 11:28:43 +0000 (11:28 +0000)]
- Fix port handling in acl_addr() and use a temporary acl spec
  copy so error messages don't contain a truncated version.
- Log size of iob before and after decompression.

17 years agoAdd kludge to log unknown aliases and actions before exiting.
Fabian Keil [Sun, 11 Mar 2007 15:56:12 +0000 (15:56 +0000)]
Add kludge to log unknown aliases and actions before exiting.

17 years ago- Move null byte check into separate function.
Fabian Keil [Fri, 9 Mar 2007 14:12:00 +0000 (14:12 +0000)]
- Move null byte check into separate function.
- Don't confuse the client with error pages
  if a CONNECT request was already confirmed.

17 years agoUse sizeof() more often.
Fabian Keil [Thu, 8 Mar 2007 17:41:05 +0000 (17:41 +0000)]
Use sizeof() more often.

17 years agoModifed tradedoubler.com block entry to allow click-throughs whilst still blocking...
proactivesvcs [Tue, 6 Mar 2007 19:04:40 +0000 (19:04 +0000)]
Modifed tradedoubler.com block entry to allow click-throughs whilst still blocking adverts.
http://sourceforge.net/tracker/index.php?func=detail&aid=1644583&group_id=11118&atid=460288

17 years agoAdding jlinks.industrybrains.com text ads per Actionsfile tracker # 1674363
hal9 [Tue, 6 Mar 2007 00:25:01 +0000 (00:25 +0000)]
Adding jlinks.industrybrains.com text ads per Actionsfile tracker # 1674363

17 years ago- Cosmetical changes for LOG_LEVEL_RE_FILTER messages.
Fabian Keil [Mon, 5 Mar 2007 14:40:53 +0000 (14:40 +0000)]
- Cosmetical changes for LOG_LEVEL_RE_FILTER messages.
- Hide the "Go there anyway" link for blocked CONNECT
  requests where going there anyway doesn't work anyway.

17 years agoAdd some CSP_FLAGs for the header parsers.
Fabian Keil [Mon, 5 Mar 2007 13:28:03 +0000 (13:28 +0000)]
Add some CSP_FLAGs for the header parsers.