Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-21 | Merge branch 'maint-0.2.9' into maint-0.3.2maint-0.3.2 | Nick Mathewson | |
2018-09-14 | hs-v3: Don't BUG() on directory permission check failure | David Goulet | |
In hs_config.c, we do validate the permission of the hidden service directory but we do not try to create it. So, in the event that the directory doesn't exists, we end up in the loading key code path which checks for the permission and possibly creates the directory. On failure, don't BUG() since there is a perfectly valid use case for that function to fail. Fixes #27335 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-09-14 | protover: reject invalid protocol names | cypherpunks | |
The spec only allows the characters [A-Za-z0-9-]. Fix on b2b2e1c7f24d9b65059e3d089768d6c49ba4f58f. Fixes #27316; bugfix on 0.2.9.4-alpha. | |||
2018-09-13 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-09-13 | Merge branch 'bug27658_029' into maint-0.2.9 | Nick Mathewson | |
2018-09-12 | Check waitpid return value and exit status in tinytest.c | Nick Mathewson | |
It's possible for a unit test to report success via its pipe, but to fail as it tries to clean up and exit. Notably, this happens on a leak sanitizer failure. Fixes bug 27658; bugfix on 0.2.2.4-alpha when tinytest was introduced. | |||
2018-09-11 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-09-11 | Merge remote-tracking branch 'teor/ticket27252-032' into maint-0.3.2 | Nick Mathewson | |
2018-09-11 | Merge remote-tracking branch 'teor/ticket27252-029' into maint-0.2.9 | Nick Mathewson | |
2018-09-11 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-09-11 | Update geoip and geoip6 to the September 6 2018 database. | Karsten Loesing | |
2018-09-10 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
"ours" to avoid version bump. | |||
2018-09-10 | Bump to 0.3.2.12-dev | Nick Mathewson | |
2018-09-10 | Bump to 0.2.9.17-dev | Nick Mathewson | |
2018-09-07 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
"ours" to avoid bump | |||
2018-09-07 | Bump to 0.3.2.12 | Nick Mathewson | |
2018-09-07 | Bump to 0.2.9.17 | Nick Mathewson | |
2018-09-07 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-09-07 | Merge branch 'ticket27344_029' into maint-0.2.9 | Nick Mathewson | |
2018-09-07 | Tell openssl to build its TLS contexts with security level 1 | Nick Mathewson | |
Fixes bug 27344, where we'd break compatibility with old tors by rejecting RSA1024 and DH1024. | |||
2018-09-07 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-09-07 | Merge remote-tracking branch 'teor/bug27461-032' into maint-0.3.2 | Nick Mathewson | |
2018-09-07 | Merge remote-tracking branch 'teor/bug27461-029' into maint-0.2.9 | Nick Mathewson | |
2018-09-07 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-09-07 | Merge remote-tracking branch 'teor/bug27463-029' into maint-0.2.9 | Nick Mathewson | |
2018-09-07 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-09-07 | Merge branch 'bug27461-029' into bug27461-032 | teor | |
Fix a minor merge conflict due to an #endif comment. | |||
2018-09-07 | Windows: Stop calling SetProcessDEPPolicy() on 64-bit Windows | teor | |
It is not supported, and always fails. Some compilers warn about the function pointer cast on 64-bit Windows. Fixes bug 27461; bugfix on 0.2.2.23-alpha. | |||
2018-09-07 | hs: Silence a spurious warning in rend_client_send_introduction() | teor | |
gcc 8 warns that extend_info_t.nickname might be truncated by strncpy(). But it doesn't know that nickname can either contain a hex id, or a nicknames. hex ids are only used for general and HSDir circuits. Fixes bug 27463; bugfix on 0.1.1.2-alpha. | |||
2018-09-07 | Windows: Silence a spurious warning in the GetAdaptersAddresses cast | teor | |
GetProcAddress() returns FARPROC, which is (long long int(*)()) on 64-bit Windows: https://msdn.microsoft.com/en-us/library/windows/desktop/ms683212(v=vs.85).aspx But GetAdaptersAddresses() is (long unsigned int(*)()), on both 32-bit and 64-bit Windows: https://docs.microsoft.com/en-us/windows/desktop/api/iphlpapi/nf-iphlpapi-getadaptersaddresses So gcc 8 issues a spurious "incompatible function pointer" warning about the cast to GetAdaptersAddresses_fn_t. Silence this warning by casting to a void function pointer, before the cast to GetAdaptersAddresses_fn_t. This issue is already fixed by 26481 in 0.3.5 and later, by removing the lookup and cast. Fixes bug 27465; bugfix on 0.2.3.11-alpha. | |||
2018-09-05 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-09-05 | Merge remote-tracking branch 'teor/bug27418-029' into maint-0.2.9 | Nick Mathewson | |
2018-09-05 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-09-05 | Travis: don't call echo with a --flag as the first argument | teor | |
When we use echo in Travis, don't pass a --flag as the first argument. Fixes bug 27418; bugfix on 0.3.4.7-rc. | |||
2018-09-05 | Travis: when showing a log fails, keep trying to show other logs | teor | |
When a Travis build fails, and showing a log fails, keep trying to show the other logs. Fixes bug 27453; bugfix on 0.3.4.7-rc. | |||
2018-08-29 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-08-29 | Test: avoid spurious failures in make test-network-all | teor | |
Before running make test-network-all, delete old logs and test result files, to avoid spurious failures. Fixes bug 27295; bugfix on 0.2.7.3-rc. | |||
2018-08-29 | Test: consistently use $(TEST_NETWORK_ALL_LOG_DIR) in Makefile.am | teor | |
Part of 27295. | |||
2018-08-27 | When running make test-network-all, use the mixed+hs-v2 network | teor | |
No behaviour change. A previous fix to chutney removed v3 onion services from the mixed+hs-v23 network, so seeing "mixed+hs-v23" in tests is confusing. Fixes bug 27345; bugfix on 0.3.2.1-alpha. | |||
2018-08-24 | Merge branch 'ticket27286_032_v2' into maint-0.3.2 | Nick Mathewson | |
2018-08-24 | Update the protocol versions recommendations to remove LinkAuth=1 | Nick Mathewson | |
LinkAuth method 1 is the one where we pull the TLS master secrets out of the OpenSSL data structures and authenticate them with RSA. Right now we list method 1 as required for clients and relays. That's a problem, since we can't reasonably support it with NSS. So let's remove it as a requirement and a recommendation. As for method 3: I'd like to recommend it it, but that would make 0.2.9 start warning. Let's not do that till at least some time after 0.3.5 (the next LTS) is stable. Closes ticket 27286 | |||
2018-08-23 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-08-24 | Silence a compilation warning on MSVC 2017 and clang-cl | teor | |
test.c no longer uses lround(), so we don't need to declare it, and we can use math.h for fabs(). Fixes bug 27185; bugfix on 0.2.2.2-alpha. | |||
2018-08-23 | Travis: Skip offline rust builds for Linux gcc | teor | |
We already do an online rust build for Linux gcc. Part of 27252. | |||
2018-08-23 | Travis: Only run one online rust build, to reduce network errors | teor | |
Part of 27252. | |||
2018-08-23 | Merge branch 'ticket27252-029' into ticket27252-032 | teor | |
This commit is already implemented in 0.3.2 and later: - Travis: Skip a duplicate hardening-off build in Tor 0.2.9 | |||
2018-08-23 | Travis: Skip gcc on Linux with default settings | teor | |
It's redundant, because all the non-default builds use gcc on Linux. Part of 27252. | |||
2018-08-23 | Travis: make the exclude descriptions shorter | teor | |
Part of 27252. | |||
2018-08-23 | Travis: Skip a duplicate hardening-off build in Tor 0.2.9 | teor | |
Part of 27252. | |||
2018-08-23 | Travis: skip gcc on OSX, because the default compiler is clang | teor | |
Part of #27252. |