hal9 [Fri, 13 Dec 2002 23:47:10 +0000 (23:47 +0000)]
Add openbsd special flags per gunner at styx2002.no-ip.org
hal9 [Wed, 11 Dec 2002 13:13:32 +0000 (13:13 +0000)]
Rewrite cvs write access section.
hal9 [Sun, 1 Dec 2002 06:31:27 +0000 (06:31 +0000)]
Add FAQ on error 503 win32.
hal9 [Sat, 30 Nov 2002 02:35:39 +0000 (02:35 +0000)]
Add Andrew Lock.
oes [Wed, 27 Nov 2002 12:40:54 +0000 (12:40 +0000)]
Fixed broken handling of pre-set CFLAGS
oes [Sat, 16 Nov 2002 15:37:03 +0000 (15:37 +0000)]
Added Guy's last name
hal9 [Wed, 13 Nov 2002 01:38:16 +0000 (01:38 +0000)]
Adding Don Libes and Oliver Stoenberg
oes [Tue, 12 Nov 2002 16:50:58 +0000 (16:50 +0000)]
Fixed memory leak in parse_http_request() reported by Oliver Stoeneberg. Fixes bug #637073
oes [Tue, 12 Nov 2002 16:19:18 +0000 (16:19 +0000)]
Fix: g_bToggleIJB was used outside #ifdef FEATURE_TOGGLE
oes [Tue, 12 Nov 2002 16:16:49 +0000 (16:16 +0000)]
Exchanged js-annoyance filter against status bar rewrites with improved version by Don Libes
oes [Tue, 12 Nov 2002 15:02:01 +0000 (15:02 +0000)]
Fix: Don't free uninitialized struct editable_file
oes [Tue, 12 Nov 2002 14:30:04 +0000 (14:30 +0000)]
Proper backtracking in simplematch; fixes bug #632888
oes [Mon, 11 Nov 2002 13:40:38 +0000 (13:40 +0000)]
Make refresh-tags filter work even on incorrect refresh tags like found on usatoday.com
hal9 [Sun, 10 Nov 2002 04:20:38 +0000 (04:20 +0000)]
Fix typo: supressed -> suppressed
oes [Fri, 8 Nov 2002 16:40:56 +0000 (16:40 +0000)]
Made img-reorder more cautious. Fixes bug #632715
hal9 [Mon, 4 Nov 2002 05:11:05 +0000 (05:11 +0000)]
Just a clean up of overly verbose output from install/uninstall.
hal9 [Wed, 30 Oct 2002 01:59:53 +0000 (01:59 +0000)]
Add content-cookies to allow-all-cookies alias.
hal9 [Tue, 29 Oct 2002 03:22:22 +0000 (03:22 +0000)]
Add 3 FAQs relating to HTML in email. Other minor touch ups.
hal9 [Mon, 28 Oct 2002 06:01:39 +0000 (06:01 +0000)]
Make uninstall: cp -v problems on SF Solaris.
hal9 [Mon, 28 Oct 2002 02:12:22 +0000 (02:12 +0000)]
Make install/uninstall:
- More cleanup of variables
- Make the minimum requirement for root install, an available non-root GROUP.
If a privoxy user exists (and no other USER is specified), then the files
that require write access are installed as group owned by privoxy. FIXME:
There has to be a cleaner way to do this.
- Uninstall now saves configuration files to /tmp.
hal9 [Fri, 25 Oct 2002 04:30:06 +0000 (04:30 +0000)]
Add config.base (from make install)
hal9 [Thu, 24 Oct 2002 22:24:58 +0000 (22:24 +0000)]
Make install: Minor clean up for variable handling.
hal9 [Thu, 24 Oct 2002 16:32:41 +0000 (16:32 +0000)]
echo -n does not work with true /bin/sh. Use AC_MSG_CHECKING for docbook stuff.
hal9 [Thu, 24 Oct 2002 00:40:46 +0000 (00:40 +0000)]
Quote $$answer to avoid error on null value.
agotneja [Wed, 23 Oct 2002 07:00:21 +0000 (07:00 +0000)]
added a chmod on mkinstalldirs just before using it, otherwise it
will fail when running make for the first time.
agotneja [Wed, 23 Oct 2002 06:14:09 +0000 (06:14 +0000)]
Added FreeBSD checks to stop people from using the default 'make'
agotneja [Wed, 23 Oct 2002 05:41:45 +0000 (05:41 +0000)]
Added checks for Solaris 'make' command, and more extensive checks that
the user is running GNU make.
hal9 [Tue, 22 Oct 2002 05:49:14 +0000 (05:49 +0000)]
Make install:
- /bin/sh on Solaris does not handle: ! test.
- Remove some unused doc variables.
- Make configs group writable.
hal9 [Tue, 22 Oct 2002 02:22:18 +0000 (02:22 +0000)]
Look for gmake first, and fall back to make. More Solaris trouble.
hal9 [Mon, 21 Oct 2002 02:46:09 +0000 (02:46 +0000)]
Port changes to user.action examples section from 3.0.
hal9 [Mon, 21 Oct 2002 02:36:20 +0000 (02:36 +0000)]
Rewrite with more examples and commentary. Fix help URL.
hal9 [Sun, 20 Oct 2002 19:33:07 +0000 (19:33 +0000)]
Fix broken link to faq/questions.html.
hal9 [Sun, 20 Oct 2002 07:15:12 +0000 (07:15 +0000)]
Getting near the end (I hope) of install target updates:
- Rewrite RH init script to reflect configured values.
- Test for USER=root as well as UID=0
- Test for invalid group (probably needs more work).
- Add /usr to /usr/local test for when to install init scripts, etc.
- More testing on previous changes.
hal9 [Fri, 18 Oct 2002 05:36:32 +0000 (05:36 +0000)]
More install target fixes:
- Quick fix of log ownership on root install (lightly tested). If this goes
true to form, then the fix will break something else :(
- Fix what looks like was invalid user on Slack if root install and
we use an existing privoxy user. No way to test this.
See FIXMEs.
hal9 [Fri, 18 Oct 2002 00:58:07 +0000 (00:58 +0000)]
More install/uninstall/install-strip updates:
- Don't install gzipped man page (Solaris again).
- Don't overwrite existing config files, and install new versions as *.new.
Fix permissions/ownership here too.
- Better testing before removing directories.
- Some better messages during install, ie 'Preserving configs', etc.
- Better handling of install-strip to fix previous problem of trying to strip
init scripts.
- Crude test for valid USER in case is set on command line.
- Force immediate exit on some errors (eg invalid group).
hal9 [Thu, 17 Oct 2002 23:16:00 +0000 (23:16 +0000)]
Update comments for new make install target.
hal9 [Thu, 17 Oct 2002 17:01:29 +0000 (17:01 +0000)]
Set paths to match the defaults for a root install. Force remove PIDFILE on
stop.
hal9 [Wed, 16 Oct 2002 05:38:00 +0000 (05:38 +0000)]
More make install/uninstall updates:
-Make compatible with install-sh with does not support -b flag, and can only
handle one file at a time (sigh).
-Manually save existing config files, if they exist.
-Fix install-strip so does not try to strip init scripts.
oes [Tue, 15 Oct 2002 12:47:23 +0000 (12:47 +0000)]
Added Microsuck faq; more detail for PHP problem
hal9 [Tue, 15 Oct 2002 05:53:34 +0000 (05:53 +0000)]
A few more cleanups:
-use mkinstalldirs consistently.
-Install init script and logrotate only is prefix=/usr/local (installed to
system dir /etc instead of /usr/local...)
-Test for directory existence before removing to avoid misleading error
messages.
hal9 [Sun, 13 Oct 2002 22:01:59 +0000 (22:01 +0000)]
Add demoronizer filter, and note we have an INSTALL file now.
hal9 [Sun, 13 Oct 2002 21:58:20 +0000 (21:58 +0000)]
Add demoronizer filter to sync with 3.0.1.
hal9 [Sun, 13 Oct 2002 20:00:56 +0000 (20:00 +0000)]
Update for make install changes.
hal9 [Sun, 13 Oct 2002 19:58:09 +0000 (19:58 +0000)]
Hopefully, this is final updates for install and uninstall targets.
- Fix typo in chown syntax
- chmod on mkinstalldirs to make it executable (is there a better way?).
- Cleanup comments, and revert most of previous output cleanup changes.
- Include all HTML docs, since there are cross links between these.
- Improved group handling (still some potential problems, see FIXME).
- Update PHONY targets.
- Uninstall was not removing CONF and LOG destinations in some situations.
- Various other minor cleanups.
hal9 [Sat, 12 Oct 2002 06:05:41 +0000 (06:05 +0000)]
WIP: This is mostly to fix various problems encountered on SF CF Solaris
servers for the install target only. This did not handle /[^C]*, test -e, not
quoting within tests (ie [ `id $(USER)` = `id` ] needs quoting) in some
situations, and does not support id -u (with the id in $PATH, but there is
another...). Also, cleaned up output. Needs testing. I am unable to test the
root install stuff either. It installs now at least (not tested further).
A few other nits.
hal9 [Sat, 12 Oct 2002 05:25:18 +0000 (05:25 +0000)]
Test 2. Trying to set as executable.
hal9 [Sat, 12 Oct 2002 05:24:18 +0000 (05:24 +0000)]
Test.
hal9 [Sat, 12 Oct 2002 01:14:42 +0000 (01:14 +0000)]
Updates for demoronizer filter, Radical profile, and the srvany.exe/icon
win32 fix.
hal9 [Fri, 11 Oct 2002 06:03:08 +0000 (06:03 +0000)]
Really install FAQ this time, and not u-m in two locations. Include images
for u-m.
hal9 [Fri, 11 Oct 2002 03:32:38 +0000 (03:32 +0000)]
Sync with recent make install changes, notably the requirement for a non-root
user to exist for the installation. Other touch ups.
hal9 [Fri, 11 Oct 2002 02:28:05 +0000 (02:28 +0000)]
This is more on make install/uninstall, and should settle all outstanding
issues. Install needs a non-root user, preferably user=privoxy. This
is mostly the work of higuita (David Liete). Thanks.
Needs testing, and maybe a few small loose ends, but should do a
reasonable job otherwise. I also changed all == to = in the relevant sections
only per Brian's win32 report.
dessent [Thu, 10 Oct 2002 20:41:32 +0000 (20:41 +0000)]
Fixes Win32 GUI build (changed "icons/" to "src/incons/" in icon definitions)
dessent [Thu, 10 Oct 2002 20:39:27 +0000 (20:39 +0000)]
Fixes for Win32 GUI build (added "$(DIR_PRIVOXY_SRC)/" to dependencies list)
hal9 [Thu, 10 Oct 2002 06:08:48 +0000 (06:08 +0000)]
Add Mattes, Johny, Brian.
hal9 [Thu, 10 Oct 2002 04:10:38 +0000 (04:10 +0000)]
s/Advanced/Radical/ for standard.action change.
hal9 [Thu, 10 Oct 2002 03:50:38 +0000 (03:50 +0000)]
Update cookie sections for pre-existing condition, and content cookies not
effected by session-cookies setting.
hal9 [Wed, 9 Oct 2002 01:45:33 +0000 (01:45 +0000)]
Updated trustfile comments to match U-M.
hal9 [Wed, 9 Oct 2002 01:45:05 +0000 (01:45 +0000)]
Updated the trustfile config section.
oes [Tue, 8 Oct 2002 16:25:30 +0000 (16:25 +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
hal9 [Tue, 1 Oct 2002 04:58:33 +0000 (04:58 +0000)]
Rewrite comments, improve grammar, update help link.
hal9 [Fri, 27 Sep 2002 04:24:07 +0000 (04:24 +0000)]
Minor change of "! test" to "test -ne" for Solaris.
hal9 [Fri, 27 Sep 2002 00:38:44 +0000 (00:38 +0000)]
Some general cleanup of the user/group stuff. Including remove up to ':' to
make Linux (?) compatible with other *nix. Better AC output stuff.
hal9 [Thu, 26 Sep 2002 22:51:16 +0000 (22:51 +0000)]
New user-manual examples in config-file are wrapping now. Add warning.
hal9 [Thu, 26 Sep 2002 21:50:39 +0000 (21:50 +0000)]
Changes to reflect recent change in stable branch commit policy (hopefully
clearer now).
hal9 [Thu, 26 Sep 2002 18:47:46 +0000 (18:47 +0000)]
This is most of Al's patch for --with-user and --with-group which tests that
these are valid values, if specified. If not specified, they are left empty.
oes [Thu, 26 Sep 2002 16:44:45 +0000 (16:44 +0000)]
No fast redirects on washingtonpost.com
hal9 [Thu, 26 Sep 2002 05:58:07 +0000 (05:58 +0000)]
Change development status from working on 3.0 to 3.2.
hal9 [Thu, 26 Sep 2002 05:57:14 +0000 (05:57 +0000)]
Conditionally exclude 'this doc is evolving' comment in intro for non release
situations.
hal9 [Thu, 26 Sep 2002 00:14:42 +0000 (00:14 +0000)]
Small additions for content-cookies/SSL, LAN configuration, and FTP (non)
support.
hal9 [Thu, 26 Sep 2002 00:12:17 +0000 (00:12 +0000)]
Additional notes on Privoxy patterns, and filtering vs SSL.
oes [Wed, 25 Sep 2002 13:00:41 +0000 (13:00 +0000)]
Made strcmpic and strncmpic safe against NULL arguments
(which are now treated as empty strings).
oes [Wed, 25 Sep 2002 12:51:21 +0000 (12:51 +0000)]
Made log_error safe against NULL string arguments
hal9 [Wed, 25 Sep 2002 01:32:15 +0000 (01:32 +0000)]
Newly generated with new additions for new make install, with various
improvements.
hal9 [Wed, 25 Sep 2002 01:31:36 +0000 (01:31 +0000)]
Additions to compliment improved make install target.
hal9 [Mon, 23 Sep 2002 03:42:41 +0000 (03:42 +0000)]
This is higuita's make install/uninstall patch. Needs testing please!!!
hal9 [Mon, 23 Sep 2002 03:38:15 +0000 (03:38 +0000)]
Adding per higuita's make install patch which includes slackware extensions.
iwanttokeepanon [Thu, 19 Sep 2002 03:48:29 +0000 (03:48 +0000)]
Just moved "int i" up 3 lines in function unload_configfile, out of the "ifdef FEATURE_ACL" clause. I disable ACL and it was not compiling because "int i" was ifdef(d) out. I noticed this in the past, but am just now in a spot where I can change/commit stuff ... long live broadband!
oes [Tue, 17 Sep 2002 14:12:58 +0000 (14:12 +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.
hal9 [Mon, 16 Sep 2002 06:04:34 +0000 (06:04 +0000)]
Improved $(VERSION) handling, and related cleanups, with minor changes to most
targets. Renamed all dok-* targets to doc-*, and added some backward
compatibility targets.
hal9 [Mon, 16 Sep 2002 03:21:45 +0000 (03:21 +0000)]
Removing. This page is not generated any more.
oes [Fri, 13 Sep 2002 11:50:55 +0000 (11:50 +0000)]
Added MicroSuck topic; Updated PHP bug topic
oes [Thu, 12 Sep 2002 14:30:32 +0000 (14:30 +0000)]
Uncheck the "Show Privoxy Window" taskbar menu item when window gets minimized. Fixes bug #606804
oes [Thu, 12 Sep 2002 14:05:14 +0000 (14:05 +0000)]
Added more aliases for prehistoric action names
oes [Wed, 11 Sep 2002 16:04:20 +0000 (16:04 +0000)]
Preserve original quoting style in <img> tags wherever possible. Fixes Bug #605956
oes [Wed, 11 Sep 2002 11:23:59 +0000 (11:23 +0000)]
Fixed logging of cookies: Killed incoming cookies now logged; incoming/outgoing cookies now distinguished in log
oes [Wed, 11 Sep 2002 10:59:38 +0000 (10:59 +0000)]
Added comments for new filters
oes [Wed, 11 Sep 2002 10:47:55 +0000 (10:47 +0000)]
Sync defaults with medium profile from standard.action
oes [Wed, 11 Sep 2002 10:47:11 +0000 (10:47 +0000)]
Include settings for content-cookies and quicktime-kioskmode filters
oes [Wed, 11 Sep 2002 08:22:37 +0000 (08:22 +0000)]
Fixed path (C_HDRS are in src/ now)
hal9 [Wed, 11 Sep 2002 01:15:02 +0000 (01:15 +0000)]
Fix typo in variable. Now tested on Solaris and Linux, with defaults.
hal9 [Wed, 11 Sep 2002 01:09:14 +0000 (01:09 +0000)]
Better handling of pidfile, and process owner.
hal9 [Sun, 8 Sep 2002 20:27:58 +0000 (20:27 +0000)]
-Rewrote script config section.
-Added comments to script.
-Tried to add logic to use a --user privoxy, if available.
-Minor script changes due to 'echo -n' does not work on a true
/bin/sh system.
hal9 [Sat, 7 Sep 2002 02:11:06 +0000 (02:11 +0000)]
Remove some testing stuff inadvertantly left in.
hal9 [Fri, 6 Sep 2002 23:33:35 +0000 (23:33 +0000)]
Fix clobber for config.h and config.h.in are in src now.
hal9 [Fri, 6 Sep 2002 23:18:08 +0000 (23:18 +0000)]
Migrate PCRE_H_IN_SUBDIR from 3.0 branch for pcre/pcre.h on RH, etc.
Roland Rosenfeld [Fri, 6 Sep 2002 16:39:31 +0000 (16:39 +0000)]
merged changes from 3.0 tree
Roland Rosenfeld [Fri, 6 Sep 2002 16:39:18 +0000 (16:39 +0000)]
* Added LICENSE, pdfs, privoxy-index and HTMLized man-page from package.
The LICENSE is already mentioned in debian/copyright (adding a
separate file conflicts with the policy), the man page is available in
nroff format and the PDFs are not better than the HTML version.
Roland Rosenfeld [Fri, 6 Sep 2002 16:38:39 +0000 (16:38 +0000)]
privoxy (3.1.1-2) unstable; urgency=low
* Stop creating documentation, it's usually available upstream and can
be used as is without depending on docbook and the like.
* Added LICENSE, pdfs, privoxy-index and HTMLized man-page from package.
The LICENSE is already mentioned in debian/copyright (adding a
separate file conflicts with the policy), the man page is available in
nroff format and the PDFs are not better than the HTML version.
-- Roland Rosenfeld <roland@debian.org> Fri, 6 Sep 2002 18:37:19 +0200
and merged changes from 3.0 tree.
Roland Rosenfeld [Fri, 6 Sep 2002 16:14:30 +0000 (16:14 +0000)]
* Use start-stop-daemon for starting privoxy to avoid problems on start,
when privoxy is already running (Closes: #154882).
oes [Fri, 6 Sep 2002 13:23:03 +0000 (13:23 +0000)]
Removed non-functional test for gcc support for -pthread