Re: [tor-dev] [RELEASE] Torsocks 2.1.0

2015-05-28 Thread grarpamp
On Thu, May 28, 2015 at 9:11 AM, Yawning Angel wrote: > While not as great as 256 bit random numbers, PID reuse within the same There's often a case for combining human meaning with random. On the random... Width of pid+epoch is 48 bits. CPU 4GHz per epoch = 32 bits. 48+32=80. ssh-agent deems (a-

Re: [tor-dev] [RELEASE] Torsocks 2.1.0

2015-05-28 Thread anonym
On 05/28/2015 03:11 PM, Yawning Angel wrote: > Ah, this is a matter of "the feature is explained in a simple manner in > the abbreviated changelog". > > What the flag actually does is: > * Username set to 'torsocks-' PID ':' unixTime Thanks for the clarification! This indeed sounds a lot better.

Re: [tor-dev] [RELEASE] Torsocks 2.1.0

2015-05-28 Thread Yawning Angel
On Thu, 28 May 2015 14:55:07 +0200 anonym wrote: > On 05/27/2015 09:19 PM, David Goulet wrote: > > - IsolatePID is a new option that will make torsocks set the SOCKS5 > > username and password automatically to provide isolation on Tor > > side. > > > > You can use this with the -i,--isolate

Re: [tor-dev] [RELEASE] Torsocks 2.1.0

2015-05-28 Thread anonym
On 05/27/2015 09:19 PM, David Goulet wrote: > - IsolatePID is a new option that will make torsocks set the SOCKS5 > username and password automatically to provide isolation on Tor side. > > You can use this with the -i,--isolate command added or > TORSOCKS_ISOLATE_PID env. variable. Perhaps

[tor-dev] [RELEASE] Torsocks 2.1.0

2015-05-27 Thread David Goulet
Hi everyone! This is the release for version 2.1.0 of Torsocks. Special thanks to Yawning that helped a lot with the new features, finding bugs and providing patches! Also, thanks to all contributors and users out there providing us with feedbacks! :) Changes that are worth mentionning: - Suppor