summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change job mode of manager triggered restarts to JOB_REPLACEJonathon Kowalski2019-07-261-1/+1
* udev/scsi_id: fix incorrect page length when get device identification VPD pageZhang Xianwei2019-07-261-1/+1
* cryptsetup: Add LUKS2 token support.Milan Broz2019-07-261-0/+12
* cryptsetup: call crypt_load() for LUKS only onceMilan Broz2019-07-261-16/+12
* cryptsetup: Do not fallback to PLAIN mapping if LUKS data device set fails.Milan Broz2019-07-261-5/+7
* journal: do not remove multiple spaces after identifier in syslog messageYu Watanabe2019-07-262-11/+17
* journal-remote: do not request Content-Length if Transfer-Encoding is chunkedYu Watanabe2019-07-261-14/+27
* sd-bus: deal with cookie overrunsLennart Poettering2019-07-261-1/+46
* journal-gateway: use localStorage["cursor"] only when it has valid valuev239-15Yu Watanabe2019-05-031-4/+6
* journal-gateway: explicitly declare local variablesYu Watanabe2019-05-031-5/+6
* sd-login: let's also make sd-login understand ".host"Lennart Poettering2019-05-031-10/+17
* sd-bus: allow connecting to the pseudo-container ".host"Lennart Poettering2019-05-032-2/+7
* core: introduce new Type=exec service typeLennart Poettering2019-05-037-28/+254
* execute: use our usual syntax for defining bit masksLennart Poettering2019-05-031-4/+4
* core: swap order of "n_storage_fds" and "n_socket_fds" parametersLennart Poettering2019-05-033-19/+22
* socket-util: Introduce send_one_fd_iov() and receive_one_fd_iov()Filipe Brandenburger2019-05-033-74/+90
* test-socket-util: Add tests for receive_fd_iov() and friends.Filipe Brandenburger2019-05-031-0/+215
* mount-point: honour AT_SYMLINK_FOLLOW correctlyLennart Poettering2019-05-031-1/+1
* sd-bus: call cap_last_cap() only once in has_cap()Lennart Poettering2019-05-031-2/+5
* sd-bus: use size_t when dealing with memory offsetsLennart Poettering2019-05-031-1/+1
* capability: introduce CAP_TO_MASK_CORRECTED() macro replacing CAP_TO_MASK()Lennart Poettering2019-05-032-1/+5
* sd-journal: escape binary data in match_make_string()Evgeny Vereshchagin2019-05-032-2/+5
* test-socket-util: avoid "memleak" reported by valgrindZbigniew Jędrzejewski-Szmek2019-05-031-6/+9
* util: introduce memcmp_safe()Yu Watanabe2019-05-031-3/+1
* tree-wide: various ubsan zero size memory fixesLennart Poettering2019-05-033-3/+9
* tests: keep SYS_PTRACE when running under ASanFrantisek Sumsal2019-05-031-1/+6
* util: do not use stack frame for parsing arbitrary inputsYu Watanabe2019-05-031-4/+12
* bus-message: avoid wrap-around when using length read from messageZbigniew Jędrzejewski-Szmek2019-05-031-0/+24
* bus-message: return -EBADMSG not -EINVAL on invalid !gvariant messagesZbigniew Jędrzejewski-Szmek2019-05-031-1/+1
* bus-message: also properly copy struct signature when skippingZbigniew Jędrzejewski-Szmek2019-05-031-3/+3
* bus-message: fix skipping of array fields in !gvariant messagesZbigniew Jędrzejewski-Szmek2019-05-031-4/+4
* bus-message: output debug information about offset troublesZbigniew Jędrzejewski-Szmek2019-05-031-1/+4
* bus-message: drop asserts in functions which are wrappers for varargs versionZbigniew Jędrzejewski-Szmek2019-05-031-9/+0
* bus-message: fix calculation of offsets table for arraysZbigniew Jędrzejewski-Szmek2019-05-031-5/+12
* bus-message: remove duplicate assignmentZbigniew Jędrzejewski-Szmek2019-05-031-1/+0
* bus-message: fix calculation of offsets tableZbigniew Jędrzejewski-Szmek2019-05-031-18/+18
* bus: do not print (null) if the message has unknown typeZbigniew Jędrzejewski-Szmek2019-05-031-2/+8
* bus-message: use defineZbigniew Jędrzejewski-Szmek2019-05-031-1/+1
* bus-message: rename function for clarityZbigniew Jędrzejewski-Szmek2019-05-031-22/+22
* bus-message: let's always use -EBADMSG when the message is badZbigniew Jędrzejewski-Szmek2019-05-031-0/+2
* bus-message: avoid an infinite loop on empty structuresZbigniew Jędrzejewski-Szmek2019-05-035-11/+18
* bus-message: use structured initialization to avoid use of unitialized memoryZbigniew Jędrzejewski-Szmek2019-05-031-32/+27
* fuzz-bus-message: add fuzzer for message parsingZbigniew Jędrzejewski-Szmek2019-05-032-0/+51
* meson: allow building resolved and machined without nss modulesYu Watanabe2019-05-032-4/+4
* test-bus-marshal: use cescaping instead of hexmemZbigniew Jędrzejewski-Szmek2019-05-031-5/+3
* ndisc: fix two infinite loopsYu Watanabe2019-05-031-2/+2
* tests: add a fuzzer for sd-ndiscEvgeny Vereshchagin2019-05-032-0/+67
* tests: add a fuzzer for server_process_native_messageEvgeny Vereshchagin2019-05-032-0/+15
* journald: make server_process_native_message compatible with fuzz_journald_pr...Evgeny Vereshchagin2019-05-032-2/+2
* tests: rework the code fuzzing journaldEvgeny Vereshchagin2019-05-032-21/+32