summaryrefslogtreecommitdiff
path: root/src/dhcp/nm-dhcp-dhclient.c
Commit message (Expand)AuthorAgeFilesLines
* 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