summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/dhcp6-option.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Byte order to host before using the lifetimeNacho Barrientos2021-11-291-2/+2
* sd-dhcp6-client: introduce dhcp6_option_can_request()Yu Watanabe2021-10-121-0/+187
* sd-dhcp6-client: add missing optionsYu Watanabe2021-10-121-1/+1
* sd-dhcp6-client: drop domains_count and ntp_fqdn_countYu Watanabe2021-09-291-4/+2
* sd-dhcp6-client: slightly modernize dhcp6_option_parse_domainname()/domainnam...Yu Watanabe2021-09-291-29/+38
* sd-dhcp6-client: fix buffer size calculation in dhcp6_option_parse_ip6addrs()Yu Watanabe2021-09-291-8/+14
* sd-dhcp6-client: modernize dhcp6_option_parse_ia()Yu Watanabe2021-09-291-190/+173
* sd-dhcp6-client: make dhcp6_option_parse_status() also parse error messageYu Watanabe2021-09-291-36/+75
* sd-dhcp6-client: modernize dhcp6_option_parse()Yu Watanabe2021-09-291-34/+26
* sd-dhcp6-client: constify one argumentYu Watanabe2021-09-291-1/+1
* sd-dhcp6-client: ignore IAs whose IAID do not match client's IAIDYu Watanabe2021-09-221-3/+33
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-7/+5
* sd-dhcp6-client: do not use IN_SET() macro when only one target valueYu Watanabe2021-04-101-1/+1
* Merge pull request #18777 from yuwata/network-set-ifname-to-enginesZbigniew Jędrzejewski-Szmek2021-03-311-47/+39
|\
| * dhcp6: tighten T1 and T2 value checkYu Watanabe2021-03-031-4/+4
| * libsystemd-network: make log_dhcp_client() or friends include interface nameYu Watanabe2021-03-031-45/+37
* | dhcp6: fix wrong length for IA_PD dhcp6 optionYu Watanabe2021-03-161-2/+2
|/
* dhcp6: do not set T1 and T2 by dhcp6_option_append_pd() in clientYu Watanabe2021-02-231-45/+84
* dhcp6: do not set T1 and T2 by dhcp6_option_append_ia() in clientYu Watanabe2021-02-231-17/+27
* dhcp6: make dhcp6_option_parse_{address,pdprefix}() return -EINVAL when recei...Yu Watanabe2021-02-231-30/+36
* dhcp6: do not use input value before checkingYu Watanabe2021-02-231-3/+4
* dhcp6: refuse zero length vendor classYu Watanabe2021-01-121-3/+6
* dhcp6: refuse zero length dhcp user classYu Watanabe2021-01-121-5/+8
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-2/+1
* dhcp6: parse the FQDN optionBeniamino Galvani2020-08-031-38/+80
* dhcp6: remove assertions in dhcp6_option_parse_domainname()Beniamino Galvani2020-07-281-2/+4
* sd-dhcp6: Introduce vendor specific informationSusant Sahani2020-05-291-1/+35
* sd-network: Rectify Advertise Message Processing by a ClientSusant Sahani2020-05-291-6/+13
* sd-network: DHCPv6 - Add support to send vendor class dataSusant Sahani2020-05-201-1/+41
* sd-network: DHCPv6 - add support to send userclass optionSusant Sahani2020-05-191-0/+30
* DHCP client: make SendOption work for DHCPv6 too.Andrew Doran2020-05-111-0/+40
* sd-network: DHCP6 - Use readable error status rather than numericSusant Sahani2020-04-131-2/+2
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-031-1/+0
* network: DHCPv6 client add support for prefix delegation hintSusant Sahani2019-10-011-6/+14
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* dhcp6: prefer offsetof() over sizeof() for structs with undefined sizesLennart Poettering2018-10-251-15/+15
* dhcp6: make sure we have enough space for the DHCP6 option headerLennart Poettering2018-10-251-1/+1
* dhcp6: reduce whitespace a bitLennart Poettering2018-10-251-3/+3
* dhcp6: split assert_return() to be more debuggable when hitLennart Poettering2018-10-251-1/+4
* dhcp6: constify things where we canLennart Poettering2018-10-251-2/+2
* sd-dhcp6: drop empty 'error' labelYu Watanabe2018-10-181-36/+19
* sd-dhcp6: make dhcp6_option_parse_domainname() not store empty domainYu Watanabe2018-10-181-37/+29
* sd-dhcp6: fix argument and error handling of dhcp6_option_parse_status()Yu Watanabe2018-10-181-4/+6
* dhcp6: check option length before reading valuesYu Watanabe2018-10-031-5/+6
* dhcp6: fix an off-by-one error in dhcp6_option_parse_domainnameEvgeny Vereshchagin2018-09-291-1/+1
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* resolved: fix typo in macro nameZbigniew Jędrzejewski-Szmek2018-06-081-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0