]> git.ipfire.org Git - thirdparty/tor.git/log
thirdparty/tor.git
3 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Wed, 3 Nov 2021 13:47:43 +0000 (09:47 -0400)] 
Merge branch 'maint-0.3.5' into maint-0.4.5

3 years agoshellcheck: Make it happy on couple scripts
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>
3 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
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

3 years agoFix Windows build.
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

3 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Fri, 29 Oct 2021 13:20:21 +0000 (09:20 -0400)] 
Merge branch 'maint-0.3.5' into maint-0.4.5

3 years agochanges: Add file for ticket 26299
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>
3 years agochanges: Add file for ticket 26299
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>
3 years agomakefile: Add a reproducible dist make job
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>
3 years agomakefile: Add a reproducible dist make job
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>
3 years agorelease: Patches to make tarball reproducible
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>
3 years agochanges: Typo in file, wrong version was used
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>
3 years agorelease: Patches to make tarball reproducible
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>
3 years agoFix compilation on systems with older compilers.
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

3 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Thu, 28 Oct 2021 13:42:25 +0000 (09:42 -0400)] 
Merge branch 'maint-0.3.5' into maint-0.4.5

3 years agoversion: Missing version update in couple files
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>
3 years agoversion: Missing version update in couple files
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>
3 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Tue, 26 Oct 2021 18:33:49 +0000 (14:33 -0400)] 
Merge branch 'maint-0.3.5' into maint-0.4.5

3 years agoci: Missing source dir when parsing configure.ac version
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>
3 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Tue, 26 Oct 2021 15:31:14 +0000 (11:31 -0400)] 
Merge branch 'maint-0.3.5' into maint-0.4.5

3 years agoversion: Bump to 0.4.5.11-dev
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>
3 years agoversion: Bump to 0.3.5.17-dev
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>
3 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Tue, 26 Oct 2021 13:17:52 +0000 (09:17 -0400)] 
Merge branch 'maint-0.3.5' into maint-0.4.5

3 years agoversion: Bump to 0.4.5.11
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>
3 years agoversion: Bump to 0.3.5.17
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>
3 years agoci: Exclude HSv2 Stem tests
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>
3 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Thu, 21 Oct 2021 14:01:38 +0000 (10:01 -0400)] 
Merge branch 'maint-0.3.5' into maint-0.4.5

3 years agofallbackdir: Regenerate the list for October 2021
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>
3 years agoMerge remote-tracking branch 'tor-gitlab/mr/338' into maint-0.4.5
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

3 years agoMerge branch 'maint-0.3.5' 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

3 years agoAnnounce URL to bridge status page when starting Tor as a bridge relay.
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

3 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
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

3 years agoRemove unused function: dns_randfn_() in dns.c.
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

3 years agoMerge remote-tracking branch 'tor-gitlab/mr/369' into maint-0.3.5
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

3 years agoMerge branch 'maint-0.3.5' into maint-0.4.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

3 years agohs: Improve warning for bad service version
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>
3 years agochanges: Add file for ticket 40476
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>
3 years agotest: Don't run HSv2 Chutney test networks
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>
3 years agotest: Fix unit tests after disabling version 2
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>
3 years agohs: Improve warning for bad service version
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>
3 years agochanges: Add file for ticket 40476
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>
3 years agotest: Don't run HSv2 Chutney test networks
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>
3 years agotest: Fix unit tests after disabling version 2
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>
3 years agohs-v2: Disable version 2 HSPOST and HSFETCH command
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>
3 years agohs-v2: Disable version 2 directory
David Goulet [Thu, 30 Sep 2021 14:46:17 +0000 (10:46 -0400)] 
hs-v2: Disable version 2 directory

Relay do not accept both stores and lookups of version 2 descriptor.
This effectively disable version 2 HSDir supports for relays.

Part of #40476

Signed-off-by: David Goulet <dgoulet@torproject.org>
3 years agohs-v2: Disable version 2 introduction point
David Goulet [Thu, 30 Sep 2021 14:40:19 +0000 (10:40 -0400)] 
hs-v2: Disable version 2 introduction point

Upon receiving a v2 introduction request, the relay will close the
circuit and send back a tor protocol error.

Part of #40476

Signed-off-by: David Goulet <dgoulet@torproject.org>
3 years agohs-v2: Disable version 2 service
David Goulet [Tue, 19 Oct 2021 13:11:12 +0000 (09:11 -0400)] 
hs-v2: Disable version 2 service

