Systemd/src
Yu Watanabe fcbf4cb727 network: drop sections contain invalid settings in network_verify()
If e.g., an [Address] section has an invalid setting, then
previously assigned settings in the section is freed, and
only later settings are stored. That may cause partially broken
section stored in Network object.

This makes if an invalid setting is found, then set 'invalid' flag
instead of freeing it. And invalid sections are dropped later by
network_verify().
2019-03-13 11:59:18 +09:00
..
ac-power
activate
analyze analyze security: check for ProtectHostname=yes 2019-02-27 16:20:38 +01:00
ask-password
backlight backlight: handle loading truncated file 2019-02-02 16:25:32 +02:00
basic user-util: extra paranoia, make sure $SHELL can't be fucked with in suid programs 2019-03-12 16:10:55 +01:00
binfmt
boot bootspec: move augmentation of loader-discovered entries into bootspec.c 2019-03-05 16:50:58 +01:00
busctl busctl: shorten code a bit by using SYNTHETIC_ERRNO() 2019-02-06 13:30:53 +01:00
cgls
cgroups-agent
cgtop cgtop: Fix processing of controllers other than CPU 2019-02-21 11:00:10 +01:00
core execute: no need to synthesize $HOME for uid==0 again, get_home_dir() already does that 2019-03-12 16:10:55 +01:00
coredump Remove 'inline' attributes from static functions in .c files (#11426) 2019-01-15 08:12:28 +01:00
cryptsetup cryptsetup: Treat key file errors as a failed password attempt 2019-02-26 10:48:07 +09:00
debug-generator generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
delta locale-util: prefix special glyph enum values with SPECIAL_GLYPH_ 2018-12-14 08:22:54 +01:00
detect-virt
dissect
environment-d-generator environment-d-generator: do not include /lib/environment.d in the list 2019-02-18 10:29:33 +01:00
escape
firstboot locale-util: prefix special glyph enum values with SPECIAL_GLYPH_ 2018-12-14 08:22:54 +01:00
fsck fsck: use symbolic names where we have them 2019-01-07 17:50:39 +01:00
fstab-generator volatile-root: add overlay mode for host boots, too 2019-03-01 14:11:07 +01:00
fuzz fuzz: add a fuzzer for time utils 2019-03-12 12:04:25 +01:00
getty-generator getty-generator: use the new main function definer 2018-12-12 21:58:00 +01:00
gpt-auto-generator Merge pull request #11243 from poettering/nspawn-root-overlay 2019-03-01 16:08:55 +01:00
hibernate-resume
hostname Merge pull request #11086 from poettering/nscd-cache-flush 2018-12-17 11:29:58 +01:00
hwdb
id128
import import: do not try to set selinux related attributes if selinux is disabled 2019-03-11 10:59:13 +01:00
initctl initctl: shorten and update code a bit 2019-01-17 16:12:38 +01:00
journal catalog: _cleanup_close_ is your friend 2019-03-07 15:10:06 +01:00
journal-remote journal-remote: do not request Content-Length if Transfer-Encoding is chunked 2019-03-11 13:52:10 +01:00
kernel-install kernel-install: fix dracut initrd detection (240 backward compatibility) (#11570) 2019-01-27 17:32:21 +01:00
libsystemd sd-device: store parsed ACTION= and SEQNUM= udev properties 2019-03-12 03:49:53 +09:00
libsystemd-network dhcp: refuse to configure DHCP IAID if the interface is under renaming 2019-03-05 12:48:26 +09:00
libudev libudev: use device_get_seqnum() and device_get_action() 2019-03-12 03:49:53 +09:00
locale tests: use the test helpers in more places 2019-03-04 14:15:38 +01:00
login login: drop redundant newline 2019-03-12 16:10:55 +01:00
machine machinectl: do not format size if freed disk space is "-1" 2019-03-11 14:04:16 +01:00
machine-id-setup
modules-load
mount
network network: drop sections contain invalid settings in network_verify() 2019-03-13 11:59:18 +09:00
notify
nspawn nspawn: fix memleak uncovered by fuzzer 2019-03-11 14:29:30 +01:00
nss-myhostname nss: unportect errno before writing to NSS' *errnop 2019-02-08 10:34:47 +01:00
nss-mymachines nss: unportect errno before writing to NSS' *errnop 2019-02-08 10:34:47 +01:00
nss-resolve nss: unportect errno before writing to NSS' *errnop 2019-02-08 10:34:47 +01:00
nss-systemd nss: unportect errno before writing to NSS' *errnop 2019-02-08 10:34:47 +01:00
partition
path
portable tree-wide: make sure to flush/close all bus connections when our daemons exit 2019-01-17 16:12:38 +01:00
quotacheck
random-seed random-seed: don't use "label" version of mkdir_parents() 2019-03-07 15:10:06 +01:00
rc-local-generator generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
remount-fs remount-fs: split out common pattern out to a function 2019-01-03 15:29:53 +01:00
reply-password
resolve Merge pull request #11841 from keszybz/dns-packet-speedup 2019-03-04 19:30:23 +01:00
rfkill Detect file truncation earlier in a few places 2019-02-02 16:25:32 +02:00
run
run-generator generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
shared Merge pull request #11927 from poettering/network-namespace-path 2019-03-12 14:29:14 +01:00
shutdown shutdown: rearrange shutdown sources in source tree 2019-03-05 12:21:17 +01:00
sleep core: Allow to configure execute_directories execution behavior 2019-02-18 16:16:02 +01:00
socket-proxy tree-wide: use c99 static for array size declarations 2019-01-04 12:37:25 +01:00
stdio-bridge tree-wide: make sure to flush/close all bus connections when our daemons exit 2019-01-17 16:12:38 +01:00
sulogin-shell
sysctl sysctl: Don't pass null directive argument to '%s' 2018-12-16 21:01:39 -08:00
system-update-generator system-update-generator: use the new main function definer 2018-12-12 21:58:00 +01:00
systemctl systemctl: add support for booting into boot menu/entry 2019-03-05 16:52:46 +01:00
systemd Merge pull request #11357 from GiacintoCifelli/dbus_labels 2019-02-26 17:22:04 +01:00
sysusers
sysv-generator generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
test Merge pull request #11916 from yuwata/pid1-id-renaming-handling 2019-03-07 14:42:08 +01:00
time-wait-sync
timedate timedate: fix emitted value when ntp client is enabled/disabled (#11951) 2019-03-10 20:44:21 +01:00
timesync timesyncd: Improve sync log message. Fixes #11548. 2019-01-24 23:52:24 +01:00
tmpfiles tmpfiles: pass arg_root to chase_symlinks as the root prefix 2019-02-28 13:06:07 -05:00
tty-ask-password-agent
udev Merge pull request #11943 from yuwata/device-action-seqnum-cleanups 2019-03-12 13:17:33 +01:00
update-done
update-utmp
user-sessions
vconsole vconsole-setup: fonts copy will fail if the current terminal is in graphical mode 2018-12-13 08:30:20 +01:00
veritysetup generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
version meson: make version a dependency and use it in libbasic 2019-01-22 14:39:38 +01:00
volatile-root volatile-root: export original root 2019-03-01 14:11:07 +01:00