- 09 Mar, 2009 7 commits
-
-
Roger Dingledine authored
svn:r18830
-
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
-
- 08 Mar, 2009 1 commit
-
-
Nick Mathewson authored
svn:r18809
-
- 06 Mar, 2009 2 commits
-
-
Karsten Loesing authored
svn:r18791
-
Martin Peck authored
svn:r18789
-
- 05 Mar, 2009 1 commit
-
-
Roger Dingledine authored
svn:r18774
-
- 03 Mar, 2009 2 commits
-
-
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
-
- 02 Mar, 2009 1 commit
-
-
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
-
- 27 Feb, 2009 1 commit
-
-
Andrew Lewman authored
svn:r18705
-
- 23 Feb, 2009 3 commits
-
-
Nick Mathewson authored
svn:r18683
-
Nick Mathewson authored
svn:r18682
-
Andrew Lewman authored
svn:r18675
-
- 21 Feb, 2009 2 commits
-
-
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
-
- 20 Feb, 2009 1 commit
-
-
Roger Dingledine authored
events, not if he's asked for ns events svn:r18656
-
- 17 Feb, 2009 2 commits
-
-
Roger Dingledine authored
svn:r18610
-
Roger Dingledine authored
svn:r18609
-
- 16 Feb, 2009 8 commits
-
-
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
-
- 15 Feb, 2009 2 commits
-
-
Roger Dingledine authored
bumped to 0.2.2.x svn:r18546
-
Roger Dingledine authored
svn:r18545
-
- 13 Feb, 2009 2 commits
-
-
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
-
- 12 Feb, 2009 3 commits
-
-
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
-
- 11 Feb, 2009 2 commits
-
-
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
-