Age | Commit message (Expand) | Author |
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 |
2015-05-27 | logind: prefix some calls to unlink with (void) | Daniel Mack |
2015-05-27 | logind: unlink /run/nologin when shutdown is cancelled | Daniel Mack |
2015-04-29 | sd-bus: allow passing NULL as bus parameter to sd_bus_send() | Lennart Poettering |
2015-04-29 | sd-bus: drop bus parameter from message callback prototype | Lennart Poettering |
2015-04-24 | logind: kill newline characters from log_error_errno() calls | Daniel Mack |
2015-04-24 | logind: add support for /run/nologin and /run/systemd/shutdown/scheduled | Daniel Mack |
2015-04-24 | logind: add code for UTMP wall messages | Daniel Mack |
2015-04-24 | logind: add .ScheduleShutdown and .CancelScheduledShutdown methods | Daniel Mack |
2015-04-24 | logind: factor out polkit checks | Daniel Mack |
2015-04-24 | logind: use sd_event timer source for inhibitor logic | Daniel Mack |
2015-04-24 | logind: drop unused argument from method_do_shutdown_or_sleep() | Daniel Mack |
2015-04-11 | shared: add terminal-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier |