summaryrefslogtreecommitdiff
path: root/src/logind.c
AgeCommit message (Collapse)Author
2011-09-23llvm-analyze: change a few things to make llvm-analyze show fewer false ↵Lennart Poettering
positives
2011-08-31logind: use syspath instead of sysname to identify fb devices since udlfb ↵Lennart Poettering
got fixed now
2011-08-01umask: change default umask to 0022 just to be sure, and set it explicitly ↵Lennart Poettering
in all binaries, in order to make sure it is set when started from the terminal
2011-08-01load-fragment: speed up parsing by using a perfect hash table with ↵Lennart Poettering
configuration settings built by gperf
2011-07-23util: make use of get_user_creds() and get_group_creds() wherever applicableLennart Poettering
2011-07-23util: user parse_uid() wherever applicableLennart Poettering
2011-07-08logind: don't confuse 'shared' with a session of its ownLennart Poettering
2011-06-29acl: libudev currently doesn't handle properly enumerator matches with ↵Lennart Poettering
multiple tags, so avoid using them for now
2011-06-29logind: when initializing drop sessions that are unreferencedLennart Poettering
2011-06-29logind: fix typo in config parserLennart 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 ↵Lennart Poettering
conjunction with tags
2011-06-29logind: parse configuration fileLennart Poettering
2011-06-29logind: use named pipes instead of fifos to keep track of sessions so that ↵Lennart Poettering
we can reconnect later
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-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: kill a session as soon as its pipe fd gets EOFLennart Poettering
2011-06-28logind: autospawn gettys when necessaryLennart Poettering
2011-06-27dbus: use bus_error_message() where applicableLennart Poettering
2011-06-27logind: properly detect whether we got the bus nameLennart Poettering
2011-06-24logind: use pipe fd to detect when a session is deadLennart Poettering
2011-06-24logind: remove a session when its cgroup is goneLennart Poettering
2011-06-21logind: send out PropertyChanged signals where appropriateLennart Poettering
2011-06-21logind: implement idle hint logicLennart Poettering
2011-06-21logind: implement D-Bus propertiesLennart Poettering
2011-06-21logind: implement GCLennart Poettering
2011-06-21logind: implement ACL managementLennart Poettering
2011-06-21logind: first version that compiles fineLennart Poettering