]>
git.ipfire.org Git - thirdparty/tor.git/log
David Goulet [Wed, 10 Aug 2022 17:59:14 +0000 (13:59 -0400)]
fallbackdirs: Update list from maint-0.4.7
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Wed, 10 Aug 2022 17:41:22 +0000 (13:41 -0400)]
geoip: Update files from maint-0.4.7
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Tue, 2 Aug 2022 20:13:58 +0000 (16:13 -0400)]
Merge branch 'tor-gitlab/mr/608' into maint-0.4.5
David Goulet [Tue, 2 Aug 2022 19:49:03 +0000 (15:49 -0400)]
relay: Don't send DESTROY remote reason backward or forward
Fixes #40649
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Mon, 1 Aug 2022 14:58:40 +0000 (10:58 -0400)]
conn: Notify btrack subsys on normal OR conn close
Fixes #40604
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Wed, 27 Jul 2022 15:33:16 +0000 (11:33 -0400)]
Merge branch 'tor-gitlab/mr/605' into maint-0.4.5
Nick Mathewson [Wed, 27 Jul 2022 13:16:50 +0000 (09:16 -0400)]
Fix a check, make a netflow padding function more safe.
Previously, `channelpadding_get_netflow_inactive_timeout_ms` would
crash with an assertion failure if `low_timeout` was greater than
`high_timeout`. That wasn't possible in practice because of checks
in `channelpadding_update_padding_for_channel`, but it's better not
to have a function whose correctness is this tricky to prove.
Fixes #40645. Bugfix on 0.3.1.1-alpha.
David Goulet [Wed, 27 Jul 2022 12:32:01 +0000 (08:32 -0400)]
relay: Use remote reason when sending back a DESTROY
Fix from previous commit where a DESTROY cell is sent instead of a
TRUNCATED.
Related to #40623
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Fri, 22 Jul 2022 17:53:52 +0000 (13:53 -0400)]
relay: Send DESTROY cell instead of TRUNCATED cell
Note that with this commit, TRUNCATED cells won't be used anymore that
is client and relays won't emit them.
Fixes #40623
Signed-off-by: David Goulet <dgoulet@torproject.org>
Alexander Færøy [Mon, 9 May 2022 14:35:42 +0000 (14:35 +0000)]
Add changes entry to tor!575.
See: tpo/core/tor#40601.
pmu-ipf [Sat, 30 Apr 2022 11:10:04 +0000 (11:10 +0000)]
sandbox: Permit rseq syscall as well
This was found to be necessary in conjunction with glibc 2.35 on Linux.
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
David Goulet [Thu, 14 Apr 2022 13:37:43 +0000 (09:37 -0400)]
Merge branch 'tor-gitlab/mr/491' into maint-0.4.5
David Goulet [Thu, 14 Apr 2022 13:34:46 +0000 (09:34 -0400)]
Merge branch 'tor-gitlab/mr/497' into maint-0.4.5
David Goulet [Mon, 28 Mar 2022 13:44:31 +0000 (09:44 -0400)]
Merge branch 'tor-gitlab/mr/556' into maint-0.4.5
Nick Mathewson [Sun, 27 Mar 2022 22:34:25 +0000 (18:34 -0400)]
Sandbox: Permit the clone3 system call
Apparently glibc-2.34 uses clone3, when previously it just used
clone.
Closes ticket #40590.
David Goulet [Wed, 16 Mar 2022 17:27:27 +0000 (13:27 -0400)]
Merge branch 'tor-gitlab/mr/533' into maint-0.4.5
David Goulet [Wed, 9 Mar 2022 18:47:27 +0000 (13:47 -0500)]
hs: Schedule mainloop event on dirinfo change
Due to a possible Guard subsystem recursion, when the HS client gets
notified that the directory information has changed, it must run it in a
seperate mainloop event to avoid such issue.
See the ticket for more information on the recursion. This also fixes a
fatal assert.
Fixes #40579
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Tue, 8 Mar 2022 18:50:34 +0000 (13:50 -0500)]
hs: Fix multiple port label on single metric
Prometheus needs unique labels and so this bug was causing an onion
service with multiple ports to have multiple "port=" label for the
metrics requiring a port label.
Fixes #40581
Signed-off-by: David Goulet <dgoulet@torproject.org>
Jérôme Charaoui [Tue, 15 Feb 2022 22:07:24 +0000 (17:07 -0500)]
Add CI triggers for Debian package builds
This enables on-demand debian packaging CI builds on maintenance
branches, to replace (often unnecessary) daily scheduled builds.
Tor CI Release [Fri, 4 Feb 2022 16:29:20 +0000 (16:29 +0000)]
version: Bump version to 0.4.5.12-dev
Tor CI Release [Fri, 4 Feb 2022 16:00:33 +0000 (16:00 +0000)]
version: Bump version to 0.4.5.12
Tor CI Release [Fri, 4 Feb 2022 15:49:03 +0000 (15:49 +0000)]
fallbackdir: Update list generated on February 04, 2022
Tor CI Release [Fri, 4 Feb 2022 15:46:27 +0000 (15:46 +0000)]
Update geoip files to match ipfire location db, 2022/02/04.
Tor CI Release [Wed, 15 Dec 2021 16:17:47 +0000 (16:17 +0000)]
Update geoip files to match ipfire location db, 2021/12/15.
Tor CI Release [Wed, 15 Dec 2021 16:29:45 +0000 (16:29 +0000)]
fallbackdir: Update list generated on December 15, 2021
David Goulet [Wed, 2 Feb 2022 18:51:22 +0000 (13:51 -0500)]
hs: Double quote the metrics label value
Fixes #40552
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Mon, 24 Jan 2022 15:49:32 +0000 (10:49 -0500)]
Merge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Mon, 24 Jan 2022 15:47:29 +0000 (10:47 -0500)]
version: Bump version to 0.3.5.18
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Mon, 24 Jan 2022 15:35:02 +0000 (10:35 -0500)]
fallbackdir: Update list generated on January 24, 2022
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Mon, 24 Jan 2022 15:31:43 +0000 (10:31 -0500)]
geoip: Update to match ipfire location db, 2022/01/24.
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Wed, 19 Jan 2022 18:36:23 +0000 (13:36 -0500)]
test: Remove HSv2 protover specific test
HSv2 is not advertised as a supported protocol version anymore.
This was introduced with the merge-forward of commit
72041c63064b461e
which didn't fix the unit test.
Fixes #40549
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Tue, 18 Jan 2022 18:15:38 +0000 (13:15 -0500)]
Merge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Tue, 18 Jan 2022 18:15:33 +0000 (13:15 -0500)]
Merge branch 'tor-gitlab/mr/511' into maint-0.3.5
David Goulet [Tue, 18 Jan 2022 18:15:29 +0000 (13:15 -0500)]
Merge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Tue, 18 Jan 2022 18:15:23 +0000 (13:15 -0500)]
Merge branch 'tor-gitlab/mr/510' into maint-0.3.5
David Goulet [Tue, 18 Jan 2022 18:12:13 +0000 (13:12 -0500)]
Merge branch 'maint-0.3.5' into maint-0.4.5
Jérôme Charaoui [Mon, 10 Jan 2022 15:16:24 +0000 (15:16 +0000)]
Update new relay blogpost URL
This removes the '/blog/' URL component which relies on a
redirection since the blog has been migrated to Lektor
David Goulet [Tue, 18 Jan 2022 17:51:52 +0000 (12:51 -0500)]
main: Update a dead URL in a log notice
Change https://www.torproject.org/download/download#warning to
https://support.torproject.org/faq/staying-anonymous/
Closes #40544
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Thu, 4 Nov 2021 18:44:58 +0000 (14:44 -0400)]
relay: Don't advertise HSv2 protocol version
We removed HSIntro=3 and HSDir=1 that are v2 specific. Since 0.3.5.17,
we do not support introducing or being a directory for onion service v2.
Closes #40509
Signed-off-by: David Goulet <dgoulet@torproject.org>
Nick Mathewson [Mon, 6 Dec 2021 17:35:08 +0000 (12:35 -0500)]
Limit the number of elements in a consdiff hash line.
This avoids performing and then freeing a lot of small mallocs() if
the hash line has too many elements.
Fixes one case of bug 40472; resolves OSS-Fuzz 38363. Bugfix on
0.3.1.1-alpha when the consdiff parsing code was introduced.
Nick Mathewson [Mon, 15 Nov 2021 13:55:47 +0000 (08:55 -0500)]
Do not count controller-selected paths towards path bias.
As a side effect, this fixes a "Bug" warning.
Closes #40515. Bugfix on 0.2.4.10-alpha.
Alexander Færøy [Mon, 8 Nov 2021 14:16:18 +0000 (14:16 +0000)]
Merge branch 'maint-0.3.5' into maint-0.4.5
Alexander Færøy [Mon, 8 Nov 2021 14:15:59 +0000 (14:15 +0000)]
Merge remote-tracking branch 'tor-gitlab/mr/487' into maint-0.3.5
Alexander Færøy [Mon, 8 Nov 2021 14:15:56 +0000 (14:15 +0000)]
Merge remote-tracking branch 'tor-gitlab/mr/486' into maint-0.3.5
Nick Mathewson [Sat, 6 Nov 2021 15:04:08 +0000 (11:04 -0400)]
Give an error message if LibreSSL's TLSv1.3 APIs aren't what we need
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.
Nick Mathewson [Fri, 5 Nov 2021 17:23:05 +0000 (13:23 -0400)]
Reverse the direction of the test for openssl 3.0.0
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.
David Goulet [Fri, 5 Nov 2021 14:42:54 +0000 (10:42 -0400)]
protover: Fix merge forward from 035
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Fri, 5 Nov 2021 14:35:08 +0000 (10:35 -0400)]
Merge branch 'maint-0.3.5' into maint-0.4.5
Nick Mathewson [Fri, 5 Nov 2021 14:30:57 +0000 (10:30 -0400)]
Light edit to protover warnings.
David Goulet [Fri, 5 Nov 2021 14:16:08 +0000 (10:16 -0400)]
protover: Add a note on why LinkAuth is not recommended or required
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Fri, 5 Nov 2021 14:10:24 +0000 (10:10 -0400)]
protover: Move all hardcoded lists in one place
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>
Nick Mathewson [Fri, 5 Nov 2021 13:15:10 +0000 (09:15 -0400)]
Add scary warnings about changing the protover list.
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.
Alexander Færøy [Fri, 5 Nov 2021 03:10:28 +0000 (03:10 +0000)]
Merge branch 'maint-0.3.5' into maint-0.4.5
Alexander Færøy [Fri, 5 Nov 2021 03:10:12 +0000 (03:10 +0000)]
Merge remote-tracking branch 'ahf/ahf/ci-i386' into maint-0.3.5
David Goulet [Wed, 3 Nov 2021 13:52:03 +0000 (09:52 -0400)]
Merge branch 'tor-gitlab/mr/477' into maint-0.4.5
David Goulet [Tue, 2 Nov 2021 13:34:03 +0000 (09:34 -0400)]
relay: Don't allow DirPort on non-IPv4
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>
David Goulet [Wed, 3 Nov 2021 13:47:43 +0000 (09:47 -0400)]
Merge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Wed, 3 Nov 2021 13:47:30 +0000 (09:47 -0400)]
shellcheck: Make it happy on couple scripts
Signed-off-by: David Goulet <dgoulet@torproject.org>
Alexander Færøy [Wed, 3 Nov 2021 12:36:30 +0000 (12:36 +0000)]
Add i386 version of debian-minimal for 32-bit Gitlab CI builds.
See: tpo/core/tor#40505
Alexander Færøy [Fri, 29 Oct 2021 16:56:33 +0000 (16:56 +0000)]
Merge branch 'maint-0.3.5' into maint-0.4.5
Alexander Færøy [Fri, 5 Feb 2021 17:12:52 +0000 (17:12 +0000)]
Fix Windows build.
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
David Goulet [Fri, 29 Oct 2021 13:20:21 +0000 (09:20 -0400)]
Merge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Fri, 29 Oct 2021 13:19:59 +0000 (09:19 -0400)]
changes: Add file for ticket 26299
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Fri, 29 Oct 2021 13:19:21 +0000 (09:19 -0400)]
changes: Add file for ticket 26299
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Thu, 28 Oct 2021 20:29:22 +0000 (16:29 -0400)]
makefile: Add a reproducible dist make job
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Thu, 28 Oct 2021 20:29:22 +0000 (16:29 -0400)]
makefile: Add a reproducible dist make job
Signed-off-by: David Goulet <dgoulet@torproject.org>
Alexander Færøy [Fri, 10 Jul 2020 00:31:35 +0000 (02:31 +0200)]
release: Patches to make tarball reproducible
Closes #26299
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Thu, 28 Oct 2021 18:22:14 +0000 (14:22 -0400)]
changes: Typo in file, wrong version was used
Signed-off-by: David Goulet <dgoulet@torproject.org>
Alexander Færøy [Fri, 10 Jul 2020 00:31:35 +0000 (02:31 +0200)]
release: Patches to make tarball reproducible
Closes #26299
Signed-off-by: David Goulet <dgoulet@torproject.org>
Alexander Færøy [Thu, 10 Jun 2021 20:04:13 +0000 (20:04 +0000)]
Fix compilation on systems with older compilers.
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
David Goulet [Thu, 28 Oct 2021 13:42:25 +0000 (09:42 -0400)]
Merge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Thu, 28 Oct 2021 13:41:13 +0000 (09:41 -0400)]
version: Missing version update in couple files
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Thu, 28 Oct 2021 13:40:50 +0000 (09:40 -0400)]
version: Missing version update in couple files
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Tue, 26 Oct 2021 18:33:49 +0000 (14:33 -0400)]
Merge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Tue, 26 Oct 2021 18:33:31 +0000 (14:33 -0400)]
ci: Missing source dir when parsing configure.ac version
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Tue, 26 Oct 2021 15:31:14 +0000 (11:31 -0400)]
Merge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Tue, 26 Oct 2021 15:31:06 +0000 (11:31 -0400)]
version: Bump to 0.4.5.11-dev
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Tue, 26 Oct 2021 15:30:56 +0000 (11:30 -0400)]
version: Bump to 0.3.5.17-dev
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Tue, 26 Oct 2021 13:17:52 +0000 (09:17 -0400)]
Merge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Tue, 26 Oct 2021 13:16:44 +0000 (09:16 -0400)]
version: Bump to 0.4.5.11
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Tue, 26 Oct 2021 13:16:13 +0000 (09:16 -0400)]
version: Bump to 0.3.5.17
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Mon, 25 Oct 2021 17:37:38 +0000 (13:37 -0400)]
ci: Exclude HSv2 Stem tests
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Thu, 21 Oct 2021 14:01:38 +0000 (10:01 -0400)]
Merge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Thu, 21 Oct 2021 13:13:40 +0000 (09:13 -0400)]
fallbackdir: Regenerate the list for October 2021
Closes #40493
Signed-off-by: David Goulet <dgoulet@torproject.org>
Alexander Færøy [Thu, 21 Oct 2021 12:35:26 +0000 (12:35 +0000)]
Merge remote-tracking branch 'tor-gitlab/mr/338' into maint-0.4.5
Alexander Færøy [Wed, 20 Oct 2021 21:47:17 +0000 (21:47 +0000)]
Merge branch 'maint-0.3.5' into maint-0.4.5
Alexander Færøy [Mon, 23 Nov 2020 23:41:17 +0000 (23:41 +0000)]
Announce URL to bridge status page when starting Tor as a bridge relay.
This patch makes Tor announce the relay specific bridge status page URL
when Tor is starting up before bootstrap occours.
See: tor#30477
Alexander Færøy [Wed, 20 Oct 2021 17:36:06 +0000 (17:36 +0000)]
Merge branch 'maint-0.3.5' into maint-0.4.5
Alexander Færøy [Mon, 10 May 2021 13:07:24 +0000 (13:07 +0000)]
Remove unused function: dns_randfn_() in dns.c.
This patch unbreaks the current build after tor!369 landed.
See: https://bugs.torproject.org/tpo/core/tor/40371
Alexander Færøy [Wed, 20 Oct 2021 17:35:35 +0000 (17:35 +0000)]
Merge remote-tracking branch 'tor-gitlab/mr/369' into maint-0.3.5
David Goulet [Tue, 19 Oct 2021 14:29:15 +0000 (10:29 -0400)]
Merge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Thu, 14 Oct 2021 13:56:10 +0000 (09:56 -0400)]
hs: Improve warning for bad service version
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>
David Goulet [Thu, 30 Sep 2021 15:21:13 +0000 (11:21 -0400)]
changes: Add file for ticket 40476
Closes #40476
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Thu, 30 Sep 2021 15:12:46 +0000 (11:12 -0400)]
test: Don't run HSv2 Chutney test networks
Part of #40476
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Thu, 30 Sep 2021 15:09:48 +0000 (11:09 -0400)]
test: Fix unit tests after disabling version 2
Some tests were removed because they were testing something not usable
anymore.
Some tests remains to make sure that things are indeed disabled.
Part of #40476
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Thu, 14 Oct 2021 13:56:10 +0000 (09:56 -0400)]
hs: Improve warning for bad service version
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>
David Goulet [Thu, 30 Sep 2021 15:21:13 +0000 (11:21 -0400)]
changes: Add file for ticket 40476
Closes #40476
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Thu, 30 Sep 2021 15:12:46 +0000 (11:12 -0400)]
test: Don't run HSv2 Chutney test networks
Part of #40476
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Thu, 30 Sep 2021 15:09:48 +0000 (11:09 -0400)]
test: Fix unit tests after disabling version 2
Some tests were removed because they were testing something not usable
anymore.
Some tests remains to make sure that things are indeed disabled.
Part of #40476
Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet [Tue, 19 Oct 2021 13:20:53 +0000 (09:20 -0400)]
hs-v2: Disable version 2 HSPOST and HSFETCH command
Part of #40476
Signed-off-by: David Goulet <dgoulet@torproject.org>