summaryrefslogtreecommitdiffstats
path: root/remoting/tools
Commit message (Expand)AuthorAgeFilesLines
* Chromoting: stopping the service if a permanent error is encountered (such as...alexeypa@chromium.org2012-04-171-5/+15
* Implement GetConfig() and UpdateConfig in DaemonControllerLinux.sergeyu@chromium.org2012-04-071-10/+0
* Implement Me2Me setup flow.sergeyu@chromium.org2012-03-291-29/+38
* Allow the Linux daemon to be stopped and started via the web-app and for the ...jamiewalch@chromium.org2012-03-091-1/+21
* Suppress key-repeat on Linux hostlambroslambrou@chromium.org2012-03-071-16/+0
* Disable keyboard auto-repeat in the Me2Me session.lambroslambrou@google.com2012-02-271-0/+16
* Redirect Me2Me session stdout+stderr to /tmp.lambroslambrou@chromium.org2012-02-251-2/+11
* Copy $LANG to virtual Me2Me sessionlambroslambrou@chromium.org2012-02-171-0/+1
* Chromoting: Remove old client test server and test files that we no longergarykac@chromium.org2012-02-131-173/+0
* Add an environment variable to Virtual Me2Me session.lambroslambrou@google.com2012-02-111-1/+3
* Don't display the PID of a currently-running Virtual Me2Me daemon.lambroslambrou@chromium.org2012-02-091-9/+4
* Restart host process to allow updating PIN with -p option.lambroslambrou@google.com2012-02-091-2/+30
* Add script to build Me2Me tarballlambroslambrou@google.com2012-02-081-0/+50
* Make Me2Me host and client auth behaviour match user expectations.sergeyu@chromium.org2012-02-081-2/+14
* Use a different exit-code to signal Me2Me Host not registered.lambroslambrou@chromium.org2012-02-081-1/+3
* Require PIN for Me2Me host.sergeyu@chromium.org2012-02-032-17/+27
* Delete host.json and exit if Host ID deleted from serverlambroslambrou@google.com2012-02-031-0/+6
* Refresh auth tokens if host registration fails with authentication error.lambroslambrou@google.com2012-02-031-18/+58
* Fix typos in me2me_virtual_host.py and register_host.py.sergeyu@chromium.org2012-01-252-2/+2
* Enable V2 authentication for Me2Me host.sergeyu@chromium.org2012-01-242-29/+72
* Run the GDM Xsession script instead of /etc/X11/Xsession.lambroslambrou@google.com2012-01-201-1/+3
* Enforce minimum time between launching Virtual Me2Me sessions.lambroslambrou@google.com2012-01-191-1/+14
* Add --stop flag to me2me_virtual_host.pysergeyu@chromium.org2012-01-131-21/+38
* Fix executable searching in keygen.pylambroslambrou@google.com2012-01-101-25/+30
* Fix permissions of log file.lambroslambrou@google.com2012-01-101-2/+6
* Virtual Me2Me: Restart X server and session if either of them crashes.lambroslambrou@google.com2012-01-101-15/+45
* Fix error handling in hostdir.pysergeyu@chromium.org2012-01-021-5/+5
* Fix python syntax error in register_host.py introduced by r111427.sergeyu@chromium.org2011-12-281-1/+1
* Daemonize the Virtual Me2Me script, and implement simple PID-file checking.lambroslambrou@google.com2011-12-191-23/+200
* Add command-line option for Virtual Me2Me to set the desktop size.lambroslambrou@google.com2011-12-131-6/+31
* Virtual Me2Me: Redirect stdin of Xsession to /dev/null.lambroslambrou@google.com2011-12-131-0/+6
* Store the host config in a per-host config file.lambroslambrou@google.com2011-12-121-6/+12
* Handle SIGHUP in me2me_virtual_host.pylambroslambrou@google.com2011-12-081-1/+1
* Fix many* python scripts in src/maruel@chromium.org2011-11-233-160/+183
* Initial check-in of Linux virtual Me2Me.lambroslambrou@chromium.org2011-11-171-0/+317
* Remove old script with invalid license at top.garykac@chromium.org2011-09-271-7/+0
* Basic OAuth2 support using the native app flow.ajwong@chromium.org2011-05-201-11/+11
* Improve UI of Chromoting client UI to select available hosts.garykac@chromium.org2010-09-081-0/+7
* Update gettoken.py to generate chromoting directory token.garykac@chromium.org2010-09-031-12/+32
* Updated chromoting directory URL to use www.googleapis.com, switched to https.sergeyu@chromium.org2010-08-302-4/+4
* Added hostdir.py - a simple Chromoting Directory client.sergeyu@chromium.org2010-08-163-5/+232
* Fixed register_host.py, so it works on windows.sergeyu@chromium.org2010-08-122-9/+25
* Rudamentary Chrome extension version of the chromoting client UI.ajwong@chromium.org2010-08-042-69/+0
* Updated register_host.py for the latest version of the directory service.sergeyu@chromium.org2010-07-281-6/+6
* Add a very simple client HTML/JS webpage.ajwong@chromium.org2010-07-282-0/+69
* Added RSA key generator for register_host.pysergeyu@chromium.org2010-07-142-9/+35
* Fix host auth scripts to work with Windows.garykac@google.com2010-06-253-5/+7
* Change runclient so that it automatically uppercases IDs so I don't have to d...dmaclach@chromium.org2010-06-231-1/+1
* Get scripts working independent of where they are run.dmaclach@chromium.org2010-06-233-10/+22
* JSON based host config storage implemented. Python script for host registration.sergeyu@chromium.org2010-06-173-30/+130