summaryrefslogtreecommitdiff
path: root/src/dhcp/nm-dhcp-client.c
Commit message (Expand)AuthorAgeFilesLines
* dhcp: log the dhcp options got in the lease once for all pluginFrancesco Giudici2019-09-131-9/+11
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+2
* dhcp: prefer nm_assert() to g_assert*()Francesco Giudici2019-09-051-1/+1
* dhcp/dhclient: expose the private_xyz labels for dhcp private optionsFrancesco Giudici2019-07-051-3/+47
* dhcp: pass broadcast address to clientsBeniamino Galvani2019-07-051-0/+24
* dhcp: support notifying the client of the result of DADTom Gundersen2019-07-051-0/+30
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* dhcp: use g_return_if_fail() instead of g_assert() in nm_dhcp_client_start_ti...Thomas Haller2019-05-161-1/+2
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-2/+2
* all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* dhcp: drop unused variableLubomir Rintel2018-11-191-1/+0
* dhcp: initialize hostname as construct-propertyThomas Haller2018-11-141-8/+14
* dhcp: cleanup initializing IPv4 client-id for internal DHCPThomas Haller2018-11-131-1/+3
* dhcp: don't pass duid to client ip6_start() and stop()Thomas Haller2018-11-131-6/+5
* dhcp: merge "duid" and "client_id" field in NMDhcpClientThomas Haller2018-11-131-19/+12
* dhcp: don't re-read DHCP client ID from configuration file for dhclientThomas Haller2018-11-131-2/+2
* core: refactor loading machine-id and cache itThomas Haller2018-11-131-1/+0
* dhcp: log client-id of DHCP instanceThomas Haller2018-10-181-0/+9
* dhcp: introduce terminated dhcp-stateBeniamino Galvani2018-10-151-13/+8
* dhcp: return error reason from DHCP client startThomas Haller2018-09-121-4/+10
* dhcp: allowing changing route metric and route tableBeniamino Galvani2018-08-081-5/+28
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-2/+2
* dhcp: look for DUID in both private and global DHCP client lease filesFrancesco Giudici2018-06-201-2/+2
* dhcp: drop NMDhcpDuidEnforce typeFrancesco Giudici2018-06-201-5/+2
* dhcp: allow to skip DUID search from DHCP client global configurationFrancesco Giudici2018-06-091-13/+8
* dhcp: remove fallback DUID-UUID generation from dhcp codeFrancesco Giudici2018-06-091-62/+4
* libnm-core: add ipv6.dhcp-duid propertyFrancesco Giudici2018-06-081-4/+19
* dhclient: always update the DUID in the lease fileFrancesco Giudici2018-06-071-4/+4
* dhcp: cache errno in nm_dhcp_client_stop_existing() before using itThomas Haller2018-05-261-2/+4
* dhcp: use NMIPConfig type for argument of nm_dhcp_client_set_state()Thomas Haller2018-05-261-11/+10
* dhcp: use cleanup attribute in nm_dhcp_client_handle_event()Thomas Haller2018-05-261-22/+19
* core: minor cleanup using helpers NM_IN_STRSET() and nm_utils_strdict_get_keys()Thomas Haller2018-05-161-12/+5
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-1/+1
* dhcp: inject client-id in GBytes format from NMDevice to nm_dhcp_manager_star...Thomas Haller2018-02-151-16/+2
* dhcp: refactor type of NMDhcpClient duid to be GBytesThomas Haller2018-02-151-25/+18
* dhcp: refactor type of NMDhcpClient hwaddr to be GBytesThomas Haller2018-02-151-8/+4
* dhcp: initialize use_fqdn and info_only paramters in constructorThomas Haller2018-02-151-9/+19
* dhcp: cache info-only parameter in NMDhcpClientThomas Haller2018-02-151-2/+8
* dhcp: fix check for client-id in _set_client_id()Thomas Haller2018-01-091-0/+1
* dhcp: cleanup handling of ipv4.dhcp-client-id and avoid assertion failureThomas Haller2018-01-041-10/+57
* dhcp: track dhcp-client instances with CList instead of hash-tableThomas Haller2018-01-041-0/+4
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-2/+2
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+1
* shared: split random and hash utilsThomas Haller2017-10-171-0/+1
* dhcp: use nm_utils_random_bytes() for generating random DUIDThomas Haller2017-10-131-6/+1
* core: use ipv4.route-table setting for other IPv4 routesThomas Haller2017-10-091-0/+22
* dhcp/trivial: rename "priority" variables to "route_metric" in DHCP codeThomas Haller2017-10-061-12/+11
* dhcp: consider a timeout equal to MAXINT32 as infinityFrancesco Giudici2017-09-181-3/+12
* core/dhcp: use addr-family parameter for instead of booleanThomas Haller2017-09-111-34/+36