summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/v2_authenticator.cc
Commit message (Expand)AuthorAgeFilesLines
* Include <utility> in files that use std::move() in remoting/protocol.sergeyu2015-12-241-0/+2
* Use std::move() instead of scoped_ptr<>::Pass() in remoting/protocolsergeyu2015-12-221-2/+2
* Enable QUIC support in chromotingsergeyu2015-08-141-0/+4
* Undef of GetMessage is not needed.vitalybuka2015-01-301-4/+0
* Renamed GetMessage into GetNextMessage.vitalybuka2015-01-291-2/+2
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-2/+2
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-8/+6
* Roll WebRTC 7011:7046 libjingle: 7007:7045niklase2014-09-081-1/+1
* Cause:kelvinp@chromium.org2014-04-071-1/+6
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-111-7/+2
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-111-2/+7
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-101-7/+2
* Move HostKeyPair into protocol::KeyPair.rmsousa@chromium.org2013-03-071-5/+5
* Refactor of Authenticator to allow it to ProcessMessage asynchronously and th...rmsousa@chromium.org2013-03-011-1/+7
* Implement NegotiatingAuthenticator.sergeyu@chromium.org2012-01-301-9/+12
* Change Authenticator interface to properly handle protocol errors.sergeyu@chromium.org2012-01-241-1/+11
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-13/+16
* Cleanup AuthenticatorFactory implementations.sergeyu@chromium.org2012-01-111-25/+3
* EKE-based Authenticator implementation.sergeyu@chromium.org2011-12-221-0/+209