summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* basic/unit-name: do not use strdupa() on a pathv239-18.8Zbigniew Jędrzejewski-Szmek2021-07-281-8/+5
* swap: finish the secondary swap units' jobs if deactivation of the primary sw...v239-18.7HATAYAMA Daisuke2020-05-191-2/+8
* sd-journal: remove the dead code and actually fix #14695v239-18.6Michal Sekletár2020-05-041-4/+3
* sd-journal: close journal files that were deleted by journald before we've se...Michal Sekletár2020-05-043-1/+17
* journal: use cleanup attribute at one more placev239-18.5Yu Watanabe2020-02-272-5/+5
* journal: do not trigger assertion when journal_file_close() get NULLYu Watanabe2020-02-272-6/+4
* sd-bus: use "queue" message references for managing r/w message queues in con...v239-18.4Lennart Poettering2020-02-132-34/+32
* polkit: when authorizing via PK let's re-resolve callback/userdata instead of...v239-18.3Jan Synacek2020-02-031-24/+50
* sd-event: add sd_event_source_disable_unref() helperZbigniew Jędrzejewski-Szmek2020-02-033-0/+8
* sd-bus: introduce API for re-enqueuing incoming messagesJan Synacek2020-02-033-0/+26
* bus-message: introduce two kinds of references to bus messagesLennart Poettering2020-02-032-6/+68
* sd-bus: always go through sd_bus_unref() to free messagesLennart Poettering2020-02-031-7/+5
* sd-bus: initialize mutex after we allocated the wqueueLennart Poettering2020-02-031-2/+2
* sd-bus: drop two inappropriate empty linesLennart Poettering2020-02-031-2/+0
* sd-bus: make sure dispatch_rqueue() initializes return parameter on all types...Lennart Poettering2020-02-031-1/+3
* sd-bus: reorder bus ref and bus message ref handlingLennart Poettering2020-02-031-2/+3
* sd-bus: make rqueue/wqueue sizes of type size_tLennart Poettering2020-02-032-3/+3
* journald: fixed assertion failure when system journal rotation fails (#9893)Renaud Métrich2019-12-111-1/+2
* syslog: fix segfault in syslog_parse_priority()Yu Watanabe2019-12-112-9/+31
* core, job: fix breakage of ordering dependencies by systemctl reload commandHATAYAMA Daisuke2019-12-111-3/+3
* 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
* 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