privoxy.git
21 years agoRewrite cvs write access give-away section.
hal9 [Wed, 11 Dec 2002 13:12:15 +0000 (13:12 +0000)]
Rewrite cvs write access give-away section.

21 years agobetter service description. This text will be shown when the user configures the...
kick_ [Tue, 10 Dec 2002 20:52:16 +0000 (20:52 +0000)]
better service description. This text will be shown when the user configures the services

21 years agoAdd faq on win32 error 503 due to ZoneAlarm.
hal9 [Sun, 1 Dec 2002 06:31:58 +0000 (06:31 +0000)]
Add faq on win32 error 503 due to ZoneAlarm.

21 years agoAdd Andrew Lock.
hal9 [Sat, 30 Nov 2002 02:34:17 +0000 (02:34 +0000)]
Add Andrew Lock.

21 years agoupdate
oes [Thu, 28 Nov 2002 18:39:21 +0000 (18:39 +0000)]
update

21 years agoChanged text so that it fits both the disabled and the
oes [Thu, 28 Nov 2002 18:16:19 +0000 (18:16 +0000)]
Changed text so that it fits both the disabled and the
illegal-referrer case.

21 years agoAdded flag to each cgi_dispatcher that allows or denies
oes [Thu, 28 Nov 2002 18:15:44 +0000 (18:15 +0000)]
Added flag to each cgi_dispatcher that allows or denies
external linking and removed const qualifier from
struct list_entry.str.

21 years agoAdded cgi_error_disabled
oes [Thu, 28 Nov 2002 18:15:17 +0000 (18:15 +0000)]
Added cgi_error_disabled

21 years agoAdded unmap function that removes all items with a given
oes [Thu, 28 Nov 2002 18:14:54 +0000 (18:14 +0000)]
Added unmap function that removes all items with a given
name from a map.

21 years agoDisable access to critical CGIs via untrusted referrers.
oes [Thu, 28 Nov 2002 18:14:32 +0000 (18:14 +0000)]
Disable access to critical CGIs via untrusted referrers.
This prevents users from being tricked by malicious websites
into making unintentional configuration changes:

 - Added flag to each cgi_dispatcher that allows or denies
   external linking
 - Introduced proviorical function that greps for the
   referrer header before regular header parsing happens
 - Added safety check to dispatch_known_cgi. CGI is called
   if (cgi harmless || no referrer || we are referrer).
   Else a) toggle calls are modified not to change status and
   b) all other calls are denied.

21 years agoFixed broken handling of pre-set CFLAGS
oes [Wed, 27 Nov 2002 12:55:26 +0000 (12:55 +0000)]
Fixed broken handling of pre-set CFLAGS

21 years agoOoops, forgot one change.
oes [Wed, 20 Nov 2002 17:12:30 +0000 (17:12 +0000)]
Ooops, forgot one change.

21 years agoApplied patch by Mattes Dolak which adds re-creation of the win32 taskbar
oes [Wed, 20 Nov 2002 14:39:32 +0000 (14:39 +0000)]
Applied patch by Mattes Dolak which adds re-creation of the win32 taskbar
icon on reception of the "TaskbarCreated" window message.

21 years agoFixed compiler warning
oes [Wed, 20 Nov 2002 14:39:05 +0000 (14:39 +0000)]
Fixed compiler warning

21 years agoFixed delayed/incomplete freeing of client resources and
oes [Wed, 20 Nov 2002 14:38:15 +0000 (14:38 +0000)]
Fixed delayed/incomplete freeing of client resources and
simplified loop structure in sweep.
Thanks to Oliver Stoeneberg for the hint.

21 years agoFix: Head of global clients list now initialized to NULL
oes [Wed, 20 Nov 2002 14:37:47 +0000 (14:37 +0000)]
Fix: Head of global clients list now initialized to NULL

21 years agoFixed Win32 error logging in bind_port.
oes [Wed, 20 Nov 2002 14:37:24 +0000 (14:37 +0000)]
Fixed Win32 error logging in bind_port.
Thanks to Oliver Stoeneberg for the hint.

