summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* systemctl: print RestrictAddressFamilies= in 'show' commandYu Watanabe2019-03-041-1/+2
* systemctl: show nothing if no LoadError=Yu Watanabe2019-03-041-1/+3
* systemctl: format IPIngressBytes= or friends nicelyYu Watanabe2019-03-041-0/+2
* systemctl: show IPAddressAllow= and IPAddressDeny= in 'show' commandYu Watanabe2019-03-041-0/+62
* test: add tests for test_in_addr_prefix_to_string()Yu Watanabe2019-03-041-0/+49
* test: move tests for in_addr_prefix_from_string()Yu Watanabe2019-03-041-27/+30
* util: introduce in_addr_prefix_to_string()Yu Watanabe2019-03-042-0/+36
* util: use _cleanup_ attributesYu Watanabe2019-03-041-10/+6
* core: fix received size of signal or status sizeYu Watanabe2019-03-041-10/+13
* systemctl: show SuccessExitStatus= and friendsYu Watanabe2019-03-041-0/+62
* systemctl: use streq() if arguments must be non-NULLYu Watanabe2019-03-041-1/+1
* systemctl: do not show negative values in {Success,Failure}ActionExitStatus=Yu Watanabe2019-03-041-0/+17
* bus-util: drop unnecessary re-formattingYu Watanabe2019-03-045-56/+72
* systemctl: show SELinuxContext=, AppArmorProfile= and SmackProcessLabel=INSUN PYO2019-03-041-0/+14
* semaphoreci: caching and more robust creation of container imageMartin Pitt2019-03-041-20/+37
* test: do not assume test-chown-rec is running as rootDavide Cavalca2019-03-041-12/+14
* Merge pull request #11820 from dm0-/chaseLennart Poettering2019-03-044-3/+60
|\
| * test-fs-util: test chase_symlinks with user-owned dirsDavid Michael2019-02-281-0/+24
| * TEST-22: add test for unprivileged dirs in root prefixesDavid Michael2019-02-281-0/+32
| * tmpfiles: pass arg_root to chase_symlinks as the root prefixDavid Michael2019-02-281-3/+3
| * fs-util: exempt root prefix directories from UID checksDavid Michael2019-02-281-0/+1
* | Merge pull request #11770 from yuwata/fix-9955Lennart Poettering2019-03-0410-39/+204
|\ \
| * | test-network: add tests for address poolYu Watanabe2019-03-012-1/+29
| * | network: generate addresses from pool with larger prefixlenYu Watanabe2019-03-011-2/+2
| * | network: generate random prefix from address poolYu Watanabe2019-03-011-15/+16
| * | test: add tests for in_addr_random_prefix()Yu Watanabe2019-03-011-0/+48
| * | util: introduce in_addr_random_prefix()Yu Watanabe2019-03-012-0/+79
| * | network: propagate error from in_addr_is_null()Yu Watanabe2019-03-011-2/+3
| * | man: mention Address= can be specified once in [Address] sectionYu Watanabe2019-03-011-4/+4
| * | man: mention limit about prefix length when null address is specified to Addr...Yu Watanabe2019-03-011-12/+8
| * | network: check prefixlen when null address is specified to Address=Yu Watanabe2019-03-011-0/+13
| * | network: use fd00::/8 for ipv6 address poolYu Watanabe2019-03-011-1/+1
| * | network: make address_pool_new() staticYu Watanabe2019-03-012-2/+1
| |/
* | login: HyperV requires master-of-seat to be setMike Lothian2019-03-041-0/+4
* | fuzz-dhcp6-client: avoid assertion failure on samples which dont fit in pipeYu Watanabe2019-03-042-0/+5
* | Merge pull request #11882 from yuwata/fix-log-syntaxLennart Poettering2019-03-043-3/+10
|\ \
| * | test: add tests for log_syntax()Yu Watanabe2019-03-041-1/+8
| * | log: make log_syntax() assign correct errno and show valid error causeYu Watanabe2019-03-042-2/+2
|/ /
* | xbootldr: multiple spaces between keys and values (#11872)Ben Iofel2019-03-031-1/+1
* | man: flush-caches and reset-server-features are commands for resolvectl (#11877)Yu, Li-Yu2019-03-031-2/+2
* | Merge pull request #11472 from poettering/sd-bus-ref-tweakZbigniew Jędrzejewski-Szmek2019-03-018-56/+187
|\ \
| * | test: add test for new sd-bus refcnt logicLennart Poettering2019-03-012-0/+48
| * | sd-bus: use "queue" message references for managing r/w message queues in con...Lennart Poettering2019-03-012-34/+32
| * | bus-message: introduce two kinds of references to bus messagesLennart Poettering2019-03-012-3/+89
| * | sd-bus: always go through sd_bus_unref() to free messagesLennart Poettering2019-03-011-7/+5
| * | sd-bus: drop two inappropriate empty linesLennart Poettering2019-03-011-2/+0
| * | sd-bus: make sure dispatch_rqueue() initializes return parameter on all types...Lennart Poettering2019-03-011-1/+3
| * | sd-bus: reorder bus ref and bus message ref handlingLennart Poettering2019-03-011-2/+3
| * | sd-bus: make rqueue/wqueue sizes of type size_tLennart Poettering2019-03-012-3/+3
| * | sd-bus: initialize mutex after we allocated the wqueueLennart Poettering2019-03-011-2/+2