summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp6-client.c
Commit message (Expand)AuthorAgeFilesLines
* sd-dhcp6-client: do not use IN_SET() macro when only one target valueYu Watanabe2021-04-101-11/+8
* libsystemd-network: make log_dhcp_client() or friends include interface nameYu Watanabe2021-03-041-2/+2
* libsystemd-network: introduce sd_xxx_{set,get}_ifname()Yu Watanabe2021-03-041-0/+20
* dhcp6: do not set T1 and T2 by dhcp6_option_append_pd() in clientYu Watanabe2021-02-231-12/+3
* tree-wide: use in_addr_is_set() or friendsYu Watanabe2021-02-181-2/+2
* network: sd-dhcp6-client - use ordered_hashmap_ensure_putSusant Sahani2021-01-181-10/+2
* dhcp6: refuse zero length vendor classYu Watanabe2021-01-131-10/+11
* dhcp6: add an assert()Yu Watanabe2021-01-131-2/+1
* dhcp6: refuse zero length dhcp user classYu Watanabe2021-01-131-10/+10
* hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering2020-12-151-1/+1
* Merge pull request #17478 from yuwata/split-network-internalYu Watanabe2020-11-271-1/+1
|\
| * tree-wide: drop unnecessary inclusion of network-internal.hYu Watanabe2020-10-291-1/+0
| * net-condition: move net_match_config() and related conf parsersYu Watanabe2020-10-291-0/+1
* | networkd/dhcp6: allow layer3 devices without MACJörg Thalheim2020-11-231-4/+6
* | sd-dhcp6-client: insert spaces around ternary operatorYu Watanabe2020-11-161-2/+1
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/
* libsystemd-network: do not request each daemon exist in sd_xxx_stop()Yu Watanabe2020-10-151-1/+2
* tree-wide: drop if braces around single line expressions as wellFrantisek Sumsal2020-10-091-2/+1
* tree-wide: coccinelle fixesFrantisek Sumsal2020-10-041-1/+1
* sd-dhcp6-client: Fix sending prefix delegation request (#17136)mog4222020-09-241-2/+2
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-2/+1
* tree-wide: drop pointless zero initialization (#16900)fangxiuning2020-08-301-1/+1
* dhcp6: parse the FQDN optionBeniamino Galvani2020-08-031-0/+7
* all: fix minor typosYuri Chornoivan2020-07-071-1/+1
* dhcp6, radv: only accept valid ifindexYu Watanabe2020-07-021-1/+1
* network: DHCP6 - introduce DHCP6 DUID to stringSusant Sahani2020-06-101-0/+43
* dhcp6: Provide method to access IAIDSusant Sahani2020-06-091-0/+12
* sd-dhcp6: Introduce vendor specific informationSusant Sahani2020-05-291-0/+39
* sd-network: Rectify Advertise Message Processing by a ClientSusant Sahani2020-05-291-4/+20
* DHCPv6: MUD URL lengh - use UINT8_MAX instead of 255Susant Sahani2020-05-201-3/+3
* network: DHCPv6 - Add support to send vendor class informationSusant Sahani2020-05-201-1/+1
* sd-network: DHCPv6 - Add support to send vendor class dataSusant Sahani2020-05-201-1/+43
* sd-network: DHCPv6 - add support to send userclass optionSusant Sahani2020-05-191-0/+43
* dhcp6: slightly improve log messageLennart Poettering2020-05-191-1/+2
* sd-dhcp6: Allow to add arbitary request optionSusant Sahani2020-05-171-11/+1
* DHCP client: make SendOption work for DHCPv6 too.Andrew Doran2020-05-111-0/+28
* dhcp6: make string argument to sd_dhcp6_client_set_request_mud_url() constThomas Haller2020-04-241-1/+1
* sd-network: DHCPv6 - Add status codesSusant Sahani2020-04-131-7/+23
* sd-network: DHCPv6 - Add NoPrefixAvail to error codeSusant Sahani2020-04-121-0/+1
* sd-dhcpv6: Add support to set request MUD URLSusant Sahani2020-04-011-0/+46
* dhcp6: coding style fixesYu Watanabe2020-01-311-7/+7
* dhcp6: do not use T1 and T2 longer than one provided by the leaseYu Watanabe2020-01-311-2/+1
* dhcp6: add debug logsYu Watanabe2019-11-171-8/+8
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* network: DHCPv6 client add support for prefix delegation hintSusant Sahani2019-10-011-3/+22
* dhcp6: use unaligned_read_be32()Yu Watanabe2019-09-201-1/+1
* dhcp6: add missing option length checkYu Watanabe2019-09-171-2/+5
* dhcp6: read OPTION_INFORMATION_REFRESH_TIME optionYu Watanabe2019-09-161-1/+20
* tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.hYu Watanabe2019-07-241-0/+1
* dhcp: don't stop receiving packets when the link goes downBeniamino Galvani2019-02-191-1/+8