privoxy.git
16 years agoadapted to 3.0.6 by Petr Písa?? petrp@users.sf.net found on
Roland Rosenfeld [Sun, 21 Oct 2007 12:01:33 +0000 (12:01 +0000)]
adapted to 3.0.6 by Petr Písa?? petrp@users.sf.net found on
http://xpisar.wz.cz/privoxy-ipv6/ Use privoxy-3.0.6-stable-ipv6.diff.bz2
and stripped.  This is not 3.0.7 compatible yet, but a step forward.

16 years agoDowngrade "Flushing header and buffers" message to LOG_LEVEL_INFO.
Fabian Keil [Fri, 19 Oct 2007 17:00:08 +0000 (17:00 +0000)]
Downgrade "Flushing header and buffers" message to LOG_LEVEL_INFO.

16 years ago- Downgrade "Buffer limit reached" message to LOG_LEVEL_INFO.
Fabian Keil [Fri, 19 Oct 2007 16:56:26 +0000 (16:56 +0000)]
- Downgrade "Buffer limit reached" message to LOG_LEVEL_INFO.
- Use shiny new content_filters_enabled() in client_range().

16 years agoAdd helper function to check if any content filters are enabled.
Fabian Keil [Fri, 19 Oct 2007 16:53:28 +0000 (16:53 +0000)]
Add helper function to check if any content filters are enabled.

16 years agoPlug memory leak I introduced five months ago.
Fabian Keil [Fri, 19 Oct 2007 16:42:36 +0000 (16:42 +0000)]
Plug memory leak I introduced five months ago.
Yay Valgrind and Privoxy-Regression-Test.

16 years agoPlug memory leak introduced with my last commit.
Fabian Keil [Fri, 19 Oct 2007 16:32:34 +0000 (16:32 +0000)]
Plug memory leak introduced with my last commit.

16 years agoOmitting the zero chunk that ends the chunk transfer encoding seems
Fabian Keil [Wed, 17 Oct 2007 19:31:20 +0000 (19:31 +0000)]
Omitting the zero chunk that ends the chunk transfer encoding seems
to be the new black. Log the problem and continue filtering anyway.

16 years ago- Send CGI pages as HTTP/1.1 unless the client asked for HTTP/1.0.
Fabian Keil [Wed, 17 Oct 2007 18:40:53 +0000 (18:40 +0000)]
- Send CGI pages as HTTP/1.1 unless the client asked for HTTP/1.0.
- White space fix.

16 years agoAdd privoxy-control header filters and taggers.
Fabian Keil [Wed, 17 Oct 2007 18:11:32 +0000 (18:11 +0000)]
Add privoxy-control header filters and taggers.

16 years agoUpdate all patches to CVS version as of 2007-10-14.
Roland Rosenfeld [Sun, 14 Oct 2007 16:00:46 +0000 (16:00 +0000)]
Update all patches to CVS version as of 2007-10-14.

16 years agoRemove the old log_error() version.
Fabian Keil [Sun, 14 Oct 2007 14:26:56 +0000 (14:26 +0000)]
Remove the old log_error() version.

16 years agoWhen in daemon mode, close stderr after the configuration file has been
Fabian Keil [Sun, 14 Oct 2007 14:12:41 +0000 (14:12 +0000)]
When in daemon mode, close stderr after the configuration file has been
parsed the first time. If logfile isn't set, stop logging. Fixes BR#897436.

16 years agoAdded .widgetbucks due to scrolly adverts
proactivesvcs [Fri, 12 Oct 2007 13:36:49 +0000 (13:36 +0000)]
Added .widgetbucks due to scrolly adverts

16 years agoI forgot about Poland.
Fabian Keil [Wed, 10 Oct 2007 17:29:57 +0000 (17:29 +0000)]
I forgot about Poland.

