Age | Commit message (Expand) | Author |
2016-02-02 | logind: load SELinux labelling system | Nicolas Iooss |
2016-01-26 | logind: update documentation for cf7d1a30e44 | Mantas Mikulėnas |
2016-01-25 | logind,machined: bump TasksMax= | Lennart Poettering |
2016-01-20 | basic/terminal-util: introduce SYSTEMD_COLORS environment variable | Jan Synacek |
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 than zero (2) | Zbigniew Jędrzejewski-Szmek |
2016-01-13 | tree-wide: check if errno is greater then zero | Zbigniew Jędrzejewski-Szmek |
2016-01-12 | tree-wide: use xsprintf() where applicable | Daniel Mack |
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-18 | tree-wide: sort includes in *.h | Thomas Hindoe Paaboel Andersen |
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 |