summaryrefslogtreecommitdiff
path: root/src/login/logind-session.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-31logind: properly clean up user cgroups when they run emptyLennart Poettering1-3/+3
2012-05-31mkdir: append _label to all mkdir() calls that explicitly set the selinux ↵Kay Sievers1-2/+2
context
2012-05-30logind: optionally handle power, sleep and lid switch eventsLennart Poettering1-1/+1
This takes handling of chassis power and sleep keys as well as the lid switch over from acpid. This logic is enabled by default for power and sleep keys, but not for the lid switch. If a graphical session is in the foreground no action is taken under the assumption that the graphical session does this.
2012-05-21login: minor typo fixLennart Poettering1-1/+1
2012-05-08util: split-out path-util.[ch]Kay Sievers1-1/+2
2012-05-07logind: fix memory leakFrederic Crozat1-0/+1
2012-04-16logind: add shutdown/suspend/idle inhibition frameworkLennart Poettering1-14/+7
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering1-4/+4
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
2012-04-10rename basic.la to shared.la and put selinux deps in shared-selinx.laKay Sievers1-0/+1
Only 34 of 74 tools need libselinux linked, and libselinux is a pain with its unconditional library constructor.
2012-03-22logind: extend comment about X11 socket symlinkLennart Poettering1-0/+4
2012-02-14login: track login class (i.e. one of "user", "greeter", "lock-screen") for ↵Lennart Poettering1-1/+24
each session This introduces the new PAM environment variable XDG_SESSION_CLASS. If not set, defaults to "user". This is useful for apps that want to distuingish real user logins from "fake" ones which just exist to show a gdm login screen or a lock screen.
2012-01-31logind: if we have to stop a session, kill at least its leaderLennart Poettering1-3/+19
2012-01-18exec: introduce ControlGroupPersistant= to make cgroups persistantLennart Poettering1-1/+1
2012-01-18logind: move X11 socketLennart Poettering1-4/+2
2012-01-18logind: simplify session_activate() a bitLennart Poettering1-5/+1
2012-01-03logind: if we can't open /dev/tty0, assume there is no VT subsystem and ↵Lennart Poettering1-2/+2
don't pretend we could do VT switching
2011-12-31logind: move logind into its own subdirectoryLennart Poettering1-0/+945