diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-17 18:45:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-17 18:45:07 +0000 |
commit | faa56a500b4bcdac6306c0c8b923bb1fb22267ec (patch) | |
tree | a6a3bad7d03732adaa055151ad3c226e3b7dc764 /src/or/or.h | |
parent | 4c1e516a093674e1911012a9f9c95fcab845a3e7 (diff) | |
download | tor-faa56a500b4bcdac6306c0c8b923bb1fb22267ec.tar.gz tor-faa56a500b4bcdac6306c0c8b923bb1fb22267ec.zip |
r14236@tombo: nickm | 2008-02-17 13:44:55 -0500
Partial fix for bug 586: Add an ephemeral __HashedControlSessionPassword.
svn:r13543
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 28c7bfdbd3..5a0a10d502 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2258,6 +2258,8 @@ typedef struct { /** Base64-encoded hash of accepted passwords for the control system. */ config_line_t *HashedControlPassword; + /** As HashedControlPassword, but not saved. */ + config_line_t *HashedControlSessionPassword; int CookieAuthentication; /**< Boolean: do we enable cookie-based auth for * the control system? */ |