NetworkManager/src/core/dhcp
Thomas Haller 047d2c1d92
all: prefer g_snprintf() over snprintf()
While both functions are basically the same, the majority of the time
we use g_snprintf(). There is no strong reason to prefer one or the
other, but let's keep using one variant.
2021-08-26 23:05:13 +02:00
..
tests platform: move more platform code to src/libnm-platform/ 2021-03-05 11:27:16 +01:00
meson.build build: remove shared/ directory 2021-02-24 12:49:13 +01:00
nm-dhcp-client-logging.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-dhcp-client.c dhcp: ensure NMDhcpClient was stopped in destructor 2021-08-11 14:17:25 +02:00
nm-dhcp-client.h dhcp: stop tracking NMDhcpClient instances from NMDhcpManager 2021-08-11 14:17:25 +02:00
nm-dhcp-dhclient-utils.c all: prefer g_snprintf() over snprintf() 2021-08-26 23:05:13 +02:00
nm-dhcp-dhclient-utils.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-dhcp-dhclient.c clang-format: use "IndentPPDirectives:None" instead of "BeforeHash" 2021-07-09 08:49:06 +02:00
nm-dhcp-dhcpcanon.c clang-format: use "IndentPPDirectives:None" instead of "BeforeHash" 2021-07-09 08:49:06 +02:00
nm-dhcp-dhcpcd.c clang-format: use "IndentPPDirectives:None" instead of "BeforeHash" 2021-07-09 08:49:06 +02:00
nm-dhcp-helper-api.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-dhcp-helper.c clang-format: use "IndentPPDirectives:None" instead of "BeforeHash" 2021-07-09 08:49:06 +02:00
nm-dhcp-listener.c dhcp: minor cleanup of DHCP plugin factory 2021-06-23 13:11:56 +02:00
nm-dhcp-listener.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-dhcp-manager.c dhcp: stop tracking NMDhcpClient instances from NMDhcpManager 2021-08-11 14:17:25 +02:00
nm-dhcp-manager.h dhcp: refactor DHCP anycast_address to be property of NMDhcpClient 2021-05-18 09:41:52 +02:00
nm-dhcp-nettools.c dhcp: don't log plain pointer values for debugging 2021-08-05 15:52:01 +02:00
nm-dhcp-options.c dhcp: add internal option for the boot file name 2021-07-27 09:36:32 +02:00
nm-dhcp-options.h dhcp: add internal option for the boot file name 2021-07-27 09:36:32 +02:00
nm-dhcp-systemd.c dhcp: don't log plain pointer values for debugging 2021-08-05 15:52:01 +02:00
nm-dhcp-utils.c all: rename nm_utils_strsplit_set*() to nm_strsplit_set*() 2021-08-02 09:26:47 +02:00
nm-dhcp-utils.h dhcp/nettools: make data pointer const 2021-02-11 09:23:18 +01:00