The minimum service version is raised from 2 to 3 which effectively
disable loading or creating an onion service v2.

As for ADD_ONION, for version 2, a 551 error is returned:

  "551 Failed to add Onion Service"

Part of #40476

Signed-off-by: David Goulet <dgoulet@torproject.org>
3 years agohs-v2: Disable SOCKS connection for v2 addresses
David Goulet [Thu, 30 Sep 2021 14:26:37 +0000 (10:26 -0400)] 
hs-v2: Disable SOCKS connection for v2 addresses

This effectively turns off the ability of tor to use HSv2 as a client by
invalidating the v2 onion hostname passed through a SOCKS request.

Part of #40476

Signed-off-by: David Goulet <dgoulet@torproject.org>
3 years agoMerge branch 'tor-gitlab/mr/392' into maint-0.4.5
David Goulet [Wed, 6 Oct 2021 19:45:13 +0000 (15:45 -0400)] 
Merge branch 'tor-gitlab/mr/392' into maint-0.4.5

3 years agoMerge branch 'tor-gitlab/mr/393' into maint-0.4.5
David Goulet [Wed, 6 Oct 2021 19:41:12 +0000 (15:41 -0400)] 
Merge branch 'tor-gitlab/mr/393' into maint-0.4.5

3 years agoMerge branch 'tor-gitlab/mr/420' into maint-0.4.5
David Goulet [Wed, 6 Oct 2021 19:35:30 +0000 (15:35 -0400)] 
Merge branch 'tor-gitlab/mr/420' into maint-0.4.5

3 years agohs-v2: Only log once the connection warning to v2
David Goulet [Mon, 4 Oct 2021 18:38:50 +0000 (14:38 -0400)] 
hs-v2: Only log once the connection warning to v2

Closes #40474

Signed-off-by: David Goulet <dgoulet@torproject.org>
3 years agohs-v2: Disable version 2 HSPOST and HSFETCH command
David Goulet [Thu, 30 Sep 2021 14:59:24 +0000 (10:59 -0400)] 
hs-v2: Disable version 2 HSPOST and HSFETCH command

Part of #40476

Signed-off-by: David Goulet <dgoulet@torproject.org>
3 years agohs-v2: Disable version 2 directory
David Goulet [Thu, 30 Sep 2021 14:46:17 +0000 (10:46 -0400)] 
hs-v2: Disable version 2 directory

Relay do not accept both stores and lookups of version 2 descriptor.
This effectively disable version 2 HSDir supports for relays.

Part of #40476

Signed-off-by: David Goulet <dgoulet@torproject.org>
3 years agohs-v2: Disable version 2 introduction point
David Goulet [Thu, 30 Sep 2021 14:40:19 +0000 (10:40 -0400)] 
hs-v2: Disable version 2 introduction point

Upon receiving a v2 introduction request, the relay will close the
circuit and send back a tor protocol error.

Part of #40476

Signed-off-by: David Goulet <dgoulet@torproject.org>
3 years agohs-v2: Disable version 2 service
David Goulet [Thu, 30 Sep 2021 14:32:05 +0000 (10:32 -0400)] 
hs-v2: Disable version 2 service

The minimum service version is raised from 2 to 3 which effectively
disable loading or creating an onion service v2.

As for ADD_ONION, for version 2, a 551 error is returned:

  "551 Failed to add Onion Service"

Part of #40476

Signed-off-by: David Goulet <dgoulet@torproject.org>
3 years agohs-v2: Disable SOCKS connection for v2 addresses
David Goulet [Thu, 30 Sep 2021 14:26:37 +0000 (10:26 -0400)] 
hs-v2: Disable SOCKS connection for v2 addresses

This effectively turns off the ability of tor to use HSv2 as a client by
invalidating the v2 onion hostname passed through a SOCKS request.

Part of #40476

Signed-off-by: David Goulet <dgoulet@torproject.org>
3 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Mon, 13 Sep 2021 17:34:44 +0000 (13:34 -0400)] 
Merge branch 'maint-0.3.5' into maint-0.4.5

3 years agoOnly check for bindable ports if we are unsure if it will fail.
Alexander Færøy [Thu, 4 Feb 2021 23:11:11 +0000 (23:11 +0000)] 
Only check for bindable ports if we are unsure if it will fail.

We currently assume that the only way for Tor to listen on ports in the
privileged port range (1 to 1023), on Linux, is if we are granted the
NET_BIND_SERVICE capability. Today on Linux, it's possible to specify
the beginning of the unprivileged port range using a sysctl
configuration option. Docker (and thus the CI service Tor uses) recently
changed this sysctl value to 0, which causes our tests to fail as they
assume that we should NOT be able to bind to a privileged port *without*
the NET_BIND_SERVICE capability.

