summaryrefslogtreecommitdiffstats
path: root/remoting/host/pam_authorization_factory_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove first_message argument from AuthenticatorFactory::Create().sergeyu2016-03-071-5/+3
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-231-13/+9
* Enable QUIC support in chromotingsergeyu2015-08-141-0/+5
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-2/+2
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-9/+9
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-6/+6
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-2/+1
* Roll WebRTC 7011:7046 libjingle: 7007:7045niklase2014-09-081-1/+1
* Cause:kelvinp@chromium.org2014-04-071-0/+5
* Move remoting::GetUsername() from remoting/base to remoting/hostsergeyu@chromium.org2013-12-111-1/+1
* Replace all usage of LOG(INFO) in Chromoting host with HOST_LOG to bypass the...weitaosu@chromium.org2013-11-261-3/+3
* Don't use $USER for Local Login checklambroslambrou@chromium.org2013-03-301-3/+3
* Refactor of Authenticator to allow it to ProcessMessage asynchronously and th...rmsousa@chromium.org2013-03-011-4/+16
* Implemented local login check for PAM (only enabled on Linux for now).jamiewalch@chromium.org2012-10-271-0/+162