Picon
Gravatar

Use privoxy to store browser navigation history

Hi all.


I'm using privoxy  3.0.15-3 and I would like to know if is possible use it to store a browser navigation history. I need it to unacopule to the web browser used.

Welcome dear.
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Ijbswa-developers mailing list
Ijbswa-developers <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ijbswa-developers
SourceForge.net | 8 Feb 14:36
Picon

[ ijbswa-Bugs-3481589 ] URL with IPv6 address can't be accessed

Bugs item #3481589, was opened at 2012-01-30 02:28
Message generated for change (Comment added) made by fabiankeil
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111118&aid=3481589&group_id=11118

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: debian specific
Group: version 3.0.19
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: zooloo (zoolooo)
Assigned to: Fabian Keil (fabiankeil)
Summary: URL with IPv6 address can't be accessed

Initial Comment:
My test set has eth0/1 interfaces configured on different IPv6 subnets
Test client uses curl to access IPv6 in different from it's own subnet trough proxy.

When trying to access URL like https:://[fc00:1:2::5:6:b]:8443/testsrv/index.php 

All addresses and URLs - are my local internal use services, but it seems like problem is not related to exact
service or privoxy configuration

[root <at> sh5 ~]# curl -v -g -k "https://[fc00:1:2::5:6:b]:8443/enterprise/control/agent.php"
* About to connect() to proxy 105.168.1.1 port 8008
*   Trying 105.168.1.1... connected
* Connected to 105.168.1.1 (105.168.1.1) port 8008
* Establish HTTP proxy tunnel to fc00:1:2::5:6:b:8443
> CONNECT fc00:1:2::5:6:b:8443 HTTP/1.0
> Host: fc00:1:2::5:6:b:8443
> User-Agent: curl/7.15.5 (x86_64-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
> Proxy-Connection: Keep-Alive
> 
< HTTP/1.0 404 No such domain
< Content-Length: 7377
< Content-Type: text/html
< Cache-Control: no-cache
< Date: Mon, 30 Jan 2012 11:06:06 GMT
< Last-Modified: Wed, 08 Jun 1955 12:00:00 GMT
< Expires: Sat, 17 Jun 2000 12:00:00 GMT
< Pragma: no-cache
< Connection: close
< 
* Received HTTP code 404 from proxy after CONNECT
* Closing connection #0
curl: (56) Received HTTP code 404 from proxy after CONNECT

I'm using:

curl --version
curl 7.15.5 (x86_64-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
Protocols: tftp ftp telnet dict ldap http file https ftps 
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz

----------------------------------------------------------------------

>Comment By: Fabian Keil (fabiankeil)
Date: 2012-02-08 05:36

Message:
Did you try the patch I attached? To me it looks like you didn't.

More recent Firefox versions don't seem to be affected anyway. At least my
Firefox 10 on FreeBSD is using brackets around the IPv6 address: CONNECT
[fc00:1:2::5:6:b]:8443 HTTP/1.1

----------------------------------------------------------------------

Comment By: zooloo (zoolooo)
Date: 2012-01-31 09:53

Message:
According to log of 'CONNECT' request from my Mozilla privoxy still has a
problem with numeric IPv6 handling

2012-01-31 21:44:06.105 b774a6c0 Info: Privoxy version 3.0.19
2012-01-31 21:44:06.207 b774a6c0 Info: Program name: privoxy
2012-01-31 21:44:06.207 b774a6c0 Info: Loading filter file:
/etc/privoxy/default.filter
2012-01-31 21:44:06.804 b774a6c0 Info: Loading actions file:
/etc/privoxy/match-all.action
2012-01-31 21:44:07.186 b774a6c0 Info: Loading actions file:
/etc/privoxy/default.action
2012-01-31 21:44:07.201 b774a6c0 Info: Loading actions file:
/etc/privoxy/user.action
2012-01-31 21:44:07.411 b774a6c0 Info: Listening on port 8008 on IP address
105.168.1.1
2012-01-31 21:44:07.411 b774a6c0 Info: Listening on port 8008 on IP address
fc00:1:2:2::2
2012-01-31 21:44:07.411 b774a6c0 Info: Listening on port 8118 on IP address
10.27.145.104
2012-01-31 21:45:44.325 b7749b90 Header: scan: CONNECT fc00:1:2::5:6:b:8443
HTTP/1.1
2012-01-31 21:45:44.337 b7749b90 Header: scan: User-Agent: Mozilla/5.0
(X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111109
CentOS/3.6.24-3.el6.centos Firefox/3.6.24
2012-01-31 21:45:44.337 b7749b90 Header: scan: Proxy-Connection:
keep-alive
2012-01-31 21:45:44.337 b7749b90 Header: scan: Host:
[fc00:1:2::5:6:b]:8443
2012-01-31 21:45:44.337 b7749b90 Header: crumble crunched:
Proxy-Connection: keep-alive!
2012-01-31 21:45:44.337 b7749b90 Header: Adding: Connection: close
2012-01-31 21:45:44.337 b7749b90 Request: fc00:1:2::5:6:b:8443/
2012-01-31 21:45:45.032 b7749b90 Info: Can not resolve fc00: Name or
service not known
2012-01-31 21:45:45.035 b7749b90 Crunch: DNS failure: fc00:1:2::5:6:b:8443

----------------------------------------------------------------------

Comment By: zooloo (zoolooo)
Date: 2012-01-31 03:59

Message:
I don't know if this is  a false alarm but seems curl is the one who makes
troubles
I've added bug to curl branch
https://sourceforge.net/tracker/?func=detail&aid=3482093&group_id=976&atid=100976

And I wander if there is need to make any fixes for case when CONNECT
request is in wrong format (e.g. check for multiple ':' symbols in host
name without any '[ ]' symbols in case of wrong IPv6 address)

----------------------------------------------------------------------

Comment By: zooloo (zoolooo)
Date: 2012-01-31 03:59

Message:
Turned into feature request

----------------------------------------------------------------------

Comment By: Fabian Keil (fabiankeil)
Date: 2012-01-30 12:28

Message:
Thanks a lot for the report.

I confirmed that Privoxy doesn't properly deal with the request, but with
FEATURE_IPV6_SUPPORT the error message I get is "HTTP/1.1 503 Connect
failed". This difference might be due to GNU libc vs. FreeBSD's libc.

While testing this, I also found a related bug with CONNECT requests to
::1.

Potential fixes (only briefly tested) for both issues are attached, please
given them a try.

----------------------------------------------------------------------

Comment By: zooloo (zoolooo)
Date: 2012-01-30 07:05

Message:
Looks privoxy resolve IPv6 address like it was domain name. Anyway it looks
weird.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111118&aid=3481589&group_id=11118

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
SourceForge.net | 5 Feb 09:58
Picon

[ ijbswa-Bugs-3464439 ] Page truncation

Bugs item #3464439, was opened at 2011-12-23 08:15
Message generated for change (Comment added) made by qqqqqw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111118&aid=3464439&group_id=11118

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Kevin (photo2110)
Assigned to: Fabian Keil (fabiankeil)
Summary: Page truncation

Initial Comment:
When working with Opera 11.60 and Privoxy, pages, images, etc will randomly get truncated. It just started
with the Opera upgrade, so it might be a bug with Opera, but when I stopped using Privoxy, I couldn't get any
pages to fail. Note: 'stopped using' means configuring Opera to not go through Privoxy, simply
unchecking 'Enable' on the Privoxy menu doesn't do it. 

I attempted to capture data with Wireshark, but the pages I caught were gzipped and I can't be certain that
they were good. I did notice that they were http 1.1, if that makes a difference.

Only one other person has mentioned on the Opera news group that they are having an issue like this. They too
are running Privoxy.

NYTimes.com seems especially bad to me, but it happens on all sites including SouceForge.
Privoxy 3.0.18.
Opera 11.60
Windows 7 and Windows XP (I have two machines, both have the trouble)
No other proxy software. Windows Firewall and MSE on both machines.

SF user: photo2110

----------------------------------------------------------------------

Comment By: qqqqqw (qqqqqw)
Date: 2012-02-05 00:58

Message:
Yes, is from mashable.com
when i have some time i post a new log

----------------------------------------------------------------------

Comment By: Fabian Keil (fabiankeil)
Date: 2012-01-23 10:33

Message:
I assume in the logfile from sendspace.com/ the truncated output is the
response for mashable.com?

I tried reproducing it by sending the same headers Opera used, but the
response appears to be complete.

Unfortunately Privoxy's log buffer is smaller than the receive buffer so
full receive buffers aren't logged completely in which case the received
data can't be reconstructed.

Can you still reproduce the problem if you enable +prevent-compression? A
log file without compressed content would probably be easier to analyze.

----------------------------------------------------------------------

Comment By: qqqqqw (qqqqqw)
Date: 2012-01-17 11:31

Message:
I never use turbo mode

----------------------------------------------------------------------

Comment By: Lee (ler762)
Date: 2012-01-15 12:59

Message:
Try disabling turbo mode in Opera.

I installed Opera and, with extremely limited testing, it worked fine until
I enabled "turbo mode".  At which point it broke.

Changing the privoxy config to
keep-alive-timeout 0
helped some, but did NOT fix all of the problems.

I had wireshark capturing traffic during my testing.  I thought I'd figured
out the problem but now I'm not so sure :(   I need to look at the packet
traces again.

Lee

----------------------------------------------------------------------

Comment By: qqqqqw (qqqqqw)
Date: 2012-01-14 06:15

Message:
I cannot see "add a file" so i upload another log file (with same debugs
enabled) here:
http://www.sendspace.com/file/n4v8k2

Another 2 thing:
1. I have never page truncation on https
2. If i have page truncation on a site and the i use a cgi proxy to go to
the same page i have no page truncation

----------------------------------------------------------------------

Comment By: Fabian Keil (fabiankeil)
Date: 2012-01-13 14:23

Message:
Downloading the file from zshare.net doesn't work for me.
The download server doesn't even bother to return HTTP headers.

In theory you should be able to upload a file through the "Add a file"
section on this page.

----------------------------------------------------------------------

Comment By: qqqqqw (qqqqqw)
Date: 2012-01-13 03:30

Message:
Page truncation on mashable.com with Opera 11.60 + Privoxy 3.0.19 and
socks4a + Tor

Log file with this debug enabled:
debug 1
debug 2
debug 4
debug 8
debug 64
debug 128
debug 256
debug 512
debug 1024
debug 4096
debug 8192
debug 32768

Log file is here:
http://www.zshare.net/download/986014474c9073b3/

How can i attach log file in this discussion?

----------------------------------------------------------------------

Comment By: qqqqqw (qqqqqw)
Date: 2012-01-01 10:09

Message:
Yes, i use Opera 11.60 and the problem is always on same site (i dont know
why)

After the upgrade to 3.0.19 and a quick surf seem that the problem is
socks5 + Tor (so Privoxy 3.0.18 for bug in socks4a) and NOT socks4a + Tor
(so Privoxy 3.0.19)
But i need more test (surf to more internet pages and try to use socks5 on
Privoxy 3.0.19)
If i have other page truncation i post a log

----------------------------------------------------------------------

Comment By: Fabian Keil (fabiankeil)
Date: 2011-12-31 05:02

Message:
qqqqqw, are you using Opera as well?

Is the problem easy to reproduce?

Can you provide a logfile with the usual debug directives and additionally
"debug 16" and "debug 32768"?

It would be especially useful to additionally get a pcap file that shows
the packages Privoxy was receiving and sending.

I think it's unlikely that upgrading to 3.0.19 makes a difference. You
could try the recently uploaded privoxy-3.0.19-ipv4only.zip as it uses
different code paths, but it probably will not make a difference either.

----------------------------------------------------------------------

Comment By: Kevin (photo2110)
Date: 2011-12-29 11:58

Message:
Sorry I've not replied sooner. Xmas break took priority. I put in a section
to downgrade the NYTimes, and couldn't get any more issues with that site.
So, I put in a downgrade for all of .com, and haven't seen anymore short
pages on a .com site.

I'll have to try the new .19 version.

----------------------------------------------------------------------

Comment By: qqqqqw (qqqqqw)
Date: 2011-12-29 11:53

Message:
I have the same problem.
Initially i think that this problem is related with socks4a/5 bug, but
after read this i'm not so sure.
I have page truncation with Privoxy 3.0.18, not with 3.0.17.
Now i try with 3.0.19

----------------------------------------------------------------------

Comment By: Fabian Keil (fabiankeil)
Date: 2011-12-23 11:21

Message:
Thanks.

I can't see any obvious problems in the log. Please additionally add "debug
16" so the data written to the network is included as well.

Does it make a difference if you add the following to one of your action
files?:

{+downgrade-http-version}
# Sticky Actions = +downgrade-http-version
# URL = http://www.nytimes.com/pages/travel/index.html
.nytimes.com/

----------------------------------------------------------------------

Comment By: Kevin (photo2110)
Date: 2011-12-23 10:06

Message:
New log file added with debug 32768 turned on. Truncated page is
http://www.nytimes.com/pages/travel/index.html which dies at:

<h6 class="kicker">Practical Traveler</h6>
<div class="thumbnail">
<a
href="http://travel.nytimes.com/2011/12/25/travel/apps-to-keep-children-happy.html?ref=travel"><img
src="http://graphics8.nytimes.com/images/2011/12/25/travel/25PRAC/25PRAC-thumbStandard-v2.jpg"
width="75" height="75" alt="" border="0" /></a>
</div>
<h3><a href="http://trav

----------------------------------------------------------------------

Comment By: Fabian Keil (fabiankeil)
Date: 2011-12-23 09:41

Message:
Please additionally add "debug 32768" so we can see the data read from the
network.

----------------------------------------------------------------------

Comment By: Kevin (photo2110)
Date: 2011-12-23 09:23

Message:
I've attached a log file for a truncated page.
http://www.nytimes.com/interactive/2011/12/22/magazine/the-lives-they-lived.html?hp#view=dennis_ritchie

Opera's source view goes along until:
"100000001233615":{count:93, commentsEnabled:false},
"100000001233630":{count:57, commentsEnabled:false},
"100000001233632":{count:318, commentsEnabled:false},
"100000001233655":{count:441, commentsEnabled:fa

and we see it just stops in the middle of the word false.

I'm apparently not understanding the log file, it looks like it grabbed the
page twice, with the second grab bad. 

----------------------------------------------------------------------

Comment By: Fabian Keil (fabiankeil)
Date: 2011-12-23 08:36

Message:
Thanks for the report.

Please reproduce the problem after enabling logging as described at
http://www.privoxy.org/user-manual/contact.html#CONTACT-BUGS and provide a
log file.

If you can make the pcap file created with Wireshark available, that may be
useful, too.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111118&aid=3464439&group_id=11118

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
SourceForge.net | 4 Feb 17:43

[ ijbswa-Bugs-3484388 ] img-reorder hangs on large data: URI images

Bugs item #3484388, was opened at 2012-02-04 08:43
Message generated for change (Tracker Item Submitted) made by iloppi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111118&aid=3484388&group_id=11118

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: funct: filtering
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Incognito (iloppi)
Assigned to: Nobody/Anonymous (nobody)
Summary: img-reorder hangs on large data: URI images

Initial Comment:
img-reorder filter hangs (or takes a very long time (core at 100%)) on pages with large in-line data: URI
images using data: URI scheme.
Example: http://dopiaza.org/tools/datauri/data-uri-examples/
Tested on 3.0.19 on Windows 7 64bit.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111118&aid=3484388&group_id=11118

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
SourceForge.net | 2 Feb 11:42
Picon

[ ijbswa-Bugs-3481523 ] can't support ipv6 when compile with mingw

Bugs item #3481523, was opened at 2012-01-29 21:31
Message generated for change (Comment added) made by fabiankeil
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111118&aid=3481523&group_id=11118

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: build process
Group: version 3.0.19
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: ir193 (ir193)
Assigned to: Nobody/Anonymous (nobody)
Summary: can't support ipv6 when compile with mingw

Initial Comment:
hi,
apologize if i post duplicate. I'm new to sf.net


I'm using mingw32(gcc 4.3.3) and windows7sp1 to compile privoxy. have two problem:
1. got an error

jbsockets.c: In function ‘get_host_information’:
jbsockets.c:979:22: error: ‘NI_MAXSERV’ undeclared (first use in this function)
jbsockets.c:979:22: note: each undeclared identifier is reported only once for e
ach function it appears in
make: *** [jbsockets.o] Error 1

2. after edit the source: 
 #define NI_MAXSERV    32
i compile successfully. But it didin't support IPV6.

I wonder whether it a bug of configure or I miss some package

----------------------------------------------------------------------

>Comment By: Fabian Keil (fabiankeil)
Date: 2012-02-02 02:42

Message:
The missing NI_MAXSERV definition is a bug that is already worked around in
CVS. Unfortunately it wasn't discovered until after the 3.0.19 release.

This should only be a problem when Privoxy is compiled on Windows without
IPv6 support, though.

Are you configuring with --enable-mingw32?
Can you attach the configure output?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111118&aid=3481523&group_id=11118

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Ijbswa-developers mailing list
Ijbswa-developers <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ijbswa-developers
SourceForge.net | 30 Jan 23:50
Picon

[ ijbswa-Actionsfile feedback-3481774 ] Corrupted sites

Actionsfile feedback item #3481774, was opened at 2012-01-30 14:50
Message generated for change (Tracker Item Submitted) made by mrahk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=460288&aid=3481774&group_id=11118

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: filter: other problem
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: mrahk (mrahk)
Assigned to: Nobody/Anonymous (nobody)
Summary: Corrupted sites

Initial Comment:
I found that the sites www.tweakers.net and www.buienradar.nl are heavily corrupted by the blogspot filter.
I know it is probably pretty useless to set that filter against all sites anyway, but I did so I let you know the
results just to improve privoxy.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=460288&aid=3481774&group_id=11118

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
SourceForge.net | 30 Jan 11:28
Picon

[ ijbswa-Bugs-3481589 ] URL with IPv6 address can't be accessed

Bugs item #3481589, was opened at 2012-01-30 02:28
Message generated for change (Tracker Item Submitted) made by zoolooo
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111118&aid=3481589&group_id=11118

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: build process
Group: version 3.0.19
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: zooloo (zoolooo)
Assigned to: Nobody/Anonymous (nobody)
Summary: URL with IPv6 address can't be accessed

Initial Comment:
My test set has eth0/1 interfaces configured on different IPv6 subnets
Test client uses curl to access IPv6 in different from it's own subnet trough proxy.

When trying to access URL like https:://[fc00:1:2::5:6:b]:8443/testsrv/index.php 

All addresses and URLs - are my local internal use services, but it seems like problem is not related to exact
service or privoxy configuration

[root <at> sh5 ~]# curl -v -g -k "https://[fc00:1:2::5:6:b]:8443/enterprise/control/agent.php"
* About to connect() to proxy 105.168.1.1 port 8008
*   Trying 105.168.1.1... connected
* Connected to 105.168.1.1 (105.168.1.1) port 8008
* Establish HTTP proxy tunnel to fc00:1:2::5:6:b:8443
> CONNECT fc00:1:2::5:6:b:8443 HTTP/1.0
> Host: fc00:1:2::5:6:b:8443
> User-Agent: curl/7.15.5 (x86_64-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
> Proxy-Connection: Keep-Alive
> 
< HTTP/1.0 404 No such domain
< Content-Length: 7377
< Content-Type: text/html
< Cache-Control: no-cache
< Date: Mon, 30 Jan 2012 11:06:06 GMT
< Last-Modified: Wed, 08 Jun 1955 12:00:00 GMT
< Expires: Sat, 17 Jun 2000 12:00:00 GMT
< Pragma: no-cache
< Connection: close
< 
* Received HTTP code 404 from proxy after CONNECT
* Closing connection #0
curl: (56) Received HTTP code 404 from proxy after CONNECT

I'm using:

curl --version
curl 7.15.5 (x86_64-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
Protocols: tftp ftp telnet dict ldap http file https ftps 
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111118&aid=3481589&group_id=11118

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
SourceForge.net | 30 Jan 06:31
Picon

[ ijbswa-Bugs-3481523 ] can't support ipv6 when compile with mingw

Bugs item #3481523, was opened at 2012-01-29 21:31
Message generated for change (Tracker Item Submitted) made by ir193
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111118&aid=3481523&group_id=11118

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: build process
Group: version 3.0.19
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ir193 (ir193)
Assigned to: Nobody/Anonymous (nobody)
Summary: can't support ipv6 when compile with mingw

Initial Comment:
hi,
apologize if i post duplicate. I'm new to sf.net


I'm using mingw32(gcc 4.3.3) and windows7sp1 to compile privoxy. have two problem:
1. got an error

jbsockets.c: In function ‘get_host_information’:
jbsockets.c:979:22: error: ‘NI_MAXSERV’ undeclared (first use in this function)
jbsockets.c:979:22: note: each undeclared identifier is reported only once for e
ach function it appears in
make: *** [jbsockets.o] Error 1

2. after edit the source: 
 #define NI_MAXSERV    32
i compile successfully. But it didin't support IPV6.

I wonder whether it a bug of configure or I miss some package

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111118&aid=3481523&group_id=11118

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Ijbswa-developers mailing list
Ijbswa-developers <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ijbswa-developers
Ian Silvester | 28 Jan 04:45
Favicon
Gravatar

OS X distribution close to completion

Hi all,

I now have a 3.0.19 OS X distribution built that, by rights, should work on Leopard upwards and on all three
architectures (PPC, i386 & x86_64). It has so far been tested on Snow Leopard 64 bit and 32 bit, and on Lion 64 bit.

Before I make it generally available I have one more issue to resolve. One tester pointed out that I am using
the statically-linked PCRE that's part of the Privoxy source code. I'm aware that it's de rigeur to
dynamically link to a more recent version. I've downloaded the PCRE project, but (and please excuse my
ignorance) I have a few questions:

- if I build and install this in the default manner, will Privoxy's configure automatically choose to link
to it rather than the built-in version?
- am I free to bundle the PCRE binary I build with my distribution?
- crunch question - if I make a multi-architecture ('Universal' in Macintosh parlance) PCRE binary, will
my multi-architecture privoxy binary link to the correct architecture at runtime?

Thanks in advance for answers to what I'm sure are quite foolish questions,

Ian
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
SourceForge.net | 27 Jan 20:36
Picon

[ ijbswa-Bugs-3480068 ] hotmail is not functional

Bugs item #3480068, was opened at 2012-01-26 05:43
Message generated for change (Comment added) made by diem
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111118&aid=3480068&group_id=11118

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: zebul666 (zebul666)
Assigned to: Nobody/Anonymous (nobody)
Summary: hotmail is not functional

Initial Comment:
As already reported
https://sourceforge.net/tracker/index.php?func=detail&aid=3413827&group_id=11118&atid=460288
 hotmail is not functional if privoxy is used in chromium, opera 

When clicking in category on the left, no action follow.
For example, clicking on Inbox, no email is ever shown.

Note to developper:
Why do you ask a complicated process to user, when it is just a mattter of creating a hotmail account ? (see the
link above where the bug was already reported in september and nothing has been done since ?)
Why do you ask for something instead of doing it ?

----------------------------------------------------------------------

Comment By: Ian Silvester (diem)
Date: 2012-01-27 11:36

Message:
An addendum; I also had to unblock .doubleclick.net for Hotmail to work
effectively.

----------------------------------------------------------------------

Comment By: Ian Silvester (diem)
Date: 2012-01-27 07:40

Message:
This is not a bug per se. Hotmail's functionality depends upon Javascript
code sourced from the domain wlxrs.com, which gets blocked by Privoxy's
default rules.

To re-enable Hotmail you should add an item to your user.actions file that
allows this domain through. In my config I have:

.wlxrs.com (note the preceding . is important) is set -block,
-crunch-incoming-cookies, -crunch-outgoing-cookies, -fast-redirects,
-filter, -hide-referrer, -prevent-compression

No doubt this is overkill - it would probably work with fewer -parameters;
I leave it to you to experiment.

I do not wish to get into a flame war here, but you have to admit your tone
is quite rude. It is entirely reasonable for the developer to ask for a log
file to assist in identifying the cause of this issue; he donates his time
to this project for free and it would be only reasonable to expect users of
the software to do the same if they would like to see an issue resolved.

Ian

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=111118&aid=3480068&group_id=11118

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
SourceForge.net | 27 Jan 16:41
Picon

[ ijbswa-Actionsfile feedback-3413827 ] Hotmail does not work

Actionsfile feedback item #3413827, was opened at 2011-09-25 12:11
Message generated for change (Comment added) made by diem
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=460288&aid=3413827&group_id=11118

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: db (david-bo)
Assigned to: Fabian Keil (fabiankeil)
Summary: Hotmail does not work

Initial Comment:
In a Hotmail inbox clicking a mail does not open/load it when privoxy is enabled. Disabling privoxy and
reloading the page fixes this. I can't be the only one seeing this problem!?

----------------------------------------------------------------------

Comment By: Ian Silvester (diem)
Date: 2012-01-27 07:41

Message:
This is not a bug per se. Hotmail's functionality depends upon Javascript
code sourced from the domain wlxrs.com, which gets blocked by Privoxy's
default rules.

To re-enable Hotmail you should add an item to your user.actions file that
allows this domain through. In my config I have:

.wlxrs.com (note the preceding . is important) is set -block,
-crunch-incoming-cookies, -crunch-outgoing-cookies, -fast-redirects,
-filter, -hide-referrer, -prevent-compression

No doubt this is overkill - it would probably work with fewer -parameters;
I leave it to you to experiment.

Ian

----------------------------------------------------------------------

Comment By: Fabian Keil (fabiankeil)
Date: 2011-09-26 10:12

Message:
Thanks for the report.

i don't have  a Hotmail account, so a logfile that shows the problem would
be really useful:
http://www.privoxy.org/user-manual/contact.html#CONTACT-BUGS

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=460288&aid=3413827&group_id=11118

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2

Gmane