summaryrefslogtreecommitdiff
path: root/src/dhcp/nm-dhcp-client.h
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-233/+0
* DHCP: Support dhcpcd-9.xRoy Marples2021-01-261-0/+3
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+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-8/+8
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-136/+129
* core: honor the ipv4.dhcp-reject-servers propertyBeniamino Galvani2020-08-261-0/+5
* core: add support for dhcpv4 vendor class identifier optionAntonio Cardace2020-08-261-16/+19
* dhcp: rename mudurl to mud_urlThomas Haller2020-04-241-2/+2
* dhcp: add support for MUD URL (RFC 8520)Eliot Lear2020-04-241-0/+2
* device: don't schedule grace timeout if dhcp-timeout is infinityThomas Haller2020-02-171-2/+2
* dhcp: introduce EXTENDED state for renewalsBeniamino Galvani2020-01-301-1/+2
* dhcp: support FQDN flags in the dhclient backendBeniamino Galvani2019-11-281-0/+3
* core: support ipvX.dhcp-iaid propertiesBeniamino Galvani2019-11-111-0/+6
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-1/+2
* dhcp: systemd: support DHCPv6 prefix delegationBeniamino Galvani2019-09-301-0/+3
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+2
* dhcp: minor refactoring to switch default IPv4 DHCP plugin to "nettools" with...Thomas Haller2019-08-131-0/+2
* dhcp: make "systemd" DHCP plugin configurableThomas Haller2019-08-131-1/+4
* dhcp: pass broadcast address to clientsBeniamino Galvani2019-07-051-11/+14
* dhcp: add nettools dhcp4 clientTom Gundersen2019-07-051-0/+1
* dhcp: support notifying the client of the result of DADTom Gundersen2019-07-051-0/+14
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* dhcp: initialize hostname as construct-propertyThomas Haller2018-11-141-2/+1
* dhcp: don't pass duid to client ip6_start() and stop()Thomas Haller2018-11-131-3/+1
* dhcp: don't re-read DHCP client ID from configuration file for dhclientThomas Haller2018-11-131-6/+0
* dhcp: introduce terminated dhcp-stateBeniamino Galvani2018-10-151-0/+1
* dhcp: return error reason from DHCP client startThomas Haller2018-09-121-6/+8
* dhcp: allowing changing route metric and route tableBeniamino Galvani2018-08-081-0/+4
* 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-3/+1
* dhcp: drop NMDhcpDuidEnforce typeFrancesco Giudici2018-06-201-1/+1
* dhcp: allow to skip DUID search from DHCP client global configurationFrancesco Giudici2018-06-091-1/+3
* libnm-core: add ipv6.dhcp-duid propertyFrancesco Giudici2018-06-081-0/+3
* dhcp: use NMIPConfig type for argument of nm_dhcp_client_set_state()Thomas Haller2018-05-261-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* dhcp: remove unused nm_dhcp_manager_get_lease_ip_configs() functionThomas Haller2018-03-201-7/+0
* dhcp: inject client-id in GBytes format from NMDevice to nm_dhcp_manager_star...Thomas Haller2018-02-151-3/+1
* dhcp: refactor type of NMDhcpClient duid to be GBytesThomas Haller2018-02-151-4/+4
* dhcp: refactor type of NMDhcpClient hwaddr to be GBytesThomas Haller2018-02-151-1/+1
* dhcp: initialize use_fqdn and info_only paramters in constructorThomas Haller2018-02-151-10/+14
* dhcp: cache info-only parameter in NMDhcpClientThomas Haller2018-02-151-1/+2
* dhcp: cleanup handling of ipv4.dhcp-client-id and avoid assertion failureThomas Haller2018-01-041-1/+8
* dhcp: track dhcp-client instances with CList instead of hash-tableThomas Haller2018-01-041-0/+1
* dhcp: add support for dhcpcanon clientjuga02017-10-301-0/+1
* core: use ipv4.route-table setting for other IPv4 routesThomas Haller2017-10-091-0/+4
* dhcp/trivial: rename "priority" variables to "route_metric" in DHCP codeThomas Haller2017-10-061-3/+3
* dhcp: consider a timeout equal to MAXINT32 as infinityFrancesco Giudici2017-09-181-0/+2
* core/dhcp: use addr-family parameter for instead of booleanThomas Haller2017-09-111-4/+4
* device: enable support for ipv6.dhcp-timeoutThomas Haller2017-09-111-0/+2