[tor-dev] packaging advice needed

2015-07-10 Thread Magnus Hedemark
Hello, I have set up a Jenkins CI server and have it tracking the Tor project's git repository. I'm going to be building packages for the OmniOS platform, which is not yet supported. I tried searching the site for advice for packagers but haven't found any. If I've overlooked it, I'd appreciat

[tor-dev] Proposal 246: Defending Against Guard Discovery Attacks using Vanguards

2015-07-10 Thread George Kadianakis
Hello, I'm attaching a proposal draft that should help us defend against guard discovery attacks. There are a few pieces left unfinished (see the XXXs) but I decided to release early and release often for the sake of moving forward with this. I consider this issue very important and any feedback

Re: [tor-dev] Two new tech reports on website fingerprinting

2015-07-10 Thread Nick Mathewson
On Tue, Jun 30, 2015 at 9:01 PM, wrote: > I'd like to introduce two new works on website fingerprinting I've written > with my supervisor, Ian Goldberg. > > The first is titled ``On Realistically Attacking Tor with Website > Fingerprinting''. We talk about methods to allow website fingerprinting

Re: [tor-dev] [Patch] or/config.c for MSVC

2015-07-10 Thread Gisle Vanem
Ping list? Gisle Vanem wrote: This gcc-centric macro in or/config.c doesn't work well in MSVC v16/18: #define COMPLAIN(args...) \ STMT_BEGIN log_warn(LD_CONFIG, args); STMT_END Even MSVC v19 doesn't have such preprocessor magic. It's gcc specific and not C99 I guess. Can you please use '_