In this patch, we read the value of the sysctl value via the /proc/sys/
filesystem iff it's present, otherwise we assume the default
unprivileged port range begins at port 1024.

See: tor#40275

3 years agoUse Debian bullseye for our hardened build.
Alexander Færøy [Mon, 16 Aug 2021 13:52:58 +0000 (13:52 +0000)] 
Use Debian bullseye for our hardened build.

3 years agoForce amd64 for CI builds.
Alexander Færøy [Mon, 13 Sep 2021 16:05:58 +0000 (18:05 +0200)] 
Force amd64 for CI builds.

3 years agodir: Do not flag non-running failing HSDir
David Goulet [Tue, 17 Aug 2021 16:43:58 +0000 (12:43 -0400)] 
dir: Do not flag non-running failing HSDir

When a directory request fails, we flag the relay as non Running so we
don't use it anymore.

This can be problematic with onion services because there are cases
where a tor instance could have a lot of services, ephemeral ones, and
keeps failing to upload descriptors, let say due to a bad network, and
thus flag a lot of nodes as non Running which then in turn can not be
used for circuit building.

This commit makes it that we never flag nodes as non Running on a onion
service directory request (upload or fetch) failure as to keep the
hashring intact and not affect other parts of tor.

Fortunately, the onion service hashring is _not_ selected by looking at
the Running flag but since we do a 3-hop circuit to the HSDir, other
services on the same instance can influence each other by removing nodes
from the consensus for path selection.

This was made apparent with a small network that ran out of nodes to
used due to rapid succession of onion services uploading and failing.
See #40434 for details.

Fixes #40434

Signed-off-by: David Goulet <dgoulet@torproject.org>
3 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Mon, 16 Aug 2021 20:34:19 +0000 (16:34 -0400)] 
Merge branch 'maint-0.3.5' into maint-0.4.5

3 years agoBump version to -dev
David Goulet [Mon, 16 Aug 2021 20:34:10 +0000 (16:34 -0400)] 
Bump version to -dev

Signed-off-by: David Goulet <dgoulet@torproject.org>
3 years agoBump version to -dev
David Goulet [Mon, 16 Aug 2021 20:33:58 +0000 (16:33 -0400)] 
Bump version to -dev

Signed-off-by: David Goulet <dgoulet@torproject.org>
3 years agoAlways teardown capture of logs in CAPTURE().
Alexander Færøy [Mon, 16 Aug 2021 15:27:38 +0000 (15:27 +0000)] 
Always teardown capture of logs in CAPTURE().

This will hopefully solve an issue where our gmtime related tests are
failing on 32-bit builds.

3 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
Alexander Færøy [Mon, 16 Aug 2021 13:58:32 +0000 (13:58 +0000)] 
Merge branch 'maint-0.3.5' into maint-0.4.5

3 years agoUse debian:buster instead of debian:stable for now.
Alexander Færøy [Mon, 16 Aug 2021 13:57:56 +0000 (13:57 +0000)] 
Use debian:buster instead of debian:stable for now.

3 years agoDisable message checking for some 32-bit tests about timegm failure.
Nick Mathewson [Mon, 16 Aug 2021 13:46:56 +0000 (09:46 -0400)] 
Disable message checking for some 32-bit tests about timegm failure.

Since we merged 40383, we don't expect these to give the same
warning on every platform.

3 years agoMake the version 0.4.5.10, not 0.4.5.10-dev.
Nick Mathewson [Mon, 16 Aug 2021 12:18:57 +0000 (08:18 -0400)] 
Make the version 0.4.5.10, not 0.4.5.10-dev.

3 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
Nick Mathewson [Mon, 16 Aug 2021 12:18:09 +0000 (08:18 -0400)] 
Merge branch 'maint-0.3.5' into maint-0.4.5

"ours" to avoid version bump

3 years agoMake the version 0.3.6.16, not 0.3.6.16-dev.
Nick Mathewson [Mon, 16 Aug 2021 12:17:59 +0000 (08:17 -0400)] 
Make the version 0.3.6.16, not 0.3.6.16-dev.

4 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Fri, 13 Aug 2021 13:44:53 +0000 (09:44 -0400)] 
Merge branch 'maint-0.3.5' into maint-0.4.5

