Age | Commit message (Expand) | Author |
2014-07-11 | util: fix has cc check and add test | Zbigniew Jędrzejewski-Szmek |
2014-07-07 | firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot... | Lennart Poettering |
2014-07-07 | firstboot: follow lock protocol when changing /etc/shadow | Lennart Poettering |
2014-07-07 | firstboot: add new component to query basic system settings on first boot, or... | Lennart Poettering |
2014-07-07 | util: don't consider tabs special in string_has_cc() anymore | Lennart Poettering |
2014-07-07 | util: consider 0x7F a control chracter (which it is: DEL) | Lennart Poettering |
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-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-24 | use more _cleanup_ macro | Ronny Chevalier |
2014-06-20 | util: treat fuse.sshfs as a network filesystem | 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 | 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-18 | tmpfiles: add "+" modifier support to b, c, p lines in addition to L | Lennart Poettering |
2014-06-17 | install: make sure that --root= mode doesn't make us consider all units outsi... | Lennart Poettering |
2014-06-16 | tmpfiles: add new "L+" command as stronger version of "L", that removes the d... | Lennart Poettering |
2014-06-16 | tmpfiles: set up selinux label proeprly when creating fifos | Lennart Poettering |
2014-06-12 | sysusers: add minimal tool to reconstruct /etc/passwd and /etc/group from sta... | Lennart Poettering |
2014-06-10 | tmpfiles: add new "C" line for copying files or directories | Lennart Poettering |
2014-06-10 | bus-proxy: properly index policy by uid/gid when parsing | Lennart Poettering |
2014-06-06 | namespace: beef up read-only bind mount logic | Lennart Poettering |
2014-06-05 | namespace: when setting up an inaccessible mount point, unmounting everything... | Lennart Poettering |
2014-06-05 | util: fix fd_cloexec(), fd_nonblock() | Lennart Poettering |
2014-06-05 | sd-daemon: introduce sd_pid_notify() and sd_pid_notifyf() | Lennart Poettering |
2014-06-01 | timesyncd: split privilege dropping code out of timesyncd so that we can make... | Lennart Poettering |
2014-05-31 | util: ignore_file should not allow files ending with '~' | Thomas Hindoe Paaboel Andersen |
2014-05-24 | core: timer - switch to touch_file() | Kay Sievers |
2014-05-24 | shared: add touch_file() and let touch() always update timestamp | Kay Sievers |
2014-05-21 | util: fix a gcc compiler warning | Lennart Poettering |
2014-05-18 | machined: add logic to query IP addresses of containers | Lennart Poettering |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-05-05 | timesyncd: lookup name server via sd-resolve, support IPv6, react to SIGINT/S... | Lennart Poettering |
2014-04-23 | delta: draw arrows with draw_special_char() | Lennart Poettering |
2014-04-21 | systemctl: delete REBOOT_PARAM_FILE if no parameter is specified | Michael Olbrich |
2014-04-20 | Remove duplicate includes | Bas van den Berg |
2014-04-13 | util: ignore kernel errors reported via close(), unless it is EBADF | Lennart Poettering |
2014-04-12 | Unify GREEDY_REALLOC and GREEDY_REALLOC_T | Zbigniew Jędrzejewski-Szmek |
2014-03-25 | util: consider both fuse.glusterfs and glusterfs network file systems | Lennart Poettering |
2014-03-24 | util: replace close_pipe() with new safe_close_pair() | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-16 | Use strlen even for constant strings | Josh Triplett |
2014-03-14 | util: add hexdump() call to create pretty hexdumps of data | Lennart Poettering |
2014-03-14 | shared: add root argument to search_and_fopen | Michael Marineau |