Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-08 | Merge remote-tracking branch 'tor-gitlab/mr/486' into maint-0.3.5 | Alexander Færøy | |
2021-11-06 | Give an error message if LibreSSL's TLSv1.3 APIs aren't what we need | Nick Mathewson | |
From LibreSSL versions 3.2.1 through 3.4.0, our configure script would conclude that TLSv1.3 as supported, but it actually wasn't. This led to annoying breakage like #40128 and #40445. Now we give an error message if we try to build with one of those versions. Closes #40511. | |||
2021-11-05 | Reverse the direction of the test for openssl 3.0.0 | Nick Mathewson | |
Previously the logic was reversed, and always gave the wrong answer. This has no other effect than to change whether we suppress deprecated API warnings. Fixes #40429; bugfix on 0.3.5.13. | |||
2021-11-05 | protover: Fix merge forward from 035 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-11-05 | Merge branch 'maint-0.3.5' into maint-0.4.5 | David Goulet | |
2021-11-05 | Light edit to protover warnings. | Nick Mathewson | |
2021-11-05 | protover: Add a note on why LinkAuth is not recommended or required | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-11-05 | protover: Move all hardcoded lists in one place | David Goulet | |
This also moves the warnings and add some theatrical effect around the code so anyone modifying those list should notice the warnings signs and read the comment accordingly. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-11-05 | Add scary warnings about changing the protover list. | Nick Mathewson | |
Doing this in the wrong way has potential to cause serious havoc on the network, so let's make it harder for future programmers to mess it up. | |||
2021-11-05 | Merge branch 'maint-0.3.5' into maint-0.4.5 | Alexander Færøy | |
2021-11-05 | Merge remote-tracking branch 'ahf/ahf/ci-i386' into maint-0.3.5 | Alexander Færøy | |
2021-11-03 | Merge branch 'tor-gitlab/mr/477' into maint-0.4.5 | David Goulet | |
2021-11-03 | relay: Don't allow DirPort on non-IPv4 | David Goulet | |
Our code doesn't allow it and so this prevents an assert() crash if the DirPort is for instance IPv6 only. Fixes #40494 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-11-03 | Merge branch 'maint-0.3.5' into maint-0.4.5 | David Goulet | |
2021-11-03 | shellcheck: Make it happy on couple scripts | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-11-03 | Add i386 version of debian-minimal for 32-bit Gitlab CI builds. | Alexander Færøy | |
See: tpo/core/tor#40505 | |||
2021-10-29 | Merge branch 'maint-0.3.5' into maint-0.4.5 | Alexander Færøy | |
2021-10-29 | Fix Windows build. | Alexander Færøy | |
While trying to resolve our CI issues, the Windows build broke with an unused function error: src/test/test_switch_id.c:37:1: error: ‘unprivileged_port_range_start’ defined but not used [-Werror=unused-function] We solve this by moving the `#if !defined(_WIN32)` test above the `unprivileged_port_range_start()` function defintion such that it is included in its body. This is an unreviewed commit. See: tor#40275 | |||
2021-10-29 | Merge branch 'maint-0.3.5' into maint-0.4.5 | David Goulet | |
2021-10-29 | changes: Add file for ticket 26299 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-29 | changes: Add file for ticket 26299 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-28 | makefile: Add a reproducible dist make job | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-28 | makefile: Add a reproducible dist make job | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-28 | release: Patches to make tarball reproducible | Alexander Færøy | |
Closes #26299 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-28 | changes: Typo in file, wrong version was used | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-28 | release: Patches to make tarball reproducible | Alexander Færøy | |
Closes #26299 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-28 | Fix compilation on systems with older compilers. | Alexander Færøy | |
This patch fixes a build error with GCC 7.x which doesn't seem to accept const int's as constants in macro initialization. See: tpo/core/tor#40410 | |||
2021-10-28 | Merge branch 'maint-0.3.5' into maint-0.4.5 | David Goulet | |
2021-10-28 | version: Missing version update in couple files | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-28 | version: Missing version update in couple files | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-26 | Merge branch 'maint-0.3.5' into maint-0.4.5 | David Goulet | |
2021-10-26 | ci: Missing source dir when parsing configure.ac version | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-26 | Merge branch 'maint-0.3.5' into maint-0.4.5 | David Goulet | |
2021-10-26 | version: Bump to 0.4.5.11-dev | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-26 | version: Bump to 0.3.5.17-dev | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-26 | Merge branch 'maint-0.3.5' into maint-0.4.5 | David Goulet | |
2021-10-26 | version: Bump to 0.4.5.11 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-26 | version: Bump to 0.3.5.17 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-25 | ci: Exclude HSv2 Stem tests | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-21 | Merge branch 'maint-0.3.5' into maint-0.4.5 | David Goulet | |
2021-10-21 | fallbackdir: Regenerate the list for October 2021 | David Goulet | |
Closes #40493 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-21 | Merge remote-tracking branch 'tor-gitlab/mr/338' into maint-0.4.5 | Alexander Færøy | |
2021-10-20 | Merge branch 'maint-0.3.5' into maint-0.4.5 | Alexander Færøy | |
2021-10-20 | Announce URL to bridge status page when starting Tor as a bridge relay. | Alexander Færøy | |
This patch makes Tor announce the relay specific bridge status page URL when Tor is starting up before bootstrap occours. See: tor#30477 | |||
2021-10-20 | Merge branch 'maint-0.3.5' into maint-0.4.5 | Alexander Færøy | |
2021-10-20 | Remove unused function: dns_randfn_() in dns.c. | Alexander Færøy | |
This patch unbreaks the current build after tor!369 landed. See: https://bugs.torproject.org/tpo/core/tor/40371 | |||
2021-10-20 | Merge remote-tracking branch 'tor-gitlab/mr/369' into maint-0.3.5 | Alexander Færøy | |
2021-10-19 | Merge branch 'maint-0.3.5' into maint-0.4.5 | David Goulet | |
2021-10-19 | hs: Improve warning for bad service version | David Goulet | |
Now that we don't have version 2, it gives us: [warn] HiddenServiceVersion must be between 3 and 3, not 2. This commit changes it to: [warn] HiddenServiceVersion must be 3, not 2. Part of #40476 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-19 | changes: Add file for ticket 40476 | David Goulet | |
Closes #40476 Signed-off-by: David Goulet <dgoulet@torproject.org> |