summaryrefslogtreecommitdiff
path: root/src/dhcp
Commit message (Expand)AuthorAgeFilesLines
* dhcp: cleanup build_signal_parameters() in nm-dhcp-helperThomas Haller2020-04-301-17/+30
* libnm,dhcp: use nm_clear_g_free() instead of nm_clear_pointer(, g_free)Thomas Haller2020-04-271-1/+1
* dhcp: set MUD URL in DHCPv6 request for systemd DHCP clientThomas Haller2020-04-241-0/+10
* dhcp: fix leaking mud_url in NMDhcpClientThomas Haller2020-04-241-0/+1
* dhcp: don't make mud-url property of NMDhcpClient readableThomas Haller2020-04-241-4/+1
* dhcp/nettools: cleanup setting error message from n-dhcp4 error codeThomas Haller2020-04-241-17/+31
* dhcp: abort on error setting DHCP MUD URL option for nettoolsThomas Haller2020-04-241-0/+1
* dhcp: rename mudurl to mud_urlThomas Haller2020-04-2412-61/+63
* dhcp: add support for MUD URL (RFC 8520)Eliot Lear2020-04-2412-5/+146
* dhcp-helper: retry in case of failure connecting to D-Bus unix socketBeniamino Galvani2020-04-211-9/+36
* meson: merge branch 'inigomartinez/meson-license'Thomas Haller2020-03-282-0/+4
|\
| * license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-172-0/+4
* | all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-233-6/+6
* | all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-233-5/+5
* | dhcp: clean source on dispatch failure (fix leak)Thomas Haller2020-03-031-1/+1
* | dhcp: clean source on dispatch failureBeniamino Galvani2020-03-031-0/+1
* | core: rename "nm-dhcp4-config.[ch]" to "nm-dhcp-config.[hc]" before mergeThomas Haller2020-02-211-1/+1
* | all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace2020-02-171-1/+1
* | nm-dhcp-client: use nm_assert() to check ifnameAntonio Cardace2020-02-171-2/+2
* | device: don't schedule grace timeout if dhcp-timeout is infinityThomas Haller2020-02-172-2/+3
|/
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-147-8/+8
* dhcp: nettools: move to failed state if event dispatch failsBeniamino Galvani2020-02-111-2/+12
* shared/trivial: rename time related functions to use "nsec"/"msec" abbreviati...Thomas Haller2020-02-101-1/+1
* dhcp: introduce EXTENDED state for renewalsBeniamino Galvani2020-01-304-22/+28
* all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-01-283-26/+26
* dhcp: don't add server-id option to the parameter request listBeniamino Galvani2020-01-251-1/+1
* dhcp/nettools: don't use GIOChannel to watch plain file descriptor for event fdThomas Haller2020-01-131-7/+11
* dhcp: nettools: handle 'retracted' event as 'expired'Beniamino Galvani2020-01-091-1/+1
* dhcp: nettools: start from init-reboot phase when reusing addressBeniamino Galvani2019-12-231-1/+3
* dhcp: nettools: fix parsing of classless routes optionBeniamino Galvani2019-12-231-1/+4
* dhcp: test parsing of domain-search optionBeniamino Galvani2019-12-233-14/+94
* dhcp: nettools: check return value of g_file_set_contents()Beniamino Galvani2019-12-181-6/+8
* dhcp: nettools: fix parsing of search domains optionBeniamino Galvani2019-12-171-2/+2
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-133-12/+12
* dhcp: support FQDN flags in the nettools backendBeniamino Galvani2019-11-281-22/+43
* dhcp: support FQDN flags in the dhclient backendBeniamino Galvani2019-11-288-26/+110
* dhcp: switch IPv4 "internal" DHCP client to use "nettools" backend instead of...Thomas Haller2019-11-231-1/+1
* dhcp/nettools: fix format-nonliteral warning for printf in nettools_log()Thomas Haller2019-11-221-0/+1
* nettools: enable loggingBeniamino Galvani2019-11-221-0/+22
* dhcp/nettools: fix assertion failure to calculate lease lifetimesThomas Haller2019-11-211-1/+1
* dhcp/nettools: exactly calculate lease lifetimesThomas Haller2019-11-201-21/+41
* dhcp/nettools: don't trim the "expiry" timestamp to 32 bitThomas Haller2019-11-201-9/+8
* dhcp/nettools: add siaddr to lease optionslr/nettools-siaddrLubomir Rintel2019-11-181-0/+11
* systemd: add siaddr to lease optionsLubomir Rintel2019-11-183-0/+11
* core: support ipvX.dhcp-iaid propertiesBeniamino Galvani2019-11-116-6/+68
* dhcp: truncate client-id for n-dhcp4 client at arbitrary limitThomas Haller2019-10-231-1/+3
* dhcp: ignore hostname when invalidbg/dhcp-invalid-hostnameBeniamino Galvani2019-10-171-0/+12
* dhcp: include conditionals from existing dhclient configurationBeniamino Galvani2019-10-102-12/+50
* all: unify format of our Copyright source code commentsThomas Haller2019-10-026-6/+6
* meson: Rename the compiler flags variableIñigo Martínez2019-10-011-2/+2