privoxy.git
17 years agoStop removing rc.privoxy.orig in dh_clean.
Roland Rosenfeld [Sat, 9 Sep 2006 14:02:10 +0000 (14:02 +0000)]
Stop removing rc.privoxy.orig in dh_clean.

17 years agoIntegrated Oliver Yeoh's domain pattern fix
Fabian Keil [Sat, 9 Sep 2006 14:01:45 +0000 (14:01 +0000)]
Integrated Oliver Yeoh's domain pattern fix
to make sure *x matches xx. Closes Patch 1217393
and Bug 1170767.

17 years agoalso backup doc/pdf
Roland Rosenfeld [Sat, 9 Sep 2006 13:57:55 +0000 (13:57 +0000)]
also backup doc/pdf

17 years ago- Add patches from Debian release 3.0.3-2-2
Roland Rosenfeld [Sat, 9 Sep 2006 13:49:59 +0000 (13:49 +0000)]
- Add patches from Debian release 3.0.3-2-2
- Adapt Debian patches to the upcoming 3.0.4 release

17 years agoModified cgi_send_user_manual to serve binary
Fabian Keil [Sat, 9 Sep 2006 13:05:33 +0000 (13:05 +0000)]
Modified cgi_send_user_manual to serve binary
content without destroying it first. Should also be
faster now. Added ".jpg" check for Content-Type guessing.

17 years agoSoften actions files update interval.
hal9 [Sat, 9 Sep 2006 01:12:15 +0000 (01:12 +0000)]
Soften actions files update interval.

17 years agoBumped versions to 3.0.4. Both files should be checked further.
hal9 [Sat, 9 Sep 2006 00:35:10 +0000 (00:35 +0000)]
Bumped versions to 3.0.4. Both files should be checked further.

17 years agoAdding image for user manual.
hal9 [Sat, 9 Sep 2006 00:23:06 +0000 (00:23 +0000)]
Adding image for user manual.

17 years agoUser manual images are now user-manual doc directory, and fix make install
hal9 [Fri, 8 Sep 2006 23:57:19 +0000 (23:57 +0000)]
User manual images are now user-manual doc directory, and fix make install
target accordingly.

17 years agoMoving these image files to user-manual from ../images for new config
hal9 [Fri, 8 Sep 2006 23:44:24 +0000 (23:44 +0000)]
Moving these image files to user-manual from ../images for new config
user-manual settings.

17 years agoFix broken links. Add faq on hosts files. Move most of new windows service
hal9 [Fri, 8 Sep 2006 23:05:08 +0000 (23:05 +0000)]
Fix broken links. Add faq on hosts files. Move most of new windows service
feature to user manual and reference in faq. Various other small changes.

17 years agoAdjust hide-if-modified-since example values
Fabian Keil [Fri, 8 Sep 2006 12:19:02 +0000 (12:19 +0000)]
Adjust hide-if-modified-since example values
to reflect the recent changes.

17 years agoHave hide-if-modified-since interpret the random
Fabian Keil [Fri, 8 Sep 2006 12:06:35 +0000 (12:06 +0000)]
Have hide-if-modified-since interpret the random
range value as minutes instead of hours. Allows
more fine-grained configuration.

17 years agoDeliver documents in the user-manual directory
Fabian Keil [Fri, 8 Sep 2006 09:49:23 +0000 (09:49 +0000)]
Deliver documents in the user-manual directory
with "Content-Type text/css" if their filename
ends with ".css".

17 years agoVarious changes:
hal9 [Fri, 8 Sep 2006 02:38:59 +0000 (02:38 +0000)]
Various changes:
 -Fix a number of broken links.
 -Migrate the new Windows service command line options, and reference as
  needed.
 -Rebuild so that can be used with the new "user-manual" config capabilities.
 -Etc.

17 years agoCorrect wording on user-manual setting.
hal9 [Fri, 8 Sep 2006 02:36:37 +0000 (02:36 +0000)]
Correct wording on user-manual setting.

17 years agoVarious changes to implement building and installing docs to be compatible
hal9 [Fri, 8 Sep 2006 02:32:00 +0000 (02:32 +0000)]
Various changes to implement building and installing docs to be compatible
with the new "user-manual" settings in config from Roland. Docbook does not
seem to like dealing with more than one css file, so workaround that here.
Change 'make install' so it provides p_doc.css in the user-manual doc
directory so that functions well, and lastly modify 'make install' so that the
PATH is automatically set, and the 'user-manual' directive should done during
the install.

