summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/negotiating_client_authenticator.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove spake2_plain authentication method.sergeyu2016-03-171-7/+1
* Add Curve25519 version of pairing authenticatorssergeyu2016-03-171-27/+50
* Handle pairing client ID in the negotiating authenticators.sergeyu2016-03-171-9/+27
* Use ClientAuthenticationConfig in PairingClientAuthenticatorsergeyu2016-03-121-6/+1
* Enable Curve25519 in host and client for PIN-based and third-party auth.sergeyu2016-03-121-21/+48
* Move NegotiatingClientAuthentication creation to ChromotingClient.sergeyu2016-03-121-18/+13
* Revert of Move NegotiatingClientAuthentication creation to ChromotingClient. ...alexmos2016-03-111-13/+18
* Move NegotiatingClientAuthentication creation to ChromotingClient.sergeyu2016-03-111-18/+13
* Replace ThirdPartyClientAuthenticator::TokenFetcher with a callback.sergeyu2016-03-101-8/+5
* Cleanup AuthenticationMethod usage.sergeyu2016-03-091-27/+23
* Remove dependency on V2Authenticator from ThirdParty and pairing authenticators.sergeyu2016-03-081-3/+4
* Simplify AuthenticationMethod type and PIN hash handling.sergeyu2016-03-041-19/+21
* Include <utility> in files that use std::move() in remoting/protocol.sergeyu2015-12-241-0/+1
* Use std::move() instead of scoped_ptr<>::Pass() in remoting/protocolsergeyu2015-12-221-3/+3
* Roll WebRTC 7011:7046 libjingle: 7007:7045niklase2014-09-081-1/+1
* Show a 'remember me' checkbox in the web-app when connecting to a host that s...jamiewalch@chromium.org2013-05-241-5/+5
* PairingAuthenticator implementation and plumbing.jamiewalch@chromium.org2013-05-221-5/+23
* Added support for an optimistic protocol message from the client.jamiewalch@chromium.org2013-05-141-9/+23
* remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-271-1/+1
* Client plugin changes to support third party authentication. rmsousa@chromium.org2013-04-061-3/+16
* Separate Client and Host side of NegotiatingAuthenticator, and make the proto...rmsousa@chromium.org2013-04-031-0/+117