4 years agoUpdate version to 0.3.5.16
David Goulet [Fri, 13 Aug 2021 13:43:44 +0000 (09:43 -0400)] 
Update version to 0.3.5.16

Signed-off-by: David Goulet <dgoulet@torproject.org>
4 years agoUpdate version to 0.4.5.10
David Goulet [Fri, 13 Aug 2021 13:42:52 +0000 (09:42 -0400)] 
Update version to 0.4.5.10

Signed-off-by: David Goulet <dgoulet@torproject.org>
4 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
David Goulet [Thu, 12 Aug 2021 16:13:25 +0000 (12:13 -0400)] 
Merge branch 'maint-0.3.5' into maint-0.4.5

4 years agoUpdate GeoIP files to match IPFire location DB as per 2021/08/12.
Alexander Færøy [Thu, 12 Aug 2021 15:36:52 +0000 (15:36 +0000)] 
Update GeoIP files to match IPFire location DB as per 2021/08/12.

4 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
Alexander Færøy [Wed, 11 Aug 2021 13:15:58 +0000 (13:15 +0000)] 
Merge branch 'maint-0.3.5' into maint-0.4.5

4 years agoMerge remote-tracking branch 'tor-gitlab/mr/417' into maint-0.3.5
Alexander Færøy [Wed, 11 Aug 2021 13:15:35 +0000 (13:15 +0000)] 
Merge remote-tracking branch 'tor-gitlab/mr/417' into maint-0.3.5

4 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
Alexander Færøy [Wed, 11 Aug 2021 13:14:26 +0000 (13:14 +0000)] 
Merge branch 'maint-0.3.5' into maint-0.4.5

4 years agoDisable ed25519-donna's batch verification.
George Kadianakis [Fri, 30 Jul 2021 13:35:48 +0000 (16:35 +0300)] 
Disable ed25519-donna's batch verification.

Fixes bug 40078.

As reported by hdevalence our batch verification logic can cause an assert
crash.

The assert happens because when the batch verification of ed25519-donna fails,
the code in `ed25519_checksig_batch()` falls back to doing a single
verification for each signature.

The crash occurs because batch verification failed, but then all signatures
individually verified just fine.

That's because batch verification and single verification use a different
equation which means that there are sigs that can pass single verification
but fail batch verification.

Fixing this would require modding ed25519-donna which is not in scope for
this ticket, and will be soon deprecated in favor of arti and
ed25519-dalek, so my branch instead removes batch verification.

4 years agofallbackdir: Regenerate list
David Goulet [Wed, 11 Aug 2021 13:04:40 +0000 (09:04 -0400)] 
fallbackdir: Regenerate list

New list for all stable releases.

Closes #40447

Signed-off-by: David Goulet <dgoulet@torproject.org>
4 years agoMerge branch 'maint-0.3.5' into maint-0.4.5
Alexander Færøy [Wed, 11 Aug 2021 13:06:12 +0000 (13:06 +0000)] 
Merge branch 'maint-0.3.5' into maint-0.4.5

4 years agorelay: Reduce streaming compression ratio from HIGH to LOW
David Goulet [Thu, 18 Feb 2021 17:49:33 +0000 (12:49 -0500)] 
relay: Reduce streaming compression ratio from HIGH to LOW

Fixes #40301

Signed-off-by: David Goulet <dgoulet@torproject.org>
4 years agorelay: Reduce streaming compression ratio from HIGH to LOW
David Goulet [Thu, 18 Feb 2021 17:49:33 +0000 (12:49 -0500)] 
relay: Reduce streaming compression ratio from HIGH to LOW

Fixes #40301

Signed-off-by: David Goulet <dgoulet@torproject.org>
4 years agoMerge remote-tracking branch 'tor-gitlab/mr/409' into maint-0.4.5
George Kadianakis [Tue, 6 Jul 2021 10:51:58 +0000 (13:51 +0300)] 
Merge remote-tracking branch 'tor-gitlab/mr/409' into maint-0.4.5

4 years agoMerge branch 'mr/395' into maint-0.4.5
George Kadianakis [Tue, 6 Jul 2021 10:42:29 +0000 (13:42 +0300)] 
Merge branch 'mr/395' into maint-0.4.5

4 years agoUse native timegm when available.
Nick Mathewson [Tue, 1 Jun 2021 20:18:23 +0000 (16:18 -0400)] 
Use native timegm when available.

Continue having a tor_gmtime_impl() unit test so that we can detect
any problems in our replacement function; add a new test function to
make sure that gmtime<->timegm are a round-trip on now-ish times.

