summaryrefslogtreecommitdiff
path: root/src/dhcp/nm-dhcp-dhclient.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* dhcp: dhclient: use the shared function to retrieve the lease file pathFrancesco Giudici2019-09-051-24/+2
* dhcp: prefer nm_assert() to g_assert*()Francesco Giudici2019-09-051-1/+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: store dhclient's pid file in "/var/run/NetworkManager" instead of "/var...Thomas Haller2019-05-201-1/+1
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-2/+2
* all: cache errno in local variable before using itThomas Haller2019-02-121-4/+6
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* dhcp/trivial: wrap lines in calling client_start()Thomas Haller2018-11-131-2/+12
* dhcp: minor refactoring return paths in NMDhcpDhclient.get_duid()Thomas Haller2018-11-131-13/+11
* dhcp: use cleanup attribute for get_dhclient_leasefile()Thomas Haller2018-11-131-15/+10
* dhcp: don't pass duid to client ip6_start() and stop()Thomas Haller2018-11-131-8/+5
* dhcp: refactor nm_dhcp_dhclient_save_duid() to accept original DUIDThomas Haller2018-11-131-4/+1
* dhcp: don't re-read DHCP client ID from configuration file for dhclientThomas Haller2018-11-131-19/+0
* dhcp: dhclient: fix memory leakBeniamino Galvani2018-09-271-0/+1
* config: add --configure-and-quit=initrd modeLubomir Rintel2018-09-181-0/+19
* dhcp: return error reason from DHCP client startThomas Haller2018-09-121-69/+106
* dhcp: fix leak in dhclient's dhclient_start()Thomas Haller2018-09-101-2/+6
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-1/+1
* dhcp: look for DUID in both private and global DHCP client lease filesFrancesco Giudici2018-06-201-2/+2
* dhcp: allow to skip DUID search from DHCP client global configurationFrancesco Giudici2018-06-091-2/+2
* dhcp: remove fallback DUID-UUID generation from dhcp codeFrancesco Giudici2018-06-091-2/+1
* dhcp: refactor dhclient_start() to use cleanup attributeThomas Haller2018-05-261-45/+45
* dhcp: cache errno in nm_dhcp_client_stop_existing() before using itThomas Haller2018-05-261-4/+6
* dhcp: minor cleanup initializing name of leasefile for NMDhcpDhclintThomas Haller2018-05-261-17/+11
* dhcp: fix leaking error in dhclient_start()Thomas Haller2018-05-261-0/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-3/+0
* dhcp: remove unused nm_dhcp_manager_get_lease_ip_configs() functionThomas Haller2018-03-201-27/+0
* dhcp: refactor type of NMDhcpClient duid to be GBytesThomas Haller2018-02-151-6/+6
* dhcp: cache info-only parameter in NMDhcpClientThomas Haller2018-02-151-2/+5
* dhcp: chain up parent stop() for NMDhcpSystem clientThomas Haller2018-02-151-1/+0
* dhcp: fix memleak parsing dhclient file with multiple dhcp-client-identifier ...Thomas Haller2018-02-151-1/+3
* all: replace non-leading tabs with spacesThomas Haller2018-02-071-4/+4
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-10/+7
* core: use ipv4.route-table setting for other IPv4 routesThomas Haller2017-10-091-0/+1
* dhcp/trivial: rename "priority" variables to "route_metric" in DHCP codeThomas Haller2017-10-061-1/+1
* dhcp: dhclient: remove the --timeout argument from the command lineFrancesco Giudici2017-09-151-17/+12
* core/dhcp: use addr-family parameter for instead of booleanThomas Haller2017-09-111-35/+45
* dhcp: dhclient: fix daemon start when dhcp-timeout is specifiedFrancesco Giudici2017-09-111-1/+1
* core: pass NMDedupMultiIndex instance to NMIP4Config and otherThomas Haller2017-07-051-2/+5
* dhcp: simplify how hostname and FQDN are passed down to backendsBeniamino Galvani2017-05-041-8/+9
* dhcp: dhclient: Allow unqualified fqdn.fqdn for DHCPv6Jonas Jonsson2017-05-031-3/+0
* dhcp: dhclient: fix timeout greater than 60 secondsBeniamino Galvani2017-05-021-0/+13
* build: rename "src/dhcp-manager" to "src/dhcp"Thomas Haller2016-11-211-0/+706