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
0397a9cb49
Merge branch 'maint-0.4.5' into maint-0.4.6
2021-05-07 09:53:58 -04:00
Nick Mathewson
1c9890bd31
Merge branch 'maint-0.4.6'
2021-05-07 09:53:58 -04:00
Nick Mathewson
7fe819c951
Merge branch 'maint-0.4.4' into maint-0.4.5
2021-05-07 09:53:58 -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
89e3028590
Merge branch 'maint-0.4.6'
...
"ours" merge to avoid version bump.
2021-05-07 09:42:39 -04:00
Nick Mathewson
8142b368e7
Bump to 0.4.6.3-rc
2021-05-07 09:42:18 -04:00
Nick Mathewson
3483d6aab5
Merge branch 'maint-0.4.5' into maint-0.4.6
...
"ours" to avoid version bump.
2021-05-07 09:39:45 -04:00
Nick Mathewson
ec0b4bdafd
Bump to 0.4.5.8.
2021-05-07 09:39:33 -04:00
David Goulet
93af8b1ad8
Merge branch 'maint-0.4.6'
2021-05-07 09:05:21 -04:00
David Goulet
a42e58a284
Merge branch 'tor-gitlab/mr/375' into maint-0.4.6
2021-05-07 09:05:16 -04:00
David Goulet
9334e7c775
Merge branch 'maint-0.4.6'
2021-05-07 09:04:45 -04:00
David Goulet
b1b4c05fb3
Merge branch 'maint-0.4.5' into maint-0.4.6
2021-05-07 09:03:39 -04:00
George Kadianakis
80c404c4b7
Log warning when connecting to soon-to-be-deprecated v2 onions.
2021-05-07 08:44:36 -04:00
George Kadianakis
5e836eb80c
Add warning when trying to connect to deprecated v2 onions.
2021-05-07 08:41:46 -04:00
George Kadianakis
f230beadf4
Prepare for #40373 : Re-introduce parsing for v2 onion addresses.
...
Welcome back ONION_V2_HOSTNAME! :)
2021-05-05 11:05:45 +03:00
George Kadianakis
d6e7fc00f3
Merge branch 'maint-0.4.6'
2021-05-05 10:21:48 +03:00
David Goulet
cf6e72b702
hs: Fix ADD_ONION with client authorization
...
Turns out that passing client authorization keys to ADD_ONION for v3 was
not working because we were not setting the "is_client_auth_enabled"
flag to true once the clients were configured. This lead to the
descriptor being encoded without the clients.
This patch removes that flag and instead adds an inline function that
can be used to check if a given service has client authorization
enabled.
This will be much less error prone of needing to keep in sync the client
list and a flag instead.
Fixes #40378
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-05-04 10:37:26 -04:00
Nick Mathewson
8d0d7a665a
Remove NEED_SKEY_1024 parsing.
...
Only v2 onion services needed this, and they are now gone.
Closes #40374 .
2021-04-23 15:55:51 -04:00
David Goulet
1d18ecbc5f
Remove HSv2 leftovers after merging #18346
...
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-04-23 12:54:10 -04:00
David Goulet
3bd7367274
Merge branch 'tor-gitlab/mr/327'
...
Conflicts:
src/test/test.c
Minor comment issue.
2021-04-23 12:48:55 -04:00
George Kadianakis
973fcf056a
Merge branch 'maint-0.4.6'
2021-04-23 13:00:24 +03:00
George Kadianakis
f0260c4cea
Merge branch 'maint-0.4.5' into maint-0.4.6
2021-04-23 13:00:23 +03:00
David Goulet
8c29729916
hs: Fix memory leak in client cache
...
Fixes #40356
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-04-21 11:37:46 -04:00
Nick Mathewson
fe9bd6bd96
Merge branch 'maint-0.4.6'
2021-04-21 10:34:28 -04:00
Nick Mathewson
38bfb3cdfe
Merge branch 'maint-0.4.5' into maint-0.4.6
2021-04-21 10:34:28 -04:00
Nick Mathewson
a4a3721690
Merge branch 'maint-0.4.4' into maint-0.4.5
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
Nick Mathewson
cbf71c4fa7
Merge branch 'maint-0.4.6'
2021-04-19 11:43:39 -04:00
Nick Mathewson
0ceacb5482
Merge branch 'mr_347_squashed' into maint-0.4.6
2021-04-19 11:40:44 -04:00
David Goulet
6281c90885
relay: Emit log warning if Address is internal and can't be used
...
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-04-19 11:40:30 -04:00
Nick Mathewson
07237b484e
Merge remote-tracking branch 'jigsaw/fix-40317_046-saveconf-sandbox-one-backup'
2021-04-19 11:32:21 -04:00
Nick Mathewson
d162b98548
Merge branch 'maint-0.4.5' into maint-0.4.6
2021-04-19 11:30:00 -04:00
Nick Mathewson
de33be6e32
Merge branch 'maint-0.4.6'
2021-04-19 11:30:00 -04:00
Nick Mathewson
cd75eac743
Tweak changes/ticket40369 to be a bug.
2021-04-19 11:29:46 -04:00
Emery Hemingway
f47c6c3d1b
scripts/build/combine_libs: use $AR rather than ar
...
Using a custom ar at $AR may be necessary for cross-compilation.
Closes #40369
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-04-19 11:28:20 -04:00
George Kadianakis
7080e748e5
Merge remote-tracking branch 'tor-gitlab/mr/364'
2021-04-19 17:38:16 +03:00
George Kadianakis
461a3c732b
Merge branch 'maint-0.4.5' into maint-0.4.6
2021-04-19 17:33:46 +03:00
George Kadianakis
874d2c8601
Merge branch 'maint-0.4.6'
2021-04-19 17:33:46 +03:00
George Kadianakis
925ec0e0ea
Merge remote-tracking branch 'tor-gitlab/mr/355' into maint-0.4.5
2021-04-19 17:32:56 +03:00
Nick Mathewson
f20f5a4e37
Stop calling evdns_set_random_bytes_fn()
...
This function has been a no-op since Libevent 2.0.4-alpha, when
libevent got an arc4random() implementation. Libevent has finally
removed it, which will break our compilation unless we stop calling
it. (This is currently breaking compilation in OSS-fuzz.)
Closes #40371 .
2021-04-16 17:26:59 -04:00
Nick Mathewson
e7c407d927
Bump to 0.4.7.0-alpha-dev
2021-04-15 12:44:26 -04:00
Nick Mathewson
8f78243fc3
Merge branch 'maint-0.4.6'
...
"ours" to avoid version bump.
2021-04-15 12:42:33 -04:00
Nick Mathewson
e6d9dd9157
Bump to 0.4.6.2-alpha-dev
2021-04-15 12:42:23 -04:00
Nick Mathewson
d6ebd8160d
Add 0.4.6 to git-list-tor-branches.sh
2021-04-15 12:40:45 -04:00
Nick Mathewson
284f445248
two more changelog fixes from arma
2021-04-14 15:22:26 -04:00
Nick Mathewson
c5f84ce6a3
changelog edits from arma
2021-04-14 15:15:15 -04:00