summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/authentication_method.cc
Commit message (Collapse)AuthorAgeFilesLines
* [Chromoting] Move SharedSecretHash from Me2MeHostAuthenticatorFactory to ↵simonmorris@chromium.org2012-05-051-0/+22
| | | | | | | | | | | | | AuthenticationMethod. This reduces the size of remoting_host_controller.exe, which depends on SharedSecretHash. BUG=126256 Review URL: http://codereview.chromium.org/10317021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135522 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some unused includes.wez@chromium.org2012-05-051-2/+0
| | | | | | Review URL: http://codereview.chromium.org/10310024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135513 0039d316-1c4b-4281-b951-d872f2087c98
* Use NegotiatingAuthenticator instead of V2Authenticator.sergeyu@chromium.org2012-01-311-53/+9
| | | | | | | | | | | | | - Changed Me2Me host to use NegotiatingAuthenticator. - Changed client plugin to use NegotiatingAuthenticator when the webapp specified any auth method other that v1_token. - Cleaned up AuthenticationMethod as it is no longer used for v1_token. BUG=105214 Review URL: https://chromiumcodereview.appspot.com/9113040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119816 0039d316-1c4b-4281-b951-d872f2087c98
* Implement NegotiatingAuthenticator.sergeyu@chromium.org2012-01-301-18/+29
| | | | | | | | BUG=105214 Review URL: https://chromiumcodereview.appspot.com/9284034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119765 0039d316-1c4b-4281-b951-d872f2087c98
* Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-0/+139
| | | | | | | | | | | | | Changed client plugin interface so that it receives information needed to for V2 authentication. Also moved authenticator creation out of ConnectionToHost. BUG=105214 Review URL: http://codereview.chromium.org/9195004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118828 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 118805 - Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-136/+0
| | | | | | | | | | | | | | | | Changed client plugin interface so that it receives information needed to for V2 authentication. Also moved authenticator creation out of ConnectionToHost. BUG=105214 Review URL: http://codereview.chromium.org/9195004 TBR=sergeyu@chromium.org Review URL: https://chromiumcodereview.appspot.com/9146032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118806 0039d316-1c4b-4281-b951-d872f2087c98
* Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-0/+136
Changed client plugin interface so that it receives information needed to for V2 authentication. Also moved authenticator creation out of ConnectionToHost. BUG=105214 Review URL: http://codereview.chromium.org/9195004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118805 0039d316-1c4b-4281-b951-d872f2087c98