Commit Graph

38948 Commits

Author SHA1 Message Date
Tor CI Release 9b0496f611 release: ChangeLog and ReleaseNotes for 0.4.8.12 2024-06-06 09:20:19 -04:00
David Goulet ca7b72a230 Merge branch 'maint-0.4.8' into release-0.4.8 2024-06-06 08:56:54 -04:00
Tor CI Release 31f8b43e2d fallbackdir: Update list generated on June 06, 2024 2024-06-06 08:45:09 -04:00
Tor CI Release 9b69c25d3a Update geoip files to match ipfire location db, 2024/06/06. 2024-06-06 08:44:54 -04:00
David Goulet 2bc77e62f2 Merge branch 'maint-0.4.8' into release-0.4.8 2024-05-30 12:31:51 -04:00
Georg Koppen 928ba47ddf Update OverloadStatistics to match prop 328
Closes: #40940.
2024-05-30 12:31:45 -04:00
David Goulet 1c6720a035 Merge branch 'maint-0.4.8' into release-0.4.8 2024-05-30 12:30:44 -04:00
David Goulet 1b924c0d6c Merge branch 'ticket40689_048_01' into maint-0.4.8 2024-05-30 12:30:40 -04:00
David Goulet e963f6147e Merge branch 'maint-0.4.8' into release-0.4.8 2024-05-30 09:51:52 -04:00
David Goulet 50800fa240 scripts: Fix Python3 warnings
Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-05-30 09:51:48 -04:00
David Goulet 39ba9ce0d7 dirauth: Add new faravahar
Brand new address, brand new keys, brand new day.

Closes #40689

Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-05-30 09:49:27 -04:00
David Goulet b8c4d2a7d7 Merge branch 'maint-0.4.8' into release-0.4.8 2024-04-30 15:34:11 -04:00
hiro 7708f9a4ea Fix typo in tor-relays list address 2024-04-30 15:34:07 -04:00
David Goulet 927cd24a79 Merge branch 'maint-0.4.8' into release-0.4.8 2024-04-29 16:02:12 -04:00
David Goulet bedc6a90d2 circuit: Remove log_warn triggered by a proto violation
Fixes #40932

Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-04-16 13:49:42 -04:00
David Goulet fa312de1ec Merge branch 'maint-0.4.8' into release-0.4.8 2024-04-15 15:11:30 -04:00
David Goulet 29e3601c42 Merge branch 'tor-gitlab/mr/808' into maint-0.4.8 2024-04-15 15:11:16 -04:00
David Goulet 612b801ea5 conflux: Don't process a closed circuit on get packaged window
Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-04-15 14:45:29 -04:00
David Goulet 269b4561a1 conflux: Avoid noting a cell was sent on a closed circuit
It turns out that circuit_package_relay_cell() returns 0 in order to drop a
cell but there is a code path, if the circuit queue is full, that also silently
closes the circuit and returns 0.

This lead to Conflux thinking a cell was sent but actually the cell was not and
the circuit was closed leading to the hard assert.

And so this function makes sure that circuit_package_relay_cell() and
append_cell_to_circuit_queue() returns a value that indicate what happened with
the cell and circuit so the caller can make an informed decision with it.

This change makes it that we do NOT enter the Conflux subsystem if the cell is
not queued on the circuit.

