[tor-commits] [tor/master] Introducing helper function to validate DNS name strings.

2014-11-03 Thread nickm
commit 1ea9a6fd72b66ec634446cbd2119641a5ed1e703 Author: rl1987 Date: Sun Oct 12 19:33:08 2014 +0300 Introducing helper function to validate DNS name strings. --- src/common/util.c| 36 src/common/util.h|1 + src/test/test_util.c | 31 +++

[tor-commits] [tor/master] Adding helper function that checks if string is a valid IPv6 address.

2014-11-03 Thread nickm
commit 2f1068e68a95a2ad9ba058297b54622323b216c6 Author: rl1987 Date: Tue Oct 14 21:53:48 2014 +0300 Adding helper function that checks if string is a valid IPv6 address. --- src/common/util.c | 11 +++ src/common/util.h |1 + 2 files changed, 12 insertions(+) diff --git a/sr

[tor-commits] [tor/master] Use correct argument types for inet_pton.

2014-11-03 Thread nickm
commit 254ab5a8deb9ed5fb571016f402ffd7243208d73 Author: Nick Mathewson Date: Tue Nov 4 00:45:14 2014 -0500 Use correct argument types for inet_pton. (I blame whoever decided that using a void* for a union was a good idea.) --- src/common/util.c |8 1 file changed,

[tor-commits] [tor/master] Introducing helper function to validate IPv4 address strings.

2014-11-03 Thread nickm
commit e8e45ff13ed86d8851bab77d65d899d0ca6e3b89 Author: rl1987 Date: Sun Oct 12 20:39:00 2014 +0300 Introducing helper function to validate IPv4 address strings. --- src/common/util.c| 19 +-- src/common/util.h|1 + src/test/test_util.c | 21

[tor-commits] [tor/master] Checking if FQDN is actually IPv6 address string and handling that case.

2014-11-03 Thread nickm
commit 0da4ddda4f8f1c3c931349e45acbdcae2b7cc750 Author: rl1987 Date: Tue Oct 14 21:56:04 2014 +0300 Checking if FQDN is actually IPv6 address string and handling that case. --- src/common/util.c |2 +- src/or/buffers.c |3 ++- src/test/test_socks.c | 11 +++ 3 fi

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

2014-11-03 Thread nickm
commit 60c86a3b79d542543f191a78f5c7ea2c77c0d3f0 Merge: 593909e 74cbd8d Author: Nick Mathewson Date: Tue Nov 4 00:48:25 2014 -0500 Merge branch 'bug13315_squashed' Conflicts: src/or/buffers.c changes/bug13315 |5 src/common/util.c | 62 +

[tor-commits] [tor/master] Sending 'Not allowed' error message before closing the connection.

2014-11-03 Thread nickm
commit 51e247361824fa64f4322fb59e9d2cffd9d72cba Author: rl1987 Date: Tue Oct 21 20:50:32 2014 +0300 Sending 'Not allowed' error message before closing the connection. --- src/or/buffers.c |4 +++- src/test/test_socks.c | 14 ++ 2 files changed, 17 insertions(+), 1 de

[tor-commits] [tor/master] Adding changes file for 13315.

2014-11-03 Thread nickm
commit fc9591da727817923e1084d1a73d5dd8a52e6948 Author: rl1987 Date: Tue Oct 14 22:09:44 2014 +0300 Adding changes file for 13315. --- changes/bug13315 |5 + 1 file changed, 5 insertions(+) diff --git a/changes/bug13315 b/changes/bug13315 new file mode 100644 index 000..c2ae5f

[tor-commits] [tor/master] fix indentation

2014-11-03 Thread nickm
commit 74cbd8d55953969c15c60f025889b1e07a185a79 Author: Nick Mathewson Date: Tue Nov 4 00:46:32 2014 -0500 fix indentation --- src/common/util.c | 56 ++--- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/src/common/util.c b

[tor-commits] [tor/master] Validating SOCKS5 hostname more correctly.

2014-11-03 Thread nickm
commit 2862b769de40347ffe808349c4e139e7eb45 Author: rl1987 Date: Sun Oct 12 21:04:15 2014 +0300 Validating SOCKS5 hostname more correctly. --- src/or/buffers.c | 10 +- src/test/test_socks.c | 11 +++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git

[tor-commits] [tor/master] Merge remote-tracking branch 'public/bug13214_025_squashed'