16 years agoRemove Range and If-Range headers if content filtering is enabled.
Fabian Keil [Tue, 9 Oct 2007 16:38:40 +0000 (16:38 +0000)]
Remove Range and If-Range headers if content filtering is enabled.

16 years agoLet msn hide sponsored links in #at divs.
Fabian Keil [Sat, 6 Oct 2007 15:45:25 +0000 (15:45 +0000)]
Let msn hide sponsored links in #at divs.

16 years ago- Let msn hide sponsored links in #ar divs.
Fabian Keil [Sat, 6 Oct 2007 09:54:13 +0000 (09:54 +0000)]
- Let msn hide sponsored links in #ar divs.
- Teach banners-by-link not to block the graphs for sf's tracker statistics.

16 years agoTake nic.ad.jp to just .ad.jp per Tracker feedback.
hal9 [Fri, 5 Oct 2007 02:02:05 +0000 (02:02 +0000)]
Take nic.ad.jp to just .ad.jp per Tracker feedback.

16 years agoMove ACTION_VANILLA_WAFER handling from jcc's chat() into
Fabian Keil [Thu, 4 Oct 2007 18:07:00 +0000 (18:07 +0000)]
Move ACTION_VANILLA_WAFER handling from jcc's chat() into
client_cookie_adder() to make sure send-vanilla-wafer can be
controlled through tags (and thus regression-tested).

16 years ago- Fix a crash when parsing invalid requests whose first header
Fabian Keil [Thu, 4 Oct 2007 18:03:34 +0000 (18:03 +0000)]
- Fix a crash when parsing invalid requests whose first header
  is rejected by get_header(). Regression (re?)introduced
  in r1.143 by yours truly.
- Move ACTION_VANILLA_WAFER handling into parsers.c's
  client_cookie_adder() to make sure send-vanilla-wafer can be
  controlled through tags (and thus regression-tested).

16 years agoSet the maximum listen() backlog to 128. Apparently SOMAXCONN is
Fabian Keil [Sun, 30 Sep 2007 16:59:22 +0000 (16:59 +0000)]
Set the maximum listen() backlog to 128. Apparently SOMAXCONN is
neither high enough, nor a hard limit on mingw32. Again for BR#1795281.

16 years ago- Don't enable fast-redirect for ".*rd.yahoo.com/". It slightly
Fabian Keil [Sun, 30 Sep 2007 14:39:13 +0000 (14:39 +0000)]
- Don't enable fast-redirect for ".*rd.yahoo.com/". It slightly
  violates our "don't break too many sites by default" policy.
- Add a fast-redirect exception for the yahoo URL reported
  in AF#1802365 by David Harper.

16 years agoRemove two redundant and one useless log messages.
Fabian Keil [Sat, 29 Sep 2007 13:20:20 +0000 (13:20 +0000)]
Remove two redundant and one useless log messages.

16 years ago- Remove "scanning headers for" log message again.
Fabian Keil [Sat, 29 Sep 2007 10:42:37 +0000 (10:42 +0000)]
- Remove "scanning headers for" log message again.
- Some more whitespace fixes.

16 years ago- Move get_filter_function() from jcc.c to filters.c
Fabian Keil [Sat, 29 Sep 2007 10:21:16 +0000 (10:21 +0000)]
- Move get_filter_function() from jcc.c to filters.c
  so the filter functions can be static.
- Don't bother filtering body-less responses.

16 years agoExecute content filters through execute_content_filter().
Fabian Keil [Fri, 28 Sep 2007 16:39:29 +0000 (16:39 +0000)]
Execute content filters through execute_content_filter().

16 years ago- Execute content filters through execute_content_filter().
Fabian Keil [Fri, 28 Sep 2007 16:38:55 +0000 (16:38 +0000)]
- Execute content filters through execute_content_filter().
- Add prepare_for_filtering() so filter functions don't have to
  care about de-chunking and decompression. As a side effect this enables
  decompression for gif_deanimate_response() and jpeg_inspect_response().
