Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
4b519de5
Commit
4b519de5
authored
Apr 28, 2014
by
Nick Mathewson
👁
Browse files
Actually put ExtORPortCookieAuthFile into config.c
Fixes bug 11635; bugfix on 0.2.5.1-alpha.
parent
1340bd52
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/bug11635
0 → 100644
View file @
4b519de5
o Minor bugfixes (pluggable transports):
- Enable the ExtORPortCookieAuthFile option, to allow changing the
default location of the authentication token for the extended OR Port
as used by sever-side pluggable transports. We had implemented this
option before, but the code to make it settable had been omitted.
Fixes bug 11635; bugfix on 0.2.5.1-alpha.
src/or/config.c
View file @
4b519de5
...
...
@@ -237,6 +237,7 @@ static config_var_t option_vars_[] = {
V
(
ExitPortStatistics
,
BOOL
,
"0"
),
V
(
ExtendAllowPrivateAddresses
,
BOOL
,
"0"
),
VPORT
(
ExtORPort
,
LINELIST
,
NULL
),
V
(
ExtORPortCookieAuthFile
,
STRING
,
NULL
),
V
(
ExtraInfoStatistics
,
BOOL
,
"1"
),
V
(
FallbackDir
,
LINELIST
,
NULL
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment