privoxy.git
17 years agoNeed to keep user.filter commented out... we aren't (ever) going to ship one.
David Schmidt [Wed, 6 Sep 2006 02:10:47 +0000 (02:10 +0000)]
Need to keep user.filter commented out... we aren't (ever) going to ship one.

17 years agoSorted alphabetically, fixed spelling mistakes
Fabian Keil [Tue, 5 Sep 2006 18:20:14 +0000 (18:20 +0000)]
Sorted alphabetically, fixed spelling mistakes
and shortened some descriptions.

17 years agoAdd Windows service invocation stuff (duplicated) in FAQ and in user manual under...
David Schmidt [Tue, 5 Sep 2006 13:25:12 +0000 (13:25 +0000)]
Add Windows service invocation stuff (duplicated) in FAQ and in user manual under Windows startup.  One probably ought to reference the other.

17 years agoSmall effort at removing some deadweight. Checked all fully spelled out URLs
hal9 [Tue, 5 Sep 2006 01:21:06 +0000 (01:21 +0000)]
Small effort at removing some deadweight. Checked all fully spelled out URLs
and deleted any 404's. Other minor changes.

17 years agoAdjusted anonymity related sections to match reality.
Fabian Keil [Mon, 4 Sep 2006 19:20:33 +0000 (19:20 +0000)]
Adjusted anonymity related sections to match reality.
Added a section about using Privoxy with Tor.

17 years agoAdpating Fabian's config changes to p-config.sgml and regenerating a new
hal9 [Mon, 4 Sep 2006 18:09:06 +0000 (18:09 +0000)]
Adpating Fabian's config changes to p-config.sgml and regenerating a new
version of config for release purposes. The sgml is used to generate both config,
and that section of the User Manual that describes it. So we try to keep
these in sync.

17 years agoTurn off demoronizer in Adventuresome mode.
hal9 [Mon, 4 Sep 2006 17:18:42 +0000 (17:18 +0000)]
Turn off demoronizer in Adventuresome mode.

17 years agoChanged Adventuresome settings to offer a higher default
Fabian Keil [Mon, 4 Sep 2006 14:07:21 +0000 (14:07 +0000)]
Changed Adventuresome settings to offer a higher default
privacy level: no "fun" parts, no cookies (no change),
no SSL connections and heavy use of new actions.

17 years agoAdded Fabian's suggested changes. Noted actionsfile feedback change.
hal9 [Mon, 4 Sep 2006 13:10:46 +0000 (13:10 +0000)]
Added Fabian's suggested changes. Noted actionsfile feedback change.

17 years ago- More changes to move all actionsfile problem reporting to point to
hal9 [Mon, 4 Sep 2006 12:39:55 +0000 (12:39 +0000)]
- More changes to move all actionsfile problem reporting to point to
  SF tracker.
- Add another wiki exception
- Add TOR to seealso.sgml
- Add -filter exceptions for a few google projects

17 years agoAfter filtering de-chunked instances, remove
Fabian Keil [Mon, 4 Sep 2006 11:01:26 +0000 (11:01 +0000)]
After filtering de-chunked instances, remove
"Transfer-Encoding" header entirely instead of changing
it to "Transfer-Encoding: identity", which is invalid.
Thanks Michael Shields <shields@msrl.com>. Fixes PR 1318658.

Don't use localtime in parse_header_time. An empty time struct
is good enough, it gets overwritten by strptime anyway.

17 years agoSet random(3) seed.
Fabian Keil [Sun, 3 Sep 2006 19:42:59 +0000 (19:42 +0000)]
Set random(3) seed.

17 years agoUse gmtime_r if available, fallback to gmtime with mutex
Fabian Keil [Sun, 3 Sep 2006 19:38:28 +0000 (19:38 +0000)]
Use gmtime_r if available, fallback to gmtime with mutex
protection for MacOSX and use vanilla gmtime for the rest.

17 years agoUpdates for upcoming 3.0.4.
hal9 [Sun, 3 Sep 2006 14:49:12 +0000 (14:49 +0000)]
Updates for upcoming 3.0.4.