- Change remove_chunked_transfer_coding()'s return type to jb_err.
  Some clowns feel like chunking empty responses in which case
  (size == 0) is valid but previously would be interpreted as error.

16 years agoUpdate copyright line.
Fabian Keil [Sat, 22 Sep 2007 16:23:25 +0000 (16:23 +0000)]
Update copyright line.

16 years agoMove our includes below system includes to prevent macro conflicts.
Fabian Keil [Sat, 22 Sep 2007 16:17:19 +0000 (16:17 +0000)]
Move our includes below system includes to prevent macro conflicts.

16 years ago- Let it compile with pcc.
Fabian Keil [Sat, 22 Sep 2007 16:15:34 +0000 (16:15 +0000)]
- Let it compile with pcc.
- Move our includes below system includes to prevent macro conflicts.

16 years agoUpdate embedded show-url-info output.
Fabian Keil [Sat, 22 Sep 2007 16:01:42 +0000 (16:01 +0000)]
Update embedded show-url-info output.

16 years agoIf privoxy_strlcpy() is called with a "buffer" size
Fabian Keil [Wed, 19 Sep 2007 20:28:37 +0000 (20:28 +0000)]
If privoxy_strlcpy() is called with a "buffer" size
of 0, don't touch whatever destination points to.

16 years agoIncrease listen() backlog to SOMAXCONN (or 128) to decrease
Fabian Keil [Sat, 15 Sep 2007 13:01:31 +0000 (13:01 +0000)]
Increase listen() backlog to SOMAXCONN (or 128) to decrease
chances of dropped connections under load. Problem reported
and fix suggested by nobody in BR#1795281.

16 years agoTurn privoxy_strlcpy() into a function and try to work with
Fabian Keil [Sun, 9 Sep 2007 18:20:20 +0000 (18:20 +0000)]
Turn privoxy_strlcpy() into a function and try to work with
b0rked snprintf() implementations too. Reported by icmp30.

16 years agoUpdate defaults; add two fast-redirects exceptions.
Fabian Keil [Sun, 9 Sep 2007 15:10:51 +0000 (15:10 +0000)]
Update defaults; add two fast-redirects exceptions.

16 years agoRefactor client_referrer() and add conditional-forge parameter.
Fabian Keil [Sat, 8 Sep 2007 14:25:48 +0000 (14:25 +0000)]
Refactor client_referrer() and add conditional-forge parameter.

16 years agoInitialize req to NULL to make sure it's defined if the
Fabian Keil [Tue, 4 Sep 2007 15:08:48 +0000 (15:08 +0000)]
Initialize req to NULL to make sure it's defined if the
first read_socket() call fails. Reported by icmp30.

16 years agoMove match_portlist() from filter.c to urlmatch.c.
Fabian Keil [Sun, 2 Sep 2007 15:31:20 +0000 (15:31 +0000)]
Move match_portlist() from filter.c to urlmatch.c.
It's used for url matching, not for filtering.

16 years ago- Allow port lists in url patterns.
Fabian Keil [Sun, 2 Sep 2007 13:42:11 +0000 (13:42 +0000)]
- Allow port lists in url patterns.
- Ditch unused url_spec member pathlen.

16 years agoRemove newline at the end of a log_error() message.
Fabian Keil [Sun, 2 Sep 2007 12:44:17 +0000 (12:44 +0000)]
Remove newline at the end of a log_error() message.

16 years agoStop disabling actions here, they are off by default.
Fabian Keil [Sat, 1 Sep 2007 11:06:04 +0000 (11:06 +0000)]
Stop disabling actions here, they are off by default.
Read the proposal on ijbswa-developers@ for details.

16 years agoA bunch of whitespace fixes, pointy hat to me.
Fabian Keil [Tue, 28 Aug 2007 18:21:03 +0000 (18:21 +0000)]
A bunch of whitespace fixes, pointy hat to me.

