index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
dhcp6-option.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libsystemd-network: trivial simplification
Zbigniew Jędrzejewski-Szmek
2022-10-12
1
-6
/
+2
*
sd-dhcp6-client: allow to build large packet
Yu Watanabe
2022-10-02
1
-38
/
+44
*
sd-dhcp6-client: use GREEDY_REALLOC() in dhcp6_option_append_vendor_class()
Yu Watanabe
2022-10-02
1
-19
/
+10
*
sd-dhcp6-client: use GREEDY_REALLOC()
Yu Watanabe
2022-10-02
1
-13
/
+8
*
sd-dhcp6-client: slightly shorten dhcp6_option_append_fqdn()
Yu Watanabe
2022-10-02
1
-4
/
+2
*
sd-dhcp6-client: simplify dhcp6_option_append_ia()
Yu Watanabe
2022-10-02
1
-38
/
+9
*
sd-dhcp6-client: make dhcp6_option_append_fqdn() or friends handle zero lengt...
Yu Watanabe
2022-10-02
1
-4
/
+9
*
sd-dhcp6-client: use assert() in non-public functions
Yu Watanabe
2022-10-02
1
-11
/
+19
*
sd-dhcp6-client: fix off-by-one error in parsing dhcp6 options
Yu Watanabe
2022-07-14
1
-2
/
+2
*
sd-dhcp6-client: allow NULL option value when length is zero
Yu Watanabe
2022-07-14
1
-5
/
+5
*
sd-dhcp6-client: request several options
Yu Watanabe
2022-04-03
1
-2
/
+4
*
dhcp: make option names singular
Yu Watanabe
2022-04-03
1
-5
/
+5
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-2
/
+2
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-2
/
+0
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
sd-dhcp6-client: rename timezone options
Yu Watanabe
2022-03-10
1
-2
/
+2
*
sd-dhcp6-client: use mempcpy() or mempcpy_safe()
Yu Watanabe
2022-02-16
1
-12
/
+5
*
sd-dhcp6-client: split dhcp6-internal.h into two
Yu Watanabe
2022-02-14
1
-3
/
+1
*
sd-dhcp6-client: use OrderedSet for vendor option
Yu Watanabe
2022-02-14
1
-2
/
+2
*
sd-dhcp6-client: fix possible unaligned read or write
Yu Watanabe
2022-02-14
1
-12
/
+6
*
sd-dhcp6-lease: unify lease lifetime calculation
Yu Watanabe
2022-02-14
1
-25
/
+3
*
sd-dhcp6-client: unify dhcp6_option_append_{ia,pd}()
Yu Watanabe
2022-02-14
1
-80
/
+56
*
sd-dhcp6-client: store PD prefix hint in ia_pd
Yu Watanabe
2022-02-14
1
-9
/
+1
*
sd-dhcp6-client: introduce dhcp6_ia_free()
Yu Watanabe
2022-02-14
1
-16
/
+21
*
sd-dhcp6-client: unify IA option header
Yu Watanabe
2022-02-14
1
-143
/
+97
*
sd-dhcp6-client: trigger assertion whn invalid IA type is provided
Yu Watanabe
2022-02-14
1
-1
/
+1
*
Byte order to host before using the lifetime
Nacho Barrientos
2021-11-29
1
-2
/
+2
*
sd-dhcp6-client: introduce dhcp6_option_can_request()
Yu Watanabe
2021-10-12
1
-0
/
+187
*
sd-dhcp6-client: add missing options
Yu Watanabe
2021-10-12
1
-1
/
+1
*
sd-dhcp6-client: drop domains_count and ntp_fqdn_count
Yu Watanabe
2021-09-29
1
-4
/
+2
*
sd-dhcp6-client: slightly modernize dhcp6_option_parse_domainname()/domainnam...
Yu Watanabe
2021-09-29
1
-29
/
+38
*
sd-dhcp6-client: fix buffer size calculation in dhcp6_option_parse_ip6addrs()
Yu Watanabe
2021-09-29
1
-8
/
+14
*
sd-dhcp6-client: modernize dhcp6_option_parse_ia()
Yu Watanabe
2021-09-29
1
-190
/
+173
*
sd-dhcp6-client: make dhcp6_option_parse_status() also parse error message
Yu Watanabe
2021-09-29
1
-36
/
+75
*
sd-dhcp6-client: modernize dhcp6_option_parse()
Yu Watanabe
2021-09-29
1
-34
/
+26
*
sd-dhcp6-client: constify one argument
Yu Watanabe
2021-09-29
1
-1
/
+1
*
sd-dhcp6-client: ignore IAs whose IAID do not match client's IAID
Yu Watanabe
2021-09-22
1
-3
/
+33
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-7
/
+5
*
sd-dhcp6-client: do not use IN_SET() macro when only one target value
Yu Watanabe
2021-04-10
1
-1
/
+1
*
Merge pull request #18777 from yuwata/network-set-ifname-to-engines
Zbigniew Jędrzejewski-Szmek
2021-03-31
1
-47
/
+39
|
\
|
*
dhcp6: tighten T1 and T2 value check
Yu Watanabe
2021-03-03
1
-4
/
+4
|
*
libsystemd-network: make log_dhcp_client() or friends include interface name
Yu Watanabe
2021-03-03
1
-45
/
+37
*
|
dhcp6: fix wrong length for IA_PD dhcp6 option
Yu Watanabe
2021-03-16
1
-2
/
+2
|
/
*
dhcp6: do not set T1 and T2 by dhcp6_option_append_pd() in client
Yu Watanabe
2021-02-23
1
-45
/
+84
*
dhcp6: do not set T1 and T2 by dhcp6_option_append_ia() in client
Yu Watanabe
2021-02-23
1
-17
/
+27
*
dhcp6: make dhcp6_option_parse_{address,pdprefix}() return -EINVAL when recei...
Yu Watanabe
2021-02-23
1
-30
/
+36
*
dhcp6: do not use input value before checking
Yu Watanabe
2021-02-23
1
-3
/
+4
*
dhcp6: refuse zero length vendor class
Yu Watanabe
2021-01-12
1
-3
/
+6
*
dhcp6: refuse zero length dhcp user class
Yu Watanabe
2021-01-12
1
-5
/
+8
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
[next]