1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-08 11:27:32 +03:00
systemd/src/network
Daniel Mack 4c1fc3e404 fileio: consolidate write_string_file*()
Merge write_string_file(), write_string_file_no_create() and
write_string_file_atomic() into write_string_file() and provide a flags mask
that allows combinations of atomic writing, newline appending and automatic
file creation. Change all users accordingly.
2015-07-06 19:19:25 -04:00
..
.gitignore Revert "update gitignore" 2014-05-22 06:14:41 +09:00
Makefile networkd: add a basic network daemon 2013-11-09 23:41:17 +01:00
networkctl.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-address-pool.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-address.c firewall: rename fw-util.[ch] → firewall-util.[ch] 2015-06-15 14:08:02 +02:00
networkd-dhcp4.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-dhcp6.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-fdb.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-ipv4ll.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-link-bus.c networkd: link_object_find - don't accept invalid input 2015-02-09 22:02:32 +01:00
networkd-link.c fileio: consolidate write_string_file*() 2015-07-06 19:19:25 -04:00
networkd-link.h sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-manager-bus.c networkd: gracefully handle failure to emit signals when dbus is not connected 2015-02-05 18:02:42 +01:00
networkd-manager.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-netdev-bond.c sd-netlink: don't export internal type-system details 2015-06-24 13:46:15 +02:00
networkd-netdev-bond.h sd-netlink: don't export internal type-system details 2015-06-24 13:46:15 +02:00
networkd-netdev-bridge.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-netdev-bridge.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-dummy.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-netdev-dummy.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-gperf.gperf networkd man: fix man and config name. 2015-04-21 11:17:37 +02:00
networkd-netdev-ipvlan.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-netdev-ipvlan.h networkd: netdev - add ipvlan support 2015-01-19 23:25:16 +01:00
networkd-netdev-macvlan.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-netdev-macvlan.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-tunnel.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-netdev-tunnel.h networkd: introduce vti6 tunnel 2015-04-29 21:54:00 +02:00
networkd-netdev-tuntap.c networkd: tuntap improve logging 2015-06-14 11:18:28 +05:30
networkd-netdev-tuntap.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-veth.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-netdev-veth.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-vlan.c networkd: vlan improve logging 2015-06-19 12:03:38 +05:30
networkd-netdev-vlan.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-vxlan.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-netdev-vxlan.h networkd vxlan: Add support for enabling UDP checksums 2015-04-20 20:09:32 +02:00
networkd-netdev.c networkd: netdev - avoid hanging transactions in failure cases 2015-06-29 14:26:36 +02:00
networkd-netdev.h sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-network-bus.c remove unused includes 2015-02-23 23:53:42 +01:00
networkd-network-gperf.gperf networkd: Add support for ipv6 privacy extension 2015-07-05 11:24:31 +05:30
networkd-network.c networkd: various fixes for the IPv6 privacy extensions support 2015-07-06 20:37:22 +02:00
networkd-route.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-wait-online-link.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-wait-online-link.h sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-wait-online-manager.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd-wait-online.c everywhere: port everything to sigprocmask_many() and friends 2015-06-15 20:13:23 +02:00
networkd-wait-online.h sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
networkd.c Fix error message for enumerate addresses 2015-07-03 19:22:42 +09:00
networkd.h networkd: various fixes for the IPv6 privacy extensions support 2015-07-06 20:37:22 +02:00
org.freedesktop.network1.conf networkd: add basic dbus API 2015-02-05 11:50:34 +01:00
org.freedesktop.network1.service networkd: add basic dbus API 2015-02-05 11:50:34 +01:00
test-network-tables.c sd-netlink: rename from sd-rtnl 2015-06-13 19:52:54 +02:00
test-network.c networkd: refactor socket activation a bit 2015-02-03 22:20:38 +01:00