21 years agoExtended unload_current_actions_file() to multiple AFs.
oes [Wed, 20 Nov 2002 14:36:55 +0000 (14:36 +0000)]
Extended unload_current_actions_file() to multiple AFs.
Thanks to Oliver Stoeneberg for the hint.

21 years agoMove default profiles table from FAQ to U-M, and other minor related changes.
hal9 [Sun, 17 Nov 2002 06:41:06 +0000 (06:41 +0000)]
Move default profiles table from FAQ to U-M, and other minor related changes.
Add faq on cookies.

21 years agoAdded Guy's last name
oes [Sat, 16 Nov 2002 15:35:59 +0000 (15:35 +0000)]
Added Guy's last name

21 years agoAdding Don Libes and Oliver Stoenberg
hal9 [Wed, 13 Nov 2002 01:35:09 +0000 (01:35 +0000)]
Adding Don Libes and Oliver Stoenberg

21 years agoFixed memory leak in parse_http_request() reported by Oliver Stoeneberg. Fixes bug...
oes [Tue, 12 Nov 2002 16:50:40 +0000 (16:50 +0000)]
Fixed memory leak in parse_http_request() reported by Oliver Stoeneberg. Fixes bug #637073

21 years agoMove unrelated variable declaration out of #ifdef FEATURE_ACL; fixes bug #636655
oes [Tue, 12 Nov 2002 16:28:20 +0000 (16:28 +0000)]
Move unrelated variable declaration out of #ifdef FEATURE_ACL; fixes bug #636655

21 years agoAdded missing #ifdef FEATURE_TOGGLE around g_bToggleIJB; fixes bug #636651
oes [Tue, 12 Nov 2002 16:20:37 +0000 (16:20 +0000)]
Added missing #ifdef FEATURE_TOGGLE around g_bToggleIJB; fixes bug #636651

21 years agoExchanged js-annoyance filter against status bar rewrites with improved version by...
oes [Tue, 12 Nov 2002 16:14:43 +0000 (16:14 +0000)]
Exchanged js-annoyance filter against status bar rewrites with improved version by Don Libes

21 years agoFix: Don't free uninitialized struct editable_file
oes [Tue, 12 Nov 2002 15:01:41 +0000 (15:01 +0000)]
Fix: Don't free uninitialized struct editable_file

21 years agoProper backtracking in simplematch; fixes bug #632888
oes [Tue, 12 Nov 2002 14:28:18 +0000 (14:28 +0000)]
Proper backtracking in simplematch; fixes bug #632888

21 years agoMake refresh-tags filter work even on incorrect refresh tags like found on usatoday.com
oes [Mon, 11 Nov 2002 13:39:47 +0000 (13:39 +0000)]
Make refresh-tags filter work even on incorrect refresh tags like found on usatoday.com

21 years agoFix typo: supressed -> suppressed
hal9 [Sun, 10 Nov 2002 04:20:02 +0000 (04:20 +0000)]
Fix typo: supressed -> suppressed

21 years agoMade img-reorder more cautious. Fixes bug #632715
oes [Fri, 8 Nov 2002 16:39:17 +0000 (16:39 +0000)]
Made img-reorder more cautious. Fixes bug #632715

21 years agoCatch up with main trunk install/uninstall. Quiet output, etc.
hal9 [Mon, 4 Nov 2002 07:04:03 +0000 (07:04 +0000)]
Catch up with main trunk install/uninstall. Quiet output, etc.

21 years agoAdd content-cookies to allow-all-cookies alias.
hal9 [Wed, 30 Oct 2002 01:59:38 +0000 (01:59 +0000)]
Add content-cookies to allow-all-cookies alias.

21 years agoAdd 3 Q/A's relating to HTML in email. Other minor touchups.
hal9 [Tue, 29 Oct 2002 03:21:50 +0000 (03:21 +0000)]
Add 3 Q/A's relating to HTML in email. Other minor touchups.