16 years agoFix possible memory corruption in server_http, make sure it's not
Fabian Keil [Tue, 28 Aug 2007 18:16:32 +0000 (18:16 +0000)]
Fix possible memory corruption in server_http, make sure it's not
executed for ordinary server headers and mark some problems for later.

16 years agoFix --pre-chroot-nslookup description which I failed to
Fabian Keil [Mon, 27 Aug 2007 16:09:55 +0000 (16:09 +0000)]
Fix --pre-chroot-nslookup description which I failed to
copy and paste properly. Reported by Stephen Gildea.

16 years agoAdd Stephen Gildea's --pre-chroot-nslookup patch [#1276666],
Fabian Keil [Sun, 26 Aug 2007 16:47:14 +0000 (16:47 +0000)]
Add Stephen Gildea's --pre-chroot-nslookup patch [#1276666],
extensive comments moved to user manual.

16 years agoMinor rewordings and fixes.
Fabian Keil [Sun, 26 Aug 2007 14:59:49 +0000 (14:59 +0000)]
Minor rewordings and fixes.

16 years agoDon't crash if a broken header filter wiped out the request line.
Fabian Keil [Sat, 25 Aug 2007 14:42:40 +0000 (14:42 +0000)]
Don't crash if a broken header filter wiped out the request line.

16 years agoFix byte_count calculation in case of flushes
Fabian Keil [Mon, 20 Aug 2007 17:09:32 +0000 (17:09 +0000)]
Fix byte_count calculation in case of flushes
and don't parse the server headers a second time.

16 years ago- If there's a connection problem after we already forwarded
Fabian Keil [Sun, 19 Aug 2007 13:13:31 +0000 (13:13 +0000)]
- If there's a connection problem after we already forwarded
  parts of the original content, just hang up. Fixes BR#1776724.
- Fix warnings about unused code on mingw32.
- In case of flushes, calculate the byte count
  less incorrectly (I think).

16 years agoFix a conversion warning.
Fabian Keil [Sun, 19 Aug 2007 12:32:34 +0000 (12:32 +0000)]
Fix a conversion warning.

16 years agoDitch hex_to_byte() in favour of xtoi().
Fabian Keil [Sat, 18 Aug 2007 14:37:27 +0000 (14:37 +0000)]
Ditch hex_to_byte() in favour of xtoi().

16 years agoMake xtoi() extern so it can be used in pcrs.c.
Fabian Keil [Sat, 18 Aug 2007 14:34:27 +0000 (14:34 +0000)]
Make xtoi() extern so it can be used in pcrs.c.

16 years agoLet content-type-overwrite{} honour force-text-mode again.
Fabian Keil [Sat, 18 Aug 2007 14:30:32 +0000 (14:30 +0000)]
Let content-type-overwrite{} honour force-text-mode again.

16 years agoAdd tribalfusion/ctxt which is just like intellitxt
hal9 [Fri, 17 Aug 2007 12:52:29 +0000 (12:52 +0000)]
Add tribalfusion/ctxt which is just like intellitxt

16 years agoAdd two fast-redirects exceptions.
Fabian Keil [Wed, 15 Aug 2007 17:22:20 +0000 (17:22 +0000)]
Add two fast-redirects exceptions.

16 years ago- Complete the changes from r1.42.
Fabian Keil [Sat, 11 Aug 2007 16:54:12 +0000 (16:54 +0000)]
- Complete the changes from r1.42.
- Make crude-parental less sensitive to the amount of white-space,
  add the note that it doesn't work too well again and replace the
  DMOZ link with a less confusing explanation.

16 years ago- Add prototpyes for the header parsers and make them static.
Fabian Keil [Sat, 11 Aug 2007 14:49:49 +0000 (14:49 +0000)]
- Add prototpyes for the header parsers and make them static.
- Comment out client_accept_encoding_adder() which isn't used right now.

