- 09 Apr, 2020 1 commit
-
-
This change broke torsocks that by default is expecting an IPv4 for hostname resolution because it can't ask tor for a specific IP version with the SOCKS5 extension. PreferIPv6 made it that sometimes the IPv6 could be returned to torsocks that was expecting an IPv4. Torsocks is probably a very unique case because the runtime flow is that it hijacks DNS resolution (ex: getaddrinfo()), gets an IP and then sends it back for the connect() to happen. The libc has DNS resolution functions that allows the caller to request a specific INET family but torsocks can't tell tor to resolve the hostname only to an IPv4 or IPv6 and thus by default fallsback to IPv4. Reverting this change into 0.4.3.x series but we'll keep it in the 0.4.4.x series in the hope that we add this SOCKS5 extension to tor for DNS resolution and then change torsocks to use that. Fixes #33804 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 05 Apr, 2020 2 commits
- 04 Apr, 2020 1 commit
-
-
teor authored
Avoid conflicts between the fake sockets in tor's unit tests, and real file descriptors. Resolves issues running unit tests with GitHub Actions, where the process that embeds or launches the tests has already opened a large number of file descriptors. Fixes bug 33782; bugfix on 0.2.8.1-alpha. Found and fixed by Putta Khunchalee.
-
- 03 Apr, 2020 2 commits
-
-
Putta Khunchalee authored
-
teor authored
Obviously correct documentation changes.
-
- 01 Apr, 2020 1 commit
-
-
Fixes #33646 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 30 Mar, 2020 1 commit
-
-
Make it LOG_PROTOCOL_WARN and also add the expiration timestamp in there to ease debugging in the future.
-
- 26 Mar, 2020 1 commit
-
-
David Goulet authored
-
- 25 Mar, 2020 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 23 Mar, 2020 1 commit
-
-
George Kadianakis authored
-
- 20 Mar, 2020 9 commits
-
-
Nick Mathewson authored
-
And document how some functions set their output arguments. Fixes bug 33674; bugfix on 0.4.3.1-alpha.
-
Nick Mathewson authored
Previously we just ignored this option, which would leave it unset, and cause an assertion failure later on when running with the User option. Fixes bug 33668; bugfix on 0.4.3.1-alpha.
-
teor authored
Disable our coding standards best practices tracker in our git hooks. 0.4.3 branches only. Closes ticket 33678.
-
teor authored
Obviously correct changes to already-reviewed code.
-
teor authored
Merge duplicate DLL copies from maint-0.4.1 with bug33673_035.
-
teor authored
Copy required DLLs to test and app, before running tor's tests. This ensures that tor.exe and test*.exe use the correct version of each DLL. This fix is not required, but we hope it will avoid DLL search issues in future. Closes bug 33673; bugfix on 0.3.4.2-alpha.
-
teor authored
-
teor authored
-
- 19 Mar, 2020 5 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
For example, "TOR_SKIP_TESTCASES=crypto/.. ./src/test/test" will run the tests and suppress all the "crypto/" tests. You could get the same effect by running "./src/test/test :crypto/..", but that can be harder to arrange from CI. Part of a fix/workaround for 33643.
-
teor authored
And consistently talk about extra-info document publishing. Obviously correct documentation changes.
-
teor authored
-
- 18 Mar, 2020 11 commits
-
-
teor authored
Obviously correct changes to already-reviewed code.
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 17 Mar, 2020 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-