summaryrefslogtreecommitdiff
path: root/src/dhcp/nm-dhcp-nettools.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-1533/+0
* 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-57/+57
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-1230/+1204
* dhcp: nettools: change event handler signatureBeniamino Galvani2020-08-261-6/+4
* core: honor the ipv4.dhcp-reject-servers propertyBeniamino Galvani2020-08-261-2/+17
* dhcp: implement dhcp-vendor-class-identifier option for internal DHCP clientAntonio Cardace2020-08-261-0/+20
* dhcp: nettools: parse some missing optionbg/nettools-optionsBeniamino Galvani2020-08-241-0/+38
* dhcp: nettools: use generic function to parse address listsBeniamino Galvani2020-08-241-12/+19
* dhcp/nettools: don't use systemd header "hostname-util.h" in "nm-dhcp-nettool...Thomas Haller2020-08-051-3/+2
* all: fix minor typosYuri Chornoivan2020-07-071-1/+1
* nettools: reimport nettools' n-dhcp4 and rework loggingThomas Haller2020-06-031-23/+14
* libnm,dhcp: use nm_clear_g_free() instead of nm_clear_pointer(, g_free)Thomas Haller2020-04-271-1/+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-241-7/+9
* dhcp: add support for MUD URL (RFC 8520)Eliot Lear2020-04-241-0/+10
* 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
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-1/+1
* 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-301-5/+5
* all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-01-281-11/+11
* 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-231-14/+37
* 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-131-7/+7
* dhcp: support FQDN flags in the nettools backendBeniamino Galvani2019-11-281-22/+43
* 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
* dhcp: truncate client-id for n-dhcp4 client at arbitrary limitThomas Haller2019-10-231-1/+3
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* dhcp/nettools: round time difference when calculating the lease lifetimeThomas Haller2019-09-231-1/+1
* dhcp: nettools: drop useless "options" GHashTable checksFrancesco Giudici2019-09-131-8/+5
* dhcp: nettools: add utf8 checking on the wpad optionFrancesco Giudici2019-09-131-3/+6
* dhcp: nettools: drop the 'iface' parameter when no more usedFrancesco Giudici2019-09-131-25/+13
* dhcp: nettools: drop plugin logging of the lease optionsFrancesco Giudici2019-09-131-38/+17
* dhcp: nettools: retrieve and expose the private dhcp optionsFrancesco Giudici2019-09-131-0/+38
* dhcp: nettools: retrieve and expose the expiry timeFrancesco Giudici2019-09-131-8/+41
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1