mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r13920@Kushana: nickm | 2007-08-02 11:00:05 -0700
Document new authentication behavior in control-spec.txt svn:r11039
This commit is contained in:
@@ -225,14 +225,18 @@ $Id$
|
||||
"AUTHENTICATE" [ SP 1*HEXDIG / QuotedString ] CRLF
|
||||
|
||||
The server responds with "250 OK" on success or "515 Bad authentication" if
|
||||
the authentication cookie is incorrect.
|
||||
the authentication cookie is incorrect. Tor closes the connection on an
|
||||
authentication failure.
|
||||
|
||||
The format of the 'cookie' is implementation-dependent; see 5.1 below for
|
||||
information on how the standard Tor implementation handles it.
|
||||
|
||||
If Tor requires authentication and the controller has not yet sent an
|
||||
AUTHENTICATE message, Tor sends a "514 authentication required" reply to
|
||||
any other kind of message.
|
||||
any other kind of message, and then closes the connection.
|
||||
|
||||
(Versions of Tor before 0.1.2.16 and 0.2.0.4-alpha did not close the
|
||||
connection after an authentication failure.)
|
||||
|
||||
3.6. SAVECONF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user