Age | Commit message (Expand) | Author |
2015-10-26 | util-lib: move ether_addr_to_string() into ether-addr-util.c | Lennart Poettering |
2015-10-26 | path-util: minor coding style fix | Lennart Poettering |
2015-10-26 | user-util: never hand out or accept invalid UIDs | Lennart Poettering |
2015-10-26 | util: remove lookup_uid(), replace by uid_to_name() | Lennart Poettering |
2015-10-26 | user-util: simplify uid parsing a bit | 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 | basic: use the return value of endswith | Hristo Venev |
2015-10-25 | util-lib: move formats-util.h from shared/ to basic/ | 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-24 | util-lib: rework extract_first_word_and_warn() a bit | Lennart Poettering |
2015-10-24 | util: split out extract_first_word() and related calls into extract-word.[ch] | Lennart Poettering |
2015-10-24 | path-util: unify how we process paths specified on the command line | Lennart Poettering |
2015-10-24 | util-lib: get_current_dir_name() can return errors other than ENOMEM | Lennart Poettering |
2015-10-24 | path-util: rework find_binary(), fsck_exists() and mkfs_exists() | Lennart Poettering |
2015-10-23 | Merge pull request #1652 from filbranden/extract1 | Lennart Poettering |
2015-10-23 | Merge pull request #1641 from poettering/btrfs-quota | Daniel Mack |
2015-10-22 | util: Replace state with separate booleans in extract_first_word | Filipe Brandenburger |
2015-10-22 | util: allow unbalanced double quote in EXTRACT_QUOTES|EXTRACT_RELAX mode | Evgeny Vereshchagin |
2015-10-22 | btrfs: beef-up btrfs support with a limited understanding of quota | Lennart Poettering |
2015-10-22 | util: improve dir_is_empty() call | Lennart Poettering |
2015-10-20 | Merge pull request #1619 from iaguis/nspawn-sysfs-netns-3 | Lennart Poettering |
2015-10-20 | nspawn: skip /sys-as-tmpfs if we don't use private-network | Iago López Galeiras |
2015-10-19 | strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_ | Zbigniew Jędrzejewski-Szmek |
2015-10-19 | tree-wide: whenever we deal with passwords, erase them from memory after use | Lennart Poettering |
2015-10-19 | Merge pull request #1598 from evverx/run-oomscoreadjust | Lennart Poettering |
2015-10-18 | Merge pull request #1595 from poettering/proxy-fixes | David Herrmann |
2015-10-17 | util: add func for checking OOMScoreAdjust | Evgeny Vereshchagin |
2015-10-15 | sd-netlink: refcount multicast groups | Tom Gundersen |
2015-10-15 | btrfs: always remove the per-subvol qgroup when removing a subvol | Lennart Poettering |
2015-10-15 | basic: calendarspec UTC support | Hristo Venev |
2015-10-15 | basic: parse_timestamp UTC and fractional seconds support | Hristo Venev |
2015-10-15 | basic: add mktime_or_timegm and localtime_or_gmtime_r | Hristo Venev |
2015-10-14 | util: add functions for validating syslog level and facility | Evgeny Vereshchagin |
2015-10-08 | util: minor modernization of vt_disallocate() | Lennart Poettering |
2015-10-08 | util: do not reset terminal in acquire_terminal() | Lennart Poettering |
2015-10-08 | machined: when opening a shell via machined, pass tty fds in | Lennart Poettering |
2015-10-08 | basic: move two more terminal-related calls into terminal-util.[ch] | Lennart Poettering |
2015-10-07 | util: always enforce O_NOCTTY and O_CLOEXEC in openpt_in_namespace() | Lennart Poettering |
2015-10-07 | Merge pull request #1484 from poettering/ask-pass-kernel-keyring | Daniel Mack |
2015-10-07 | basic: fix env expansion for strings leading with two dollar signs | Michal Schmidt |
2015-10-07 | ask-password: add support for caching passwords in the kernel keyring | Lennart Poettering |
2015-10-07 | Merge pull request #1481 from again4you/devel/smack_sysuser_#4 | Daniel Mack |
2015-10-07 | strv: fix infinite loop in strv_extend_n() | reverendhomer |
2015-10-07 | smack: label /etc/passwd and friends as '_' smack label when --with-smack-run... | Sangjung Woo |
2015-10-06 | siphash24: coding-style fixes | Tom Gundersen |
2015-10-06 | siphash24: unify API | Tom Gundersen |