17 years agoVarious updates, including 7 or 8 new FAQs, and updates/changes to various
hal9 [Sun, 3 Sep 2006 14:15:37 +0000 (14:15 +0000)]
Various updates, including 7 or 8 new FAQs, and updates/changes to various
other ones to better reflect improvements, additions and changes for the
upcoming release. This is close to final form for 3.0.4 IMHO.

17 years agoInclude user.filter, and do not overwrite trust file on updates.
hal9 [Sat, 2 Sep 2006 22:22:59 +0000 (22:22 +0000)]
Include user.filter, and do not overwrite trust file on updates.

17 years agoAdd a generic -filter for wiki* hosts.
hal9 [Sat, 2 Sep 2006 20:55:40 +0000 (20:55 +0000)]
Add a generic -filter for wiki* hosts.

17 years agoAdd to code status to make install output.
hal9 [Sat, 2 Sep 2006 15:59:40 +0000 (15:59 +0000)]
Add to code status to make install output.

17 years agoFollow the OpenBSD port's lead and protect the resolve
Fabian Keil [Sat, 2 Sep 2006 15:36:42 +0000 (15:36 +0000)]
Follow the OpenBSD port's lead and protect the resolve
functions on OpenBSD as well.

17 years agoMinor update.
hal9 [Sat, 2 Sep 2006 14:15:52 +0000 (14:15 +0000)]
Minor update.

17 years agoClearing out a few of the Actionsfile tracker items.
hal9 [Sat, 2 Sep 2006 14:03:46 +0000 (14:03 +0000)]
Clearing out a few of the Actionsfile tracker items.

17 years agoVarious small updates for new actions, filterfiles, etc.
hal9 [Sat, 2 Sep 2006 12:49:37 +0000 (12:49 +0000)]
Various small updates for new actions, filterfiles, etc.

17 years agoInclude pthread.h for OpenBSD to make Privoxy build again.
Fabian Keil [Sat, 2 Sep 2006 10:24:30 +0000 (10:24 +0000)]
Include pthread.h for OpenBSD to make Privoxy build again.

Tested shortly on OpenBSD 3.9 without problems, but the OpenBSD
port has additional patches to use the mutexes OSX_DARWIN needs,
and it should be investigated if they are still required for
reliable operation.

17 years agoRe-ordered the actions list so that they display in the actions editor in
hal9 [Fri, 1 Sep 2006 17:14:18 +0000 (17:14 +0000)]
Re-ordered the actions list so that they display in the actions editor in
alphabetical order. Some of the new actions were "out of order".

17 years agoInclude new actions on all settting. The new ones are all "off", and the
hal9 [Fri, 1 Sep 2006 16:41:39 +0000 (16:41 +0000)]
Include new actions on all settting. The new ones are all "off", and the
previous settings are unchanged (for now). Trying to keep all such lists in
sync.

17 years agoFix typo in actions list.
hal9 [Fri, 1 Sep 2006 16:37:49 +0000 (16:37 +0000)]
Fix typo in actions list.

17 years agoSync actions list with default.action.master, +minor_changes.
hal9 [Fri, 1 Sep 2006 15:10:45 +0000 (15:10 +0000)]
Sync actions list with default.action.master, +minor_changes.

17 years agoInclude the new actions in both the comment section and the "Defaults"
hal9 [Fri, 1 Sep 2006 14:36:58 +0000 (14:36 +0000)]
Include the new actions in both the comment section and the "Defaults"
section.

17 years agoSmall change to hopefully better reflect some of the new actions.
hal9 [Fri, 1 Sep 2006 13:14:36 +0000 (13:14 +0000)]
Small change to hopefully better reflect some of the new actions.

17 years agoWork around a buffer overflow that caused Privoxy to
Fabian Keil [Thu, 31 Aug 2006 16:25:06 +0000 (16:25 +0000)]
Work around a buffer overflow that caused Privoxy to
segfault if too many trusted referrers were used. Good
enough for now, but should be replaced with a real
solution after the next release.

17 years agoBlock requests for untrusted URLs with status
Fabian Keil [Thu, 31 Aug 2006 10:55:49 +0000 (10:55 +0000)]
Block requests for untrusted URLs with status
code 403 instead of 200.