This is a fix for bug #40383, wherein we ran into trouble because
tor_timegm() does not believe that time_t should include a count of
leap seconds, but FreeBSD's gmtime believes that it should.  This
disagreement meant that for a certain amount of time each day,
instead of calculating the most recent midnight, our voting-schedule
functions would calculate the second-most-recent midnight, and lead
to an assertion failure.

I am calling this a bugfix on 0.2.0.3-alpha when we first started
calculating our voting schedule in this way.

4 years agoSuppress a clang 12 warning about "suspicious concatenation".
Nick Mathewson [Thu, 1 Jul 2021 17:03:19 +0000 (13:03 -0400)] 
Suppress a clang 12 warning about "suspicious concatenation".

My clang doesn't like it when we write code like this:

    char *list[] = {
       "abc",
       "def",
       "ghi"
       "jkl"
    }

It wonders whether we meant to put a comma between "ghi" and "jkl"
or not, and gives a warning.

To suppress this warning (since in this case, we did mean to omit
the comma), we just wrap the two strings in parentheses.

Closes #40426; bugfix on 0.4.0.4-rc.

4 years agoMissing changes file for #40409
Nick Mathewson [Wed, 30 Jun 2021 12:14:57 +0000 (08:14 -0400)] 
Missing changes file for #40409

4 years agoSuppress strict-prototypes warning on NSS pk11pub.h header
Nick Mathewson [Mon, 28 Jun 2021 13:08:31 +0000 (09:08 -0400)] 
Suppress strict-prototypes warning on NSS pk11pub.h header

We already did this in a couple of places, but there are more that
we didn't get.  This is necessary for systems with versions of
NSS that don't do their prototypes properly.

Fixes #40409; bugfix on 0.3.5.1-alpha.

4 years agoEnable deterministic RNG for address set tests.
Alexander Færøy [Fri, 25 Jun 2021 16:29:53 +0000 (16:29 +0000)] 
Enable deterministic RNG for address set tests.

This patch enables the deterministic RNG for address set tests,
including the tests which uses address set indirectly via the nodelist
API.

This should prevent random test failures in the highly unlikely case of
a false positive which was seen in tor#40419.

See: tpo/core/tor#40419.

4 years agoBump to 0.4.5.9-dev
Nick Mathewson [Mon, 14 Jun 2021 15:47:41 +0000 (11:47 -0400)] 
Bump to 0.4.5.9-dev

4 years agoMerge branch 'maint-0.4.4' into maint-0.4.5
Nick Mathewson [Mon, 14 Jun 2021 15:47:29 +0000 (11:47 -0400)] 
Merge branch 'maint-0.4.4' into maint-0.4.5

4 years agoMerge branch 'maint-0.3.5' into maint-0.4.4 maint-0.4.4
Nick Mathewson [Mon, 14 Jun 2021 15:46:20 +0000 (11:46 -0400)] 
Merge branch 'maint-0.3.5' into maint-0.4.4

"ours" to avoid version bump.

4 years agoBump to 0.3.5.15-dev
Nick Mathewson [Mon, 14 Jun 2021 15:45:30 +0000 (11:45 -0400)] 
Bump to 0.3.5.15-dev

4 years agoMerge branch 'maint-0.4.4' into maint-0.4.5
Nick Mathewson [Thu, 10 Jun 2021 16:30:29 +0000 (12:30 -0400)] 
Merge branch 'maint-0.4.4' into maint-0.4.5

4 years agoMerge branch 'maint-0.3.5' into maint-0.4.4
Nick Mathewson [Thu, 10 Jun 2021 16:30:11 +0000 (12:30 -0400)] 
Merge branch 'maint-0.3.5' into maint-0.4.4

4 years agoFix TROVE-2021-006: Out-of-bounds read on v3 desc parsing
George Kadianakis [Tue, 18 May 2021 14:06:57 +0000 (17:06 +0300)] 
Fix TROVE-2021-006: Out-of-bounds read on v3 desc parsing

4 years agoMerge branch 'maint-0.4.4' into maint-0.4.5
Nick Mathewson [Thu, 10 Jun 2021 13:55:55 +0000 (09:55 -0400)] 
Merge branch 'maint-0.4.4' into maint-0.4.5

4 years agoResolve remaining merge conflicts in relay.c
Nick Mathewson [Thu, 10 Jun 2021 13:55:35 +0000 (09:55 -0400)] 
Resolve remaining merge conflicts in relay.c

(My bad!)