- Mar 09, 2009
-
-
Nick Mathewson authored
svn:r18827
-
Roger Dingledine authored
svn:r18818
-
Roger Dingledine authored
svn:r18814
-
Roger Dingledine authored
svn:r18813
-
Roger Dingledine authored
of 0. Now also reject extend cells with destination port or address of 0. Suggested by lark. svn:r18812
-
Roger Dingledine authored
svn:r18811
-
- Mar 08, 2009
-
-
Nick Mathewson authored
svn:r18809
-
- Mar 06, 2009
-
-
Karsten Loesing authored
svn:r18791
-
Martin Peck authored
svn:r18789
-
- Mar 05, 2009
-
-
Roger Dingledine authored
svn:r18774
-
- Mar 03, 2009
-
-
Nick Mathewson authored
svn:r18761
-
Nick Mathewson authored
tor_sscanf() only handles %u and %s for now, which will make it adequate to replace sscanf() for date/time/IP parsing. We want this to prevent attackers from constructing weirdly formed descriptors, cells, addresses, HTTP responses, etc, that validate under some locales but not others. svn:r18760
-
- Mar 02, 2009
-
-
Nick Mathewson authored
It seems that 64-bit Sparc Solaris demands 64-bit-aligned access to uint64_t, but does not 64-bit-align the stack-allocated char array we use for cpuworker tags. So this patch adds a set/get_uint64 pair, and uses them to access the conn_id field in the tag. svn:r18743
-
- Feb 27, 2009
-
-
Andrew Lewman authored
svn:r18705
-
- Feb 23, 2009
-
-
Nick Mathewson authored
svn:r18683
-
Nick Mathewson authored
svn:r18682
-
Andrew Lewman authored
svn:r18675
-
- Feb 21, 2009
-
-
Nick Mathewson authored
Patch from lark: if we get two extend cells for the same circuit id, drop the second. Previously, we had leaked an extend_info if the target connection was not open when the second arrived. svn:r18668
-
Nick Mathewson authored
Patch from lark: drop BEGIN cells from a rendevous circuit if they do not originate from the end of the circuit. svn:r18667
-
- Feb 20, 2009
-
-
Roger Dingledine authored
events, not if he's asked for ns events svn:r18656
-
- Feb 17, 2009
-
-
Roger Dingledine authored
svn:r18610
-
Roger Dingledine authored
svn:r18609
-
- Feb 16, 2009
-
-
Nick Mathewson authored
It turns out that we weren't updating the _ExcludeExitNodesUnion set's country numbers when we reloaded (or first loaded!) the IP-to-country file. Spotted by Lark. Bugfix on 0.2.1.6-alpha. svn:r18575
-
Steven Murdoch authored
svn:r18568
-
Roger Dingledine authored
svn:r18566
-
Roger Dingledine authored
svn:r18564
-
Roger Dingledine authored
boy, what a convoluted thing svn is svn:r18563
-
Roger Dingledine authored
svn:r18557
-
Roger Dingledine authored
lines for every recommended relay. still needs docdoc and changelog entry. svn:r18556
-
Roger Dingledine authored
svn:r18555
-
- Feb 15, 2009
-
-
Roger Dingledine authored
bumped to 0.2.2.x svn:r18546
-
Roger Dingledine authored
svn:r18545
-
- Feb 13, 2009
-
-
Roger Dingledine authored
stream never finished making its connection, it would live forever in circuit_wait state. Now we close it after SocksTimeout seconds. Bugfix on 0.1.2.7-alpha; reported by Mike Perry. svn:r18516
-
Andrew Lewman authored
svn:r18514
-
- Feb 12, 2009
-
-
Roger Dingledine authored
svn:r18503
-
Mike Perry authored
Add SSL test description for kicks. Also spell check is a wonderfukl thign. svn:r18502
-
Mike Perry authored
Add exit scanning proposal outline from discussions with arma. svn:r18501
-
- Feb 11, 2009
-
-
Roger Dingledine authored
svn:r18497
-
Nick Mathewson authored
Revert an erroneous part of the non-fix to bug 326, and add comments to explain why it was erroneous. svn:r18494
-
Nick Mathewson authored
I worry that the CLEAR() macro in eventdns.c is hiding bugs. That is sad, because it was meant to make them more detectable. Change it to change stuff to garbage rather than to 0. If no bugs turn up, we can remove it in 0.2.2.x svn:r18493
-