summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpt: add definition for boot loader spec partitionLennart Poettering2019-03-011-0/+1
* bootctl: safety check for regular file when reading EFI imagesLennart Poettering2019-03-011-0/+4
* bootctl: use SYNTHETIC_ERRNO() where appropriateLennart Poettering2019-03-011-6/+3
* dissect: use SYNTHETIC_ERRNO() where appropriateLennart Poettering2019-03-011-4/+2
* bootspec: use SYNTHETIC_ERRNO() at one more placeLennart Poettering2019-03-011-4/+2
* bootspec: update log message, to indicate the error is ignoredLennart Poettering2019-03-011-2/+2
* fs-util: add new helper syncfs_path()Lennart Poettering2019-03-012-0/+17
* env-file: (void)ify an unlink() callLennart Poettering2019-03-011-1/+1
* json: don't call va_end() twice in json_build()Lennart Poettering2019-03-011-2/+0
* Merge pull request #11852 from keszybz/coverity-memory-issuesLennart Poettering2019-02-282-16/+14
|\
| * udev-builtin-usb_id: guard against overflow when reading descriptor dataZbigniew Jędrzejewski-Szmek2019-02-281-3/+8
| * udev-builtin-usb_id: use strjoina to simplify codeZbigniew Jędrzejewski-Szmek2019-02-281-5/+3
| * shared/install: do not use a temporary variable outside of its scopeZbigniew Jędrzejewski-Szmek2019-02-281-8/+3
* | Merge pull request #11856 from xtopherwong/new-time-zone-listLennart Poettering2019-02-282-4/+7
|\ \
| * | test-time-util: use standard intro and print timezones read from fileZbigniew Jędrzejewski-Szmek2019-02-281-3/+6
| * | Use new time zone listChristopher Wong2019-02-281-1/+1
* | | virt: detect the ACRN hypervisorRoss Burton2019-02-282-0/+4
|/ /
* | sd-bus: deal with cookie overrunsLennart Poettering2019-02-281-1/+46
* | Merge pull request #11840 from yuwata/network-route-onlinkLennart Poettering2019-02-285-60/+95
|\ \ | |/ |/|
| * network: wrap long linesYu Watanabe2019-02-281-7/+12
| * network: simplify config_parse_lifetime()Yu Watanabe2019-02-281-16/+10
| * network: avoid address section freedYu Watanabe2019-02-281-0/+1
| * network: cleanup logging in route related config parsersYu Watanabe2019-02-281-9/+15
| * network: do not override previously specified familyYu Watanabe2019-02-281-11/+17
| * network: enable GatewayOnLink= if Gateway= without static address configuredYu Watanabe2019-02-281-1/+12
| * network: save GatewayOnLink= value as tristate in RouteYu Watanabe2019-02-282-1/+7
| * network: relax the .network file checkYu Watanabe2019-02-281-15/+20
| * network: rename GatewayOnlink= to GatewayOnLink=Yu Watanabe2019-02-282-1/+2
* | fuzz: do not assume the existence of /sys/class/net/loYu Watanabe2019-02-281-1/+2
|/
* Merge pull request #11795 from yuwata/fix-network-routing-policy-11280Lennart Poettering2019-02-271-7/+36
|\
| * network: do not remove rule when it is requested by existing linksYu Watanabe2019-02-271-0/+26
| * network: remove routing policy rule from foreign rule database when it is rem...Yu Watanabe2019-02-271-8/+11
* | journalctl: New option --cursor-fileJörg Sommer2019-02-271-11/+54
* | Merge pull request #11844 from keszybz/networkd-fuzzer-fixesLennart Poettering2019-02-271-11/+23
|\ \
| * | networkd: refuse more than 128 NTP serversZbigniew Jędrzejewski-Szmek2019-02-271-3/+11
| * | networkd: fix memleak when the same NetDev is specified twiceZbigniew Jędrzejewski-Szmek2019-02-271-6/+7
| * | network: wrap some long linesZbigniew Jędrzejewski-Szmek2019-02-271-3/+6
* | | Merge pull request #11807 from yuwata/test-vlan-mtuZbigniew Jędrzejewski-Szmek2019-02-275-11/+41
|\ \ \
| * | | network: bump mtu if stacked vlan or macvlan requests larger sizeYu Watanabe2019-02-275-11/+41
| | |/ | |/|
* | | analyze security: check for ProtectHostname=yesTopi Miettinen2019-02-271-0/+12
| |/ |/|
* | selinux: don't log SELINUX_INFO and SELINUX_WARNING messages to auditMichal Sekletar2019-02-271-1/+5
* | network: fix error code in logYu Watanabe2019-02-271-1/+1
* | network: merge conditions and use FLAGS_SET() macroYu Watanabe2019-02-271-6/+6
* | network: make ndisc_router_process_options() propagate errorYu Watanabe2019-02-271-15/+11
* | fs-util: add missing linux/falloc.h includeDavide Cavalca2019-02-271-0/+1
|/
* Merge pull request #11824 from keszybz/fuzzer-fixesLennart Poettering2019-02-2613-37/+63
|\
| * fuzz-ndisc-rs: avoid assertion failure on samples which dont fit in pipeZbigniew Jędrzejewski-Szmek2019-02-262-0/+5
| * fuzz-lldp: avoid assertion failure on samples which dont fit in pipeZbigniew Jędrzejewski-Szmek2019-02-262-0/+5
| * fuzz-journal-stream: avoid assertion failure on samples which don't fit in pipeZbigniew Jędrzejewski-Szmek2019-02-262-1/+3
| * shared/ask-password-api: when echoing multi-byte characters, print the whole ...Zbigniew Jędrzejewski-Szmek2019-02-261-1/+4