summaryrefslogtreecommitdiffstats
path: root/tools/linux
Commit message (Collapse)AuthorAgeFilesLines
* fix location of scripts againWilliam Jon McCann2008-07-211-1/+1
|
* install scripts into $(prefix)/lib instead of $libdirWilliam Jon McCann2008-04-181-1/+1
| | | | We don't want scripts going into lib64...
* initial stop/restart supportWilliam Jon McCann2008-01-223-16/+46
| | | | | | Add Stop and Restart methods to the Manager object. We'll rename the Manager object to System in the near future. Use libpolkit to determine authorization.
* move tools out of linux subdirectory since they apparently work on solarisWilliam Jon McCann2007-08-144-694/+0
|
* make a lt library for proc stuffWilliam Jon McCann2007-08-141-4/+3
|
* Add --display option to tool.William Jon McCann2007-07-201-4/+18
|
* Add new helper for getting tty from DISPLAYWilliam Jon McCann2007-07-182-0/+149
|
* use xlib directly instead of via gdkWilliam Jon McCann2007-03-261-7/+32
|
* deprecate the user properties and add unix-user propertiesWilliam Jon McCann2007-03-131-1/+1
| | | | | Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc.
* update all .gitignore filesWilliam Jon McCann2007-03-081-0/+9
|
* rename host-name to remote-host-name to make it more intuitiveWilliam Jon McCann2007-03-051-6/+6
|
* add x11-display-device attributeWilliam Jon McCann2007-03-051-8/+21
| | | | | | In certain cases it is necessary to distinguish the display-device (tty of session leader) from the x11-display-device (tty of xorg process).
* use an async job to collect session infoWilliam Jon McCann2007-03-051-2/+9
| | | | | Use an async helper job to collect session info for the OpenSession() method.
* add linux backends for collecting session informationWilliam Jon McCann2007-03-023-1/+487
| | | | | These tools will be used to generate and verify the parameters used to open a session.
* add framework for backend toolsWilliam Jon McCann2007-02-281-0/+33
System dependent tools will be built in subdirectories under tools.