summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/me2me_host_authenticator_factory.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix JID checking for cases where the user account does not have a Google emai...rmsousa@chromium.org2014-01-111-5/+26
* Support service accounts in the chromoting host.rmsousa@chromium.org2013-08-161-7/+5
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in remoting/.dcheng@chromium.org2013-06-141-2/+2
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-111-1/+1
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-1/+1
* PairingAuthenticator implementation and plumbing.jamiewalch@chromium.org2013-05-221-2/+4
* Host-side third party token validationrmsousa@chromium.org2013-04-061-8/+49
* Separate Client and Host side of NegotiatingAuthenticator, and make the proto...rmsousa@chromium.org2013-04-031-3/+3
* Move HostKeyPair into protocol::KeyPair.rmsousa@chromium.org2013-03-071-4/+4
* Refactor of Authenticator to allow it to ProcessMessage asynchronously and th...rmsousa@chromium.org2013-03-011-1/+3
* Remove V1 chromoting authenticatorssergeyu@chromium.org2012-08-071-1/+0
* Disable V1 auth support in remoting client and Me2Me host.sergeyu@chromium.org2012-05-311-10/+0
* Revert 139424 - Remove V1 authenticators.sergeyu@chromium.org2012-05-301-0/+11
* Remove V1 authenticators.sergeyu@chromium.org2012-05-291-11/+0
* Reland 137824 - was reverted by mistakesergeyu@chromium.org2012-05-221-5/+9
* This broke M20 build.dharani@chromium.org2012-05-221-9/+5
* Properly handle accounts that don't have GMail account.sergeyu@chromium.org2012-05-181-5/+9
* [Chromoting] Move SharedSecretHash from Me2MeHostAuthenticatorFactory to Auth...simonmorris@chromium.org2012-05-051-21/+0
* Make Me2Me host and client auth behaviour match user expectations.sergeyu@chromium.org2012-02-081-0/+10
* Remove V1 authenticator support from Me2Me host.sergeyu@chromium.org2012-02-071-10/+3
* Use NegotiatingAuthenticator instead of V2Authenticator.sergeyu@chromium.org2012-01-311-4/+4
* Implement NegotiatingAuthenticator.sergeyu@chromium.org2012-01-301-1/+2
* Return correct error code when Me2Me client has invalid JID.sergeyu@chromium.org2012-01-271-10/+49
* Enable V2 authentication for Me2Me host.sergeyu@chromium.org2012-01-241-12/+31
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-5/+6
* Cleanup AuthenticatorFactory implementations.sergeyu@chromium.org2012-01-111-3/+3
* Added Me2Me-specific authenticator factory.sergeyu@chromium.org2012-01-101-0/+63