summaryrefslogtreecommitdiff
path: root/tools/linux
AgeCommit message (Collapse)AuthorFilesLines
2015-07-14Respect multilib/multiarch filesystem layoutsKylie McClain1-1/+1
Adapted from https://bugs.freedesktop.org/show_bug.cgi?id=24608
2014-10-20Add HybridSleep support and change CanSleepEric Koegel2-0/+13
Emulate the logind API to make it more easier for porting to ConsoleKit2 for the CanSuspend/CanHibernate/CanHybridSleep methods. They now return: yes - system can and user explicitly authorized by polkit, rbac, or neither is running no - system can and user explicitly unauthorized by polkit or rbac challenge - system can and user requires elevation via polkit na - system does not support it (hardware or backend support missing). The auth methods have been removed. Currently HybridSleep only works on Linux.
2014-10-14Add the suspend/hibernate scriptsEric Koegel3-0/+26
Also add the test-inhibit.c file to the repo, oops.
2008-07-21fix location of scripts againWilliam Jon McCann1-1/+1
2008-04-18install scripts into $(prefix)/lib instead of $libdirWilliam Jon McCann1-1/+1
We don't want scripts going into lib64...
2008-01-22initial stop/restart supportWilliam Jon McCann3-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.
2007-08-14move tools out of linux subdirectory since they apparently work on solarisWilliam Jon McCann4-694/+0
2007-08-14make a lt library for proc stuffWilliam Jon McCann1-4/+3
2007-07-20Add --display option to tool.William Jon McCann1-4/+18
2007-07-18Add new helper for getting tty from DISPLAYWilliam Jon McCann2-0/+149
2007-03-26use xlib directly instead of via gdkWilliam Jon McCann1-7/+32
2007-03-13deprecate the user properties and add unix-user propertiesWilliam Jon McCann1-1/+1
Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc.
2007-03-08update all .gitignore filesWilliam Jon McCann1-0/+9
2007-03-05rename host-name to remote-host-name to make it more intuitiveWilliam Jon McCann1-6/+6
2007-03-05add x11-display-device attributeWilliam Jon McCann1-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).
2007-03-05use an async job to collect session infoWilliam Jon McCann1-2/+9
Use an async helper job to collect session info for the OpenSession() method.
2007-03-02add linux backends for collecting session informationWilliam Jon McCann3-1/+487
These tools will be used to generate and verify the parameters used to open a session.
2007-02-28add framework for backend toolsWilliam Jon McCann1-0/+33
System dependent tools will be built in subdirectories under tools.