[tor-commits] [torbutton/master] Bug 6096: Perform version check every time there's a new tab.

2012-11-15 Thread mikeperry
commit 1f5c7cceac380503605ad56e231824ef5c78c560 Author: Mike Perry Date: Thu Nov 15 22:12:36 2012 -0800 Bug 6096: Perform version check every time there's a new tab. This is limited by the timer from #6156. --- src/chrome/content/torbutton.js |5 + 1 files changed, 5 inser

[tor-commits] [torbutton/master] Bug 6156: Raise check limit to 1.5 hours.

2012-11-15 Thread mikeperry
commit ad92f4ab86768493593aef53885d3ae81864b899 Author: Mike Perry Date: Thu Nov 15 19:56:08 2012 -0800 Bug 6156: Raise check limit to 1.5 hours. In retrospect, 15 minutes is probably a little too often. --- src/chrome/content/torbutton.js |2 +- 1 files changed, 1 insertions(

[tor-commits] [tor/master] Give useful warning when both IPv4 and IPv6 are disabled on a socksport

2012-11-15 Thread nickm
commit ecb619d96bf22150a926c233b3ddc5d82b3dc032 Author: Nick Mathewson Date: Thu Nov 15 22:58:54 2012 -0500 Give useful warning when both IPv4 and IPv6 are disabled on a socksport --- src/or/config.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/or/confi

[tor-commits] [torbutton/master] Bug 6156: Rate limit version check queries

2012-11-15 Thread mikeperry
commit 1581678d45093f9ac08dd9e20152493a8fdaeddb Author: Mike Perry Date: Thu Nov 15 19:45:41 2012 -0800 Bug 6156: Rate limit version check queries Patch from Pearl Crescent. --- src/chrome/content/torbutton.js | 17 + 1 files changed, 17 insertions(+), 0 deletion

[tor-commits] [torbutton/master] Bug 6431: Add menu hint to Torbutton icon

2012-11-15 Thread mikeperry
commit 9a096a9ce8a0f126b10753bfe436e8a84bd80e96 Author: Mike Perry Date: Thu Nov 15 19:44:36 2012 -0800 Bug 6431: Add menu hint to Torbutton icon Patch from Pearl Crescent. --- src/chrome/content/torbutton.xul |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[tor-commits] [torbutton/master] Update unsigned rdf.

2012-11-15 Thread mikeperry
commit 1cbd9114e9c9dcdd428b41365e42becac0ce1464 Author: Mike Perry Date: Thu Nov 15 15:29:20 2012 -0800 Update unsigned rdf. --- update-unsigned.rdf | 16 +++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/update-unsigned.rdf b/update-unsigned.rdf index f715

[tor-commits] [tor/master] Allow IPv4 traffic on default and old-style-config SocksPorts.

2012-11-15 Thread nickm
commit 28cbe908398f24366a9056d2508ae94690d82bba Author: Nick Mathewson Date: Thu Nov 15 22:49:43 2012 -0500 Allow IPv4 traffic on default and old-style-config SocksPorts. Looks like when i was writing the code to set the ipv4_traffic flag on port_cfg_t, I missed some cases, suc

[tor-commits] [ooni-probe/master] * Adding back in a few changes that got lost in an octopus battle.

2012-11-15 Thread isis
commit 471312f6e754a7b004761acced8ab462bad803e3 Author: Isis Lovecruft Date: Thu Nov 15 23:52:04 2012 + * Adding back in a few changes that got lost in an octopus battle. --- ooni/utils/net.py | 59 +--- 1 files changed, 51 insertions(+

[tor-commits] [ooni-probe/master] Merge branch 'master' into master-copy

2012-11-15 Thread isis
commit 7affab1647a51f639968e5742a09ce74677e579e Merge: 4dd13f7 471312f Author: Isis Lovecruft Date: Fri Nov 16 00:33:55 2012 + Merge branch 'master' into master-copy Apply fixes to a couple bugs in ooni.utils.net. ooni/utils/net.py | 94 +

[tor-commits] [ooni-probe/master] * Updated oonib requirements.

2012-11-15 Thread isis
commit cd7c33cacf8f8acfac08688318069fa03ae53195 Author: Isis Lovecruft Date: Thu Nov 15 23:12:36 2012 + * Updated oonib requirements. --- oonib/requirements.txt |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/oonib/requirements.txt b/oonib/requirements.txt ind

[tor-commits] [ooni-probe/master] * Rewrite of echo.

2012-11-15 Thread isis
commit 9780774b3ab5ccdae79216fa47c844db1622857d Author: Isis Lovecruft Date: Thu Nov 15 23:09:46 2012 + * Rewrite of echo. --- nettests/bridge_reachability/echo.py | 176 -- 1 files changed, 83 insertions(+), 93 deletions(-) diff --git a/nettests/bridg

[tor-commits] [ooni-probe/master] * Updated oonib requirements.

2012-11-15 Thread isis
commit 4dd13f70594d1a58dde6785a72de60956e9ed189 Author: Isis Lovecruft Date: Thu Nov 15 23:12:36 2012 + * Updated oonib requirements. --- oonib/requirements.txt |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/oonib/requirements.txt b/oonib/requirements.txt ind

[tor-commits] [ooni-probe/master] * Moved iface and ipaddr discovery function to ooni.utils.net.

2012-11-15 Thread isis
commit 33ba9a28c4f3aae4e72c8b9fce370255e21971b7 Author: Isis Lovecruft Date: Sun Nov 11 13:56:09 2012 + * Moved iface and ipaddr discovery function to ooni.utils.net. --- nettests/bridge_reachability/echo.py | 26 - ooni/utils/net.py| 194

[tor-commits] [ooni-probe/master] * Minor change to Makefile.

2012-11-15 Thread isis
commit 64be6a7163534713ef50b527d47c90443be879fe Author: Isis Lovecruft Date: Thu Nov 15 23:06:57 2012 + * Minor change to Makefile. --- Makefile | 28 1 files changed, 16 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index a965c00..13d2

[tor-commits] [ooni-probe/master] * Rewrite of echo.

2012-11-15 Thread isis
commit 56ae275afcd3ca2517dd9e8ff8ec6b83448c34a6 Author: Isis Lovecruft Date: Thu Nov 15 23:09:46 2012 + * Rewrite of echo. --- nettests/bridge_reachability/echo.py | 176 -- 1 files changed, 83 insertions(+), 93 deletions(-) diff --git a/nettests/bridg

[tor-commits] [ooni-probe/master] * Minor change to Makefile.

2012-11-15 Thread isis
commit e6fa66090d9a435f5e9c77ffa2e7376fc053e932 Author: Isis Lovecruft Date: Thu Nov 15 23:06:57 2012 + * Minor change to Makefile. --- Makefile | 28 1 files changed, 16 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index a965c00..13d2

[tor-commits] [ooni-probe/master] * Moved iface and ipaddr discovery function to ooni.utils.net.

2012-11-15 Thread isis
commit 870d8824f0d2fd8c83624a908641f7ba512bcc1f Author: Isis Lovecruft Date: Sun Nov 11 13:56:09 2012 + * Moved iface and ipaddr discovery function to ooni.utils.net. --- nettests/bridge_reachability/echo.py | 26 -- ooni/utils/net.py| 159 +++

[tor-commits] [ooni-probe/master] Merge branch 'master' of git-rw.torproject.org:ooni-probe

2012-11-15 Thread isis
commit 1008bd5c04e9a9fa1f1726fa5474725d2714f37c Merge: 870d882 2bf3da5 Author: Isis Lovecruft Date: Thu Nov 15 00:26:43 2012 + Merge branch 'master' of git-rw.torproject.org:ooni-probe Conflicts: ooni/utils/net.py AUTHORS |2 +- CH

[tor-commits] [ooni-probe/master] Merge branch 'master' of git-rw.torproject.org:ooni-probe

2012-11-15 Thread isis
commit bab98e2564892dcf7d7e052700b71b0b0d75e874 Merge: 1008bd5 82f72cf Author: Isis Lovecruft Date: Thu Nov 15 10:40:07 2012 + Merge branch 'master' of git-rw.torproject.org:ooni-probe before_i_commit.sh |4 +- inputs/Makefile |8 +++ nette

[tor-commits] [tor/master] Set IPv4/IPv6 flags correctly when being a SOCKS client

2012-11-15 Thread nickm
commit 1e46952f36c5fb83d0f3e60e90951bb9e8ea8d77 Author: Nick Mathewson Date: Thu Nov 15 13:00:19 2012 -0500 Set IPv4/IPv6 flags correctly when being a SOCKS client --- src/or/connection.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/or/connection.c b/src/or

[tor-commits] [tor/master] Fix up some comments in connection_edge.c

2012-11-15 Thread nickm
commit 12f997528d17739290a54347edd2ce54042efa2d Author: Nick Mathewson Date: Thu Nov 15 12:17:30 2012 -0500 Fix up some comments in connection_edge.c --- src/or/connection_edge.c | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/or/connection_edge.c b/

[tor-commits] [tor/master] Merge branch 'ipv6_exits'

2012-11-15 Thread nickm
commit ca0c71551e519a1d27cec5db9c9e6722a382d19d Merge: 2cb82c3 1e46952 Author: Nick Mathewson Date: Thu Nov 15 14:45:15 2012 -0500 Merge branch 'ipv6_exits' changes/ipv6_exits | 18 + changes/split_addressmap |3 + doc/tor.1.txt| 20 +- src/common/add

[tor-commits] [tor/master] Add a changes file for IPv6 exits

2012-11-15 Thread nickm
commit b1ad84dce61d11ffb0a3dff71ba404cf478e211c Author: Nick Mathewson Date: Wed Nov 14 23:35:55 2012 -0500 Add a changes file for IPv6 exits --- changes/ipv6_exits | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/changes/ipv6_exits b/changes/ipv6_

[tor-commits] [tor/master] Remove some XXXX commens in dns.c

2012-11-15 Thread nickm
commit a4fce0fee855288d600636462f1ca9acf30e036f Author: Nick Mathewson Date: Thu Nov 15 12:17:36 2012 -0500 Remove some commens in dns.c Previously, I was freaking out about passing an unspec address to dns_found_answer() on an error, since I was using the address type to

[tor-commits] [tor/master] Add manual page entries for new IPv6-exits options

2012-11-15 Thread nickm
commit 61d740ed0156e20d539bdfbe48b13a42167c2c8f Author: Nick Mathewson Date: Wed Nov 14 23:35:13 2012 -0500 Add manual page entries for new IPv6-exits options --- doc/tor.1.txt | 20 ++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/doc/tor.1.txt b/doc/

[tor-commits] [tor/master] Add another missing function doc

2012-11-15 Thread nickm
commit e3ceac38d9d7b731abe5605d13735ee051eff623 Author: Nick Mathewson Date: Wed Nov 14 22:55:23 2012 -0500 Add another missing function doc --- src/or/relay.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/or/relay.c b/src/or/relay.c index 79eb919..d862e

[tor-commits] [tor/master] Initial support for AAAA requests on DNSPort.

2012-11-15 Thread nickm
commit d643487cc24c9f8d7c56cdf961a1e5598339538c Author: Nick Mathewson Date: Wed Nov 14 22:29:08 2012 -0500 Initial support for requests on DNSPort. This is imperfect, since it sends back whatever we would send to a socks RESOLVE request, when in reality we should send bac

[tor-commits] [tor/master] Add IPv6 support to tor-resolve so it can hear about IPv6 answers

2012-11-15 Thread nickm
commit 4db49f2b27be858fccfc646cb6ce11e9b2cb98d4 Author: Nick Mathewson Date: Wed Nov 14 22:07:18 2012 -0500 Add IPv6 support to tor-resolve so it can hear about IPv6 answers --- src/tools/tor-resolve.c | 28 1 files changed, 16 insertions(+), 12 deletions(-)

[tor-commits] [tor/master] Let tor-resolve generate PTR requests for IPv6 addresses

2012-11-15 Thread nickm
commit 053f2cb7c89a4f6b52fa601f83f798d45ab8eca4 Author: Nick Mathewson Date: Wed Nov 14 22:20:18 2012 -0500 Let tor-resolve generate PTR requests for IPv6 addresses --- src/or/dnsserv.c|1 + src/tools/tor-resolve.c | 16 +++- 2 files changed, 12 insertions(+), 5 d

[tor-commits] [tor/master] Make DNS resolve requests work for IPv6

2012-11-15 Thread nickm
commit 0f899518cf13ad2b6d99845ac82e7cbf93ef0fb4 Author: Nick Mathewson Date: Wed Nov 14 22:06:13 2012 -0500 Make DNS resolve requests work for IPv6 * If there's an IPv4 and an IPv6 address, return both in the resolved cell. * Treat all resolve requests as permitting IPv6,

[tor-commits] [tor/master] Fix a bug in policy_is_reject_star() that was making IPv4 exits break

2012-11-15 Thread nickm
commit bb2145b45ba5992eae6d647b946b430dd2367375 Author: Nick Mathewson Date: Wed Nov 14 20:51:41 2012 -0500 Fix a bug in policy_is_reject_star() that was making IPv4 exits break IPv4-only exits have an implicit "reject [::]/0", which was making policy_is_reject_star() return 1

[tor-commits] [tor/master] Accept reverse resolve requests for IPv6 addresses

2012-11-15 Thread nickm
commit 50af1087c4e92dfb4a30ddce4f6046970d6108e2 Author: Nick Mathewson Date: Wed Nov 14 22:20:01 2012 -0500 Accept reverse resolve requests for IPv6 addresses --- src/or/connection_edge.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/or/connection_edge.c b/s

[tor-commits] [tor/master] Remove some unused defines in dns.c

2012-11-15 Thread nickm
commit 6b36142bcc6f268a5312e197c4c3397065b3414e Author: Nick Mathewson Date: Wed Nov 14 10:18:33 2012 -0500 Remove some unused defines in dns.c --- src/or/dns.c |9 + 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/or/dns.c b/src/or/dns.c index 5a7f07c..b7b5e

[tor-commits] [tor/master] Implement a PreferIPv6 flag for SocksPorts

2012-11-15 Thread nickm
commit 363cf024553741524c0c8cb9fa8b9226863c903b Author: Nick Mathewson Date: Wed Nov 14 10:09:06 2012 -0500 Implement a PreferIPv6 flag for SocksPorts --- src/or/config.c |6 +- src/or/connection.c |2 ++ src/or/connection_edge.c |7 +++ src/or/or.h

[tor-commits] [tor/master] Add some missing doxygen for ipv6 exit code

2012-11-15 Thread nickm
commit 85e8d35fca49c0a660e104a85bb727f808b8ffb0 Author: Nick Mathewson Date: Wed Nov 14 15:20:28 2012 -0500 Add some missing doxygen for ipv6 exit code --- src/common/address.c |4 ++- src/or/connection_edge.c | 28 +-- src/or/connection_edge.h | 26 +-

[tor-commits] [tor/master] Actually send back correctly-formed IPv6 CONNECTED cells

2012-11-15 Thread nickm
commit 882b389668067a29bb539d0f5bd5cb2f83b93012 Author: Nick Mathewson Date: Wed Nov 14 10:48:58 2012 -0500 Actually send back correctly-formed IPv6 CONNECTED cells We had some old code to send back connected cells for IPv6 addresses, but it was wrong. Fortunately, it was also

[tor-commits] [tor/master] Define a wrapper for evdns_base_resolve_ipv6 for systems w/o libevent 2

2012-11-15 Thread nickm
commit c4830bfbe2db333b6550d8b3e98868fa2c808b76 Author: Nick Mathewson Date: Tue Nov 6 14:30:30 2012 -0500 Define a wrapper for evdns_base_resolve_ipv6 for systems w/o libevent 2 --- src/or/dns.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/or/dns.c b/src/

[tor-commits] [tor/master] Actually generate microdescriptors with p6 lines.

2012-11-15 Thread nickm
commit 1cc77365753a298de6e1706d2faa592f6ed33b95 Author: Nick Mathewson Date: Tue Nov 6 12:12:59 2012 -0500 Actually generate microdescriptors with p6 lines. --- src/or/dirserv.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/or/dirserv.c b/src/or/dirserv.

[tor-commits] [tor/master] Make address_is_invalid_destination recognize ipv6 addrs as valid.

2012-11-15 Thread nickm
commit 35ce42118fa84825b4eca5e53617563100c8477e Author: Nick Mathewson Date: Tue Nov 6 13:35:31 2012 -0500 Make address_is_invalid_destination recognize ipv6 addrs as valid. --- src/or/addressmap.c |7 +++ src/or/dns.c|2 +- 2 files changed, 8 insertions(+), 1 deletions

[tor-commits] [tor/master] Remove a since-fixed XXX; improve a doxygen comment

2012-11-15 Thread nickm
commit 54ee7ff148dac13644d64e6df02a11efd1b31c08 Author: Nick Mathewson Date: Tue Nov 6 12:12:47 2012 -0500 Remove a since-fixed XXX; improve a doxygen comment --- src/or/dirvote.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/or/dirvote.c b/src/or/dirv

[tor-commits] [tor/master] Revise the DNS subsystem to handle IPv6 exits.

2012-11-15 Thread nickm
commit 2889bd2642ada3a2aa55fa4909825dfb7e90812e Author: Nick Mathewson Date: Mon Nov 5 13:26:29 2012 -0500 Revise the DNS subsystem to handle IPv6 exits. Now, every cached_resolve_t can remember an IPv4 result *and* an IPv6 result. As a light protection against timing-based di

[tor-commits] [tor/master] Repair DNS NEXIST hijacking workaround

2012-11-15 Thread nickm
commit 7197c9f14a60cd9e496fcd432a2fecb12b20f4dc Author: Nick Mathewson Date: Wed Nov 14 10:14:23 2012 -0500 Repair DNS NEXIST hijacking workaround The code previously detected wildcarding and replaced wildcarded answers with DNS_STATUS_FAILED_PERMANENT. But that status variabl

[tor-commits] [tor/master] Actually advertise IPv6 exit policies.

2012-11-15 Thread nickm
commit 004f3f4e5339bdb5bf8559a620343b919ba196c1 Author: Nick Mathewson Date: Tue Nov 6 11:29:41 2012 -0500 Actually advertise IPv6 exit policies. I have a theory that my tests will work better if the code I'm testing isn't disabled. --- src/or/router.c | 12 +++- 1 f

[tor-commits] [tor/master] Whitespace cleanup

2012-11-15 Thread nickm
commit 25cf286fb1b2a11f82b3e5a0e7800a2071ec6ed2 Author: Nick Mathewson Date: Wed Oct 31 22:46:07 2012 -0400 Whitespace cleanup --- src/or/config.c |4 ++-- src/or/connection_edge.c |2 -- src/or/connection_edge.h |1 - src/or/relay.c |3 ++- 4 files chang

[tor-commits] [tor/master] Change signature of router_compare_to_my_exit_policy so dns can use it

2012-11-15 Thread nickm
commit a58e17bcc308654b7e973debe88fe74ad817a2bb Author: Nick Mathewson Date: Mon Nov 5 13:11:53 2012 -0500 Change signature of router_compare_to_my_exit_policy so dns can use it Also, fix the function so it actually looks at our ipv6 exit policy. --- src/or/connection_edge.c |

[tor-commits] [tor/master] Reindent a block in dns.c

2012-11-15 Thread nickm
commit 0487c0d5798ce125dcaf61f7c8fc8b879d377674 Author: Nick Mathewson Date: Wed Oct 31 22:43:56 2012 -0400 Reindent a block in dns.c --- src/or/dns.c | 48 +++- 1 files changed, 23 insertions(+), 25 deletions(-) diff --git a/src/or/dns.c b/sr

[tor-commits] [tor/master] When asking for a specific address type, others aren't acceptable

2012-11-15 Thread nickm
commit 93591383a9169bd1716aa6495424e5e5e6161bd8 Author: Nick Mathewson Date: Wed Oct 31 22:40:55 2012 -0400 When asking for a specific address type, others aren't acceptable --- src/or/connection_edge.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/or/conn

[tor-commits] [tor/master] Actually send BEGIN cell flags

2012-11-15 Thread nickm
commit 807b781a3d9028db496640541a6168be936ab424 Author: Nick Mathewson Date: Wed Oct 31 22:41:20 2012 -0400 Actually send BEGIN cell flags This uses advertised IPv6 ports as an implicit version check. --- src/or/connection_edge.c | 48

[tor-commits] [tor/master] Better checking of exit policies for connections by hostname

2012-11-15 Thread nickm
commit 6e27282dab8f4d4999830f0310ea3f8aa75c6b63 Author: Nick Mathewson Date: Wed Oct 31 22:04:25 2012 -0400 Better checking of exit policies for connections by hostname --- src/or/connection_edge.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/or/con

[tor-commits] [tor/master] I think it is correct to decorate these addresses.

2012-11-15 Thread nickm
commit d276894772cc1ed2cfdcbeb6efd96b1abca3f2dc Author: Nick Mathewson Date: Wed Oct 31 22:18:55 2012 -0400 I think it is correct to decorate these addresses. --- src/or/addressmap.c |2 +- src/or/connection_edge.c |4 ++-- src/or/relay.c |2 +- 3 files changed,

[tor-commits] [tor/master] Reject IPv4 or IPv6 addresses from the user depending on SOCKS settings

2012-11-15 Thread nickm
commit 93dc7dcf418f37023b5a1e3f4e8485d8286996b4 Author: Nick Mathewson Date: Wed Oct 31 11:26:00 2012 -0400 Reject IPv4 or IPv6 addresses from the user depending on SOCKS settings --- src/or/connection_edge.c | 24 1 files changed, 24 insertions(+), 0 deletions(-

[tor-commits] [tor/master] Only send begin cell flags when we have some to send

2012-11-15 Thread nickm
commit 5ee1de65b09e51ed2eea740cfd95ade3abe99e58 Author: Nick Mathewson Date: Wed Oct 31 22:04:09 2012 -0400 Only send begin cell flags when we have some to send --- src/or/connection_edge.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/or/connection_edge.c b

[tor-commits] [tor/master] Never support IPv6 traffic on a SOCKS4 connection.

2012-11-15 Thread nickm
commit a62c03fe2c60c8323083b5bf1102906da0ab5914 Author: Nick Mathewson Date: Wed Oct 31 22:03:54 2012 -0400 Never support IPv6 traffic on a SOCKS4 connection. --- src/or/connection_edge.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/or/connection_edge.c b/

[tor-commits] [tor/master] Add a function to set a tor_addr_t to a null address

2012-11-15 Thread nickm
commit 898f9c8bcca04320d64963a87ea3bca81113bf6f Author: Nick Mathewson Date: Wed Oct 31 20:50:56 2012 -0400 Add a function to set a tor_addr_t to a null address --- src/common/address.c |8 src/common/address.h |1 + 2 files changed, 9 insertions(+), 0 deletions(-) diff -

[tor-commits] [tor/master] Add {No, }IPv{4, 6}Traffic options to SOCKSPort

2012-11-15 Thread nickm
commit 4bec25c3cd8869fb4b0cb6f1139bc2672b5b14a7 Author: Nick Mathewson Date: Wed Oct 31 11:08:38 2012 -0400 Add {No,}IPv{4,6}Traffic options to SOCKSPort These options are for telling the SOCKSPort that it should allow or not allow connections to IPv4/IPv6 addresses. T

[tor-commits] [tor/master] Rename ipv{4, 6}_only to bind_ipv{4, 6}_only

2012-11-15 Thread nickm
commit 111321ed16d59588d04e2c99ed949538e154f0e0 Author: Nick Mathewson Date: Wed Oct 31 11:12:28 2012 -0400 Rename ipv{4,6}_only to bind_ipv{4,6}_only This is to avoid confusion with the ipv{4,6}_traffic flags. --- src/or/config.c | 24 src/or/or.h |

[tor-commits] [tor/master] Get the client side of receiving an IPv6 address to work

2012-11-15 Thread nickm
commit cac5335195d3bb9a39af77886992ffa98b8c7817 Author: Nick Mathewson Date: Wed Oct 31 18:27:48 2012 -0400 Get the client side of receiving an IPv6 address to work This makes it so we can handle getting an IPv6 in the 3 different formats we specified it for in RESOLVED cells,

[tor-commits] [tor/master] Make dns wildcarding checks work for ipv6

2012-11-15 Thread nickm
commit 00633b944672458bdfd3d79bab4e1230cee4a522 Author: Nick Mathewson Date: Sat Oct 27 16:07:25 2012 -0400 Make dns wildcarding checks work for ipv6 --- src/or/dns.c | 93 ++ 1 files changed, 61 insertions(+), 32 deletions(-) diff

[tor-commits] [tor/master] Refactor begin cell parsing into its own function, with tests.

2012-11-15 Thread nickm
commit 462ebb270a10f02573b1847649db45b94c0e0fc3 Author: Nick Mathewson Date: Mon Oct 22 11:28:37 2012 -0400 Refactor begin cell parsing into its own function, with tests. Add 'flags' argument to begin cells, per proposal 208. --- src/or/connection_edge.c | 105 ++-

[tor-commits] [tor/master] Make DNS callback pass IPv6 answers to dns_answer_found

2012-11-15 Thread nickm
commit b7843ca5544e741e74fe5f93fb49579e01b468c8 Author: Nick Mathewson Date: Sat Oct 27 16:34:49 2012 -0400 Make DNS callback pass IPv6 answers to dns_answer_found Also, count ipv6 timeouts vs others. If we have too many ipv6 requests time out, then we could be degrading perfo

[tor-commits] [tor/master] Add an IPv6Exit configuration option

2012-11-15 Thread nickm
commit 9016d9e8294a35295851d12b62de4ac9a5549709 Author: Nick Mathewson Date: Thu Oct 25 00:20:41 2012 -0400 Add an IPv6Exit configuration option Don't advertise an IPv6 exit policy, or accept IPv6 exit requests, if IPv6Exit is not true. --- src/or/config.c |3 ++-

[tor-commits] [tor/master] Authorities put p6 lines into microdescriptors.

2012-11-15 Thread nickm
commit 04ea55014182776871841279f6917d1a03c4e905 Author: Nick Mathewson Date: Wed Oct 24 22:34:55 2012 -0400 Authorities put p6 lines into microdescriptors. --- src/or/dirvote.c | 11 +++ src/or/dirvote.h |5 - 2 files changed, 15 insertions(+), 1 deletions(-) diff --git

[tor-commits] [tor/master] Simplest version of server-side IPv6 support (no dns)

2012-11-15 Thread nickm
commit c3faa0ebd55f7de80db1a3aa5e64a79c72708722 Author: Nick Mathewson Date: Wed Oct 24 23:45:24 2012 -0400 Simplest version of server-side IPv6 support (no dns) This is a relatively simple set of changes: we mostly need to remove a few "but not for IPv6" changes. We also need

[tor-commits] [tor/master] Add IPv6 support to compare_to_addr_to_node_policy

2012-11-15 Thread nickm
commit b35a0d113233fa29439500555201b85c1dec64b1 Author: Nick Mathewson Date: Wed Oct 24 23:05:44 2012 -0400 Add IPv6 support to compare_to_addr_to_node_policy --- src/or/policies.c | 19 --- src/or/router.c | 19 +++ 2 files changed, 35 insertions(+),

[tor-commits] [tor/master] Record, send, and receive flags in BEGIN cells

2012-11-15 Thread nickm
commit c64ee7099f32c2630d8ed65febf92357cd5e9487 Author: Nick Mathewson Date: Wed Oct 24 23:39:28 2012 -0400 Record, send, and receive flags in BEGIN cells --- src/or/connection_edge.c |8 ++-- src/or/or.h |2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) dif

[tor-commits] [tor/master] Parse IPv6 policy summaries from router descriptors and microdescs

2012-11-15 Thread nickm
commit c53adac122e88dbd943febfdd1f3deeab9e8309a Author: Nick Mathewson Date: Wed Oct 24 21:59:55 2012 -0400 Parse IPv6 policy summaries from router descriptors and microdescs --- src/or/microdesc.c |1 + src/or/or.h | 10 -- src/or/routerlist.c |1 + src/or/ro

[tor-commits] [tor/master] Better policy support for IPv6

2012-11-15 Thread nickm
commit a96c0affcb4cda1a2e0d83d123993d10efc6e396 Author: Nick Mathewson Date: Wed Oct 24 15:03:29 2012 -0400 Better policy support for IPv6 Now, "accept *:80" means "accept all addresses on port 80", and not just IPv4. For just v4, say "accept *4:80"; for just v6 say "accept

[tor-commits] [tor/master] Refactor client_dns_set_{reverse_, }addressmap() to take a circ

2012-11-15 Thread nickm
commit ca8843df0adb088b028b5599cd3062ea608f716b Author: Nick Mathewson Date: Sun Oct 28 17:13:37 2012 -0400 Refactor client_dns_set_{reverse_,}addressmap() to take a circ We'd like these functions to be circuit-relative so that we can implement a per-circuit DNS cache and per-c

[tor-commits] [tor/master] Add a new family-specific syntax for tor_addr_parse_mask_ports

2012-11-15 Thread nickm
commit 2eb7eafc9d789cb5063dd36021412434b656bf75 Author: Nick Mathewson Date: Wed Oct 24 12:33:18 2012 -0400 Add a new family-specific syntax for tor_addr_parse_mask_ports By default, "*" means "All IPv4 addresses" with tor_addr_parse_mask_ports, so I won't break anything. But

[tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup

2012-11-15 Thread translation
commit e90e71e7b858608e3a1bad006f8bfbea24a8be95 Author: Translation commit bot Date: Thu Nov 15 19:15:55 2012 + Update translations for tails-persistence-setup --- el/el.po |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/el/el.po b/el/el.po index 029f9b

[tor-commits] [translation/vidalia] Update translations for vidalia

2012-11-15 Thread translation
commit 85e762d3859252f71e76eaa9d18ceb1ac8e84aa9 Author: Translation commit bot Date: Thu Nov 15 18:15:18 2012 + Update translations for vidalia --- lv/vidalia_lv.po |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lv/vidalia_lv.po b/lv/vidalia_lv.po index 97c

[tor-commits] [translation/vidalia_alpha_completed] Update translations for vidalia_alpha_completed

2012-11-15 Thread translation
commit 46a6371a81a38942c8874f673e9daa6044319f04 Author: Translation commit bot Date: Thu Nov 15 17:45:26 2012 + Update translations for vidalia_alpha_completed --- lv/vidalia_lv.po |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lv/vidalia_lv.po b/lv/vidalia

[tor-commits] [translation/vidalia_alpha] Update translations for vidalia_alpha

2012-11-15 Thread translation
commit 51b54154d5683e53c8579fbc54b185cf8d59c2a5 Author: Translation commit bot Date: Thu Nov 15 17:45:20 2012 + Update translations for vidalia_alpha --- lv/vidalia_lv.po |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lv/vidalia_lv.po b/lv/vidalia_lv.po ind

[tor-commits] [translation/vidalia] Update translations for vidalia

2012-11-15 Thread translation
commit 23e5ce2bc43448d550147901f5bcd78580138331 Author: Translation commit bot Date: Thu Nov 15 17:45:15 2012 + Update translations for vidalia --- lv/vidalia_lv.po | 34 +- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/lv/vidalia_lv

[tor-commits] [translation/vidalia_alpha_completed] Update translations for vidalia_alpha_completed

2012-11-15 Thread translation
commit 54d3e1ade0673b09cd21cdd5e1adbc8b4c849854 Author: Translation commit bot Date: Thu Nov 15 17:15:22 2012 + Update translations for vidalia_alpha_completed --- lv/vidalia_lv.po | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lv/vidalia_lv.po b/lv

[tor-commits] [translation/vidalia_alpha] Update translations for vidalia_alpha

2012-11-15 Thread translation
commit 4e50b34edd9d43b4721ef5dc0f4ba7d9baa969ec Author: Translation commit bot Date: Thu Nov 15 17:15:20 2012 + Update translations for vidalia_alpha --- lv/vidalia_lv.po | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lv/vidalia_lv.po b/lv/vidalia_l

[tor-commits] [translation/vidalia] Update translations for vidalia

2012-11-15 Thread translation
commit 37679311dce9791beed80f87f2cbe4a897040db6 Author: Translation commit bot Date: Thu Nov 15 17:15:15 2012 + Update translations for vidalia --- lv/vidalia_lv.po | 82 +++--- 1 files changed, 41 insertions(+), 41 deletions(-) diff -

[tor-commits] [translation/vidalia] Update translations for vidalia

2012-11-15 Thread translation
commit 3478b8d016a2ee8f0c6a799acc33c661d10d051c Author: Translation commit bot Date: Thu Nov 15 16:45:16 2012 + Update translations for vidalia --- lv/vidalia_lv.po | 62 +++--- 1 files changed, 31 insertions(+), 31 deletions(-) diff -

[tor-commits] [translation/vidalia_alpha_completed] Update translations for vidalia_alpha_completed

2012-11-15 Thread translation
commit 2603a0ca623efdc941e60e873ad73809a2d1959c Author: Translation commit bot Date: Thu Nov 15 16:15:39 2012 + Update translations for vidalia_alpha_completed --- lv/vidalia_lv.po |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lv/vidalia_lv.po b/lv/vidalia

[tor-commits] [translation/vidalia_alpha] Update translations for vidalia_alpha

2012-11-15 Thread translation
commit 8ac738b04efd73802f5e44ca59f440f8944bbe95 Author: Translation commit bot Date: Thu Nov 15 16:15:36 2012 + Update translations for vidalia_alpha --- lv/vidalia_lv.po |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lv/vidalia_lv.po b/lv/vidalia_lv.po ind

[tor-commits] [translation/vidalia] Update translations for vidalia

2012-11-15 Thread translation
commit 738568ce9330c13cdbbc1a8fb3dee8c3abb747e6 Author: Translation commit bot Date: Thu Nov 15 16:15:23 2012 + Update translations for vidalia --- lv/vidalia_lv.po | 24 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lv/vidalia_lv.po b/lv/v

[tor-commits] [translation/vidalia_alpha_completed] Update translations for vidalia_alpha_completed

2012-11-15 Thread translation
commit e3e1be51c11e7f57518ac5a1ed23b33c256d39d7 Author: Translation commit bot Date: Thu Nov 15 15:45:22 2012 + Update translations for vidalia_alpha_completed --- lv/vidalia_lv.po |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lv/vidalia_lv.po b/lv/vidal

[tor-commits] [translation/vidalia_alpha] Update translations for vidalia_alpha

2012-11-15 Thread translation
commit 29fad6eb0ffc63834f4e020fb0f6978b78ddbebf Author: Translation commit bot Date: Thu Nov 15 15:45:19 2012 + Update translations for vidalia_alpha --- lv/vidalia_lv.po |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lv/vidalia_lv.po b/lv/vidalia_lv.po i

[tor-commits] [translation/vidalia] Update translations for vidalia

2012-11-15 Thread translation
commit a238b852d98b4a9f43bc475831a50ffc143bf7cb Author: Translation commit bot Date: Thu Nov 15 15:45:14 2012 + Update translations for vidalia --- lv/vidalia_lv.po | 52 ++-- 1 files changed, 26 insertions(+), 26 deletions(-) diff --g

[tor-commits] [translation/vidalia_alpha_completed] Update translations for vidalia_alpha_completed

2012-11-15 Thread translation
commit 2b5df4700c418bf471b30ed0e9325a33fcd65db9 Author: Translation commit bot Date: Thu Nov 15 15:15:25 2012 + Update translations for vidalia_alpha_completed --- lv/vidalia_lv.po |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lv/vidalia_lv.po b/lv/vidal

[tor-commits] [translation/vidalia_alpha] Update translations for vidalia_alpha

2012-11-15 Thread translation
commit 576c4a862f5b0bdbb6031c673d23ad303e1f1acc Author: Translation commit bot Date: Thu Nov 15 15:15:22 2012 + Update translations for vidalia_alpha --- lv/vidalia_lv.po |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lv/vidalia_lv.po b/lv/vidalia_lv.po i

[tor-commits] [translation/vidalia] Update translations for vidalia

2012-11-15 Thread translation
commit 0390066071d64f4ce050f733baca7a7218178543 Author: Translation commit bot Date: Thu Nov 15 15:15:16 2012 + Update translations for vidalia --- lv/vidalia_lv.po | 84 +++--- 1 files changed, 42 insertions(+), 42 deletions(-) diff -

[tor-commits] [ooni-probe/master] Add daphn3 test yaml file

2012-11-15 Thread art
commit 180cfd7d1008fec4e490249d206fc73bd32df54e Author: Arturo Filastò Date: Thu Nov 15 11:38:28 2012 +0100 Add daphn3 test yaml file --- test_inputs/daph3_yaml_file.txt |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/test_inputs/daph3_yaml_file.txt b/test_inputs

[tor-commits] [ooni-probe/master] Fix logic of daphn3 for loading inputs via inputProcessor

2012-11-15 Thread art
commit 2b54d130b280c4f937ac2a0c2dd09f84a1a8025e Author: Arturo Filastò Date: Thu Nov 15 11:38:02 2012 +0100 Fix logic of daphn3 for loading inputs via inputProcessor --- nettests/core/daphn3.py | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/nettests/co

[tor-commits] [ooni-probe/master] Remove old traceroute implementation

2012-11-15 Thread art
commit 4242d2a9642ecd68727898cf2b71b93d84d9a40f Author: Arturo Filastò Date: Mon Nov 12 23:17:41 2012 +0100 Remove old traceroute implementation * Add whatheaders download to Makefile * Add script to be run in before_i_commit --- before_i_commit.sh |2 +- inpu

[tor-commits] [ooni-probe/master] Clean up inputProcessor hook

2012-11-15 Thread art
commit e35b39d35e9f2a6144090d936a093c550d7b67d6 Author: Arturo Filastò Date: Thu Nov 15 11:37:25 2012 +0100 Clean up inputProcessor hook * Fixes a bug noticed by isis --- ooni/nettest.py | 25 + ooni/runner.py |2 +- 2 files changed, 10 insertions(+), 17

[tor-commits] [ooni-probe/master] Fix running of http_keyword_filtering test in before_i_commit script

2012-11-15 Thread art
commit 82f72cf1ecf50021fdb347ec18b30d40c363c050 Author: Arturo Filastò Date: Thu Nov 15 11:38:46 2012 +0100 Fix running of http_keyword_filtering test in before_i_commit script --- before_i_commit.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/before_i_commit

[tor-commits] [translation/tails-greeter_completed] Update translations for tails-greeter_completed

2012-11-15 Thread translation
commit 58ba0dd271271dbe752cfce301bb726309573d41 Author: Translation commit bot Date: Thu Nov 15 09:16:15 2012 + Update translations for tails-greeter_completed --- zh_CN/zh_CN.po |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/zh_CN/zh_CN.po b/zh_CN/zh_CN

[tor-commits] [translation/tails-greeter] Update translations for tails-greeter

2012-11-15 Thread translation
commit 6db2ed0c63cc5e580df3588e250f8fe2daee0bfe Author: Translation commit bot Date: Thu Nov 15 09:16:11 2012 + Update translations for tails-greeter --- zh_CN/zh_CN.po |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/zh_CN/zh_CN.po b/zh_CN/zh_CN.po index