16 years agoRemove the prototypes for functions that are only
Fabian Keil [Sat, 11 Aug 2007 14:47:26 +0000 (14:47 +0000)]
Remove the prototypes for functions that are only
used in parsers.c and thus should be static.

16 years agoAdd some more prototypes for static functions.
Fabian Keil [Sat, 11 Aug 2007 14:43:22 +0000 (14:43 +0000)]
Add some more prototypes for static functions.

16 years ago- Don't claim that thousands of people read our code.
Fabian Keil [Sun, 5 Aug 2007 15:37:55 +0000 (15:37 +0000)]
- Don't claim that thousands of people read our code.
- Specify the GPL version and link to GPLv2 instead of v3.
- Note that configuration syntax may change between releases.
- Mention zlib support.
- Answer the "transparent proxy" question properly.
- Add "intercepting proxy" entry.
- Mention Polipo.
- Rephrase some other sentences for various reasons.

16 years ago- Don't claim HTTP/1.1 compliance.
Fabian Keil [Sun, 5 Aug 2007 15:19:50 +0000 (15:19 +0000)]
- Don't claim HTTP/1.1 compliance.
- Use $ in some of the path pattern examples.
- Use a hide-user-agent example argument without
  leading and trailing space.
- Make it clear that the cookie actions work with
  HTTP cookies only.
- Rephrase the inspect-jpegs text to underline
  that it's only meant to protect against a single
  exploit.

16 years ago#1763173 from Stefan Huehner: declare unload_configfile() static.
Fabian Keil [Sun, 5 Aug 2007 14:02:09 +0000 (14:02 +0000)]
#1763173 from Stefan Huehner: declare unload_configfile() static.

16 years agoComment out request_contains_null_bytes() until it's used again.
Fabian Keil [Sun, 5 Aug 2007 13:58:19 +0000 (13:58 +0000)]
Comment out request_contains_null_bytes() until it's used again.

16 years ago#1763173 from Stefan Huehner: declare some more functions
Fabian Keil [Sun, 5 Aug 2007 13:53:14 +0000 (13:53 +0000)]
#1763173 from Stefan Huehner: declare some more functions
static and use void instead of empty parameter lists.

16 years ago#1763173 from Stefan Huehner: s@const static@static const@
Fabian Keil [Sun, 5 Aug 2007 13:50:26 +0000 (13:50 +0000)]
#1763173 from Stefan Huehner: s@const static@static const@
and declare some more functions static.

16 years ago#1763173 from Stefan Huehner: s@const static@static const@.
Fabian Keil [Sun, 5 Aug 2007 13:47:04 +0000 (13:47 +0000)]
#1763173 from Stefan Huehner: s@const static@static const@.

16 years ago#1763173 from Stefan Huehner: declare some more functions static.
Fabian Keil [Sun, 5 Aug 2007 13:42:23 +0000 (13:42 +0000)]
#1763173 from Stefan Huehner: declare some more functions static.

16 years agoUse strlcpy() instead of strcpy().
Fabian Keil [Sat, 4 Aug 2007 10:15:51 +0000 (10:15 +0000)]
Use strlcpy() instead of strcpy().

16 years ago- Log rejected CONNECT requests with LOG_LEVEL_INFO
Fabian Keil [Sat, 4 Aug 2007 09:56:23 +0000 (09:56 +0000)]
- Log rejected CONNECT requests with LOG_LEVEL_INFO
  and explain why they were rejected in the first place.
- Fix the LOG_LEVEL_CLF message for crunches of unallowed
  CONNECT requests. The request line was missing.
- Add two more XXX reminders as we don't have enough already.

16 years agoBroadening scope of bwp.* ads.
hal9 [Thu, 2 Aug 2007 10:48:55 +0000 (10:48 +0000)]
Broadening scope of bwp.* ads.

16 years agoReplaced missing .microsoft.com/.*/adschema/
proactivesvcs [Tue, 31 Jul 2007 07:16:08 +0000 (07:16 +0000)]
Replaced missing .microsoft.com/.*/adschema/

