Age | Commit message (Expand) | Author |
2016-01-18 | logind: simplify job variable handling | Zbigniew Jędrzejewski-Szmek |
2016-01-18 | logind: do not use an uninitialized variable | Zbigniew Jędrzejewski-Szmek |
2016-01-13 | tree-wide: check if errno is greater then zero | Zbigniew Jędrzejewski-Szmek |
2015-12-19 | Fix typo on logind-dbus.c | Joost Bremmer |
2015-12-04 | login: make sure /run/nologin has correct SELinux label | Michal Sekletar |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-16 | login: ignore JobRemoved of old jobs | David Herrmann |
2015-11-16 | login: make sure to replace existing units | David Herrmann |
2015-11-16 | Merge pull request #1886 from poettering/tasks-max | David Herrmann |
2015-11-15 | machined,logind: be more careful when accepting PIDs and UIDs from clients | Lennart Poettering |
2015-11-13 | logind: add a new UserTasksMax= setting to logind.conf | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa... | Lennart Poettering |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: introduce dirent-util.[ch] for directory entry calls | Lennart Poettering |
2015-10-26 | util: remove lookup_uid(), replace by uid_to_name() | Lennart Poettering |
2015-10-26 | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-14 | login: suspend - be a bit more explicit when logging | Tom Gundersen |
2015-09-30 | logind: avoid a dot before parenthesis | Zbigniew Jędrzejewski-Szmek |
2015-09-09 | logind: allow dry run variants for scheduled shutdowns | Daniel Mack |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-09-07 | Merge pull request #1165 from poettering/nspawn-files | Tom Gundersen |
2015-09-05 | logind: make scope of wall message handling smaller | Lennart Poettering |
2015-09-06 | bus-util: support details in CheckAuthorization calls | Michael Chapman |
2015-09-05 | login: fix NULL-deref on wall_message | David Herrmann |
2015-09-04 | logind: when parsing a boolean via sd-bus the type must be "int" | Lennart Poettering |
2015-09-04 | logind: treat an empty wall message like a NULL one | Lennart Poettering |
2015-08-25 | logind/systemctl: introduce SetWallMessage and --message | Jan Synacek |
2015-08-06 | logind,machined: various smaller cleanups | Lennart Poettering |
2015-08-06 | machined,logind: don't generate errors on signal match functions | Lennart Poettering |
2015-08-05 | logind: switch to sd_bus_track helper | Daniel Mack |
2015-07-31 | tree-wide: introduce mfree() | David Herrmann |
2015-07-29 | tree-wide: port everything over to fflush_and_check() | Lennart Poettering |
2015-07-21 | logind: fix write_string_file() fallout | Daniel Mack |
2015-07-11 | logind: bring bus policy up-to-date | Lennart Poettering |
2015-07-10 | logind: allow greeters to take over VTs | David Herrmann |
2015-07-08 | Merge pull request #500 from zonque/fileio | Lennart Poettering |
2015-07-07 | logind: fail on CreateSession if already in session | David Herrmann |
2015-07-07 | logind: allow sessions to share a VT if it's a greeter | David Herrmann |
2015-07-06 | fileio: consolidate write_string_file*() | Daniel Mack |
2015-07-05 | login: simplify assignment | Zbigniew Jędrzejewski-Szmek |
2015-07-01 | login: re-use VT-sessions if they already exist | David Herrmann |
2015-06-25 | logind: fix delayed execution regression | Daniel Mack |
2015-06-17 | logind: rework display counting when detecting whether the system is docked | Lennart Poettering |
2015-06-16 | Merge pull request #218 from poettering/dual-timestamp-null | Daniel Mack |
2015-06-16 | logind: expose "Docked" bool as property on the bus | Lennart Poettering |
2015-06-16 | everywhere: actually make use of DUAL_TIMESTAMP_NULL macro | Lennart Poettering |
2015-06-02 | logind: Save the user’s state when a session enters SESSION_ACTIVE | Philip Withnall |