summaryrefslogtreecommitdiff
path: root/src/login/logind-inhibit.c
AgeCommit message (Expand)Author
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-05Update some message formatsZbigniew Jędrzejewski-Szmek
2013-12-17__thread --> thread_local for C11 compatShawn Landden
2013-12-06Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek
2013-11-27logind: log which process is delaying suspend and not closing locksLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-18Remove duplicate includesKarel Zak
2013-11-05logind: port logind to libsystemd-busLennart Poettering
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek
2013-04-05logind: consider key inhibitors that are taken by non-session processes as gl...Lennart Poettering
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer
2013-02-13use strneq instead of strncmpThomas Hindoe Paaboel Andersen
2012-09-21logind: split up HandleSleepKey= into HandleSuspendKey= and HandleHibernateKey=Lennart Poettering
2012-09-21logind: allow users to override their own suspend/sleep inhibitorsLennart Poettering
2012-09-19logind: properly parse handle-lid-switch inhibitorLennart Poettering
2012-09-19logind: rework power key/suspend key/lid switch handlingLennart Poettering
2012-08-23login: check return of parse_pid and parse_uidLukas Nykryn
2012-05-31mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers
2012-05-30logind: optionally handle power, sleep and lid switch eventsLennart Poettering
2012-05-08logind: implement suspend/hibernate calls with inhibition logicLennart Poettering
2012-05-08logind: use "sleep" as generic term for "suspend", "hibernate", and later on ...Lennart Poettering
2012-05-08util: split-out path-util.[ch]Kay Sievers
2012-05-05logind: implement delay inhibitor locks in addition to block inhibitor locksLennart Poettering
2012-04-16logind: hook up inhibit logic with idle hint logicLennart Poettering
2012-04-16logind: add shutdown/suspend/idle inhibition frameworkLennart Poettering