Re: [tor-dev] Call for testing/review: obfsclient

2014-02-14 Thread Yawning Angel
On Fri, 14 Feb 2014 16:17:59 + Yawning Angel wrote: > What the. Ok. I'll look at that, though it is a "this should never > happen" sort of situation. I think I'll end up setting up a FreeBSD VM > since my FreeBSD box is on 9.1p10. Fixed in commit 600af0991cd3ec66d45399a9496186ae58ab7ace T

Re: [tor-dev] [Discussion] 5 hops rendezvous circuit design

2014-02-14 Thread Phill Whiteside
Hi, just to repeat, my VM that holds a tor relay is at your use should you wish to test things out. It has its own ipV4 address and people from the dev team are welcome to log into it and try things out. Just be aware that if you kill the relay, you have to make it work again :D https://metrics.t

Re: [tor-dev] [Discussion] 5 hops rendezvous circuit design

2014-02-14 Thread Qingping Hou
On Tue 11 Feb 2014 01:53:54 PM EST, George Kadianakis wrote: > Qingping Hou writes: >> 5. Hazards >> >> a) How to design the scheme for mapping a random number to the same node >>between client and server? >> >> This will be trivia if it's easy to synchronize node list between

[tor-dev] Tor Weather: Running background script

2014-02-14 Thread Abhiram Chintangal
Karsten, From last meetings discussion, I tried a few things to figure out why the script, "listener" (invoked by django command runlistener) fails to do its job : 1. make the event listener listen to a different type 2. Add "UseMicroDescriptors 0" to tor client config 3. Enable debug log for

Re: [tor-dev] Call for testing/review: obfsclient

2014-02-14 Thread Yawning Angel
On Fri, 14 Feb 2014 16:43:00 +0100 Fabian Keil wrote: > Yawning Angel wrote: > It's already fixed in 1e25c55ba54 without the patch. Yay. > > On a side note, tip of tree requires updating liballium since I > > switched both of liballium and obfsclient to > > auto[conf/make]/libtool. Hopefully

Re: [tor-dev] Call for testing/review: obfsclient

2014-02-14 Thread Fabian Keil
Yawning Angel wrote: > On Fri, 14 Feb 2014 12:00:40 +0100 > Fabian Keil wrote: > > > Please let me know if it's still broken/if I've missed anything. > > from /home/fk/git/obfsclient/src/main.cc:49: > > /home/fk/git/obfsclient/src/schwanenlied/pt/scramblesuit/client.h:146:60: > > error: impli

[tor-dev] Proposal 227: Include package fingerprints in consensus documents

2014-02-14 Thread Nick Mathewson
Here's a new proposal for a thing that Mike wants for TBB. Please review! Filename: 227-vote-on-package-fingerprints.txt Title: Include package fingerprints in consensus documents Author: Nick Mathewson, Mike Perry Created: 2014-02-14 Status: Open 0. Abstract We propose extending the Tor co

Re: [tor-dev] [Discussion] 5 ^H 3 hops rendezvous circuit design

2014-02-14 Thread str4d
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 02/13/2014 11:43 AM, Zack Weinberg wrote: > (Four hops is what I2P uses, with two chosen entirely by the client > and two entirely by the server; but there appears to be nothing to > guarantee that a malicious peer can't connect directly to its >

Re: [tor-dev] Call for testing/review: obfsclient

2014-02-14 Thread Yawning Angel
On Fri, 14 Feb 2014 12:00:40 +0100 Fabian Keil wrote: > Patch attached. Maybe client.cc should get its own #include, though. Merged, it's fine to include there since some of the pts also use the endian conversion macros. > > Please let me know if it's still broken/if I've missed anything. > fro

Re: [tor-dev] Call for testing/review: obfsclient

2014-02-14 Thread Fabian Keil
Yawning Angel wrote: > On Thu, 13 Feb 2014 14:06:39 +0100 > Fabian Keil wrote: > > Trying to build it on FreeBSD 11.0-CURRENT I get (after a couple > > of other issues): > > FreeBSD has Clang as the default compiler right? Right. ATM, I'm using: fk@r500 ~ $clang --version FreeBSD clang versio