Age | Commit message (Expand) | Author |
2015-11-17 | Merge pull request #1926 from phomes/include-order-libudev | Daniel Mack |
2015-11-17 | tree-wide: group include of libudev.h with sd-* | Thomas Hindoe Paaboel Andersen |
2015-11-17 | tree-wide: make macros for converting fds to pointers and back generic and us... | Lennart Poettering |
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen |
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 | login: fix re-use of users | David Herrmann |
2015-11-16 | login: group static fields in "struct User" | David Herrmann |
2015-11-16 | login: make user->service static | David Herrmann |
2015-11-16 | login: make user_new() and user_free() follow coding-style | David Herrmann |
2015-11-16 | login: keep user->slice constant | David Herrmann |
2015-11-16 | login: simply XDG_RUNTIME_DIR management | David Herrmann |
2015-11-16 | Merge pull request #1886 from poettering/tasks-max | David Herrmann |
2015-11-16 | logind: change default to UserTasksMax= to 4096 | Lennart Poettering |
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-11-13 | logind: don't assert if the slice is missing | Lennart Poettering |
2015-11-10 | defs: rework CONF_DIRS_NULSTR() macro | Lennart Poettering |
2015-11-09 | treewide: apply errno.cocci | Michal Schmidt |
2015-11-05 | treewide: use the negative error codes returned by our functions | Michal Schmidt |
2015-11-03 | util-lib: move CONF_DIRS_NULSTR definition to def.h | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | user-util: move UID/GID related macros from macro.h to user-util.h | 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 more locale-related calls to locale-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | 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-27 | util-lib: move mount related utility calls to mount-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move more file I/O related calls into fileio.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | 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-26 | util-lib: split out IO related calls to io-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util: move logind_running() to login-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-22 | logind: minor clean-ups | Lennart Poettering |
2015-10-14 | login: suspend - be a bit more explicit when logging | Tom Gundersen |
2015-10-01 | logind: remove warn_melody() logic | Lennart Poettering |
2015-09-30 | tree-wide: clean up log_syntax() usage | Lennart Poettering |
2015-09-30 | Merge pull request #1421 from keszybz/formatting-fixes | Daniel Mack |
2015-09-30 | logind: avoid a dot before parenthesis | Zbigniew Jędrzejewski-Szmek |
2015-09-30 | tree-wide: use strempty() where possible | Daniel Mack |
2015-09-29 | bus-util: rename bus_open_transport() to bus_connect_transport() | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-09-22 | pam: systemd-user - call selinux module | Kay Sievers |
2015-09-22 | Merge pull request #1335 from poettering/some-fixes | Daniel Mack |
2015-09-22 | util: drop UID_IS_INVALID() in favour of uid_is_valid() | Lennart Poettering |