Age | Commit message (Expand) | Author |
2016-01-04 | resolved: explicitly handle case when the trust anchor is empty | Lennart Poettering |
2016-01-04 | resolved: introduce a proper bus error for DNSSEC validation errors | Lennart Poettering |
2016-01-01 | Merge pull request #2241 from poettering/dnssec9 | Tom Gundersen |
2015-12-29 | resolved: properly handle SRV RRs with the DNS root as hostname | Lennart Poettering |
2015-12-29 | resolved: add errno mapping for BUS_ERROR_CONNECTION_FAILURE | Lennart Poettering |
2015-12-29 | resolved: change mapping of BUS_ERROR_NO_NAME_SERVERS to ESRCH | Lennart Poettering |
2015-12-29 | tests: fix memory leak in test-bus-marshal | Evgeny Vereshchagin |
2015-12-26 | resolved: generate an explicit transaction error when we cannot reach server ... | Lennart Poettering |
2015-12-21 | sd-event: improve debugging of event source errors | Daniel Mack |
2015-12-02 | tests: turn check if manager cannot be intialized into macro | Zbigniew Jędrzejewski-Szmek |
2015-11-27 | selinux: split up mac_selinux_have() from mac_selinux_use() | Lennart Poettering |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-23 | tests: add sd_event_now to test_basic | Evgeny Vereshchagin |
2015-11-22 | tests: add missing sd_event_add_post to test_basic | Evgeny Vereshchagin |
2015-11-22 | tests: check exit handler invocation | Evgeny Vereshchagin |
2015-11-22 | sd-event: use prioq_ensure_allocated where possible | Evgeny Vereshchagin |
2015-11-19 | sd-event: define a new PREPARING state | Lennart Poettering |
2015-11-19 | sd-event: make _ref() calls NOPs when NULL is passed to them | Lennart Poettering |
2015-11-18 | tree-wide: sort includes in *.h | Thomas Hindoe Paaboel Andersen |
2015-11-17 | tree-wide: use right cast macros for UIDs, GIDs and PIDs | Lennart Poettering |
2015-11-17 | Merge pull request #1923 from zonque/siphash | Lennart Poettering |
2015-11-16 | siphash24: let siphash24_finalize() and siphash24() return the result directly | Daniel Mack |
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen |
2015-11-16 | tree-wide: add missing includes | Thomas Hindoe Paaboel Andersen |
2015-11-16 | siphash24: change result argument to uint64_t | Martin Pitt |
2015-11-11 | sd-netlink: add support for RTA_PREF | Tom Gundersen |
2015-11-11 | sd-netlink: types - let tables be sized implicitly | Tom Gundersen |
2015-11-11 | sd-netlink: add sd_rtnl_message_route_{s,g}et_flags() | Tom Gundersen |
2015-11-11 | sd-bus: don't try to acquire connection selinux label unless selinux is actua... | Lennart Poettering |
2015-11-09 | Merge pull request #1820 from michich/errno-v2 | Daniel Mack |
2015-11-06 | doc: correct punctuation and improve typography in documentation | Jan Engelhardt |
2015-11-05 | sd-resolve: simplify pthread_join() call | Michal Schmidt |
2015-11-04 | Merge pull request #1768 from vcaputo/sd-daemon-listen-fds-overflow-bis | Lennart Poettering |
2015-11-03 | sd-daemon: fix potential LISTEN_FDS overflow in sd_listen_fds() | Vito Caputo |
2015-11-03 | sd-daemon: explicitly filter out -1 when parsing watchdog timeout | Lennart Poettering |
2015-11-03 | parse-util: introduce parse_ifindex() and make use of it everywhere | Lennart Poettering |
2015-11-01 | sd-daemon: verify NOTIFY_SOCKET path length | Lennart Poettering |
2015-10-31 | sd-daemon: increase sd_notify() socket buffer size | Lennart Poettering |
2015-10-27 | util-lib: move inotify-related definitions to fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out printf() helpers to stdio-util.h | Lennart Poettering |
2015-10-27 | io-util.h: move iovec stuff from macro.h to io-util.h | 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: split stat()/statfs()/stavfs() related calls into stat-util.[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: move filename_is_valid() and path_is_safe() to path-util.[ch] | Lennart Poettering |