summaryrefslogtreecommitdiff
path: root/src/dhcp/nm-dhcp-dhcpcanon.c
Commit message (Expand)AuthorAgeFilesLines
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* dhcp: make "systemd" DHCP plugin configurableThomas Haller2019-08-131-1/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* dhcp: fallback to "internal" DHCP plugin if plugin does not support address f...Thomas Haller2019-06-111-13/+0
* all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* all: cache errno in local variable before using itThomas Haller2019-02-121-2/+5
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* dhcp: don't pass duid to client ip6_start() and stop()Thomas Haller2018-11-131-3/+3
* dhcp: don't re-read DHCP client ID from configuration file for dhclientThomas Haller2018-11-131-13/+0
* dhcp: return error reason from DHCP client startThomas Haller2018-09-121-38/+52
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-2/+0
* dhcp: remove unused nm_dhcp_manager_get_lease_ip_configs() functionThomas Haller2018-03-201-1/+0
* dhcp: refactor type of NMDhcpClient duid to be GBytesThomas Haller2018-02-151-3/+3
* dhcp: cache info-only parameter in NMDhcpClientThomas Haller2018-02-151-1/+0
* all: replace non-leading tabs with spacesThomas Haller2018-02-071-3/+3
* dhcp: add support for dhcpcanon clientjuga02017-10-301-0/+272