summaryrefslogtreecommitdiff
path: root/src/login/logind-inhibit.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering1-2/+1
2015-08-13logind: actually fail on OOMThomas Hindoe Paaboel Andersen1-6/+10
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering1-10/+15
2015-06-16everywhere: actually make use of DUAL_TIMESTAMP_NULL macroLennart Poettering1-1/+1
2015-04-10shared: add formats-util.hRonny Chevalier1-0/+1
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering1-6/+6
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-1/+0
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-1/+1
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-1/+1
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek1-9/+9
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek1-4/+4
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-9/+3
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering1-1/+1
2014-02-05Update some message formatsZbigniew Jędrzejewski-Szmek1-5/+5
2013-12-17__thread --> thread_local for C11 compatShawn Landden1-1/+1
2013-12-06Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek1-1/+1
2013-11-27logind: log which process is delaying suspend and not closing locksLennart Poettering1-1/+5
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering1-1/+1
2013-11-18Remove duplicate includesKarel Zak1-1/+0
2013-11-05logind: port logind to libsystemd-busLennart Poettering1-52/+54
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek1-2/+1
2013-04-05logind: consider key inhibitors that are taken by non-session processes as gl...Lennart Poettering1-1/+6
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer1-0/+1
2013-02-13use strneq instead of strncmpThomas Hindoe Paaboel Andersen1-7/+7
2012-09-21logind: split up HandleSleepKey= into HandleSuspendKey= and HandleHibernateKey=Lennart Poettering1-5/+9
2012-09-21logind: allow users to override their own suspend/sleep inhibitorsLennart Poettering1-2/+7
2012-09-19logind: properly parse handle-lid-switch inhibitorLennart Poettering1-1/+1
2012-09-19logind: rework power key/suspend key/lid switch handlingLennart Poettering1-14/+49
2012-08-23login: check return of parse_pid and parse_uidLukas Nykryn1-4/+10
2012-05-31mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers1-2/+2
2012-05-30logind: optionally handle power, sleep and lid switch eventsLennart Poettering1-1/+1
2012-05-08logind: implement suspend/hibernate calls with inhibition logicLennart Poettering1-2/+2
2012-05-08logind: use "sleep" as generic term for "suspend", "hibernate", and later on ...Lennart Poettering1-6/+6
2012-05-08util: split-out path-util.[ch]Kay Sievers1-2/+2
2012-05-05logind: implement delay inhibitor locks in addition to block inhibitor locksLennart Poettering1-11/+36
2012-04-16logind: hook up inhibit logic with idle hint logicLennart Poettering1-0/+28
2012-04-16logind: add shutdown/suspend/idle inhibition frameworkLennart Poettering1-0/+365