summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/authenticator.h
Commit message (Expand)AuthorAgeFilesLines
* Handle pairing client ID in the negotiating authenticators.sergeyu2016-03-171-1/+3
* Use ClientAuthenticationConfig in PairingClientAuthenticatorsergeyu2016-03-121-27/+1
* Replace ThirdPartyClientAuthenticator::TokenFetcher with a callback.sergeyu2016-03-101-0/+21
* Remove dependency on V2Authenticator from ThirdParty and pairing authenticators.sergeyu2016-03-081-12/+19
* Remove first_message argument from AuthenticatorFactory::Create().sergeyu2016-03-071-2/+1
* Remove QUIC support from remoting host and client.sergeyu2015-12-031-2/+0
* Enable QUIC support in chromotingsergeyu2015-08-141-0/+5
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-2/+2
* Cause:kelvinp@chromium.org2014-04-071-0/+5
* Show a 'remember me' checkbox in the web-app when connecting to a host that s...jamiewalch@chromium.org2013-05-241-0/+1
* PairingAuthenticator implementation and plumbing.jamiewalch@chromium.org2013-05-221-0/+4
* Refactor of Authenticator to allow it to ProcessMessage asynchronously and th...rmsousa@chromium.org2013-03-011-3/+13
* Reland 137824 - was reverted by mistakesergeyu@chromium.org2012-05-221-0/+1
* This broke M20 build.dharani@chromium.org2012-05-221-1/+0
* Properly handle accounts that don't have GMail account.sergeyu@chromium.org2012-05-181-0/+1
* Change Authenticator interface to properly handle protocol errors.sergeyu@chromium.org2012-01-241-1/+9
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-7/+9
* Multi-step authentication support in JingleSession.sergeyu@chromium.org2011-12-131-0/+11
* Add implementation for current IT2Me auth.sergeyu@chromium.org2011-11-231-5/+12
* Initial Authenticator interface.sergeyu@chromium.org2011-11-151-0/+92