21 years agoAdd config.base.
hal9 [Fri, 25 Oct 2002 04:32:03 +0000 (04:32 +0000)]
Add config.base.

21 years agoPort of make install, etc from main trunk. Needs testing! Add Slackware
hal9 [Fri, 25 Oct 2002 02:44:23 +0000 (02:44 +0000)]
Port of make install, etc from main trunk. Needs testing! Add Slackware
support, and other related changes. Update related docs.

21 years agoAdding Slackware as part of make install updates.
hal9 [Thu, 24 Oct 2002 22:09:44 +0000 (22:09 +0000)]
Adding Slackware as part of make install updates.

21 years agoAdd slackware. Update sources for new INSTALL file (README and INSTALL).
hal9 [Thu, 24 Oct 2002 22:07:39 +0000 (22:07 +0000)]
Add slackware. Update sources for new INSTALL file (README and INSTALL).

21 years agoRe-write with many new examples and more commentary.
hal9 [Mon, 21 Oct 2002 02:33:10 +0000 (02:33 +0000)]
Re-write with many new examples and more commentary.

21 years agoUpdates to the user.action examples section. A few new ones.
hal9 [Mon, 21 Oct 2002 02:32:01 +0000 (02:32 +0000)]
Updates to the user.action examples section. A few new ones.

21 years agoFix broken link for faq/questions.html. Major rework of user.action coming
hal9 [Sun, 20 Oct 2002 19:32:10 +0000 (19:32 +0000)]
Fix broken link for faq/questions.html. Major rework of user.action coming
later.

21 years agoAdd from main trunk. Will be needed for make install.
hal9 [Thu, 17 Oct 2002 17:04:22 +0000 (17:04 +0000)]
Add from main trunk. Will be needed for make install.

21 years agos/Advanced/Radical/ (stupid me)
oes [Tue, 15 Oct 2002 12:50:22 +0000 (12:50 +0000)]
s/Advanced/Radical/ (stupid me)

21 years agoAdded Microsuck faq; more detail for PHP problem
oes [Tue, 15 Oct 2002 12:38:56 +0000 (12:38 +0000)]
Added Microsuck faq; more detail for PHP problem

21 years agoAdd demoronizer filter reference.
hal9 [Sun, 13 Oct 2002 22:01:30 +0000 (22:01 +0000)]
Add demoronizer filter reference.

21 years agoAdding demoronizer filter. This should include all the common abuses. I have
hal9 [Sun, 13 Oct 2002 21:56:52 +0000 (21:56 +0000)]
Adding demoronizer filter. This should include all the common abuses. I have
left a few of the rare cases commented out (never found these in the wild).

21 years agoUpdates for demoronizer, more commentary on Radical profile, and update on
hal9 [Sat, 12 Oct 2002 01:13:13 +0000 (01:13 +0000)]
Updates for demoronizer, more commentary on Radical profile, and update on
the srvany.exe/icon fix.

21 years agoAdd demoronizer to filter section.
hal9 [Sat, 12 Oct 2002 00:51:53 +0000 (00:51 +0000)]
Add demoronizer to filter section.

21 years agoAdd Mattes, Johny, Brian.
hal9 [Thu, 10 Oct 2002 06:09:11 +0000 (06:09 +0000)]
Add Mattes, Johny, Brian.

21 years agos/Advanced/Radical/ and added very brief note.
hal9 [Thu, 10 Oct 2002 04:09:35 +0000 (04:09 +0000)]
s/Advanced/Radical/ and added very brief note.

21 years agoAdd notes to session-cookies-only and Quickstart about pre-existing
hal9 [Thu, 10 Oct 2002 03:49:21 +0000 (03:49 +0000)]
Add notes to session-cookies-only and Quickstart about pre-existing
cookies. Also, note content-cookies work differently.

21 years agoUpdated trustfile comments to match U-M.
hal9 [Wed, 9 Oct 2002 01:43:58 +0000 (01:43 +0000)]
Updated trustfile comments to match U-M.