17 years agoDon't use @referrer@ as link target. If the referrer isn't
Fabian Keil [Thu, 31 Aug 2006 10:28:29 +0000 (10:28 +0000)]
Don't use @referrer@ as link target. If the referrer isn't
set, the link is invalid. If the user really wants
to go back, she can use the browser's back button.

17 years agoDon't free p which is still in use and will be later
Fabian Keil [Thu, 31 Aug 2006 10:11:28 +0000 (10:11 +0000)]
Don't free p which is still in use and will be later
freed by free_map(). Don't claim the referrer is unknown
when the client didn't set one.

17 years agoSyncing with recent sgml updates.
hal9 [Wed, 30 Aug 2006 11:16:44 +0000 (11:16 +0000)]
Syncing with recent sgml updates.

17 years agoMore work on the new actions, especially filter-*-headers, and What's New
hal9 [Wed, 30 Aug 2006 11:15:22 +0000 (11:15 +0000)]
More work on the new actions, especially filter-*-headers, and What's New
section. User Manual is close to final form for 3.0.4 release. Some tinkering
and proof reading left to do.

17 years agoSorry, fixing a stupid typo that won't die.
hal9 [Wed, 30 Aug 2006 01:18:28 +0000 (01:18 +0000)]
Sorry, fixing a stupid typo that won't die.

17 years agoClean-ups and fine-tuning.
hal9 [Wed, 30 Aug 2006 01:15:45 +0000 (01:15 +0000)]
Clean-ups and fine-tuning.

17 years agoPreserve alphabetization of each section
hal9 [Wed, 30 Aug 2006 00:31:50 +0000 (00:31 +0000)]
Preserve alphabetization of each section

17 years agoRemove reference to nightly cvs tarball, no longer available.
hal9 [Tue, 29 Aug 2006 11:11:33 +0000 (11:11 +0000)]
Remove reference to nightly cvs tarball, no longer available.

17 years agoAdd a "Whats New in this release" Section. Further work on multiple filter
hal9 [Tue, 29 Aug 2006 10:59:40 +0000 (10:59 +0000)]
Add a "Whats New in this release" Section. Further work on multiple filter
files, and assorted other minor changes.

17 years agoAdd user.filter to $CONFIGS.
hal9 [Tue, 29 Aug 2006 01:46:24 +0000 (01:46 +0000)]
Add user.filter to $CONFIGS.

17 years agoAccidentially turned prevent-compression off.
David Schmidt [Tue, 29 Aug 2006 01:46:23 +0000 (01:46 +0000)]
Accidentially turned prevent-compression off.

17 years agoJust polishing the chrome a little...
David Schmidt [Tue, 29 Aug 2006 01:39:22 +0000 (01:39 +0000)]
Just polishing the chrome a little...

17 years agoChange Actions file feedback reporting method to SF tracker per list
hal9 [Tue, 29 Aug 2006 01:21:49 +0000 (01:21 +0000)]
Change Actions file feedback reporting method to SF tracker per list
discussion.

17 years agoJust polishing the chrome a little...
David Schmidt [Tue, 29 Aug 2006 00:39:54 +0000 (00:39 +0000)]
Just polishing the chrome a little...

17 years agoFirst stab at more verbose ChangeLog to show-off the many nice new features!
hal9 [Mon, 28 Aug 2006 23:19:42 +0000 (23:19 +0000)]
First stab at more verbose ChangeLog to show-off the many nice new features!

17 years agoRemove reference to defunct nightly cvs tarballs.
hal9 [Mon, 28 Aug 2006 01:08:57 +0000 (01:08 +0000)]
Remove reference to defunct nightly cvs tarballs.

17 years agoChange Actions File report URL to SF Tracker.
hal9 [Sun, 27 Aug 2006 22:01:55 +0000 (22:01 +0000)]
Change Actions File report URL to SF Tracker.

17 years agoMore minor updates per Fabian's suggestions. Now have two distinct categories
hal9 [Sun, 27 Aug 2006 19:38:33 +0000 (19:38 +0000)]
More minor updates per Fabian's suggestions. Now have two distinct categories
of problems: bugs and config issues.

