summaryrefslogtreecommitdiff
path: root/src/dhcp/nm-dhcp-systemd.c
Commit message (Expand)AuthorAgeFilesLines
* dhcp: internal: drop plugin logging of the lease optionsFrancesco Giudici2019-09-131-88/+20
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* dhcp: internal: use the shared function to retrieve the lease file pathFrancesco Giudici2019-09-051-35/+5
* 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-3/+18
* dhcp: internal: fix the logging message for the lease timeFrancesco Giudici2019-07-241-5/+6
* dhcp: internal: Prefer nm_assert() to g_assert()Francesco Giudici2019-07-241-1/+1
* dhcp/internal: move dhcp options management to shared dhcp codebaseFrancesco Giudici2019-07-051-290/+116
* dhcp/internal: expose on D-Bus all the private dhcp optionsFrancesco Giudici2019-07-051-0/+85
* dhcp/internal: expose on D-Bus some more dhcp optionsFrancesco Giudici2019-07-051-2/+46
* dhcp/internal: expose on D-Bus the lease time dhcp optionFrancesco Giudici2019-07-051-3/+4
* dhcp/internal: decrease logging level when retrieving dhcp optionsFrancesco Giudici2019-07-051-32/+62
* dhcp: systemd: relicense as LGPLBeniamino Galvani2019-06-271-4/+5
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* systemd: merge branch systemd into masterThomas Haller2019-05-141-2/+6
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* shared: split C-only helper "shared/nm-std-aux" utils out of "shared/nm-utils"Thomas Haller2019-04-181-1/+1
* dhcp/internal: handle localhost and 0.0.0.0 DNS/NTP servers speciallyThomas Haller2019-02-201-7/+9
* dhcp/internal: handle multiple Router options in internal DHCP clintThomas Haller2019-02-201-16/+35
* systemd: dhcp: handle multiple addresses for "Router" (option 3) in DHCP libraryThomas Haller2019-02-191-4/+6
* dhcp/internal: cleanup logging and failure handling in lease_to_ip4_config()Thomas Haller2019-02-191-46/+46
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* all: fix misspellingsRafael Fontenelle2019-01-241-1/+1
* dhcp: default ipv4.dhcp-client-id of internal plugin to "mac"Thomas Haller2019-01-071-2/+1
* core/trivial: rename nm_utils_detect_arp_type_from_addrlen() to nm_utils_arp_...Thomas Haller2019-01-071-2/+2
* dhcp/trivial: add comment about requiring DHCP client-id for infinibandThomas Haller2019-01-071-0/+2
* core: allow addresses with zero prefix lengthThomas Haller2018-12-191-1/+0
* dhcp: fix static-route handling for intenal client and support multiple defau...Thomas Haller2018-12-191-57/+115
* dhcp: request classless-static-route option first according to RFC 3442Thomas Haller2018-12-191-2/+7
* dhcp: minor cleanup parsing default route for internal clientThomas Haller2018-12-191-10/+6
* dhcp: cleanup parsing of DHCP lease for internal clientThomas Haller2018-12-191-108/+109
* dhcp: let lease_to_ip4_config() allocate option hashThomas Haller2018-12-191-16/+26
* dhcp: fix signedness of loop variable in lease_to_ip4_config()Thomas Haller2018-12-191-2/+2
* dhcp: cleanup static option list for internal clientThomas Haller2018-12-191-56/+70
* dhcp: don't request DHCP6 client-id option with internal clientThomas Haller2018-12-191-1/+1
* dhcp: cleanup error paths in bound4_handle() and bound6_handle()Thomas Haller2018-12-191-20/+21
* all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-191-16/+21
* core: add nm_utils_detect_arp_type_from_addrlen() helperThomas Haller2018-12-141-19/+6
* dhcp: always explicitly set IAID of internal DHCPv6 clientThomas Haller2018-11-291-0/+12
* dhcp: always require hwaddr in internal DHCP clint ip6_start()Thomas Haller2018-11-131-19/+16
* dhcp: cleanup error handling in internal DHCP client's startThomas Haller2018-11-131-77/+79
* dhcp: don't load IPv4 client-id from lease fileThomas Haller2018-11-131-15/+0
* dhcp: cleanup initializing IPv4 client-id for internal DHCPThomas Haller2018-11-131-73/+80
* dhcp: don't pass duid to client ip6_start() and stop()Thomas Haller2018-11-131-6/+8
* all: remove \n endings from log callsLubomir Rintel2018-10-121-1/+1
* config: add --configure-and-quit=initrd modeLubomir Rintel2018-09-181-4/+25
* dhcp: save root-path in the state fileLubomir Rintel2018-09-181-0/+8
* dhcp: return error reason from DHCP client startThomas Haller2018-09-121-38/+41
* dhcp: use NMIPConfig type for argument of nm_dhcp_client_set_state()Thomas Haller2018-05-261-2/+2
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0