Commit Graph

6 Commits

Author SHA1 Message Date
Dan Ballard b644cf94ef asaur-ificate package and imports 2018-10-09 14:40:38 -07:00
Leif Ryge a7a9158e85 make ReadResponse public
also updated comments about things it shouldn't be used with
2016-08-19 17:07:31 +00:00
Yawning Angel e639c4d32b Fix error message. 2015-10-10 15:34:56 +00:00
Yawning Angel 8736a9cd73 Cache the PROTOCOLINFO response if it was issued before AUTHENTICATE.
Control clients get one PROTOCOLINFO before they must issue an
AUTHCHALLENGE or AUTHENTICATE, and the Authenticate() implementation
uses PROTOCOLINFO.  This allows users to call ProtocolInfo() before
Authenticate() without mysterious failures.
2015-03-22 04:21:23 +00:00
Yawning Angel 9592666abd Ensure that Conn implements io.ReadWriteCloser. 2015-03-18 16:41:13 +00:00
Yawning Angel 90a4be2923 Initial import. 2015-03-18 15:10:49 +00:00