Systemd/src/network
Lennart Poettering aa8fbc74e3 fileio: drop "newline" parameter for env file parsers
Now that we don't (mis-)use the env file parser to parse kernel command
lines there's no need anymore to override the used newline character
set. Let's hence drop the argument and just "\n\r" always. This nicely
simplifies our code.
2018-11-14 17:01:54 +01:00
..
netdev tree-wide: use CONFIG_PARSER_PROTOTYPE() macro 2018-11-12 16:45:04 +09:00
wait-online wait-online: use hashmap_free_with_destructor() 2018-11-12 16:32:11 +09:00
fuzz-netdev-parser.c networkd: make netdev_load_one "public" and add a fuzzer for it 2018-11-06 19:01:32 +01:00
fuzz-network-parser.c networkd: make network_load_one "public" and add a fuzzer for it 2018-11-06 19:01:32 +01:00
meson.build networkd: make network_load_one "public" and add a fuzzer for it 2018-11-06 19:01:32 +01:00
networkctl.c tree-wide: do not assign unused return values 2018-09-23 17:18:50 +09:00
networkd-address-label.c network: allocate hashmap objects when they are required 2018-11-12 16:32:11 +09:00
networkd-address-label.h network: fixes related to NetworkConfigSection 2018-11-12 16:32:11 +09:00
networkd-address-pool.c network: use structured initializers 2018-11-12 16:32:10 +09:00
networkd-address-pool.h tree-wide: remove Lennart's copyright lines 2018-06-14 10:20:20 +02:00
networkd-address.c network: allocate hashmap objects when they are required 2018-11-12 16:32:11 +09:00
networkd-address.h tree-wide: drop double newline 2018-06-29 11:02:17 +09:00
networkd-brvlan.c sd-netlink: make sd_netlink_slot take its description 2018-10-16 18:42:23 +09:00
networkd-brvlan.h tree-wide: use proper unicode © instead of (C) where we can 2018-06-14 10:20:20 +02:00
networkd-conf.c network: accept additional time-value after ':' when DUIDType=link-layer-time 2018-08-08 10:15:00 +09:00
networkd-conf.h tree-wide: beautify remaining copyright statements 2018-06-14 10:20:21 +02:00
networkd-dhcp4.c network: add destroy callbacks for asynchronous netlink calls 2018-10-10 14:43:05 +09:00
networkd-dhcp6.c network: make netlink callbacks return 1 2018-10-10 14:43:05 +09:00
networkd-fdb.c network: allocate hashmap objects when they are required 2018-11-12 16:32:11 +09:00
networkd-fdb.h network: use NetworkConfigSection in fdb entries 2018-11-12 16:32:10 +09:00
networkd-gperf.gperf network: accept additional time-value after ':' when DUIDType=link-layer-time 2018-08-08 10:15:00 +09:00
networkd-ipv4ll.c network: add destroy callbacks for asynchronous netlink calls 2018-10-10 14:43:05 +09:00
networkd-ipv6-proxy-ndp.c network: use structured initializers 2018-11-12 16:32:10 +09:00
networkd-ipv6-proxy-ndp.h tree-wide: drop double newline 2018-06-29 11:02:17 +09:00
networkd-link-bus.c tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
networkd-link.c fileio: drop "newline" parameter for env file parsers 2018-11-14 17:01:54 +01:00
networkd-link.h networkd: keep bond slave up if already attached 2018-10-19 23:00:52 +02:00
networkd-lldp-tx.c fileio: drop "newline" parameter for env file parsers 2018-11-14 17:01:54 +01:00
networkd-lldp-tx.h tree-wide: use CONFIG_PARSER_PROTOTYPE() macro 2018-11-12 16:45:04 +09:00
networkd-manager-bus.c network: replace udev_device by sd_device 2018-08-23 04:57:39 +09:00
networkd-manager.c network: use hashmap_steal_first() rather than hashmap_first()+hashmap_remove() 2018-11-12 16:32:11 +09:00
networkd-manager.h network: replace udev_monitor by sd_device_monitor 2018-10-17 03:31:20 +09:00
networkd-ndisc.c network: make ndisc related handlers return negative errno but caller ignore the errors 2018-11-12 16:32:10 +09:00
networkd-ndisc.h tree-wide: drop double newline 2018-06-29 11:02:17 +09:00
networkd-network-bus.c tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
networkd-network-gperf.gperf network: fix offset for IPv6MTUByte= 2018-11-09 11:44:51 +09:00
networkd-network.c network: allocate hashmap objects when they are required 2018-11-12 16:32:11 +09:00
networkd-network.h network: allocate hashmap objects when they are required 2018-11-12 16:32:11 +09:00
networkd-radv.c network: allocate hashmap objects when they are required 2018-11-12 16:32:11 +09:00
networkd-radv.h tree-wide: beautify remaining copyright statements 2018-06-14 10:20:21 +02:00
networkd-route.c Merge pull request #10734 from yuwata/network-use-structured-initializers 2018-11-12 11:42:02 +01:00
networkd-route.h networkd: don't remove route 2018-11-06 13:28:12 +01:00
networkd-routing-policy-rule.c network: allocate hashmap objects when they are required 2018-11-12 16:32:11 +09:00
networkd-routing-policy-rule.h network: strdup iif and oif when creating RoutingPolicyRule object 2018-09-27 17:48:34 +09:00
networkd-util.c tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
networkd-util.h tree-wide: drop double newline 2018-06-29 11:02:17 +09:00
networkd.c network: replace udev_device by sd_device 2018-08-23 04:57:39 +09:00
networkd.conf network: provide default networkd.conf 2018-06-26 03:34:49 +09:00
org.freedesktop.network1.conf networkd: add basic dbus API 2015-02-05 11:50:34 +01:00
org.freedesktop.network1.service Add SPDX license headers to various assorted files 2017-11-19 19:08:15 +01:00
systemd-networkd.pkla network: request product UUID when DUIDType=uuid but DUIDRawData= is not set 2018-08-08 10:15:00 +09:00
systemd-networkd.rules network: request product UUID when DUIDType=uuid but DUIDRawData= is not set 2018-08-08 10:15:00 +09:00
test-network-tables.c test: add tests for string tables for lldp and ndisc events 2018-11-06 20:15:09 +09:00
test-network.c tests: use a helper function to parse environment and open logging 2018-09-14 09:29:57 +02:00
test-networkd-conf.c network: allocate hashmap objects when they are required 2018-11-12 16:32:11 +09:00
test-routing-policy-rule.c tests: use a helper function to parse environment and open logging 2018-09-14 09:29:57 +02:00