Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-16 | logind: add shutdown/suspend/idle inhibition framework | Lennart Poettering | |
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
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-10 | rename basic.la to shared.la and put selinux deps in shared-selinx.la | Kay Sievers | |
Only 34 of 74 tools need libselinux linked, and libselinux is a pain with its unconditional library constructor. | |||
2012-03-22 | logind: extend comment about X11 socket symlink | Lennart Poettering | |
2012-02-14 | login: track login class (i.e. one of "user", "greeter", "lock-screen") for ↵ | Lennart Poettering | |
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-31 | logind: if we have to stop a session, kill at least its leader | Lennart Poettering | |
2012-01-18 | exec: introduce ControlGroupPersistant= to make cgroups persistant | Lennart Poettering | |
2012-01-18 | logind: move X11 socket | Lennart Poettering | |
2012-01-18 | logind: simplify session_activate() a bit | Lennart Poettering | |
2012-01-03 | logind: if we can't open /dev/tty0, assume there is no VT subsystem and ↵ | Lennart Poettering | |
don't pretend we could do VT switching | |||
2011-12-31 | logind: move logind into its own subdirectory | Lennart Poettering | |