Re: [tor-dev] Two questions about dir-spec.txt

2011-12-14 Thread Nick Mathewson
On Wed, Dec 14, 2011 at 1:37 PM, Karsten Loesing wrote: > Hi Nick, > > as the subject says, two quick questions about dir-spec.txt: > > > 1. The "s" lines of network status entries are specified as: > >    "s" SP Flags NL > > Now, when a relay has no flags at all, which can happen in a vote or > c

[tor-dev] Two questions about dir-spec.txt

2011-12-14 Thread Karsten Loesing
Hi Nick, as the subject says, two quick questions about dir-spec.txt: 1. The "s" lines of network status entries are specified as: "s" SP Flags NL Now, when a relay has no flags at all, which can happen in a vote or could happen in older consensus methods, that relay would have an "s" line

[tor-dev] common/aes.c troubles

2011-12-14 Thread Gisle Vanem
In common/aes.c: #include "orconfig.h" #include ... #include .. #include "compat.h" By default is included in when WIN32_LEAN_AND_MEAN is not defined. But this is defined too late; in compat.h. So when in OpenSSL pulls in and gets included in compat.h, I'm getting lots of warnings and red

[tor-dev] Purpose Controller Bug

2011-12-14 Thread Tarik Karaoglu
Hi, I am trying to create circuits for use of my controller application however I got the following warning after my unsuccessful attempt. Dec 14 02:43:35.239 [warn] circuit_launch_by_extend_info(): Bug: unexpected purpose 19 when cannibalizing a circ. If I don't specify any purpose, I am able t