summaryrefslogtreecommitdiffstats
path: root/remoting/host/policy_hack
Commit message (Expand)AuthorAgeFilesLines
* Support sending client certificates when validating tokens.rmsousa@chromium.org2014-01-253-1/+9
* Migrate remoting/ to base::RunLoop::RunUntilIdle();tfarina@chromium.org2014-01-241-2/+3
* Revert 246456 "Support sending client certificates when validati..."akalin@chromium.org2014-01-233-9/+1
* Support sending client certificates when validating tokens.rmsousa@chromium.org2014-01-233-1/+9
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-071-1/+1
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-251-4/+4
* Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi...avi@chromium.org2013-12-232-9/+9
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-041-2/+2
* Added PIN-less auth policy.jamiewalch@chromium.org2013-08-023-1/+31
* Use a direct include of the message_loop header in remoting/.avi@chromium.org2013-07-171-1/+1
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-282-2/+2
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-2/+2
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-111-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-5/+6
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-071-1/+1
* Remove all but one use of WeakPtrFactory::DetachFromThread. wez@chromium.org2013-05-291-7/+5
* Revert 202038 "Remove all but one use of WeakPtrFactory::DetachF..."erg@chromium.org2013-05-241-5/+7
* Remove all but one use of WeakPtrFactory::DetachFromThread.wez@chromium.org2013-05-241-7/+5
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-6/+5
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-5/+6
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-301-1/+1
* remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-272-2/+2
* Remove base::DictionaryValue::HasNext.pneubeck@chromium.org2013-04-123-4/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-10/+14
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-14/+10
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-10/+14
* Host-side third party token validationrmsousa@chromium.org2013-04-063-2/+16
* Update the remaining references to sys_string_conversions.h to its new location.tfarina@chromium.org2013-03-301-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Linux/ChromeOS Chromium style checker cleanup, remoting/ edition.rsleevi@chromium.org2013-02-061-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-9/+9
* Remove the base::files:: namespace.darin@chromium.org2013-01-151-2/+2
* (1) Added a recursive boolean param to FilePathWatcher::Watch() function to w...kmadhusu@chromium.org2012-12-051-1/+1
* Add DebugOverridePolicies preference to debug host builds.wez@chromium.org2012-11-133-0/+75
* remoting: Switch PolicyWatcherLinux to use the callback interface of FilePath...tfarina@chromium.org2012-11-131-39/+9
* Simplify remoting::PolicyWatcher's cross-platform core.wez@chromium.org2012-11-104-139/+87
* [Chromoting] Stop the Linux policy watcher treating a failure to read policiessimonmorris@chromium.org2012-10-311-10/+15
* [Chromoting] Add a username policy, and implement it for the Linux Me2Me host.simonmorris@chromium.org2012-10-303-0/+11
* [Chromoting] Hook up host talkgadget policy checks.garykac@chromium.org2012-09-013-5/+8
* Make curtain-mode controllable by policy.jamiewalch@google.com2012-08-151-1/+2
* Add Chromoting curtain-mode policy.jamiewalch@chromium.org2012-08-133-0/+10
* Cleaned up usage of std::wstring in src/remoting. Added presubmit warning sup...alexeypa@chromium.org2012-08-071-0/+3
* [Chromoting] Add new policies for Chromotinggarykac@chromium.org2012-08-063-13/+16
* [Chromoting] Let the Mac host policy watcher read string-valued policies.dcaiafa@chromium.org2012-08-021-1/+18
* [Chromoting] Add names of host policies for requiring 2-factor auth, and for ...simonmorris@chromium.org2012-07-313-3/+35
* [Chromoting] Let the Windows host policy watcher read string-valued policies.simonmorris@chromium.org2012-07-311-8/+37
* [Chromoting] Add a host domain policy to the PolicyWatcher.simonmorris@chromium.org2012-07-285-38/+181
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-1/+1
* [Chromoting] Refactor the host policy watcher so that policies can easily be ...simonmorris@chromium.org2012-07-2411-195/+529