summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ask-password: prevent buffer overrow when reading from keyringv239-18.2Thadeu Lima de Souza Cascardo2019-11-291-1/+1
* resolved: query polkit only after parsing the datav239-18.1Zbigniew Jędrzejewski-Szmek2019-11-051-9/+9
* resolved: allow access to Set*Link and Revert methods through polkitZbigniew Jędrzejewski-Szmek2019-11-053-21/+197
* resolved: do not run loop twiceZbigniew Jędrzejewski-Szmek2019-11-051-7/+6
* sd-bus: adjust indentation of commentsZbigniew Jędrzejewski-Szmek2019-11-052-5/+5
* shared/but-util: drop trusted annotation from bus_open_system_watch_bind_with...Zbigniew Jędrzejewski-Szmek2019-11-051-4/+0
* journal: rely on _cleanup_free_ to free a temporary string used in client_con...Evgeny Vereshchagin2019-11-011-5/+2
* analyze-security: fix potential division by zerov239-18v239-17Jan Synacek2019-08-071-0/+2
* swap: scan /proc/swaps before processing waitid() resultsLennart Poettering2019-08-071-3/+15
* mount: rescan /proc/self/mountinfo before processing waitid() resultsLennart Poettering2019-08-071-3/+27
* mount: simplify /proc/self/mountinfo handlerLennart Poettering2019-08-071-22/+26
* rules: skip memory hotplug on ppc64v239-16Jan Synacek2019-07-261-0/+1
* man: note that journal does not validate syslog fieldsJan Synacek2019-07-261-0/+5
* bash-completion: analyze: support 'security'Yu Watanabe2019-07-261-1/+19
* 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
* tools: drop unused variableYu Watanabe2019-05-031-1/+0
* journal-gateway: explicitly declare local variablesYu Watanabe2019-05-031-5/+6
* test: add test for Type=execLennart Poettering2019-05-033-0/+74
* 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
* man: document the new Type=exec typeLennart Poettering2019-05-032-71/+97
* 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
* travis: switch from trusty to xenialFrantisek Sumsal2019-05-031-0/+1
* 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
* travis: enable ASan and UBSan on RHEL8Frantisek Sumsal2019-05-032-56/+105
* 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-032-0/+24
* bus-message: return -EBADMSG not -EINVAL on invalid !gvariant messagesZbigniew Jędrzejewski-Szmek2019-05-032-1/+1
* fuzz-bus-message: add two test cases that pass nowZbigniew Jędrzejewski-Szmek2019-05-032-0/+0
* bus-message: also properly copy struct signature when skippingZbigniew Jędrzejewski-Szmek2019-05-031-3/+3