summaryrefslogtreecommitdiff
path: root/src/dhcp
AgeCommit message (Expand)AuthorFilesLines
2017-10-30dhcp: add support for dhcpcanon clientjuga04-2/+278
2017-10-18dhcp: include "nm-dhcp-manager.h" in "nm-dhcp-listener.c"Thomas Haller1-0/+1
2017-10-18core,clients: use our own string hashing function nm_str_hash()Thomas Haller4-5/+5
2017-10-17shared: split random and hash utilsThomas Haller1-0/+1
2017-10-13dhcp: use nm_utils_random_bytes() for generating random DUIDThomas Haller1-6/+1
2017-10-10core: rework tracking of gateway/default-route in ip-configThomas Haller7-43/+101
2017-10-09core: use ipv4.route-table setting for other IPv4 routesThomas Haller9-11/+62
2017-10-06dhcp/trivial: rename "priority" variables to "route_metric" in DHCP codeThomas Haller9-49/+46
2017-10-04dhcp: cleanup handling method-call in DHCP listenerThomas Haller1-29/+32
2017-09-21dhcp: use systemd defines for DHCP optionsThomas Haller1-36/+34
2017-09-21systemd: merge branch systemd into masterThomas Haller1-1/+1
2017-09-18dhcp: consider a timeout equal to MAXINT32 as infinityFrancesco Giudici2-3/+14
2017-09-15dhcp: dhclient: remove the --timeout argument from the command lineFrancesco Giudici4-39/+57
2017-09-11core/dhcp: use addr-family parameter for instead of booleanThomas Haller10-133/+163
2017-09-11device: enable support for ipv6.dhcp-timeoutThomas Haller3-7/+8
2017-09-11dhcp: dhclient: fix daemon start when dhcp-timeout is specifiedFrancesco Giudici1-1/+1
2017-09-08core: return new route from _nm_ip_config_add_obj()Thomas Haller2-4/+4
2017-09-08core/trivial: rename test functions _nmtst_nm_ip*_config_*() to _nmtst_ip*_co...Thomas Haller2-9/+9
2017-09-05all: use _nm_utils_ip4_*() utils functionsThomas Haller2-4/+4
2017-07-25core: prevent invalid routes in NMIP4Config/NMIP6ConfigThomas Haller2-4/+6
2017-07-25core: track addresses for NMIP4Config/NMIP6Config via NMDedupMultiIndexThomas Haller2-9/+11
2017-07-10dhcp/tests: add test parsing dhclient configThomas Haller1-8/+62
2017-07-10dhcp/dhclient: improve "interface" statement parsingJonathan Kang1-1/+2
2017-07-05core: refactor NMIP4Config to use dedup-index for IPv4 routesThomas Haller1-3/+3
2017-07-05core: pass NMDedupMultiIndex instance to NMIP4Config and otherThomas Haller12-66/+131
2017-06-14dhcp/systemd: add support for DHCPv4 domain search list (option 119)Thomas Haller1-2/+14
2017-06-14dhcp: cleanup formatting of LOG_LEASE() macro in lease_to_ip4_config()Thomas Haller1-15/+15
2017-06-14dhcp: reuse string buffer in lease_to_ip4_config()Thomas Haller1-17/+9
2017-06-14dhcp/trivial: rename local variablesThomas Haller1-41/+41
2017-06-02all: replace uses of inet_aton() and friendsThomas Haller1-7/+7
2017-05-16dhcp: don't add route to DHCP4 serverBeniamino Galvani1-37/+0
2017-05-04dhcp: allow FQDNs in ipv4.dhcp-hostnameBeniamino Galvani4-57/+40
2017-05-04dhcp: simplify how hostname and FQDN are passed down to backendsBeniamino Galvani9-106/+111
2017-05-03dhcp: dhclient: Allow unqualified fqdn.fqdn for DHCPv6Jonas Jonsson3-8/+5
2017-05-02dhcp: dhclient: fix timeout greater than 60 secondsBeniamino Galvani3-0/+23
2017-04-05dhcp: dhclient: remove fqdn.encoded for dhclient -6 confJonas Jonsson2-2/+0
2017-03-28Remove assertion for empty DHCP optionsAlfonso Sánchez-Beato1-1/+0
2017-03-24dhcp: log the device contextLubomir Rintel1-2/+2
2017-03-24logging: log device and connection along with the messageLubomir Rintel2-3/+3
2017-03-14all: use "unsigned long" instead of "long unsigned"Thomas Haller1-1/+1
2017-03-09include: use double-quotes to include our own headersThomas Haller3-8/+8
2017-03-03dhcp/dhclient: parse "interface" statementsBeniamino Galvani2-0/+140
2017-02-14dhcp: dhclient: reset the request list if conf file contains 'request'Beniamino Galvani2-0/+5
2017-01-16ip[46]-config/trivial: move code aroundThomas Haller1-1/+1
2016-12-09trivial: fix indentationFrancesco Giudici1-1/+1
2016-11-25config: drop nm_config_get_dhcp_client() and access config directlyThomas Haller2-1/+19
2016-11-25config/trivial: unify name of compile time config defaultsThomas Haller1-3/+3
2016-11-21build: don't add subdirectories to include search path but require qualified ...Thomas Haller6-9/+9
2016-11-21build: rename "src/dhcp-manager" to "src/dhcp"Thomas Haller24-0/+7853