mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
Stop putting the authentication cookie in a file called "0"
in your working directory if you don't specify anything for the new CookieAuthFile option. Reported by Matt Edman. svn:r11237
This commit is contained in:
parent
c7140372cb
commit
8a21232256
@ -15,11 +15,16 @@ Changes in version 0.2.0.6-alpha - 2007-??-??
|
||||
- Let directory authorities startup even when they can't generate
|
||||
a descriptor immediately, e.g. because they don't know their
|
||||
address.
|
||||
- Stop putting the authentication cookie in a file called "0"
|
||||
in your working directory if you don't specify anything for the
|
||||
new CookieAuthFile option. Reported by Matt Edman.
|
||||
|
||||
o Minor features (misc):
|
||||
- Optionally (if built with -DEXPORTMALLINFO) export the output
|
||||
of mallinfo via http, as tor/mallinfo.txt. Only accessible
|
||||
from localhost.
|
||||
|
||||
|
||||
Changes in version 0.2.0.5-alpha - 2007-08-19
|
||||
o Removed features:
|
||||
- Version 1 directories are no longer generated in full. Instead,
|
||||
|
@ -153,7 +153,7 @@ static config_var_t _option_vars[] = {
|
||||
VAR("ControlSocket", LINELIST, ControlSocket, NULL),
|
||||
VAR("CookieAuthentication",BOOL, CookieAuthentication, "0"),
|
||||
VAR("CookieAuthFileGroupReadable",BOOL,CookieAuthFileGroupReadable, "0"),
|
||||
VAR("CookieAuthFile", STRING, CookieAuthFile, "0"),
|
||||
VAR("CookieAuthFile", STRING, CookieAuthFile, NULL),
|
||||
VAR("DataDirectory", STRING, DataDirectory, NULL),
|
||||
OBSOLETE("DebugLogFile"),
|
||||
VAR("DirAllowPrivateAddresses",BOOL, DirAllowPrivateAddresses, NULL),
|
||||
|
Loading…
Reference in New Issue
Block a user