- Sep 10, 2015
-
-
teor (Tim Wilson-Brown) authored
Some platforms have true at different locations, like /usr/bin/true.
-
- Sep 08, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
teor (Tim Wilson-Brown) authored
Increase default boostrap time in test-network.sh to 30 seconds, for larger networks like bridges+ipv6+hs. This avoids the failure-hiding issues inherent in the retry approach in #16952.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
This controls the circuit dirtyness reset behavior added for Tor Browser's user experience fix (#15482). Unlike previous iterations of this patch, the tunable actually works, and is documented.
-
teor (Tim Wilson-Brown) authored
-
Nick Mathewson authored
-
Nick Mathewson authored
(These inputs are possible when Shadow starts the world at time_t 0, and breaks our assumption that Tor didn't exist in the 1970s.) Fixes regression introduced in 241e6b09. Fixes #16980.
-
teor (Tim Wilson-Brown) authored
make test-network-all is Makefile target which verifies a series of test networks generated using test-network.sh and chutney. It runs IPv6 and mixed version test networks if the prerequisites are available. Each test network reports PASS, FAIL, or SKIP. Closes ticket 16953. Patch by "teor". Also adds "--hs-multi-client 1" option to TEST_NETWORK_FLAGS. This resolves #17012. Larger networks, such as bridges+hs, may fail until #16952 is merged.
-
teor (Tim Wilson-Brown) authored
-
- Sep 04, 2015
-
-
Nick Mathewson authored
Apparently this only happens with clang (or with some particular clang versions), and only on i386. Fixes 16970; bug not in any released Tor. Found by Teor; fix from Yawning.
-
- Sep 03, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
I think this may fix some bugs with windows exit codes being screwy.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Sep 02, 2015
-
-
Nick Mathewson authored
-
David Goulet authored
Fixes #15963 Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
Nick Mathewson authored
-
In a nutshell, since a circuit can not exit at its entry point, it's very easy for an attacker to find the hidden service guard if only one EntryNodes is specified since for that guard, the HS will refuse to build a rendezvous circuit to it. For now, the best solution is to stop tor to allow a single EntryNodes for an hidden service. Fixes #14917 Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
Nick Mathewson authored
Fixes 16965
-
Nick Mathewson authored
(found thanks to teor's chutney haxx)
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Thanks to Roger for spotting this!
-
Nick Mathewson authored
Thanks to Roger for spotting this!
-
Nick Mathewson authored
-
David Goulet authored
HiddenServiceStatistics option is now set to "1" by default. Fixes #15254 Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
- Sep 01, 2015
-
-
Nick Mathewson authored
I was going to add a test for this, but I realized that it had no users. So, removed.
-
Mike Perry authored
Only applies to connections with SOCKS auth set, so that non-web Tor activity is not affected. Simpler version of Nick's patch because the randomness worried me, and I'm not otherwise sure why we want a max here.
-
teor (Tim Wilson-Brown) authored
Make "bridges+hs" the default test network. This tests almost all tor functionality during make test-network, while allowing tests to succeed on non-IPv6 systems. Requires chutney commit 396da92 in test-network-bridges-hs. Closes tickets 16945 (tor), 16946 (chutney) . Patches by "teor".
-
Nick Mathewson authored
-
Nick Mathewson authored
-