17 years agoA start on some code sites to be exempted. Added subversion exemption.
hal9 [Thu, 7 Sep 2006 22:53:59 +0000 (22:53 +0000)]
A start on some code sites to be exempted. Added subversion exemption.

17 years agoMake sure config sgml build related artifacts are cleaned out.
hal9 [Thu, 7 Sep 2006 22:53:20 +0000 (22:53 +0000)]
Make sure config sgml build related artifacts are cleaned out.

17 years agoOnly predate the Last-Modified header for cgi responses
Fabian Keil [Thu, 7 Sep 2006 14:06:38 +0000 (14:06 +0000)]
Only predate the Last-Modified header for cgi responses
that are delivered with status code 404 or 503.

17 years agoMark cgi_send_user_manual as harmless,
Fabian Keil [Thu, 7 Sep 2006 11:56:39 +0000 (11:56 +0000)]
Mark cgi_send_user_manual as harmless,
to fix the access denied problem Hal spotted.
The manual has no secret content, therefore we
don't have to care about "secure" referrers.

17 years agoTurns out trusted referrers above our arbitrary
Fabian Keil [Thu, 7 Sep 2006 10:40:30 +0000 (10:40 +0000)]
Turns out trusted referrers above our arbitrary
limit are downgraded too ordinary trusted URLs.
Adjusted error message.

17 years agoFix typo.
Fabian Keil [Thu, 7 Sep 2006 10:25:39 +0000 (10:25 +0000)]
Fix typo.

17 years agoIf too many trusted referrers are used,
Fabian Keil [Thu, 7 Sep 2006 10:22:20 +0000 (10:22 +0000)]
If too many trusted referrers are used,
print only one error message instead of logging
every single trusted referrer above the arbitrary
limit.

17 years ago- This includes Fabian two new options for config.
hal9 [Thu, 7 Sep 2006 02:02:56 +0000 (02:02 +0000)]
- This includes Fabian two new options for config.
- User manual config option is now first option in config so that path can
  be seen during program start up. Required moving the first two sections
  around.

17 years agoAdded new config options, and FTP request error.
hal9 [Thu, 7 Sep 2006 01:21:38 +0000 (01:21 +0000)]
Added new config options, and FTP request error.

17 years agoIncorporate modified version of Roland Rosenfeld's patch to
Fabian Keil [Wed, 6 Sep 2006 18:45:03 +0000 (18:45 +0000)]
Incorporate modified version of Roland Rosenfeld's patch to
optionally access the user-manual via Privoxy. Closes patch 679075.

Formatting changed to Privoxy style, added call to
cgi_error_no_template if the requested file doesn't
exist and modified check whether or not Privoxy itself
should serve the manual. Should work cross-platform now.

17 years agoAlways have parse_header_time return a pointer
Fabian Keil [Wed, 6 Sep 2006 16:25:51 +0000 (16:25 +0000)]
Always have parse_header_time return a pointer
that actual makes sense, even though we currently
only need it to detect problems.

17 years agoRespond with 400 and a short text message
Fabian Keil [Wed, 6 Sep 2006 13:03:04 +0000 (13:03 +0000)]
Respond with 400 and a short text message
if the client tries to use Privoxy as FTP proxy.

17 years agoAdded sections for enable-remote-http-toggle
Fabian Keil [Wed, 6 Sep 2006 11:38:33 +0000 (11:38 +0000)]
Added sections for enable-remote-http-toggle
and forwarded-connect-retries.

17 years agoAdded config option enable-remote-http-toggle
Fabian Keil [Wed, 6 Sep 2006 10:43:32 +0000 (10:43 +0000)]
Added config option enable-remote-http-toggle
to specify if Privoxy should recognize special
headers (currently only X-Filter) to change its
behaviour. Disabled by default.

17 years agoMake number of retries in case of forwarded-connect problems
Fabian Keil [Wed, 6 Sep 2006 09:23:37 +0000 (09:23 +0000)]
Make number of retries in case of forwarded-connect problems
a config file option (forwarded-connect-retries) and use 0 as
default.

17 years agoRemove MS Windows references and a few minor adjustments.
hal9 [Wed, 6 Sep 2006 03:04:46 +0000 (03:04 +0000)]
Remove MS Windows references and a few minor adjustments.

17 years agoComment out user filter.
hal9 [Wed, 6 Sep 2006 02:17:53 +0000 (02:17 +0000)]
Comment out user filter.

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.