summaryrefslogtreecommitdiff
path: root/xfsm-shutdown-helper/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #16632: Segfault when suspending without pm-suspend installedPiotr Trojanek2020-05-011-1/+2
|
* Added better shutdown fallback support for the BSDs (Bug #14722)Ali Abdallah2019-05-021-36/+2
| | | | | | | | | | On the BSDs, users of group operator can shutdown/reboot the machine. We added some code on the fallback support in case consolekit is not running. Also, users with write access to /var/run/apmdev on OpenBSD and to /dev/acpi on the other BSDs can suspend and hibernate the machine. So we also support this on the fallback code.
* Use pkexec for xfsm-shutdown (Bug 9952)Eric Koegel2014-08-281-18/+106
| | | | | | | Instead of using the sudo helper, this patch calls xfsm-shutdown using pkexec. This way users can use things like fingerprint readers for authentication. Also this patch provides suspend/resume support since UPower 0.99 dropped it.
* Update FSF address.Jérôme Guelfucci2011-02-141-5/+6
|
* 2006-11-12 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-11-121-1/+1
| | | | | | | | | | * xfsm-shutdown-helper/main.c: Apply patch from Francis Gudin <fgudin@nerim.net> to fix poweroff on DragonFly BSD. Bug #2567. (Old svn revision: 23842)
* 2006-08-28 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-08-281-0/+3
| | | | | | | | | | | * xfsm-shutdown-helper/main.c: Add shutdown/reboot support for Solaris. Based on patch from Moinak Ghosh <moinakg2002@yahoo.com>. Bug #2230. (Old svn revision: 22924)
* New shutdown code, is now sudo(8) only. Bumped version to 4.1.5. Several ↵Benedikt Meurer2004-05-201-0/+153
bugfixes. (Old svn revision: 4565)