summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/test-dhcp6-client.c
Commit message (Expand)AuthorAgeFilesLines
* send dhcpv6 release when stoppingchris2023-01-171-4/+78
* tree-wide: introduce PIPE_EBADF macroYu Watanabe2022-12-201-1/+1
* tree-wide: use -EBADF also in pipe initializersZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* sd-dhcp6-client: allow to build large packetYu Watanabe2022-10-021-18/+8
* sd-dhcp6-client: fix off-by-one error in parsing dhcp6 optionsYu Watanabe2022-07-141-0/+42
* sd-dhcp6-client: request several optionsYu Watanabe2022-04-041-2/+5
* network: dhcp6: request DNS servers or friends only when they will be usedYu Watanabe2022-04-031-6/+11
* dhcp: make option names singularYu Watanabe2022-04-031-23/+23
* sd-dhcp6-client: sort requesting optionsYu Watanabe2022-04-031-3/+3
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-281-1/+1
* test: Use TEST macros in more placesJan Janssen2022-03-161-30/+7
* test: fix memory and fd leak in test-dhcp6-clientYu Watanabe2022-02-221-2/+1
* test: drop timeout handlersYu Watanabe2022-02-221-1/+1
* test-dhcp6-client: add test for rapid commitYu Watanabe2022-02-141-2/+21
* test-dhcp6-client: cleanupsYu Watanabe2022-02-141-575/+560
* sd-dhcp6-client: prohibit spurious state transitionYu Watanabe2022-02-141-1/+0
* sd-dhcp6-client: introduce dhcp6_lease_new_from_message()Yu Watanabe2022-02-141-3/+1
* sd-dhcp6-client: always use ENODATA when a lease does not have requested dataYu Watanabe2022-02-141-5/+5
* sd-dhcp6-client: introduce dhcp6_ia_free()Yu Watanabe2022-02-141-26/+16
* sd-dhcp6-client: unify IA option headerYu Watanabe2022-02-141-3/+3
* sd-dhcp6-client: rename ia -> ia_na, pd -> ia_pd in sd_dhcp6_leaseYu Watanabe2022-02-141-2/+2
* test: add testcase for broken NTP server optionYu Watanabe2022-01-131-0/+51
* test: voidify test functionsYu Watanabe2022-01-131-71/+30
* sd-dhcp6-client: introduce dhcp6_option_can_request()Yu Watanabe2021-10-131-2/+6
* sd-dhcp6-client: add missing optionsYu Watanabe2021-10-121-2/+2
* sd-dhcp6-client: add missing message typesYu Watanabe2021-10-121-6/+6
* sd-dhcp6-client: rename dhcp6_lease_set_dns() -> dhcp6_lease_add_dns()Yu Watanabe2021-09-291-2/+1
* sd-dhcp6-client: do not merge NTP and SNTP optionsYu Watanabe2021-09-291-2/+1
* sd-dhcp6-client: support multiple domainsYu Watanabe2021-09-291-2/+1
* sd-dhcp6-client: drop domains_count and ntp_fqdn_countYu Watanabe2021-09-291-1/+1
* sd-dhcp6-client: modernize dhcp6_option_parse_ia()Yu Watanabe2021-09-291-23/+17
* sd-dhcp6-client: make dhcp6_option_parse_status() also parse error messageYu Watanabe2021-09-291-27/+34
* test: add tests for reading unaligned dataYu Watanabe2021-09-291-8/+21
* sd-dhcp6-client: modernize dhcp6_option_parse()Yu Watanabe2021-09-291-25/+25
* sd-dhcp6-client: ignore IAs whose IAID do not match client's IAIDYu Watanabe2021-09-221-13/+26
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-12/+4
* dhcp: do not use ifindex when generating iaid in testsYu Watanabe2021-06-121-1/+2
* Merge pull request #18777 from yuwata/network-set-ifname-to-enginesZbigniew Jędrzejewski-Szmek2021-03-311-9/+9
|\
| * libsystemd-network: make log_dhcp_client() or friends include interface nameYu Watanabe2021-03-041-9/+9
* | test-dhcp6-client: add one more assert on memory mappingLuca Boccassi2021-03-261-0/+1
* | test-dhcp6-client: add one more assert on memory mappingLuca Boccassi2021-03-251-0/+1
|/
* dhcp6: do not set T1 and T2 by dhcp6_option_append_ia() in clientYu Watanabe2021-02-231-11/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Merge pull request #16596 from poettering/event-time-relZbigniew Jędrzejewski-Szmek2020-08-041-4/+3
|\
| * tree-wide: make use of new relative time events in sd-event.hLennart Poettering2020-07-281-4/+3
* | dhcp6: parse the FQDN optionBeniamino Galvani2020-08-031-2/+57
|/
* libsystemd-network: rename index -> ifindexYu Watanabe2020-07-021-4/+4
* dhcp6, radv: only accept valid ifindexYu Watanabe2020-07-021-1/+1
* sd-network: Rectify Advertise Message Processing by a ClientSusant Sahani2020-05-291-19/+19
* sd-dhcp6: constify output arguments in get_{ntp,nds}_addrZbigniew Jędrzejewski-Szmek2020-05-261-3/+3