summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-06-28logind: include subsystem name in device id for assigning seatsLennart Poettering
2011-06-28logind: implement basic version of AttachDevice() D-Bus callLennart Poettering
2011-06-28udev: dynamically generate seat where applicable from ID_PATHLennart Poettering
2011-06-28udev: only tag the main card device of a sound card with 'seat'Lennart Poettering
2011-06-28logind: when changing linger stetings, make sure they take place immediatelyLennart Poettering
2011-06-28logind: activate autovt@.service instead of autovt-getty@.service when the ↵Lennart Poettering
user switches to a previously unused tty, since it doesn't have to be a getty we start on it on demand
2011-06-28execute: don't choke when systemd was compiled with a different CAP_LAST_CAP ↵Lennart Poettering
then what it is run with
2011-06-28dbus: properly unref messageLennart Poettering
2011-06-28logind: implement SetUserLinger() D-Bus callLennart Poettering
2011-06-28logind: ensure our autovts always stay allocatedLennart Poettering
2011-06-28logind: don't spawn autovt getty on more VTs than configuredLennart Poettering
2011-06-28logind: properly preallocate configured auto VTsLennart Poettering
2011-06-28unit: when loading symlinked template units, properly add all names on the ↵Lennart Poettering
way to the unit
2011-06-28logind: kill a session as soon as its pipe fd gets EOFLennart Poettering
2011-06-28logind: autospawn gettys when necessaryLennart Poettering
2011-06-27logind: when enumerating acl devices for seat0, don't set a tagLennart Poettering
2011-06-27logind: fix ACL code allocationLennart Poettering
2011-06-27dbus: fix name allocation logicLennart Poettering
2011-06-27dbus: use bus_error_message() where applicableLennart Poettering
2011-06-27logind: fix bad memory accessLennart Poettering
2011-06-27logind: properly detect whether we got the bus nameLennart Poettering
2011-06-27logind: check whether newly created session is activeLennart Poettering
2011-06-27logind: when the leader of a session exited, don't failLennart Poettering
2011-06-27logind: save object data only when started fullyLennart Poettering
2011-06-27logind: automatically deduce seat from displayLennart Poettering
2011-06-27pam: make sure we pass a valid tty field to logindLennart Poettering
2011-06-27logind: update TODOLennart Poettering
2011-06-27swap: ignore missing /proc/swapsMichael Olbrich
Otherwise systemd reports "Failed to fully start up daemon: No such file or directory" when swap is disabled in the kernel.
2011-06-27systemctl: add support for --root for systemctl enable/disable/is-enabledFrederic Crozat
Add --root=<root> for enable/disable/is-enabled systemctl commands. To be used for easily enable / disable systemd services for a chroot, without running systemctl inside chroot.
2011-06-27dbus: send our finished signal when we are finished bootingLennart Poettering
2011-06-24pam: fix up tty if it is actually a displayLennart Poettering
2011-06-24logind: save/restore session typeLennart Poettering
2011-06-24logind: use pipe fd to detect when a session is deadLennart Poettering
2011-06-24logind: properly handle if two session with identical loginuids are ↵Lennart Poettering
attempted to be created
2011-06-24logind: when generating session ids with a counter, retry if session is ↵Lennart Poettering
already allocated
2011-06-24logind: remove a session when its cgroup is goneLennart Poettering
2011-06-24logind: fix generation of bus arraysLennart Poettering
2011-06-24logind: make sure we hand out write fd, and keep read fd for session end ↵Lennart Poettering
detection
2011-06-24logind: various clean-upsLennart Poettering
2011-06-24logind: hook up PAM module with logindLennart Poettering
2011-06-21logind: make idle hint logic workLennart Poettering
2011-06-21logind: send out PropertyChanged signals where appropriateLennart Poettering
2011-06-21logind: send dbus signals when sessions/users/seats come and goLennart Poettering
2011-06-21logind: implement ListXXX bus methodsLennart Poettering
2011-06-21logind: implement more dbus functionalityLennart Poettering
2011-06-21logind: implement idle hint logicLennart Poettering
2011-06-21dbus: add dbus introspection extractionLennart Poettering
2011-06-21timedated: rename a few things for clarificationLennart Poettering
2011-06-21timedated: sync clock down to RTC where necessaryLennart Poettering
2011-06-21mechanisms: add mechanisms to change system locale and clockLennart Poettering