Age | Commit message (Expand) | Author |
2014-07-03 | sd-bus: support connecting to remote hosts, directly into containers | Lennart Poettering |
2014-07-02 | util: when unescaping strings, don't allow smuggling in of additional NUL bytes | Lennart Poettering |
2014-07-02 | util: generalize is_localhost() and use it everywhere where applicable | Lennart Poettering |
2014-07-02 | path: add new "systemd-path" utility for querying paths described in file-hie... | Lennart Poettering |
2014-07-01 | parse_uid: return -ENXIO for -1 uids | Kay Sievers |
2014-07-01 | base-filesystem: avoid all searching if the link already exists | Kay Sievers |
2014-07-01 | base-filesystem: explicitely check existence of the platform's ABI dynamic lo... | Kay Sievers |
2014-07-01 | base-filesystem: create /lib64 symlink to libdir /usr directory | Kay Sievers |
2014-06-30 | cryptsetup: allow x-systemd.device-timeout | Zbigniew Jędrzejewski-Szmek |
2014-06-30 | fstab-generator: allow x-systemd.device-timeout for swap units | Zbigniew Jędrzejewski-Szmek |
2014-06-30 | Move x-systemd-device.timeout handling from core to fstab-generator | Zbigniew Jędrzejewski-Szmek |
2014-06-30 | shared/util.c:wait_for_terminate_and_warn(): Add a comment on the return values | Luke Shumaker |
2014-06-30 | util: fix comment | Lennart Poettering |
2014-06-29 | util: refuse considering UID 0xFFFF and 0xFFFFFFFF valid | Lennart Poettering |
2014-06-26 | journal/compress: add stream compression/decompression functions | Zbigniew Jędrzejewski-Szmek |
2014-06-25 | fsck: consider a fsck implementation linked to /bin/true non-existant | Lennart Poettering |
2014-06-24 | use more _cleanup_ macro | Ronny Chevalier |
2014-06-24 | nspawn: create essential base directories at system bootup | Kay Sievers |
2014-06-23 | coredump: never write more than the configured processing size limit to disk | Lennart Poettering |
2014-06-22 | fix in_addr_prefix_intersect for 32bits | Marc-Antoine Perennou |
2014-06-22 | consistently order cleanup attribute before type | Thomas Hindoe Paaboel Andersen |
2014-06-20 | util: treat fuse.sshfs as a network filesystem | Zbigniew Jędrzejewski-Szmek |
2014-06-20 | missing.h: add various network enums | Zbigniew Jędrzejewski-Szmek |
2014-06-20 | util: do not strip /dev prefix twice | Zbigniew Jędrzejewski-Szmek |
2014-06-20 | shared: fix search_and_fopen with alternate roots | Michael Marineau |
2014-06-20 | conf-files: include root in returned file paths | Michael Marineau |
2014-06-20 | shared: rename path_strv_canonicalize_absolute functions | Michael Marineau |
2014-06-19 | util.c: simplify rm_rf_children_dangerous | Zbigniew Jędrzejewski-Szmek |
2014-06-20 | copy: don't eat up error from chown()/chmod() | Lennart Poettering |
2014-06-19 | tmpfiles: make sure "C" doesn't copy anything if the destination already exists | Lennart Poettering |
2014-06-19 | tmpfiles: do not fail when copying an empty directory | Kay Sievers |
2014-06-19 | coredumpctl: fix columns sizing for timestamp | Lennart Poettering |
2014-06-19 | coredump: optionally store coredumps on disk, not in the journal | Lennart Poettering |
2014-06-18 | networkd: add a number of calls to manipulate in_addr_union structs | Lennart Poettering |
2014-06-18 | socket-util: introduce in_addr_union similar to sockaddr_union and make use o... | Lennart Poettering |
2014-06-18 | tmpfiles: add "+" modifier support to b, c, p lines in addition to L | Lennart Poettering |
2014-06-17 | install: remove unused variable | Thomas Hindoe Paaboel Andersen |
2014-06-17 | install: improve paths we show the user when enabling/disabling | Lennart Poettering |
2014-06-17 | conf-files: fix when for --root= logic | Lennart Poettering |
2014-06-17 | install: simplify symlink --root= logic | Lennart Poettering |
2014-06-17 | install: "systemctl enable" should be a nop for template units lacking a Defa... | Lennart Poettering |
2014-06-17 | log: don't downgrade log level in non-PID 1 if "quiet" is passed on kernel cm... | Lennart Poettering |
2014-06-17 | install: make sure that --root= mode doesn't make us consider all units outsi... | Lennart Poettering |
2014-06-17 | install: make sure "systemctl disable foobar@.service" actually removes all i... | Lennart Poettering |
2014-06-17 | install: introduce new DefaultInstance= field for [Install] sections | Lennart Poettering |
2014-06-17 | install: when looking for a unit file for enabling, search for templates only... | Lennart Poettering |
2014-06-17 | install: use symlink_atomic() instead of unlink()+symlink() when force creati... | Lennart Poettering |
2014-06-17 | install: various modernizations | Lennart Poettering |
2014-06-17 | install: teach preset query logic --root= support | Lennart Poettering |
2014-06-17 | install: beef up preset logic to limit to only enable or only disable, and do... | Lennart Poettering |