summaryrefslogtreecommitdiff
path: root/src/logind.c
Commit message (Expand)AuthorAgeFilesLines
* llvm-analyze: change a few things to make llvm-analyze show fewer false posit...Lennart Poettering2011-09-231-2/+5
* logind: use syspath instead of sysname to identify fb devices since udlfb got...Lennart Poettering2011-08-311-3/+2
* umask: change default umask to 0022 just to be sure, and set it explicitly in...Lennart Poettering2011-08-011-2/+2
* load-fragment: speed up parsing by using a perfect hash table with configurat...Lennart Poettering2011-08-011-17/+1
* util: make use of get_user_creds() and get_group_creds() wherever applicableLennart Poettering2011-07-231-6/+7
* util: user parse_uid() wherever applicableLennart Poettering2011-07-231-3/+3
* logind: don't confuse 'shared' with a session of its ownLennart Poettering2011-07-081-1/+3
* acl: libudev currently doesn't handle properly enumerator matches with multip...Lennart Poettering2011-06-291-1/+1
* logind: when initializing drop sessions that are unreferencedLennart Poettering2011-06-291-6/+9
* logind: fix typo in config parserLennart Poettering2011-06-291-1/+1
* logind: move default reset controller/kill exclude list into logindLennart Poettering2011-06-291-1/+8
* logind: udev no longer ignores subsystem matches on monitors when used in con...Lennart Poettering2011-06-291-5/+0
* logind: parse configuration fileLennart Poettering2011-06-291-0/+51
* logind: use named pipes instead of fifos to keep track of sessions so that we...Lennart Poettering2011-06-291-10/+7
* logind: activate autovt@.service instead of autovt-getty@.service when the us...Lennart Poettering2011-06-281-1/+1
* logind: ensure our autovts always stay allocatedLennart Poettering2011-06-281-20/+79
* logind: don't spawn autovt getty on more VTs than configuredLennart Poettering2011-06-281-1/+6
* logind: kill a session as soon as its pipe fd gets EOFLennart Poettering2011-06-281-1/+1
* logind: autospawn gettys when necessaryLennart Poettering2011-06-281-3/+54
* dbus: use bus_error_message() where applicableLennart Poettering2011-06-271-2/+2
* logind: properly detect whether we got the bus nameLennart Poettering2011-06-271-2/+9
* logind: use pipe fd to detect when a session is deadLennart Poettering2011-06-241-6/+19
* logind: remove a session when its cgroup is goneLennart Poettering2011-06-241-6/+32
* logind: send out PropertyChanged signals where appropriateLennart Poettering2011-06-211-1/+0
* logind: implement idle hint logicLennart Poettering2011-06-211-0/+38
* logind: implement D-Bus propertiesLennart Poettering2011-06-211-28/+23
* logind: implement GCLennart Poettering2011-06-211-118/+195
* logind: implement ACL managementLennart Poettering2011-06-211-2/+32
* logind: first version that compiles fineLennart Poettering2011-06-211-0/+886