Fixes #40921

Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-04-15 14:24:45 -04:00
David Goulet caa2ddaa8d Merge branch 'maint-0.4.8' into release-0.4.8 2024-04-10 15:48:05 -04:00
Tor CI Release 6ebf436084 version: Bump version to 0.4.8.11-dev 2024-04-10 15:47:49 -04:00
David Goulet cc3037ba77 Merge branch 'maint-0.4.8' into release-0.4.8 tor-0.4.8.11 2024-04-10 13:06:37 -04:00
Tor CI Release e04dfe6c1f version: Bump version to 0.4.8.11 2024-04-10 13:06:00 -04:00
David Goulet 101afb7ba2 release: ChangeLog and ReleaseNotes for 0.4.8.11
Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-04-10 13:04:50 -04:00
David Goulet 32a0a31fea Merge branch 'maint-0.4.8' into release-0.4.8 2024-04-10 12:59:04 -04:00
Tor CI Release 461679e8c0 fallbackdir: Update list generated on April 10, 2024 2024-04-10 12:58:56 -04:00
Tor CI Release 3064d57712 Update geoip files to match ipfire location db, 2024/04/10. 2024-04-10 12:58:51 -04:00
David Goulet 406fb26dae Merge branch 'maint-0.4.8' into release-0.4.8 2024-04-09 09:23:47 -04:00
David Goulet e3e4fa35e8 dirauth: New keys and address for tor26
Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-04-08 10:57:29 -04:00
Alexander Færøy 376df0f1c4 Merge branch 'maint-0.4.8' into release-0.4.8 2024-02-28 16:52:56 +00:00
Sebastian Hahn 6b665f25e2 Try to appease the changefile format checker 2024-02-06 19:52:44 +01:00
Sebastian Hahn 4db6ab5c18 Update test strings 2024-02-01 17:16:17 +01:00
Sebastian Hahn bbf8f0f1fb Add a changes file 2024-02-01 16:45:58 +01:00
Sebastian Hahn 1abc9a3bd3 dirauth: Warn when failing to post during a vote
The only way to figure out that posting a vote or signatures to another
dirauth failed is by counting how many success messages there are on
notice level, and noticing that it is fewer than the number of
configured dirauths.

Closes #40910.
2024-02-01 10:34:30 +01:00
David Goulet 587c78387f Merge branch 'maint-0.4.8' into release-0.4.8 2024-01-30 10:56:42 -05:00
David Goulet fbca1df9dd dirauth: Reject 0.4.7.x series at the authority level
Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-01-30 10:56:16 -05:00
David Goulet 06ab4d1ac1 Merge branch 'maint-0.4.8' into release-0.4.8 2024-01-30 10:49:30 -05:00
juga 56819b0a50 bwauth: Allow "node_id" KeyValue without "$"
Allow "node_id" KeyValue without the dollar sign at the start of the
hexdigit in the BandwidthFiles, in order to easier database queries
combining Tor documents in which the relays fingerprint doesn't
include it.
Bugfix on all supported versions of Tor.

Closes #40891
2024-01-30 10:47:13 -05:00
David Goulet f6caffdb75 Merge branch 'maint-0.4.8' into release-0.4.8 2024-01-09 09:09:44 -05:00
trinity-1686a ee5be2bebc add release note and changelog entry for #40819 2024-01-09 09:09:32 -05:00
David Goulet 32ad47d481 Merge branch 'maint-0.4.8' into release-0.4.8 2023-12-08 14:14:13 -05:00
Tor CI Release eff176544d version: Bump version to 0.4.8.10-dev 2023-12-08 14:13:56 -05:00
David Goulet 680415826c Merge branch 'maint-0.4.8' into release-0.4.8 tor-0.4.8.10 2023-12-08 13:49:19 -05:00
Tor CI Release e759de90a5 version: Bump version to 0.4.8.10 2023-12-08 13:48:24 -05:00
Tor CI Release c4f75f49f2 release: ChangeLog and ReleaseNotes for 0.4.8.10 2023-12-08 13:48:02 -05:00
David Goulet 0d3aa8a691 Merge branch 'maint-0.4.8' into release-0.4.8 2023-12-08 13:45:36 -05:00
Tor CI Release 4c97dc1626 fallbackdir: Update list generated on December 08, 2023 2023-12-08 13:45:00 -05:00
Tor CI Release ad22b60ff1 Update geoip files to match ipfire location db, 2023/12/08. 2023-12-08 13:44:45 -05:00
David Goulet a3f4486d7f Merge branch 'maint-0.4.8' into release-0.4.8 2023-12-08 13:26:16 -05:00
David Goulet 6fbbcdde35 Merge remote-tracking branch 'mikeperry-private/bug40897' into maint-0.4.8 2023-12-08 13:19:40 -05:00