summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-06-30execute: when parsing ConrolGroup= replace wildcardsLennart Poettering
2011-06-30logind: add service for per-user shared systemd daemonLennart Poettering
2011-06-30logind: make sure to create/run/systemd/sessions before we try to place a fif...Lennart Poettering
2011-06-30manager: use sd_notify() to notify parent systemd that we have finished startupLennart Poettering
2011-06-30execute: do initgroups() first, pam initialization second so that it can stil...Lennart Poettering
2011-06-30exec: add ControlGroupModify= switch to allow changing access mode to cgroups fsLennart Poettering
2011-06-29util: clear scrolling region when clearing screenLennart Poettering
2011-06-29logind: allow access to SetIdleHint() to owner of the sessionLennart Poettering
2011-06-29acl: libudev currently doesn't handle properly enumerator matches with multip...Lennart Poettering
2011-06-29uaccess: drop ACLs in case of error, just to be safeLennart Poettering
2011-06-29logind: hook uaccess into udev by defaultLennart Poettering
2011-06-29logind: we need to open and close a named pipe once for read before we get EOFLennart Poettering
2011-06-29logind: when initializing drop sessions that are unreferencedLennart Poettering
2011-06-29dbus: add FlushDevices() bus call to reset all seat assignmentsLennart Poettering
2011-06-29logind: fix typo in config parserLennart Poettering
2011-06-29man: update pam_systemd page to document new behaviourLennart Poettering
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