Re: [tor-dev] design for a Tor router without anonymity compromises

2015-05-03 Thread warms0x
how would an administrator ensure that only they are able to mutate the device set up? Also "Filter local traffic that is not Tor when active", does this mean that the privacy director software will require escalated privileges on the numerous platform

[tor-dev] tor's "make test" fails when run on tails

2015-04-26 Thread warms0x
I am trying to execute tor's tests from git (63a90f2) on tails but the socketpair_ersatz test keeps failing util/socketpair: [forking] OK util/socketpair_ersatz: [forking] FAIL src/test/test_util.c:4212: assert(0 OP_EQ tor_socketpair_fn(family, SOCK_STREAM, 0, fds)): 0 vs -111 [socketpair_e

Re: [tor-dev] Torsocks reengineered

2013-06-12 Thread warms0x
high performance alternative without a lot of concurrency overhead. I highly recommend reading some of the redis project's source code (https://github.com/antirez/redis), which also relies on libev and is quite readable (as far as C goes). - warms0x --- xmpp: warm...@riseup.net http: http://warms

Re: [tor-dev] [GSoC]Tails-server

2012-06-05 Thread warms0x
blog post about testing with Vagrant. In the blog post, there's a Vagrant plugin "sahara" [3] mentioned which you should look into regardless of what you're doing to make sure you're not waiting too long for you tests to complete. [1] https://github.com/cucumber/arub

Re: [tor-dev] First-time tails/tor user feedback

2012-04-24 Thread warms0x
may be > preferred. This is a tricky usability minefield in my opinion, it's a really hard line to navigate between hiding something from a user they probably won't miss (ads) and hiding something from a user that would confuse the hell out of them (site flash intro .swf). All that said

[tor-dev] Using a conf.d instead of a monolithic config file

2012-01-06 Thread warms0x
ts? It would be useful to be able to drop fragments for hidden service configurations, etc into a directory to be picked up by the Tor daemon. If I provided the patches to make this possible, would it be useful? Cheers, -warms0x ___ tor-dev maili

Re: [tor-dev] Implement JSONP interface for check.torproject.org

2011-11-08 Thread warms0x
> (Off-list reply to avoid unnecessary archive bits :)) Well damn. Since I already screwed up, I might as well apologize with another unnecessary email to the list. ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-b

Re: [tor-dev] Implement JSONP interface for check.torproject.org

2011-11-08 Thread warms0x
(Off-list reply to avoid unnecessary archive bits :)) Thanks for the clarification, I wasn't even aware of the bulk exit exporter! Cheers. ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor

Re: [tor-dev] Implement JSONP interface for check.torproject.org

2011-11-08 Thread warms0x
> On 11/05/2011 06:26 PM, Arturo Filastò wrote: >> I have made a patch to check.torproject.org to expose a JSONP interface >> that would allow people to have the user check client side if (s)he is >> using Tor. >> >> This would allow people to embed a badge on their website >> (privacybadge.html) t