summaryrefslogtreecommitdiff
path: root/src/dhcp/nm-dhcp-dhclient-utils.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-714/+0
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller2020-12-221-0/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-19/+19
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-612/+591
* core: honor the ipv4.dhcp-reject-servers propertyBeniamino Galvani2020-08-261-0/+14
* all: fix typo in man pagesSayed Shah2020-07-031-1/+1
* dhcp: rename mudurl to mud_urlThomas Haller2020-04-241-12/+12
* dhcp: add support for MUD URL (RFC 8520)Eliot Lear2020-04-241-2/+24
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* dhcp: support FQDN flags in the dhclient backendBeniamino Galvani2019-11-281-21/+36
* dhcp: include conditionals from existing dhclient configurationBeniamino Galvani2019-10-101-11/+32
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* dhcp: prefer nm_assert() to g_assert*()Francesco Giudici2019-09-051-1/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* dhcp: cleanup nm_dhcp_dhclient_create_config()Thomas Haller2019-04-101-24/+27
* dhcp: cleanup nm_dhcp_dhclient_read_duid()Thomas Haller2019-04-101-18/+22
* dhcp: cleanup grab_request_options()Thomas Haller2019-04-101-17/+28
* dhcp: cleanup nm_dhcp_dhclient_save_duid()Thomas Haller2019-04-101-23/+20
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* all: don't use "static inline" in source filesThomas Haller2019-02-061-1/+1
* dhcp: don't request DHCP6 client-id option with internal clientThomas Haller2018-12-191-0/+2
* dhcp: minor refactoring return paths in NMDhcpDhclient.get_duid()Thomas Haller2018-11-131-0/+1
* dhcp: refactor nm_dhcp_dhclient_save_duid() to accept original DUIDThomas Haller2018-11-131-1/+10
* dhcp: drop unused nm_dhcp_dhclient_get_client_id_from_config_file()Thomas Haller2018-11-131-23/+0
* build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller2018-11-121-0/+1
* dhcp: save root-path in the state fileLubomir Rintel2018-09-181-0/+1
* dhcp/trivial: add fixme comments to nm_dhcp_dhclient_unescape_duid()Thomas Haller2018-08-221-0/+7
* dhcp/dhclient-utils: skip over dhclient.conf blocksLubomir Rintel2018-07-231-8/+15
* dhclient: always update the DUID in the lease fileFrancesco Giudici2018-06-071-12/+20
* dhclient: fix updating the DUID in multiline lease filesFrancesco Giudici2018-06-071-2/+7
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* dhcp: remove unused nm_dhcp_dhclient_read_lease_ip_configs() functionThomas Haller2018-03-201-256/+0
* dhclient: write client-id with backslash and quotes as hexBeniamino Galvani2018-03-151-1/+1
* dhcp: dhclient: set type 0 for printable client IDsBeniamino Galvani2018-03-151-8/+38
* dhcp: refactor type of NMDhcpClient duid to be GBytesThomas Haller2018-02-151-8/+15
* dhcp: fix memleak parsing dhclient file with multiple dhcp-client-identifier ...Thomas Haller2018-02-151-0/+3
* dhcp: cleanup handling of ipv4.dhcp-client-id and avoid assertion failureThomas Haller2018-01-041-3/+5
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+1
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-1/+15
* dhcp: dhclient: remove the --timeout argument from the command lineFrancesco Giudici2017-09-151-1/+23
* core/dhcp: use addr-family parameter for instead of booleanThomas Haller2017-09-111-12/+14
* all: use _nm_utils_ip4_*() utils functionsThomas Haller2017-09-051-1/+1
* dhcp/dhclient: improve "interface" statement parsingJonathan Kang2017-07-101-1/+2
* core: pass NMDedupMultiIndex instance to NMIP4Config and otherThomas Haller2017-07-051-2/+6
* dhcp: allow FQDNs in ipv4.dhcp-hostnameBeniamino Galvani2017-05-041-12/+2
* dhcp: simplify how hostname and FQDN are passed down to backendsBeniamino Galvani2017-05-041-20/+22
* dhcp: dhclient: Allow unqualified fqdn.fqdn for DHCPv6Jonas Jonsson2017-05-031-4/+1