17 years agoAdditions to Bug Reporting. Change Actions problem reporting, which now is
hal9 [Sun, 27 Aug 2006 15:04:14 +0000 (15:04 +0000)]
Additions to Bug Reporting. Change Actions problem reporting, which now is
pointed to developers mailing list. Other minor changes, and re-wording.

17 years agoDisabled jarfile by default.
Fabian Keil [Sun, 27 Aug 2006 14:45:27 +0000 (14:45 +0000)]
Disabled jarfile by default.
Reset default listen address to 127.0.0.1:8118.
Added reasonable example rules to chain Privoxy with Tor.

17 years agoMinor updates for new release.
hal9 [Sat, 26 Aug 2006 10:46:27 +0000 (10:46 +0000)]
Minor updates for new release.

17 years agoUpdating authors for new release.
hal9 [Sat, 26 Aug 2006 10:39:26 +0000 (10:39 +0000)]
Updating authors for new release.

17 years agoMinor changes preparing for new release.
hal9 [Sat, 26 Aug 2006 02:37:27 +0000 (02:37 +0000)]
Minor changes preparing for new release.

17 years agoChange date and email address.
hal9 [Sat, 26 Aug 2006 02:13:24 +0000 (02:13 +0000)]
Change date and email address.

17 years agoProposed update for 3.0.4 release.
hal9 [Fri, 25 Aug 2006 10:59:36 +0000 (10:59 +0000)]
Proposed update for 3.0.4 release.

17 years ago--user fix. Only use the user as group if no group is specified.
Fabian Keil [Thu, 24 Aug 2006 11:01:34 +0000 (11:01 +0000)]
--user fix. Only use the user as group if no group is specified.
Solves BR 1492612. Thanks to Spinor S. and David Laight.

17 years agoHTML developer manual.
hal9 [Tue, 22 Aug 2006 23:36:11 +0000 (23:36 +0000)]
HTML developer manual.

17 years agoFix email address, cvs URI, address branching changes and various other
hal9 [Tue, 22 Aug 2006 23:35:01 +0000 (23:35 +0000)]
Fix email address, cvs URI, address branching changes and various other
small updates.

17 years agoSilence warnings and errors. This should build now. New filters were only
hal9 [Tue, 22 Aug 2006 11:04:59 +0000 (11:04 +0000)]
Silence warnings and errors. This should build now. New filters were only
stubbed in. More to be done.

17 years agoChanged client_referrer to use the right type (size_t) for
Fabian Keil [Tue, 22 Aug 2006 10:55:56 +0000 (10:55 +0000)]
Changed client_referrer to use the right type (size_t) for
hostlenght and to shorten the temporary referrer string with
'\0' instead of adding a useless line break.

17 years agoReverting to original content.
hal9 [Tue, 22 Aug 2006 00:04:21 +0000 (00:04 +0000)]
Reverting to original content.

17 years agoFormatting cleanup
David Schmidt [Mon, 21 Aug 2006 12:50:51 +0000 (12:50 +0000)]
Formatting cleanup

17 years agoMS Visual C++ build updates
David Schmidt [Mon, 21 Aug 2006 11:15:54 +0000 (11:15 +0000)]
MS Visual C++ build updates

17 years agoWindows service integration
David Schmidt [Mon, 21 Aug 2006 11:13:19 +0000 (11:13 +0000)]
Windows service integration

17 years agoUpdate.
hal9 [Mon, 21 Aug 2006 10:55:23 +0000 (10:55 +0000)]
Update.

17 years agoRepairing contents to what it should have been, and testing commit.
hal9 [Mon, 21 Aug 2006 10:47:25 +0000 (10:47 +0000)]
Repairing contents to what it should have been, and testing commit.

17 years agoGoogle Images need img-reorder turned off.
David Schmidt [Sat, 19 Aug 2006 03:13:00 +0000 (03:13 +0000)]
Google Images need img-reorder turned off.

17 years agoTweak for OS/2 build happiness.
David Schmidt [Fri, 18 Aug 2006 16:03:17 +0000 (16:03 +0000)]
Tweak for OS/2 build happiness.

