diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-06-27 23:41:03 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-06-27 23:41:03 +0000 |
commit | 7479a55724f2ce62f259d55bd1322fe4e8ae3ad6 (patch) | |
tree | 2bcb1520b32b37bd8acb6494aa0532ff3154c747 /doc/control-spec.txt | |
parent | 1647b6f837b94bd3b040e0cf1cf14af6ab7585f3 (diff) | |
download | tor-7479a55724f2ce62f259d55bd1322fe4e8ae3ad6.tar.gz tor-7479a55724f2ce62f259d55bd1322fe4e8ae3ad6.zip |
Note that authentication arguments are optional
svn:r4498
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r-- | doc/control-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 7bf7c50b39..152751189b 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -177,7 +177,7 @@ about dns resolves, etc, so the controller can keep synced. -RD] 3.4 AUTHENTICATE Sent from the client to the server. The syntax is: - "AUTHENTICATE" SP 1*HEXDIG / QuotedString CRLF + "AUTHENTICATE" [ SP 1*HEXDIG / QuotedString ] CRLF The server responds with "250 OK" on success or "515 Bad authentication" if the authentication cookie is incorrect. |