index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
test-dhcp6-client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd-dhcp6-client: allow to build large packet
Yu Watanabe
2022-10-02
1
-18
/
+8
*
sd-dhcp6-client: fix off-by-one error in parsing dhcp6 options
Yu Watanabe
2022-07-14
1
-0
/
+42
*
sd-dhcp6-client: request several options
Yu Watanabe
2022-04-03
1
-2
/
+5
*
network: dhcp6: request DNS servers or friends only when they will be used
Yu Watanabe
2022-04-03
1
-6
/
+11
*
dhcp: make option names singular
Yu Watanabe
2022-04-03
1
-23
/
+23
*
sd-dhcp6-client: sort requesting options
Yu Watanabe
2022-04-03
1
-3
/
+3
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-1
/
+1
*
test: Use TEST macros in more places
Jan Janssen
2022-03-16
1
-30
/
+7
*
test: fix memory and fd leak in test-dhcp6-client
Yu Watanabe
2022-02-22
1
-2
/
+1
*
test: drop timeout handlers
Yu Watanabe
2022-02-22
1
-1
/
+1
*
test-dhcp6-client: add test for rapid commit
Yu Watanabe
2022-02-14
1
-2
/
+21
*
test-dhcp6-client: cleanups
Yu Watanabe
2022-02-14
1
-575
/
+560
*
sd-dhcp6-client: prohibit spurious state transition
Yu Watanabe
2022-02-14
1
-1
/
+0
*
sd-dhcp6-client: introduce dhcp6_lease_new_from_message()
Yu Watanabe
2022-02-14
1
-3
/
+1
*
sd-dhcp6-client: always use ENODATA when a lease does not have requested data
Yu Watanabe
2022-02-14
1
-5
/
+5
*
sd-dhcp6-client: introduce dhcp6_ia_free()
Yu Watanabe
2022-02-14
1
-26
/
+16
*
sd-dhcp6-client: unify IA option header
Yu Watanabe
2022-02-14
1
-3
/
+3
*
sd-dhcp6-client: rename ia -> ia_na, pd -> ia_pd in sd_dhcp6_lease
Yu Watanabe
2022-02-14
1
-2
/
+2
*
test: add testcase for broken NTP server option
Yu Watanabe
2022-01-13
1
-0
/
+51
*
test: voidify test functions
Yu Watanabe
2022-01-13
1
-71
/
+30
*
sd-dhcp6-client: introduce dhcp6_option_can_request()
Yu Watanabe
2021-10-12
1
-2
/
+6
*
sd-dhcp6-client: add missing options
Yu Watanabe
2021-10-12
1
-2
/
+2
*
sd-dhcp6-client: add missing message types
Yu Watanabe
2021-10-12
1
-6
/
+6
*
sd-dhcp6-client: rename dhcp6_lease_set_dns() -> dhcp6_lease_add_dns()
Yu Watanabe
2021-09-29
1
-2
/
+1
*
sd-dhcp6-client: do not merge NTP and SNTP options
Yu Watanabe
2021-09-29
1
-2
/
+1
*
sd-dhcp6-client: support multiple domains
Yu Watanabe
2021-09-29
1
-2
/
+1
*
sd-dhcp6-client: drop domains_count and ntp_fqdn_count
Yu Watanabe
2021-09-29
1
-1
/
+1
*
sd-dhcp6-client: modernize dhcp6_option_parse_ia()
Yu Watanabe
2021-09-29
1
-23
/
+17
*
sd-dhcp6-client: make dhcp6_option_parse_status() also parse error message
Yu Watanabe
2021-09-29
1
-27
/
+34
*
test: add tests for reading unaligned data
Yu Watanabe
2021-09-29
1
-8
/
+21
*
sd-dhcp6-client: modernize dhcp6_option_parse()
Yu Watanabe
2021-09-29
1
-25
/
+25
*
sd-dhcp6-client: ignore IAs whose IAID do not match client's IAID
Yu Watanabe
2021-09-22
1
-13
/
+26
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-12
/
+4
*
dhcp: do not use ifindex when generating iaid in tests
Yu Watanabe
2021-06-11
1
-1
/
+2
*
Merge pull request #18777 from yuwata/network-set-ifname-to-engines
Zbigniew Jędrzejewski-Szmek
2021-03-31
1
-9
/
+9
|
\
|
*
libsystemd-network: make log_dhcp_client() or friends include interface name
Yu Watanabe
2021-03-03
1
-9
/
+9
*
|
test-dhcp6-client: add one more assert on memory mapping
Luca Boccassi
2021-03-26
1
-0
/
+1
*
|
test-dhcp6-client: add one more assert on memory mapping
Luca Boccassi
2021-03-25
1
-0
/
+1
|
/
*
dhcp6: do not set T1 and T2 by dhcp6_option_append_ia() in client
Yu Watanabe
2021-02-23
1
-11
/
+4
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
Merge pull request #16596 from poettering/event-time-rel
Zbigniew Jędrzejewski-Szmek
2020-08-04
1
-4
/
+3
|
\
|
*
tree-wide: make use of new relative time events in sd-event.h
Lennart Poettering
2020-07-28
1
-4
/
+3
*
|
dhcp6: parse the FQDN option
Beniamino Galvani
2020-08-03
1
-2
/
+57
|
/
*
libsystemd-network: rename index -> ifindex
Yu Watanabe
2020-07-02
1
-4
/
+4
*
dhcp6, radv: only accept valid ifindex
Yu Watanabe
2020-07-02
1
-1
/
+1
*
sd-network: Rectify Advertise Message Processing by a Client
Susant Sahani
2020-05-29
1
-19
/
+19
*
sd-dhcp6: constify output arguments in get_{ntp,nds}_addr
Zbigniew Jędrzejewski-Szmek
2020-05-26
1
-3
/
+3
*
dhcpv6 tests: Update since we allow arbitrary options to be set
Susant Sahani
2020-05-17
1
-2
/
+2
*
tree-wide: drop socket.h when socket-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.h
Yu Watanabe
2019-07-24
1
-0
/
+1
[next]