Age | Commit message (Expand) | Author |
2015-06-15 | login: fix potential null pointer dereference | Ronny Chevalier |
2015-06-10 | logind,sd-event: drop spurious new-lines | Lennart Poettering |
2015-06-05 | logind: Fix user_elect_display() to be more stable | Philip Withnall |
2015-05-29 | path-util: Change path_is_mount_point() symlink arg from bool to flags | Martin Pitt |
2015-05-05 | core: rework unit name validation and manipulation logic | Lennart Poettering |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-04-06 | util: rework rm_rf() logic | Lennart Poettering |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-10 | logind: tell Coverity that we knowingly ignore mkdir()'s return value | Lennart Poettering |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-01-27 | logind: chown+chmod /run/user/$UID if mount(tmpfs) fails with EPERM | Christian Seiler |
2015-01-27 | logind: remove per-user runtime dir again if setup fails | Christian Seiler |
2015-01-09 | logind: unify how we cast between uid_t and pointers for hashmap keys | Lennart Poettering |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-10-23 | mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ... | Lennart Poettering |
2014-10-09 | logind: mount per-user tmpfs with 'smackfsroot=*' for smack enabled systems | Lukasz Skalski |
2014-08-14 | logind: add new session type "web" for PAM web clients, such as cockpit | Lennart Poettering |
2014-05-19 | logind: fix Display property of user objects | Lennart Poettering |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-03-14 | logind: automatically remove SysV + POSIX IPC objects when the users owning t... | Lennart Poettering |
2014-03-04 | logind: make $XDG_RUNTIME_DIR a per-user tmpfs | Lennart Poettering |
2014-02-13 | logind: make sure to terminate systemd user on logouts | Djalal Harouni |
2014-02-11 | logind: always kill session when termination is requested | Zbigniew Jędrzejewski-Szmek |
2014-02-11 | logind: use session_get_state() to get sessions state of the user | Djalal Harouni |
2014-02-07 | logind: rework session shutdown logic | Lennart Poettering |
2014-02-05 | Update some message formats | Zbigniew Jędrzejewski-Szmek |
2013-12-21 | logind: remove dead variable | Zbigniew Jędrzejewski-Szmek |
2013-12-18 | login: Don't stop a running user manager from garbage-collecting the user. | Thomas Bächler |
2013-11-05 | logind: expose linger state on User object | Lennart Poettering |
2013-11-05 | logind: port logind to libsystemd-bus | Lennart Poettering |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering |
2013-08-13 | logind: restore logic to kill user processes when session ends | Lennart Poettering |
2013-07-02 | logind: after deserializatio readd systemd units to unit-to-object hashmap co... | Lennart Poettering |
2013-07-02 | machined: split out machine registration stuff from logind | Lennart Poettering |
2013-07-02 | logind: port over to use scopes+slices for all cgroup stuff | Lennart Poettering |
2013-06-27 | core: general cgroup rework | Lennart Poettering |
2013-06-20 | logind: add infrastructure to keep track of machines, and move to slices | Lennart Poettering |
2013-04-22 | cgroup: make sure all our cgroup objects have a suffix and are properly escaped | Lennart Poettering |
2013-04-15 | core: always create /user and /machine top-level cgroup dirs | Lennart Poettering |
2013-02-14 | honor SELinux labels, when creating and writing config files | Harald Hoyer |
2012-09-21 | logind: check return value, log warning on error | Václav Pavlín |
2012-09-12 | logind: Add a two new variables to the user session tracking file. | Colin Guthrie |
2012-09-12 | logind: Properly list the ACTIVE_SEATS in the user session tracking file. | Colin Guthrie |
2012-09-12 | logind: If all user sessions are in closing state, set the overall status to ... | Colin Guthrie |
2012-07-26 | log.h: new log_oom() -> int -ENOMEM, use it | Shawn Landden |
2012-07-25 | use "Out of memory." consistantly (or with "\n") | Shawn Landden |
2012-06-19 | login: initialize XDG_RUNTIME_DIR as /run/user/$UID instead of /run/user/$USER | Lennart Poettering |