17 years agoWindows service (re-)integration
David Schmidt [Fri, 18 Aug 2006 15:23:17 +0000 (15:23 +0000)]
Windows service (re-)integration

The new args are:

--install[:service_name]
--uninstall[:service_name]
--service

They work as follows:
--install will create a service for you and then terminate.
By default the service name will be "privoxy" (without the quotes).
However you can run multiple services if you wish, just by adding
a colon and then a name (no spaces).

--uninstall follows the exact same rules a --install.

--service is used when the program is executed by the service
control manager, and in normal circumstances would never be
used as a command line argument.

17 years agoUpdate the ChangeLog a little bit...
David Schmidt [Fri, 18 Aug 2006 02:38:15 +0000 (02:38 +0000)]
Update the ChangeLog a little bit...

17 years agoMaking icon go back to blue when idle.
David Schmidt [Fri, 18 Aug 2006 02:06:25 +0000 (02:06 +0000)]
Making icon go back to blue when idle.
See: bug #967648.

17 years ago- Back to timegm() using GnuPG's replacement if necessary.
Fabian Keil [Thu, 17 Aug 2006 17:15:10 +0000 (17:15 +0000)]
- Back to timegm() using GnuPG's replacement if necessary.
  Using mktime() and localtime() could add a on hour offset if
  the randomize factor was big enough to lead to a summer/wintertime
  switch.

- Removed now-useless Privoxy 3.0.3 compatibility glue.

- Moved randomization code into pick_from_range().

- Changed parse_header_time definition.
  time_t isn't guaranteed to be signed and
  if it isn't, -1 isn't available as error code.
  Changed some variable types in client_if_modified_since()
  because of the same reason.

17 years agoAdded check for timegm().
Fabian Keil [Thu, 17 Aug 2006 17:09:49 +0000 (17:09 +0000)]
Added check for timegm().

17 years agoWindows service integration
David Schmidt [Tue, 15 Aug 2006 20:12:36 +0000 (20:12 +0000)]
Windows service integration

17 years agoOS/2 compilation compatibility fixups
David Schmidt [Mon, 14 Aug 2006 13:18:08 +0000 (13:18 +0000)]
OS/2 compilation compatibility fixups

17 years agoChanged include from strptime.c to strptime.h
Fabian Keil [Mon, 14 Aug 2006 08:58:42 +0000 (08:58 +0000)]
Changed include from strptime.c to strptime.h

17 years agoBorrowed from GNU C Library.
Fabian Keil [Mon, 14 Aug 2006 08:43:29 +0000 (08:43 +0000)]
Borrowed from GNU C Library.

17 years agoDocumented new actions that were part of
Fabian Keil [Mon, 14 Aug 2006 08:40:39 +0000 (08:40 +0000)]
Documented new actions that were part of
the "minor Privoxy improvements".

17 years agoSplit filter-headers{} into filter-client-headers{}
Fabian Keil [Mon, 14 Aug 2006 08:29:17 +0000 (08:29 +0000)]
Split filter-headers{} into filter-client-headers{}
and filter-server-headers{}.

17 years agoSplit filter-headers{} into filter-client-headers{}
Fabian Keil [Mon, 14 Aug 2006 08:25:19 +0000 (08:25 +0000)]
Split filter-headers{} into filter-client-headers{}
and filter-server-headers{}.
Added parse_header_time() to share some code.
Replaced timegm() with mktime().

17 years agoFeature request 595948: Re-Filter logging in single line
David Schmidt [Mon, 14 Aug 2006 00:27:47 +0000 (00:27 +0000)]
Feature request 595948: Re-Filter logging in single line

17 years agoAdded checks for strptime() and random()
Fabian Keil [Sun, 13 Aug 2006 22:01:51 +0000 (22:01 +0000)]
Added checks for strptime() and random()

17 years agoOops, unit testing change made it back to CVS...
David Schmidt [Sat, 12 Aug 2006 04:03:40 +0000 (04:03 +0000)]
Oops, unit testing change made it back to CVS...

17 years agoWindows service integration
David Schmidt [Sat, 12 Aug 2006 03:54:37 +0000 (03:54 +0000)]
Windows service integration

