Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
debian
tor
Commits
1c6720a0
Commit
1c6720a0
authored
9 months ago
by
David Goulet
Browse files
Options
Downloads
Plain Diff
Merge branch 'maint-0.4.8' into release-0.4.8
parents
e963f614
1b924c0d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
changes/ticket40689
+3
-0
3 additions, 0 deletions
changes/ticket40689
src/app/config/auth_dirs.inc
+3
-0
3 additions, 0 deletions
src/app/config/auth_dirs.inc
src/test/test_config.c
+3
-3
3 additions, 3 deletions
src/test/test_config.c
with
9 additions
and
3 deletions
changes/ticket40689
0 → 100644
+
3
−
0
View file @
1c6720a0
o Minor feature (dirauth):
- Add back faravahar with a new address and new keys. Closes 40689.
This diff is collapsed.
Click to expand it.
src/app/config/auth_dirs.inc
+
3
−
0
View file @
1c6720a0
...
@@ -29,3 +29,6 @@
...
@@ -29,3 +29,6 @@
"v3ident=27102BC123E7AF1D4741AE047E160C91ADC76B21 "
"v3ident=27102BC123E7AF1D4741AE047E160C91ADC76B21 "
"ipv6=[2620:13:4000:6000::1000:118]:443 "
"ipv6=[2620:13:4000:6000::1000:118]:443 "
"204.13.164.118:80 24E2 F139 121D 4394 C54B 5BCC 368B 3B41 1857 C413"
,
"204.13.164.118:80 24E2 F139 121D 4394 C54B 5BCC 368B 3B41 1857 C413"
,
"faravahar orport=443 "
"v3ident=70849B868D606BAECFB6128C5E3D782029AA394F "
"216.218.219.41:80 E3E4 2D35 F801 C9D5 AB23 584E 0025 D56F E2B3 3396"
,
This diff is collapsed.
Click to expand it.
src/test/test_config.c
+
3
−
3
View file @
1c6720a0
...
@@ -2003,10 +2003,10 @@ test_config_adding_default_trusted_dir_servers(void *arg)
...
@@ -2003,10 +2003,10 @@ test_config_adding_default_trusted_dir_servers(void *arg)
tt_int_op
(
get_n_authorities
(
BRIDGE_DIRINFO
),
OP_EQ
,
1
);
tt_int_op
(
get_n_authorities
(
BRIDGE_DIRINFO
),
OP_EQ
,
1
);
tt_int_op
(
smartlist_len
(
router_get_fallback_dir_servers
()),
OP_EQ
,
1
);
tt_int_op
(
smartlist_len
(
router_get_fallback_dir_servers
()),
OP_EQ
,
1
);
/* Assume we have
eight
V3 authorities */
/* Assume we have
nine
V3 authorities */
add_default_trusted_dir_authorities
(
V3_DIRINFO
);
add_default_trusted_dir_authorities
(
V3_DIRINFO
);
tt_int_op
(
get_n_authorities
(
V3_DIRINFO
),
OP_EQ
,
8
);
tt_int_op
(
get_n_authorities
(
V3_DIRINFO
),
OP_EQ
,
9
);
tt_int_op
(
smartlist_len
(
router_get_fallback_dir_servers
()),
OP_EQ
,
9
);
tt_int_op
(
smartlist_len
(
router_get_fallback_dir_servers
()),
OP_EQ
,
10
);
done:
done:
clear_dir_servers
();
clear_dir_servers
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment