summaryrefslogtreecommitdiff
path: root/src/login/logind-user.c
Commit message (Expand)AuthorAge
* logind: tell Coverity that we knowingly ignore mkdir()'s return valueLennart Poettering2015-02-10
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-03
* logind: chown+chmod /run/user/$UID if mount(tmpfs) fails with EPERMChristian Seiler2015-01-27
* logind: remove per-user runtime dir again if setup failsChristian Seiler2015-01-27
* logind: unify how we cast between uid_t and pointers for hashmap keysLennart Poettering2015-01-09
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering2014-10-23
* logind: mount per-user tmpfs with 'smackfsroot=*' for smack enabled systemsLukasz Skalski2014-10-09
* logind: add new session type "web" for PAM web clients, such as cockpitLennart Poettering2014-08-14
* logind: fix Display property of user objectsLennart Poettering2014-05-19
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* logind: automatically remove SysV + POSIX IPC objects when the users owning t...Lennart Poettering2014-03-14
* logind: make $XDG_RUNTIME_DIR a per-user tmpfsLennart Poettering2014-03-04
* logind: make sure to terminate systemd user on logoutsDjalal Harouni2014-02-13
* logind: always kill session when termination is requestedZbigniew Jędrzejewski-Szmek2014-02-11
* logind: use session_get_state() to get sessions state of the userDjalal Harouni2014-02-11
* logind: rework session shutdown logicLennart Poettering2014-02-07
* Update some message formatsZbigniew Jędrzejewski-Szmek2014-02-05
* logind: remove dead variableZbigniew Jędrzejewski-Szmek2013-12-21
* login: Don't stop a running user manager from garbage-collecting the user.Thomas Bächler2013-12-18
* logind: expose linger state on User objectLennart Poettering2013-11-05
* logind: port logind to libsystemd-busLennart Poettering2013-11-05
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-14
* logind: restore logic to kill user processes when session endsLennart Poettering2013-08-13
* logind: after deserializatio readd systemd units to unit-to-object hashmap co...Lennart Poettering2013-07-02
* machined: split out machine registration stuff from logindLennart Poettering2013-07-02
* logind: port over to use scopes+slices for all cgroup stuffLennart Poettering2013-07-02
* core: general cgroup reworkLennart Poettering2013-06-27
* logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering2013-06-20
* cgroup: make sure all our cgroup objects have a suffix and are properly escapedLennart Poettering2013-04-22
* core: always create /user and /machine top-level cgroup dirsLennart Poettering2013-04-15
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-14
* logind: check return value, log warning on errorVáclav Pavlín2012-09-21
* logind: Add a two new variables to the user session tracking file.Colin Guthrie2012-09-12
* logind: Properly list the ACTIVE_SEATS in the user session tracking file.Colin Guthrie2012-09-12
* logind: If all user sessions are in closing state, set the overall status to ...Colin Guthrie2012-09-12
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-26
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-25
* login: initialize XDG_RUNTIME_DIR as /run/user/$UID instead of /run/user/$USERLennart Poettering2012-06-19
* logind: add new user state 'closing'Lennart Poettering2012-05-31
* logind: properly clean up user cgroups when they run emptyLennart Poettering2012-05-31
* mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers2012-05-31
* logind: fix write out of user state fileLennart Poettering2012-05-22
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
* rename basic.la to shared.la and put selinux deps in shared-selinx.laKay Sievers2012-04-10
* logind: simplify session_activate() a bitLennart Poettering2012-01-18
* logind: downgrade login message to debugMichal Schmidt2012-01-16