21 years agoUpdated the trustfile related content.
hal9 [Wed, 9 Oct 2002 01:43:25 +0000 (01:43 +0000)]
Updated the trustfile related content.

21 years agoBugfix: Need to check validity of backreferences explicitly, because when max_matches...
oes [Tue, 8 Oct 2002 16:22:28 +0000 (16:22 +0000)]
Bugfix: Need to check validity of backreferences explicitly, because when max_matches are reached and matches is expanded, realloc() does not zero the memory. Fixes Bug # 606227

21 years agoRewrite comments to better reflect usage. And to improve the grammar. Update
hal9 [Tue, 1 Oct 2002 04:57:15 +0000 (04:57 +0000)]
Rewrite comments to better reflect usage. And to improve the grammar. Update
help link to U-M.

21 years agoUpdate $version for pending release, and add MS examples for @user-manual@.
hal9 [Sun, 29 Sep 2002 05:39:13 +0000 (05:39 +0000)]
Update $version for pending release, and add MS examples for @user-manual@.

21 years agoUpdate error logging to give sane values for thread IDs on Mach kernels.
David Schmidt [Sat, 28 Sep 2002 00:30:57 +0000 (00:30 +0000)]
Update error logging to give sane values for thread IDs on Mach kernels.
It's still a hack, but at least it looks farily normal.  We print the
absolute value of the first 4 bytes of the pthread_t modded with 1000.

21 years agoNew user-manual examples in config-file are getting wrapped. Add warning.
hal9 [Thu, 26 Sep 2002 22:50:02 +0000 (22:50 +0000)]
New user-manual examples in config-file are getting wrapped. Add warning.