17 years agoIncorporate Fabian Keil's patch work:\rhttp://www.fabiankeil.de/sourcecode/privoxy/
David Schmidt [Thu, 3 Aug 2006 02:46:42 +0000 (02:46 +0000)]
Incorporate Fabian Keil's patch work:\rfabiankeil.de/sourcecode/privoxy/

17 years agoTracker 1204760- Site adobe.com is blocked
David Schmidt [Wed, 2 Aug 2006 17:36:19 +0000 (17:36 +0000)]
Tracker 1204760- Site adobe.com is blocked

17 years agoReorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
David Schmidt [Tue, 18 Jul 2006 14:49:15 +0000 (14:49 +0000)]
Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
with what was really the latest development (the v_3_0_branch branch)

19 years agoTypo: inspect_jpegs, not inspect-jpegs in form v_3_1_archive_branchpoint
David Schmidt [Tue, 5 Oct 2004 03:21:40 +0000 (03:21 +0000)]
Typo: inspect_jpegs, not inspect-jpegs in form

19 years agoAdd the ability to check jpeg images for invalid
David Schmidt [Tue, 5 Oct 2004 02:03:19 +0000 (02:03 +0000)]
Add the ability to check jpeg images for invalid
lengths of comment blocks.  Defensive strategy
against the exploit:
Microsoft Security Bulletin MS04-028
   Buffer Overrun in JPEG Processing (GDI+) Could
   Allow Code Execution (833987)
Enabled with +inspect-jpegs in actions files.

19 years agoRemoving the "arbitrary" limit of 1000 elements in list.c - due to tracker
David Schmidt [Tue, 25 May 2004 01:40:35 +0000 (01:40 +0000)]
Removing the "arbitrary" limit of 1000 elements in list.c - due to tracker
#911950.

20 years agoFixed bug #827619 (tar and rpm call syntax).
oes [Thu, 27 Nov 2003 14:35:46 +0000 (14:35 +0000)]
Fixed bug #827619 (tar and rpm call syntax).

20 years agoAdded a one-time warning for compiling CVS HEAD
oes [Fri, 17 Oct 2003 17:51:58 +0000 (17:51 +0000)]
Added a one-time warning for compiling CVS HEAD

20 years agoUpdated header debug logging to show the header text that is
David Schmidt [Thu, 2 Oct 2003 19:41:23 +0000 (19:41 +0000)]
Updated header debug logging to show the header text that is
being crunched; refactored functions in parsers.c to have a
single, common exit point

20 years agoAdjust stat.h header for Windows build
David Schmidt [Thu, 2 Oct 2003 15:17:07 +0000 (15:17 +0000)]
Adjust stat.h header for Windows build

20 years agoFeature request 595948: Re-Filter logging in single line
David Schmidt [Thu, 25 Sep 2003 02:37:32 +0000 (02:37 +0000)]
Feature request 595948: Re-Filter logging in single line

20 years agoResyncing HEAD with v_3_0_branch for two OSX fixes:
David Schmidt [Thu, 25 Sep 2003 01:44:33 +0000 (01:44 +0000)]
Resyncing HEAD with v_3_0_branch for two OSX fixes:
Making thread IDs look sane in the logfile for Mach kernels,
and fixing multithreading crashes due to thread-unsafe
system calls.
and

20 years agoUpdate ChageLog (mostly to test my CVS access on a CYGWIN machine)
David Schmidt [Mon, 22 Sep 2003 19:05:22 +0000 (19:05 +0000)]
Update ChageLog (mostly to test my CVS access on a CYGWIN machine)

20 years agoAdd explanation for send-banner?type=custom in default.filter. See
David Schmidt [Mon, 22 Sep 2003 02:25:01 +0000 (02:25 +0000)]
Add explanation for send-banner?type=custom in default.filter.  See
feature request item #633594.

20 years agoEnable sending a custom 'blocked' image. Shows up as
David Schmidt [Mon, 22 Sep 2003 00:33:01 +0000 (00:33 +0000)]
Enable sending a custom 'blocked' image.  Shows up as
"image-blocker-custom-file" parameter in config, and
"+set-image-blocker{custom}" in action files.