summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/v2_authenticator.h
Commit message (Expand)AuthorAgeFilesLines
* Use ClientAuthenticationConfig in PairingClientAuthenticatorsergeyu2016-03-121-0/+1
* Switch to standard integer types in remoting/.avi2015-12-221-1/+2
* Enable QUIC support in chromotingsergeyu2015-08-141-0/+1
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-9/+8
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-6/+6
* Cause:kelvinp@chromium.org2014-04-071-0/+2
* Move HostKeyPair into protocol::KeyPair.rmsousa@chromium.org2013-03-071-6/+5
* Refactor of Authenticator to allow it to ProcessMessage asynchronously and th...rmsousa@chromium.org2013-03-011-1/+4
* Implement NegotiatingAuthenticator.sergeyu@chromium.org2012-01-301-6/+9
* Change Authenticator interface to properly handle protocol errors.sergeyu@chromium.org2012-01-241-0/+2
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-4/+5
* Cleanup AuthenticatorFactory implementations.sergeyu@chromium.org2012-01-111-22/+1
* Added Me2Me-specific authenticator factory.sergeyu@chromium.org2012-01-101-6/+6
* EKE-based Authenticator implementation.sergeyu@chromium.org2011-12-221-0/+93