21 years agoChanges to reflect recent change in stable branch commit policy (hopefully
hal9 [Thu, 26 Sep 2002 21:53:45 +0000 (21:53 +0000)]
Changes to reflect recent change in stable branch commit policy (hopefully
clearer now).

21 years agoMore explanation on Privoxy patterns, more on content-cookies and SSL.
hal9 [Thu, 26 Sep 2002 01:25:36 +0000 (01:25 +0000)]
More explanation on Privoxy patterns, more on content-cookies and SSL.

21 years agoSmall additions for LAN setup, content-cookies/SSL, and FTP non-support.
hal9 [Thu, 26 Sep 2002 01:22:45 +0000 (01:22 +0000)]
Small additions for LAN setup, content-cookies/SSL, and FTP non-support.

21 years agoPorting 3.1.1 changes: more on cvs and branches, more on versions and
hal9 [Thu, 26 Sep 2002 01:21:40 +0000 (01:21 +0000)]
Porting 3.1.1 changes: more on cvs and branches, more on versions and
releases.

21 years agoUpdated some comments
oes [Wed, 25 Sep 2002 17:56:20 +0000 (17:56 +0000)]
Updated some comments

21 years agoAdd recent changes
oes [Wed, 25 Sep 2002 16:17:25 +0000 (16:17 +0000)]
Add recent changes

21 years agoMarking as non-release
oes [Wed, 25 Sep 2002 15:35:15 +0000 (15:35 +0000)]
Marking as non-release

21 years ago- Work around JS problem in NS 2.0 (no joke)
oes [Wed, 25 Sep 2002 15:34:09 +0000 (15:34 +0000)]
- Work around JS problem in NS 2.0 (no joke)
- Make JS string edit popup remove the pattern
  if edited to empty; make JS add popup do nothing
  if pattern empty.

21 years agoRemoved obsolete files
oes [Wed, 25 Sep 2002 15:31:23 +0000 (15:31 +0000)]
Removed obsolete files

21 years agoAdded more aliases for prehistoric action names
oes [Wed, 25 Sep 2002 15:25:25 +0000 (15:25 +0000)]
Added more aliases for prehistoric action names

21 years agoUncheck the "Show Privoxy Window" taskbar menu item when window gets minimized. Fixes...
oes [Wed, 25 Sep 2002 15:23:10 +0000 (15:23 +0000)]
Uncheck the "Show Privoxy Window" taskbar menu item when window gets minimized. Fixes bug #606804

21 years agoAdded missing/new filters to profiles
oes [Wed, 25 Sep 2002 15:19:25 +0000 (15:19 +0000)]
Added missing/new filters to profiles

21 years agoSynced with medium profile from new standard.action; updated comments
oes [Wed, 25 Sep 2002 15:15:06 +0000 (15:15 +0000)]
Synced with medium profile from new standard.action; updated comments

21 years agoPreserve original quoting style in <img> tags wherever possible. Fixes Bug #605956
oes [Wed, 25 Sep 2002 15:09:39 +0000 (15:09 +0000)]
Preserve original quoting style in <img> tags wherever possible. Fixes Bug #605956

21 years agoImproved cookie logging
oes [Wed, 25 Sep 2002 14:59:53 +0000 (14:59 +0000)]
Improved cookie logging

21 years agoAdded basic support for OPTIONS and TRACE HTTP methods:
oes [Wed, 25 Sep 2002 14:53:15 +0000 (14:53 +0000)]
Added basic support for OPTIONS and TRACE HTTP methods:
parse_http_url now recognizes the "*" URI as well as
the OPTIONS and TRACE method keywords.

21 years agoAdded basic support for OPTIONS and TRACE HTTP methods:
oes [Wed, 25 Sep 2002 14:52:46 +0000 (14:52 +0000)]
Added basic support for OPTIONS and TRACE HTTP methods:
 - New parser function client_max_forwards which decrements
   the Max-Forwards HTTP header field of OPTIONS and TRACE
   requests by one before forwarding
 - New parser function client_host which extracts the host
   and port information from the HTTP header field if the
   request URI was not absolute
 - Don't crumble and re-add the Host: header, but only generate
   and append if missing

21 years agoAdded basic support for OPTIONS and TRACE HTTP methods:
oes [Wed, 25 Sep 2002 14:52:24 +0000 (14:52 +0000)]
Added basic support for OPTIONS and TRACE HTTP methods:
 - New interceptor direct_response() added in chat().
 - sed() moved to earlier in the process, so that the
   Host: header is evaluated before actions and forwarding
   are decided on.

21 years agoAdded basic support for OPTIONS and TRACE HTTP methods:
oes [Wed, 25 Sep 2002 14:51:51 +0000 (14:51 +0000)]
Added basic support for OPTIONS and TRACE HTTP methods:
New function direct_response which handles OPTIONS and
TRACE requests whose Max-Forwards header field is zero.

21 years agoMade strcmpic and strncmpic safe against NULL arguments
oes [Wed, 25 Sep 2002 12:58:51 +0000 (12:58 +0000)]
Made strcmpic and strncmpic safe against NULL arguments
(which are now treated as empty strings).

21 years agoMake log_error safe against NULL string arguments
oes [Wed, 25 Sep 2002 12:47:42 +0000 (12:47 +0000)]
Make log_error safe against NULL string arguments

21 years agomake one of the sed commands to handle config CVS resistent...
Roland Rosenfeld [Fri, 6 Sep 2002 16:32:00 +0000 (16:32 +0000)]
make one of the sed commands to handle config CVS resistent...

21 years agoprivoxy (3.0.0-2) unstable; urgency=low
Roland Rosenfeld [Fri, 6 Sep 2002 15:47:46 +0000 (15:47 +0000)]
privoxy (3.0.0-2) unstable; urgency=low

  * Recompile with libc6 from testing (instead of unstable).

 -- Roland Rosenfeld <roland@debian.org>  Fri,  6 Sep 2002 17:32:35 +0200

privoxy (3.0.0-1) unstable; urgency=low

  * New upstream version (Closes: #158613).
  * Remove version number from config file, to avoid changing it on every
    new upstream version.  Sorry, this time you will still be bothered...

 -- Roland Rosenfeld <roland@debian.org>  Sun,  1 Sep 2002 18:58:07 +0200

21 years agoObsolete
oes [Thu, 5 Sep 2002 16:40:11 +0000 (16:40 +0000)]
Obsolete

21 years agoOoops, wrong branch, sorry.
hal9 [Sat, 31 Aug 2002 02:35:07 +0000 (02:35 +0000)]
Ooops, wrong branch, sorry.

21 years agoUseful perl ChangeLog generator from 'cvs log', might be good for double
hal9 [Sat, 31 Aug 2002 02:26:29 +0000 (02:26 +0000)]
Useful perl ChangeLog generator from 'cvs log', might be good for double
checking our ChangeLog, though format is quite different.

21 years agoAdd David Mediavilla as tester. Minor changes to announce.sgml for stable
hal9 [Fri, 30 Aug 2002 02:52:11 +0000 (02:52 +0000)]
Add David Mediavilla as tester. Minor changes to announce.sgml for stable
situations.

21 years agoFixed stupid typo v_3_0_0
oes [Tue, 27 Aug 2002 18:03:40 +0000 (18:03 +0000)]
Fixed stupid typo

21 years agoRequire AF 1.5 & Privoxy 3.0
oes [Tue, 27 Aug 2002 16:33:39 +0000 (16:33 +0000)]
Require AF 1.5 & Privoxy 3.0

21 years agoBump version to 1.5
oes [Tue, 27 Aug 2002 16:33:04 +0000 (16:33 +0000)]
Bump version to 1.5

21 years agoFix typo.
hal9 [Mon, 26 Aug 2002 16:27:31 +0000 (16:27 +0000)]
Fix typo.

21 years agoSmall formatting improvement.
hal9 [Mon, 26 Aug 2002 00:20:18 +0000 (00:20 +0000)]
Small formatting improvement.

21 years agoUpdated for 3.0 release.
hal9 [Sun, 25 Aug 2002 23:53:19 +0000 (23:53 +0000)]
Updated for 3.0 release.

21 years agoAlmost forgot, reset version string for 3.0.0.
hal9 [Sun, 25 Aug 2002 23:50:21 +0000 (23:50 +0000)]
Almost forgot, reset version string for 3.0.0.

21 years agoRegenerated docs for 3.0.0.
hal9 [Sun, 25 Aug 2002 23:41:33 +0000 (23:41 +0000)]
Regenerated docs for 3.0.0.

21 years agoGetting ready for 3.0 release.
hal9 [Sun, 25 Aug 2002 23:37:00 +0000 (23:37 +0000)]
Getting ready for 3.0 release.

21 years agoBump version for 3.0.0.
hal9 [Sun, 25 Aug 2002 23:36:03 +0000 (23:36 +0000)]
Bump version for 3.0.0.

21 years agoFix one grammatical error. Add brief FAQ relating to tranparent proxies (ie
hal9 [Sun, 25 Aug 2002 23:31:56 +0000 (23:31 +0000)]
Fix one grammatical error. Add brief FAQ relating to tranparent proxies (ie
port 80 setting). Add FAQ on effects of Privoxy on downloaded files
(especially filtering).

21 years agoAdded Karsten and higuita, and minor clarifications.
hal9 [Sun, 25 Aug 2002 17:20:34 +0000 (17:20 +0000)]
Added Karsten and higuita, and minor clarifications.

21 years agos/will be released/was released/, ie 3.0.
hal9 [Sun, 25 Aug 2002 17:13:13 +0000 (17:13 +0000)]
s/will be released/was released/, ie 3.0.

21 years agoAdd NEWS about stable release of Privoxy has happened!
hal9 [Sun, 25 Aug 2002 17:12:20 +0000 (17:12 +0000)]
Add NEWS about stable release of Privoxy has happened!

21 years agoAdd warning about 'make install' being borked.
hal9 [Sun, 25 Aug 2002 17:10:55 +0000 (17:10 +0000)]
Add warning about 'make install' being borked.

21 years agoAdd contrib location.
hal9 [Sat, 24 Aug 2002 21:06:15 +0000 (21:06 +0000)]
Add contrib location.