On Thu, Jan 31, 2008 at 09:48:29PM +0000, [EMAIL PROTECTED] wrote 1.2K bytes in 
25 lines about:
: > Give me a few hours to debug this.  This seems odd.

I only see one error during compilation in mingw:

In file included from ftsimport.c:8:
fts_compat.c: In function `fts_read':
fts_compat.c:239: warning: unused variable `buf'
fts_compat.c:283: warning: label `again2' defined but not used

This is probably causing the forbidden functionality to not exist in my
win32 binaries.

forbidden shows up in my polipo.exe:
 strings polipo.exe | grep forbid
 init-forbidden
 <p>There are %d atoms.</p><p><form method=POST
 action="/polipo/status?"><input type=submit name="init-forbidden"
 value="Read forbidden file"></form>
 Couldn't test for forbidden URL
 
 This is different than unix and osx:

 strings polipo | grep forbid
 init-forbidden
 <p>There are %d atoms.</p><p><form method=POST
 action="/polipo/status?"><input type=submit name="init-forbidden"
 value="Read forbidden file"></form>
 Couldn't test for forbidden URL
 forbiddenUrl
 URL to which forbidden requests should be redirected.
 forbiddenRedirectCode
 forbiddenFile
 File specifying forbidden URLs.
 ~/.polipo-forbidden
 /etc/polipo/forbidden
 forbidden.c

: Another point : polipo is seen querying the registry key
: HKLM/Software/Microsoft/Tracing

No idea why this happens.

-- 
Andrew

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Polipo-users mailing list
Polipo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/polipo-users

Reply via email to