16 years agoMove the method check into unknown_method()
Fabian Keil [Mon, 30 Jul 2007 16:42:21 +0000 (16:42 +0000)]
Move the method check into unknown_method()
and loop through the known methods instead
of using a screen-long OR chain.

16 years agoAddition to rule covering tracker #1637648
proactivesvcs [Mon, 30 Jul 2007 15:47:11 +0000 (15:47 +0000)]
Addition to rule covering tracker #1637648

16 years agoModified patch from Song Weijia (#1762559) to
Fabian Keil [Sat, 28 Jul 2007 12:30:04 +0000 (12:30 +0000)]
Modified patch from Song Weijia (#1762559) to
fix socks requests on big-endian platforms.

16 years agoAdd references for user-agent strings for hide-user-agenet
hal9 [Fri, 27 Jul 2007 10:57:35 +0000 (10:57 +0000)]
Add references for user-agent strings for hide-user-agenet

16 years agoActionsfile feedback item #1757121 2007-07-19: .microsoft.com/.*/adschema/
hal9 [Mon, 23 Jul 2007 10:36:16 +0000 (10:36 +0000)]
Actionsfile feedback item #1757121 2007-07-19: .microsoft.com/.*/adschema/

16 years agoIf show-url-info is called with an URL that Privoxy
Fabian Keil [Sat, 21 Jul 2007 12:19:50 +0000 (12:19 +0000)]
If show-url-info is called with an URL that Privoxy
would reject as invalid, don't show unresolved forwarding
variables, "final matches" or claim the site's secure.

16 years agoMention new config option "allow-cgi-request-crunching".
Fabian Keil [Sat, 21 Jul 2007 11:53:40 +0000 (11:53 +0000)]
Mention new config option "allow-cgi-request-crunching".

16 years agoAs Hal noticed, checking dispatch_cgi() as the last cruncher
Fabian Keil [Sat, 21 Jul 2007 11:51:36 +0000 (11:51 +0000)]
As Hal noticed, checking dispatch_cgi() as the last cruncher
looks like a bug if CGI requests are blocked unintentionally,
so don't do it unless the user enabled the new config option
"allow-cgi-request-crunching".

16 years agoSubmit new version of manual so some of Fabians work has some documentation.
hal9 [Wed, 18 Jul 2007 22:48:10 +0000 (22:48 +0000)]
Submit new version of manual so some of Fabians work has some documentation.

16 years agoReplace notarget with '' in all popups filter to keep from breaking xhmtl per
hal9 [Wed, 18 Jul 2007 11:06:56 +0000 (11:06 +0000)]
Replace notarget with '' in all popups filter to keep from breaking xhmtl per
report from Siegfried Gipp.

16 years agoAdd misc note about valid mark-up in Privoxy.
hal9 [Wed, 18 Jul 2007 11:00:34 +0000 (11:00 +0000)]
Add misc note about valid mark-up in Privoxy.

16 years agos@failiure@failure@
Fabian Keil [Sat, 14 Jul 2007 08:01:58 +0000 (08:01 +0000)]
s@failiure@failure@

16 years agoAdd destination rewriting and the fix for BR#1750917.
Fabian Keil [Sat, 14 Jul 2007 07:56:51 +0000 (07:56 +0000)]
Add destination rewriting and the fix for BR#1750917.

16 years ago- Allow to rewrite the request destination behind the client's back.
Fabian Keil [Sat, 14 Jul 2007 07:46:41 +0000 (07:46 +0000)]
- Allow to rewrite the request destination behind the client's back.
- Turn the weird-looking unconditional for loop that
  reads the client request into a conditional while loop.
  Move the stuff that only runs once out of the loop.
- Move parts of chat(), server_content_type() and the
  necessary stuff to fix BR#1750917 into get_filter_function().

16 years agoMove the ACTION_FORCE_TEXT_MODE check out of
Fabian Keil [Sat, 14 Jul 2007 07:38:19 +0000 (07:38 +0000)]
Move the ACTION_FORCE_TEXT_MODE check out of
server_content_type(). Signal other functions
whether or not a content type has been declared.
Part of the fix for BR#1750917.

16 years agoAdd new csp->content_type flag (CT_DECLARED).
Fabian Keil [Sat, 14 Jul 2007 07:31:26 +0000 (07:31 +0000)]
Add new csp->content_type flag (CT_DECLARED).

16 years agoAdd translation function for JB_ERR_FOO codes.
Fabian Keil [Sat, 14 Jul 2007 07:28:47 +0000 (07:28 +0000)]
Add translation function for JB_ERR_FOO codes.

16 years agoclickdensity.com JS tracking
proactivesvcs [Wed, 11 Jul 2007 11:04:56 +0000 (11:04 +0000)]
clickdensity.com JS tracking

16 years agoparcelforce.com delivery tracker unblocker
proactivesvcs [Wed, 11 Jul 2007 06:58:16 +0000 (06:58 +0000)]
parcelforce.com delivery tracker unblocker

16 years agoatdmt.com amendment per Actionsfile feedback #1751020
proactivesvcs [Tue, 10 Jul 2007 09:29:53 +0000 (09:29 +0000)]
atdmt.com amendment per Actionsfile feedback #1751020
mediaplex.com amendment per Actionsfile feedback #1749013

Removed duplicated view.atdmt.com, obsolete view.atdmt.com, obsolete web.archive.org

16 years agoFine tune the unblock for Adiumx.
hal9 [Mon, 9 Jul 2007 22:20:30 +0000 (22:20 +0000)]
Fine tune the unblock for Adiumx.

16 years agoAdd img.direttrack.com per Actionsfile feedback item #1749870.
hal9 [Sun, 8 Jul 2007 11:06:36 +0000 (11:06 +0000)]
Add img.direttrack.com per Actionsfile feedback item #1749870.

16 years agoAdd limited hex notation support for the PCRS
Fabian Keil [Sun, 1 Jul 2007 13:29:54 +0000 (13:29 +0000)]
Add limited hex notation support for the PCRS
substitution text ('\x7e' = '~'). Closes #1627140.

16 years ago#ifdef _WIN32 the last commit. According to David Shaw,
Fabian Keil [Sun, 17 Jun 2007 16:12:22 +0000 (16:12 +0000)]
#ifdef _WIN32 the last commit. According to David Shaw,
one of the gnupg developers, the changes are mingw32-specific.

16 years agoNew block for bwp.zdnet. per feedback request.
hal9 [Fri, 15 Jun 2007 11:01:27 +0000 (11:01 +0000)]
New block for bwp.zdnet. per feedback request.

16 years agoAdd block for js.adsonar.com per feedback request.
hal9 [Thu, 14 Jun 2007 10:53:02 +0000 (10:53 +0000)]
Add block for js.adsonar.com per feedback request.

16 years agoLinuxinsider banner ads.
hal9 [Wed, 13 Jun 2007 10:26:26 +0000 (10:26 +0000)]
Linuxinsider banner ads.

16 years agoChange replacement timegm() to better match our style, plug a small
Fabian Keil [Sun, 10 Jun 2007 14:59:59 +0000 (14:59 +0000)]
Change replacement timegm() to better match our style, plug a small
but guaranteed memory leak and fix "time zone breathing" on mingw32.

16 years agoAdd /usr/xpg4/bin to the PATH to make sure the POSIX
Fabian Keil [Sat, 9 Jun 2007 12:35:54 +0000 (12:35 +0000)]
Add /usr/xpg4/bin to the PATH to make sure the POSIX
version of id is used on Solaris. Closes BR#1733788.
Thanks to Brent Chivers for report and fix.