Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-14 | Respect multilib/multiarch filesystem layouts | Kylie McClain | 1 | -1/+1 | |
Adapted from https://bugs.freedesktop.org/show_bug.cgi?id=24608 | |||||
2014-10-20 | Add HybridSleep support and change CanSleep | Eric Koegel | 2 | -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-14 | Add the suspend/hibernate scripts | Eric Koegel | 3 | -0/+26 | |
Also add the test-inhibit.c file to the repo, oops. | |||||
2008-07-21 | fix location of scripts again | William Jon McCann | 1 | -1/+1 | |
2008-04-18 | install scripts into $(prefix)/lib instead of $libdir | William Jon McCann | 1 | -1/+1 | |
We don't want scripts going into lib64... | |||||
2008-01-22 | initial stop/restart support | William Jon McCann | 3 | -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-14 | move tools out of linux subdirectory since they apparently work on solaris | William Jon McCann | 4 | -694/+0 | |
2007-08-14 | make a lt library for proc stuff | William Jon McCann | 1 | -4/+3 | |
2007-07-20 | Add --display option to tool. | William Jon McCann | 1 | -4/+18 | |
2007-07-18 | Add new helper for getting tty from DISPLAY | William Jon McCann | 2 | -0/+149 | |
2007-03-26 | use xlib directly instead of via gdk | William Jon McCann | 1 | -7/+32 | |
2007-03-13 | deprecate the user properties and add unix-user properties | William Jon McCann | 1 | -1/+1 | |
Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc. | |||||
2007-03-08 | update all .gitignore files | William Jon McCann | 1 | -0/+9 | |
2007-03-05 | rename host-name to remote-host-name to make it more intuitive | William Jon McCann | 1 | -6/+6 | |
2007-03-05 | add x11-display-device attribute | William Jon McCann | 1 | -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-05 | use an async job to collect session info | William Jon McCann | 1 | -2/+9 | |
Use an async helper job to collect session info for the OpenSession() method. | |||||
2007-03-02 | add linux backends for collecting session information | William Jon McCann | 3 | -1/+487 | |
These tools will be used to generate and verify the parameters used to open a session. | |||||
2007-02-28 | add framework for backend tools | William Jon McCann | 1 | -0/+33 | |
System dependent tools will be built in subdirectories under tools. |