NetworkManager/src/dhcp
Thomas Haller b537c0388a all: drop _nm_utils_bin2hexstr()
We already have nm_utils_bin2hexstr() and _nm_utils_bin2hexstr_full().
This is confusing.

  - nm_utils_bin2hexstr() is public API of libnm. Also, it has
    a last argument @final_len to truncate the string at that
    length.
    It uses no delimiter and lower-case characters.

  - _nm_utils_bin2hexstr_full() does not do any truncation, but
    it has options to specify a delimiter, the character case,
    and to update a given buffer in-place. Also, like
    nm_utils_bin2hexstr() and _nm_utils_bin2hexstr() it can
    allocate a new buffer on demand.

  - _nm_utils_bin2hexstr() would use ':' as delimiter and make
    the case configurable. Also, it would always allocate the returned
    buffer.

It's too much and confusing. Drop _nm_utils_bin2hexstr() which is internal
API and just a wrapper around _nm_utils_bin2hexstr_full().
2018-09-30 13:36:57 +02:00
..
tests dhcp: save root-path in the state file 2018-09-18 17:40:47 +02:00
meson.build build: create "config-extra.h" header instead of passing directory variables via CFLAGS 2018-07-17 17:46:39 +02:00
nm-dhcp-client-logging.h core/dhcp: use addr-family parameter for instead of boolean 2017-09-11 15:05:57 +02:00
nm-dhcp-client.c dhcp: return error reason from DHCP client start 2018-09-12 10:40:07 +02:00
nm-dhcp-client.h dhcp: return error reason from DHCP client start 2018-09-12 10:40:07 +02:00
nm-dhcp-dhclient-utils.c dhcp: save root-path in the state file 2018-09-18 17:40:47 +02:00
nm-dhcp-dhclient-utils.h dhcp: remove unused nm_dhcp_dhclient_read_lease_ip_configs() function 2018-03-20 21:03:20 +01:00
nm-dhcp-dhclient.c dhcp: dhclient: fix memory leak 2018-09-27 09:23:54 +02:00
nm-dhcp-dhcpcanon.c dhcp: return error reason from DHCP client start 2018-09-12 10:40:07 +02:00
nm-dhcp-dhcpcd.c build: remove check on dhcpcd version number 2018-09-13 14:35:14 +02:00
nm-dhcp-helper-api.h build: rename "src/dhcp-manager" to "src/dhcp" 2016-11-21 14:07:47 +01:00
nm-dhcp-helper.c docs: misc. typos pt2 2018-09-17 11:26:13 +02:00
nm-dhcp-listener.c all: use the elvis operator wherever possible 2018-05-10 14:36:58 +02:00
nm-dhcp-listener.h build: rename "src/dhcp-manager" to "src/dhcp" 2016-11-21 14:07:47 +01:00
nm-dhcp-manager.c config: add --configure-and-quit=initrd mode 2018-09-18 17:40:47 +02:00
nm-dhcp-manager.h dhcp: return error reason from DHCP client start 2018-09-12 10:40:07 +02:00
nm-dhcp-systemd.c config: add --configure-and-quit=initrd mode 2018-09-18 17:40:47 +02:00
nm-dhcp-utils.c all: drop _nm_utils_bin2hexstr() 2018-09-30 13:36:57 +02:00
nm-dhcp-utils.h dhcp: drop NMDhcpDuidEnforce type 2018-06-20 11:39:27 +02:00