summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/negotiating_authenticator_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactored PairingRegistry::Delegate such that it can retrieve/modify for a s...alexeypa@chromium.org2013-08-021-12/+3
* Linux pairing registry delegate implementationjamiewalch@chromium.org2013-06-231-4/+4
* Changes to PairingRegistry to facilitate per-platform implementions.jamiewalch@chromium.org2013-06-181-4/+5
* Make the mapping from client id -> secret asynchronous.jamiewalch@chromium.org2013-06-141-42/+41
* This CL adds the "request pairing" implementation between the web-app and the...jamiewalch@chromium.org2013-06-041-0/+1
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-4/+5
* Show a 'remember me' checkbox in the web-app when connecting to a host that s...jamiewalch@chromium.org2013-05-241-2/+8
* PairingAuthenticator implementation and plumbing.jamiewalch@chromium.org2013-05-221-25/+135
* Client plugin changes to support third party authentication. rmsousa@chromium.org2013-04-061-1/+2
* Host-side third party token validationrmsousa@chromium.org2013-04-061-2/+2
* Separate Client and Host side of NegotiatingAuthenticator, and make the proto...rmsousa@chromium.org2013-04-031-6/+7
* Protocol / client plugin changes to support interactively asking for a PIN.rmsousa@chromium.org2013-03-231-37/+31
* Move HostKeyPair into protocol::KeyPair.rmsousa@chromium.org2013-03-071-1/+2
* Implement NegotiatingAuthenticator.sergeyu@chromium.org2012-01-301-0/+150