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
oes [Fri, 6 Sep 2002 12:14:12 +0000 (12:14 +0000)]
Added missing preproc symbols PCRE*_H_IN_SUBDIR
hal9 [Fri, 6 Sep 2002 05:22:57 +0000 (05:22 +0000)]
Adapt make webserver target to 3.0 for pdf uploading.
hal9 [Fri, 6 Sep 2002 01:58:28 +0000 (01:58 +0000)]
Create a separate INSTALL file, and remove install instructions from README.
INSTALL is built from dok-readme target.
hal9 [Fri, 6 Sep 2002 00:20:26 +0000 (00:20 +0000)]
Creating a generic init script, meant to be used on platforms where don't have
a custom init script.
hal9 [Thu, 5 Sep 2002 23:26:23 +0000 (23:26 +0000)]
Just regenerating to get fresh version in place of very dated versions.
hal9 [Thu, 5 Sep 2002 23:12:04 +0000 (23:12 +0000)]
Updated Makefile with 3.0 changes (pdf and man targets, etc). Revise comments
in privoxy-man-page.sgml to remove out of date comments.
hal9 [Thu, 5 Sep 2002 19:13:04 +0000 (19:13 +0000)]
Migrate Karstens make snapshot stuff (not tested).
hal9 [Thu, 5 Sep 2002 17:58:53 +0000 (17:58 +0000)]
Regenerated just to bring up to date.
hal9 [Thu, 5 Sep 2002 17:58:29 +0000 (17:58 +0000)]
Minor updates to reflect status of 3.1.x.
hal9 [Thu, 5 Sep 2002 17:14:32 +0000 (17:14 +0000)]
Added note that this is for Redhat compatible systems only.
hal9 [Thu, 5 Sep 2002 17:10:43 +0000 (17:10 +0000)]
Regenerated to bring up to date.
hal9 [Thu, 5 Sep 2002 17:05:32 +0000 (17:05 +0000)]
Syncing with 3.0. Added support to nbsp entity (needed for man page).
hal9 [Thu, 5 Sep 2002 16:58:41 +0000 (16:58 +0000)]
Copied from 3.0 since 3.1 has not been updated at all.
oes [Thu, 5 Sep 2002 16:49:47 +0000 (16:49 +0000)]
Obsolete
oes [Thu, 5 Sep 2002 16:39:52 +0000 (16:39 +0000)]
Obsolete
hal9 [Thu, 5 Sep 2002 16:36:44 +0000 (16:36 +0000)]
Syncing with 3.0.0. No substantive changes otherwise.
oes [Thu, 5 Sep 2002 16:36:00 +0000 (16:36 +0000)]
Synced with stable branch
hal9 [Thu, 5 Sep 2002 16:30:44 +0000 (16:30 +0000)]
Syncing with 3.0 branch. Not tested.
oes [Thu, 5 Sep 2002 16:18:09 +0000 (16:18 +0000)]
Synced with stable branch:
Revision 1.14.2.2 2002/08/23 02:22:53 hal9
Fix a perl brain fart with <li> in comments.
Revision 1.14.2.1 2002/08/22 23:31:54 hal9
Add Documentation Link to menu.
oes [Thu, 5 Sep 2002 16:14:59 +0000 (16:14 +0000)]
Synced with stable branch:
Revision 1.26.2.2 2002/08/23 02:22:53 hal9
Fix a perl brain fart with <li> in comments
Revision 1.26.2.1 2002/08/22 23:31:54 hal9
Add Documentation Link to menu.
oes [Thu, 5 Sep 2002 16:12:02 +0000 (16:12 +0000)]
Synced with stable branch:
Revision 1.29.2.3 2002/08/23 02:22:53 hal9
Fix a perl brain fart with <li> in comments.
Revision 1.29.2.1 2002/08/02 12:51:42 oes
Added top submit button; Consistency with docs: Change default name for action from hide-referer to hide-referrer
oes [Thu, 5 Sep 2002 16:08:57 +0000 (16:08 +0000)]
Synced with stable branch:
Revision 1.14.2.2 2002/08/23 02:22:53 hal9
Fix a perl brain fart with <li> in comments.
oes [Thu, 5 Sep 2002 16:07:47 +0000 (16:07 +0000)]
Synced with stable branch
oes [Thu, 5 Sep 2002 15:47:31 +0000 (15:47 +0000)]
Synced with the stable branch:
Revision 1.4.2.1 2002/06/25 17:33:07 kick_
Avoid error messages if privoxy hasn't run at all and there is no logfile yet by adding missingok to the logrotate script
oes [Thu, 5 Sep 2002 15:38:30 +0000 (15:38 +0000)]
Synced with the stable branch:
Revision 1.8.2.2 2002/08/05 08:42:13 kick_
same permissions, same runlevels as all the other initscripts
Revision 1.8.2.1 2002/07/12 09:14:26 kick_
don't use ghost files for rcX.d/*, chkconfig is available to do this job. Enable translation of error messge