summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-06-29logind: add man page for configuration fileLennart Poettering
2011-06-29logind: move default reset controller/kill exclude list into logindLennart Poettering
2011-06-29logind: udev no longer ignores subsystem matches on monitors when used in con...Lennart Poettering
2011-06-29logind: be a bit more rigid with seat namesLennart Poettering
2011-06-29logind: fix udev rule to generate valid tags, as a temporary fix until udev g...Lennart Poettering
2011-06-29logind: parse configuration fileLennart Poettering
2011-06-29logind: use named pipes instead of fifos to keep track of sessions so that we...Lennart Poettering
2011-06-28logind: fix generation of seat state fileLennart Poettering
2011-06-28logind: inherit ID_SEAT even on devices that themselves are not seat assignableLennart Poettering
2011-06-28logind: retrigger devices when we reassign themLennart Poettering
2011-06-28logind: call udev_device_get_is_initialized() to trigger lazy loading, as a t...Lennart Poettering
2011-06-28logind: supply default bus policy with minimal accessLennart Poettering
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 us...Lennart Poettering
2011-06-28execute: don't choke when systemd was compiled with a different CAP_LAST_CAP ...Lennart Poettering
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 wa...Lennart Poettering
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
2011-06-27systemctl: add support for --root for systemctl enable/disable/is-enabledFrederic Crozat
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 attempted...Lennart Poettering
2011-06-24logind: when generating session ids with a counter, retry if session is alrea...Lennart Poettering
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 dete...Lennart Poettering