Nick Mathewson
6378002d2d
remove rolled-up changes files.
2021-06-07 15:03:09 -04:00
Nick Mathewson
9c26614181
Start on a changelog for 0.4.4.9
2021-06-07 14:41:27 -04:00
Nick Mathewson
bffba45796
Merge branch 'maint-0.4.4' into release-0.4.4
2021-06-07 13:32:35 -04:00
Nick Mathewson
1956f63d6b
Bump to 0.4.4.9
2021-06-07 13:30:18 -04:00
Nick Mathewson
6bcb0fb881
Merge branch 'maint-0.3.5' into maint-0.4.4
2021-06-07 13:29:49 -04:00
Nick Mathewson
ed7f4ad4a9
Bump to 0.3.5.15.
2021-06-07 13:29:35 -04:00
Alexander Færøy
f66fa8eba5
Merge branch 'maint-0.4.4' into release-0.4.4
2021-05-25 13:25:23 +00:00
Alexander Færøy
11c7e65730
Merge branch 'maint-0.3.5' into maint-0.4.4
2021-05-25 13:25:23 +00:00
Nick Mathewson
42ba87d964
Remove the function tor_tls_assert_renegotiation_unblocked.
...
It was used nowhere outside its own unit tests, and it was causing
compilation issues with recent OpenSSL 3.0.0 alphas.
Closes ticket 40399.
2021-05-25 07:38:31 -04:00
Nick Mathewson
ef88ceedba
Merge branch 'maint-0.4.4' into release-0.4.4
2021-05-07 10:41:34 -04:00
Nick Mathewson
48dd87933d
Merge branch 'maint-0.3.5' into maint-0.4.4
2021-05-07 10:41:33 -04:00
Nick Mathewson
e2c1ac214c
Reindent a few lines to fix a GCC warning.
...
As of GCC 11.1.1, the compiler warns us about code like this:
if (a)
b;
c;
and that's a good thing: we wouldn't want to "goto fail". But we
had an instance if this in circuituse.c, which was making our
compilation sad.
Fixes bug 40380; bugfix on 0.3.0.1-alpha.
2021-05-07 10:39:20 -04:00
Nick Mathewson
49740f020d
Merge branch 'maint-0.4.4' into release-0.4.4
2021-05-07 09:53:57 -04:00
Nick Mathewson
f68aeda549
Merge branch 'maint-0.3.5' into maint-0.4.4
2021-05-07 09:53:57 -04:00
Nick Mathewson
621f8a304a
Update geoip files to match ipfire location db, 2021/05/07.
2021-05-07 09:53:46 -04:00
Nick Mathewson
6088a73c73
Merge branch 'maint-0.4.4' into release-0.4.4
2021-04-21 10:34:28 -04:00
Nick Mathewson
87d96f7162
Merge branch 'maint-0.3.5' into maint-0.4.4
2021-04-21 10:34:14 -04:00
George Kadianakis
32eea3b006
Merge remote-tracking branch 'tor-gitlab/mr/363' into maint-0.3.5
2021-04-21 16:48:22 +03:00
David Goulet
eff0682842
Merge branch 'maint-0.4.4' into release-0.4.4
2021-04-14 08:39:16 -04:00
David Goulet
bba3393d20
Merge branch 'maint-0.3.5' into maint-0.4.4
2021-04-14 08:39:16 -04:00
David Goulet
131e2d99a4
fallbackdir: Remove two unspec lines
...
Signed-off-by: David Goulet <dgoulet@torproject.org >
2021-04-14 08:39:04 -04:00
Nick Mathewson
5e6905ed99
Fix test naming, and fix tests on windows.
...
This is a bugfix against my fix for #40133 , which has not yet
appeared in 0.3.5.
2021-04-13 17:38:31 -04:00
Nick Mathewson
bb6362c06c
Merge branch 'maint-0.4.4' into release-0.4.4
2021-04-13 16:59:16 -04:00
Nick Mathewson
59f6248e09
Merge branch 'maint-0.3.5' into maint-0.4.4
2021-04-13 16:59:15 -04:00
David Goulet
ee7c50b8a7
fallbackdir: Renegerate list with 200 relays
...
Signed-off-by: David Goulet <dgoulet@torproject.org >
2021-04-13 15:15:58 -04:00
Nick Mathewson
f84ed7edaf
Merge branch 'maint-0.4.4' into release-0.4.4
2021-04-13 10:36:00 -04:00
Nick Mathewson
b323e6b8c2
Merge branch 'maint-0.3.5' into maint-0.4.4
2021-04-13 10:36:00 -04:00
Nick Mathewson
32f5ad7665
Update geoip files to match ipfire location db, 2021/04/13.
2021-04-13 10:35:50 -04:00
Nick Mathewson
44df63e591
Merge branch 'maint-0.4.4' into release-0.4.4
2021-03-24 12:25:05 -04:00
David Goulet
9ca2394d6b
channel: Fix use after free in channel_do_open_actions()
...
Fortunately, our tor_free() is setting the variable to NULL after so we were
in a situation where NULL was always used instead of the transport name.
This first appeared in 894ff2dc84 and results in
basically no bridge with a transport being able to use DoS defenses.
Fixes #40345
Signed-off-by: David Goulet <dgoulet@torproject.org >
2021-03-23 09:19:41 -04:00
Nick Mathewson
a93f736337
Merge branch 'maint-0.4.4' into release-0.4.4
2021-03-16 09:18:52 -04:00
Nick Mathewson
94fb308c5d
Bump version to 0.4.4.8-dev
2021-03-16 09:17:56 -04:00
Nick Mathewson
5fac24053d
Merge branch 'maint-0.3.5' into maint-0.4.4
...
"ours" to avoid version bump.
2021-03-16 09:17:40 -04:00
Nick Mathewson
3271c0bde7
Bump to 0.3.5.14-dev
2021-03-16 09:17:31 -04:00
Nick Mathewson
fecc195294
Copy 0.4.4.8 changelog to releasenotes
tor-0.4.4.8
2021-03-16 08:28:50 -04:00
Nick Mathewson
e8f7b22fa5
changelog updates from arma
2021-03-15 17:12:46 -04:00
Nick Mathewson
15bac08f1c
Merge branch 'maint-0.4.4' into release-0.4.4
2021-03-15 09:41:38 -04:00
Nick Mathewson
f2cfd1ffad
Remove check-best-practices from check-local in 0.4.4
2021-03-15 09:41:19 -04:00
Nick Mathewson
ecdc6ac498
Changelog for 0.4.4.8.
2021-03-15 09:25:02 -04:00
Nick Mathewson
5ec579610a
Merge branch 'maint-0.3.5' into maint-0.4.4
2021-03-15 09:01:59 -04:00
Nick Mathewson
ecf1ba9746
Merge branch 'maint-0.4.4' into release-0.4.4
2021-03-15 09:01:59 -04:00
Nick Mathewson
f078aab71e
Merge branch 'bug40316_035_v2' into maint-0.3.5
2021-03-15 08:58:54 -04:00
Nick Mathewson
890ae4fb1a
Fix detection of point to insert signatures on a pending consensus.
...
We were looking for the first instance of "directory-signature "
when instead the correct behavior is to look for the first instance
of "directory-signature " at the start of a line.
Unfortunately, this can be exploited as to crash authorities while
they're voting.
Fixes #40316 ; bugfix on 0.2.2.4-alpha. This is TROVE-2021-002,
also tracked as CVE-2021-28090.
2021-03-15 08:56:58 -04:00
Nick Mathewson
2eb900f7e2
Merge branch 'maint-0.3.5' into maint-0.4.4
2021-03-15 08:54:00 -04:00
Nick Mathewson
b3c891119c
Merge branch 'maint-0.4.4' into release-0.4.4
2021-03-15 08:54:00 -04:00
Nick Mathewson
efca9ce41c
Clarify new intended strategy with TROVE-2021-001
...
We're going to disable this feature in all versions for now.
2021-03-15 08:53:36 -04:00
Nick Mathewson
b9f6539008
Merge branch 'maint-0.3.5' into maint-0.4.4
2021-03-15 08:52:28 -04:00
Nick Mathewson
4a538847a8
Merge branch 'maint-0.4.4' into release-0.4.4
2021-03-15 08:52:28 -04:00
Nick Mathewson
f46f4562cf
Merge branch 'bug40286_disable_min_035' into maint-0.3.5
2021-03-15 08:41:03 -04:00
Nick Mathewson
c63e09043a
Merge branch 'maint-0.4.4' into release-0.4.4
2021-03-15 07:42:55 -04:00