2014-11-03 Thread nickm
commit 593909ea70db9c00d3ae6d3448fb096464e0853d Merge: 71355e1 b10e5ac Author: Nick Mathewson Date: Tue Nov 4 00:24:56 2014 -0500 Merge remote-tracking branch 'public/bug13214_025_squashed' changes/bug13214|7 +++ src/or/directory.c |3 ++- src/or/rendcommon.c | 19

[tor-commits] [tor/master] Check descriptor ID in addition to HS ID when saving a v2 hs descriptor

2014-11-03 Thread nickm
commit b10e5ac7b86c459a62cfc316c8be87143d2a87e4 Author: Nick Mathewson Date: Mon Nov 3 14:02:47 2014 -0500 Check descriptor ID in addition to HS ID when saving a v2 hs descriptor Fixes bug 13214; reported by 'special'. --- changes/bug13214|7 +++ src/or/directory.c |

[tor-commits] [tor/master] Add comments and rename intro_nodes list in rend_services_introduce()

2014-11-03 Thread nickm
commit 71355e1db937b0b940bb9510c927e3e500cabc22 Author: David Goulet Date: Tue Nov 4 00:19:31 2014 -0500 Add comments and rename intro_nodes list in rend_services_introduce() (No changes file needed: this patch just adds comments and renames variables. This is ticket 13646. mes

[tor-commits] [tor-browser-bundle/master] Update version and changelog for Torbutton 1.8.0.1

2014-11-03 Thread mikeperry
commit d4351a02e34c07b21c0efa029496e515a5482df8 Author: Mike Perry Date: Mon Nov 3 20:18:22 2014 -0800 Update version and changelog for Torbutton 1.8.0.1 --- Bundle-Data/Docs/ChangeLog.txt |3 ++- gitian/versions.alpha |2 +- 2 files changed, 3 insertions(+), 2 deletions(-

[tor-commits] [tor-browser-bundle/master] Use the new security.ssl.disable_session_identifiers pref.

2014-11-03 Thread mikeperry
commit a609ff09f7ba996ac51da49bdcef3ee796d58959 Author: David Fifield Date: Sun Oct 26 19:06:17 2014 + Use the new security.ssl.disable_session_identifiers pref. This is to reenable the TLS session tickets that are disabled by Tor Browser, so the TLS client hello matches th

[tor-commits] [torbutton/master] Bump changelog and version for 1.8.0.1

2014-11-03 Thread mikeperry
commit c688cf25b3b8ec5752a6afccdffe2ededb6a1c66 Author: Mike Perry Date: Mon Nov 3 19:32:49 2014 -0800 Bump changelog and version for 1.8.0.1 --- src/CHANGELOG |3 +++ src/install.rdf |2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/CHANGELOG b/src/CHANGEL

[tor-commits] [tor-browser-bundle/master] Update changelog for meek fix.

2014-11-03 Thread mikeperry
commit 40721d5393f5247fd1075886244fa77558e35ef2 Author: Mike Perry Date: Mon Nov 3 19:20:37 2014 -0800 Update changelog for meek fix. --- Bundle-Data/Docs/ChangeLog.txt |1 + 1 file changed, 1 insertion(+) diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt in

[tor-commits] [torbutton/master] fixup! Bug #8641: TorButton popup menu that displays current Tor circuit

2014-11-03 Thread mikeperry
commit aeb53cde3f5765e8c5e7062afe9dba5b3fc68b50 Author: Arthur Edelstein Date: Mon Nov 3 13:38:48 2014 -0800 fixup! Bug #8641: TorButton popup menu that displays current Tor circuit --- src/chrome/content/tor-circuit-display.js |1 + src/modules/tor-control-port.js | 52 +++

[tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd

2014-11-03 Thread translation
commit afbc8ac7bcc755a27b58c29fc4466a5b0c6d0485 Author: Translation commit bot Date: Mon Nov 3 22:45:48 2014 + Update translations for torbutton-torbuttondtd --- ru/torbutton.dtd | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ru/torbutton.dtd b/ru/

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

2014-11-03 Thread translation
commit 3472d8f0feea922bf468c39e83e16120bc9d7135 Author: Translation commit bot Date: Mon Nov 3 21:15:38 2014 + Update translations for tails-misc --- tr.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tr.po b/tr.po index 6f8b2d4..eb9a800 100644 --- a/tr.po +++

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

2014-11-03 Thread translation
commit 15fdd668cfbba095288808432c9c306430074bf6 Author: Translation commit bot Date: Mon Nov 3 21:15:42 2014 + Update translations for tails-misc_completed --- tr.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tr.po b/tr.po index 6f8b2d4..eb9a800 100644 --- a

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

2014-11-03 Thread translation
commit a8482af0c41f99926aaaff1021ab765e28ac65d4 Author: Translation commit bot Date: Mon Nov 3 19:45:24 2014 + Update translations for https_everywhere_completed --- tr/https-everywhere.dtd | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tr/https-everyw

[tor-commits] [translation/torbutton-browserproperties_completed] Update translations for torbutton-browserproperties_completed

2014-11-03 Thread translation
commit 099265c4b80c94408d6fe97740c693af0ebecdeb Author: Translation commit bot Date: Mon Nov 3 19:46:03 2014 + Update translations for torbutton-browserproperties_completed --- tr/browser.properties |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tr/browser.prope

[tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage

2014-11-03 Thread translation
commit c73ca8b40bf55a473d8b06a48f869736701cbde1 Author: Translation commit bot Date: Mon Nov 3 19:45:48 2014 + Update translations for abouttor-homepage --- tr/aboutTor.dtd | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tr/aboutTor.dtd b/tr/about

[tor-commits] [translation/torbutton-browserproperties] Update translations for torbutton-browserproperties

2014-11-03 Thread translation
commit b42964f424e9b871a1c2be709c8b2218fe703c55 Author: Translation commit bot Date: Mon Nov 3 19:45:59 2014 + Update translations for torbutton-browserproperties --- tr/browser.properties |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tr/browser.properties b/tr

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

2014-11-03 Thread translation
commit 7acc575b461cee42e1c3223798d65e392ea349bc Author: Translation commit bot Date: Mon Nov 3 19:45:17 2014 + Update translations for https_everywhere --- tr/https-everywhere.dtd | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tr/https-everywhere.dtd b

[tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd

2014-11-03 Thread translation
commit acf4d1c80d9329eeb74e56b661d75c73829fcaf1 Author: Translation commit bot Date: Mon Nov 3 19:46:07 2014 + Update translations for torbutton-torbuttondtd --- tr/torbutton.dtd | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tr/torbutton.dtd b/tr/

[tor-commits] [translation/abouttor-homepage_completed] Update translations for abouttor-homepage_completed

2014-11-03 Thread translation
commit df7d1d92cc585006ce48f6c7044aa3b4b9790afb Author: Translation commit bot Date: Mon Nov 3 19:45:52 2014 + Update translations for abouttor-homepage_completed --- tr/aboutTor.dtd | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tr/aboutTor.dtd

[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2014-11-03 Thread translation
commit 8afd5eb1610acc7e3eadd9758bcb0df2efedabff Author: Translation commit bot Date: Mon Nov 3 16:15:17 2014 + Update translations for liveusb-creator --- id/id.po |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/id/id.po b/id/id.po index e9bcce9..624c2aa 10

[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2014-11-03 Thread translation
commit a586fd51dde90b9aaa0ba37365bf38792ecaa32d Author: Translation commit bot Date: Mon Nov 3 15:45:17 2014 + Update translations for liveusb-creator --- id/id.po | 61 +++-- 1 file changed, 31 insertions(+), 30 deletions(-) d

[tor-commits] [obfsproxy/master] Handle missing ScrambleSuit passwords in managed mode.

2014-11-03 Thread asn
commit 49dd8aae6064839d08f677b1ff641b56951dd9ca Author: Yawning Angel Date: Sat Nov 1 03:45:55 2014 + Handle missing ScrambleSuit passwords in managed mode. If the password argument is missing from the bridge line entirely, `handle_socks_args()` will never get called as the

[tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd

2014-11-03 Thread translation
commit 5ce28e98ca12bcaad4b818235c3ef5e073f8a3e0 Author: Translation commit bot Date: Mon Nov 3 10:45:46 2014 + Update translations for torbutton-torbuttondtd --- es/torbutton.dtd | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/es/torbutton.dtd b/es/

[tor-commits] [metrics-tasks/master] Add graphing code for bandwidth by version (13634).

2014-11-03 Thread karsten
commit f0b12e1198afb38a8f72f68d855fbee6d0e73367 Author: Karsten Loesing Date: Mon Nov 3 10:18:31 2014 +0100 Add graphing code for bandwidth by version (13634). --- task-13634/.gitignore|8 +++ task-13634/aggregate.R | 10 + task-13634/plot.R|9

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

2014-11-03 Thread translation
commit 3b2b1fde94136187a0421e0fe8d5fe8ed81fc152 Author: Translation commit bot Date: Mon Nov 3 08:45:44 2014 + Update translations for tails-misc_completed --- ja.po | 175 - 1 file changed, 98 insertions(+), 77 deletions

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

2014-11-03 Thread translation
commit 110e95e5f1099574bb56443c90fbfcbc8abb2c26 Author: Translation commit bot Date: Mon Nov 3 08:45:41 2014 + Update translations for tails-misc --- ja.po |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ja.po b/ja.po index 5d55998..4e5c4e8 100644 --- a/j

[tor-commits] [translation/tor-launcher-properties] Update translations for tor-launcher-properties

2014-11-03 Thread translation
commit f7ad7a37e8cd06631d544ae9f12c91a140c5d303 Author: Translation commit bot Date: Mon Nov 3 08:45:29 2014 + Update translations for tor-launcher-properties --- id/torlauncher.properties | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --gi

[tor-commits] [translation/tor-launcher-properties_completed] Update translations for tor-launcher-properties_completed

2014-11-03 Thread translation
commit d412d5b86b45149c546c483bf24b705f07ce6368 Author: Translation commit bot Date: Mon Nov 3 08:45:32 2014 + Update translations for tor-launcher-properties_completed --- id/torlauncher.properties | 61 + 1 file changed, 61 insertions(+)

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

2014-11-03 Thread translation
commit b3039bbb24e48e78da8dbc47ebf69ec6653dae56 Author: Translation commit bot Date: Mon Nov 3 08:15:39 2014 + Update translations for tails-misc --- ja.po | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/ja.po b/ja.po index d08a0c9..5d559

[tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd

2014-11-03 Thread translation
commit 612679551240b071da73077e04193a913601d815 Author: Translation commit bot Date: Mon Nov 3 08:15:53 2014 + Update translations for torbutton-torbuttondtd --- ja/torbutton.dtd | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ja/torbutton.dtd b/ja/

[tor-commits] [translation/tor-launcher-properties] Update translations for tor-launcher-properties

2014-11-03 Thread translation
commit 5501c461a1ae4d3e2f6955a698117ed0e4a53a5a Author: Translation commit bot Date: Mon Nov 3 08:15:30 2014 + Update translations for tor-launcher-properties --- id/torlauncher.properties | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/id/torlauncher

[tor-commits] [tor-browser-bundle/master] Bump to build3 for 64bit osx fixes.

2014-11-03 Thread mikeperry
commit 31349ad13349e11a7f9343c4fec0fafe4cd2b44c Author: Mike Perry Date: Mon Nov 3 00:03:41 2014 -0800 Bump to build3 for 64bit osx fixes. --- gitian/versions.alpha |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitian/versions.alpha b/gitian/versions.alpha index 27

[tor-commits] [tor-browser/tor-browser-31.2.0esr-4.5-1] Changes needed to build Mac in 64bit

2014-11-03 Thread mikeperry
commit b8b6d86a5b6407b9e0f42bfe1de188e5be49b47d Author: Tom Ritter Date: Tue Sep 16 08:10:50 2014 -0500 Changes needed to build Mac in 64bit --- .mozconfig-mac |4 ++-- toolkit/library/dependentlibs.py |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff

[tor-commits] [tor-browser/tor-browser-31.2.0esr-4.5-1] Merge remote-tracking branch 'tjr/tor-browser-31.2.0esr-4.x-1-build1-64bit' into tor-browser-31.2.0esr-4.5-1

2014-11-03 Thread mikeperry
commit be0ac860051f1c3d61ee00a5d9140595981d3f2c Merge: e65a5a7 892f8b6 Author: Mike Perry Date: Mon Nov 3 00:00:06 2014 -0800 Merge remote-tracking branch 'tjr/tor-browser-31.2.0esr-4.x-1-build1-64bit' into tor-browser-31.2.0esr-4.5-1 .mozconfig-mac |4 ++-- toolkit

[tor-commits] [tor-browser/tor-browser-31.2.0esr-4.5-1] It seems like we need to add one more path traversal for ESR31

2014-11-03 Thread mikeperry
commit 892f8b664e82abe2afb9b488f5e095c7d4006629 Author: Tom Ritter Date: Mon Oct 27 11:31:20 2014 -0500 It seems like we need to add one more path traversal for ESR31 --- toolkit/library/dependentlibs.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/library