summaryrefslogtreecommitdiff
path: root/src/login/logind-dbus.c
AgeCommit message (Expand)Author
2013-05-06systemd-sleep: add support for freeze and standbyZbigniew Jędrzejewski-Szmek
2013-04-24logind: don't busy loop if a job is still running but the delay timeout expiresLennart Poettering
2013-04-19logind-dbus: initialize result variableLukas Nykryn
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-18Move bus_error to dbus-common and remove bus_error_message_or_strerrorSimon Peeters
2013-04-16nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...Lennart Poettering
2013-04-16logind: filter configured cgroup controller listsLennart Poettering
2013-04-15Fix spelling errors using 'codespell' toolAnatol Pomozov
2013-04-09logind: introduce an explicit session class for cronjobs and similarLennart Poettering
2013-04-03util: rename write_one_line_file() to write_string_file()Lennart Poettering
2013-03-18logind: exploit previous cleanups and simplify returnsZbigniew Jędrzejewski-Szmek
2013-03-18logind: Make more use of cleanup macrosColin Walters
2013-03-05logind: when registering a new session always use previous session info from ...Lennart Poettering
2013-02-22systemctl: make shutdown operations use irreversible jobsMichal Schmidt
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer
2013-01-25logind: rework delay inhibition logicLennart Poettering
2013-01-24logind: add UnlockSessions() clal to complement LockSessions()Lennart Poettering
2013-01-24logind: send Resumed() signal after we come back from suspend/hibernate/hybri...Lennart Poettering
2013-01-24logind: only allow one shutdown/sleep action to be queued at the same timeLennart Poettering
2013-01-14logind: ignore non-tty/non-x11 session when checking if there are other sessi...Lennart Poettering
2012-12-24logind: add support for automatic suspend/hibernate/shutdown on idleLennart Poettering
2012-11-20dbus-common: Add helper method to handle no-reply messagesColin Walters
2012-10-30logind: it's OK if a process on an pty requests a session for seat0Lennart Poettering
2012-10-30logind: unify all session lock loopLennart Poettering
2012-10-28logind: support for hybrid sleep (i.e. suspend+hibernate at the same time)Lennart Poettering
2012-10-16logind: only release logind session from the PAM module if the same module in...Lennart Poettering
2012-10-13log: introduce a macro to format message idZbigniew Jędrzejewski-Szmek
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: rework power key/suspend key/lid switch handlingLennart Poettering
2012-09-18logind: split up inhibit acquire policyLennart Poettering
2012-09-03journal: generate structured journal messages for a number of eventsLennart Poettering
2012-08-08logind: use bus_method_call_with_reply() where posibleSimon Peeters
2012-07-29logind: add LockSessions() call to lock all local sessions at onceLennart Poettering
2012-06-29logind: add PreparingForShutdown/PreparingForSleep propertiesLennart Poettering
2012-06-12logind: fix check for multiple sessionsMichal Schmidt
2012-06-01logind: fix indentationLennart Poettering
2012-06-01logind: interpret the can_sleep return value properlyMatthias Clasen
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-08util: split-out path-util.[ch]Kay Sievers
2012-05-05logind: implement delay inhibitor locks in addition to block inhibitor locksLennart Poettering
2012-04-22login: assing /dev/console logins to seat0Lennart Poettering
2012-04-16logind: hook up inhibit logic with idle hint logicLennart Poettering
2012-04-16logind: add shutdown/suspend/idle inhibition frameworkLennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-10rename basic.la to shared.la and put selinux deps in shared-selinx.laKay Sievers
2012-03-22logind: close FIFO before ending sessions cleanlyLennart Poettering
2012-02-14login: track login class (i.e. one of "user", "greeter", "lock-screen") for e...Lennart Poettering