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
*
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
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-2
/
+1
*
dhcp6: parse the FQDN option
Beniamino Galvani
2020-08-03
1
-38
/
+80
*
dhcp6: remove assertions in dhcp6_option_parse_domainname()
Beniamino Galvani
2020-07-28
1
-2
/
+4
*
sd-dhcp6: Introduce vendor specific information
Susant Sahani
2020-05-29
1
-1
/
+35
*
sd-network: Rectify Advertise Message Processing by a Client
Susant Sahani
2020-05-29
1
-6
/
+13
*
sd-network: DHCPv6 - Add support to send vendor class data
Susant Sahani
2020-05-20
1
-1
/
+41
*
sd-network: DHCPv6 - add support to send userclass option
Susant Sahani
2020-05-19
1
-0
/
+30
*
DHCP client: make SendOption work for DHCPv6 too.
Andrew Doran
2020-05-11
1
-0
/
+40
*
sd-network: DHCP6 - Use readable error status rather than numeric
Susant Sahani
2020-04-13
1
-2
/
+2
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
network: DHCPv6 client add support for prefix delegation hint
Susant Sahani
2019-10-01
1
-6
/
+14
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
dhcp6: prefer offsetof() over sizeof() for structs with undefined sizes
Lennart Poettering
2018-10-25
1
-15
/
+15
*
dhcp6: make sure we have enough space for the DHCP6 option header
Lennart Poettering
2018-10-25
1
-1
/
+1
*
dhcp6: reduce whitespace a bit
Lennart Poettering
2018-10-25
1
-3
/
+3
*
dhcp6: split assert_return() to be more debuggable when hit
Lennart Poettering
2018-10-25
1
-1
/
+4
*
dhcp6: constify things where we can
Lennart Poettering
2018-10-25
1
-2
/
+2
*
sd-dhcp6: drop empty 'error' label
Yu Watanabe
2018-10-18
1
-36
/
+19
*
sd-dhcp6: make dhcp6_option_parse_domainname() not store empty domain
Yu Watanabe
2018-10-18
1
-37
/
+29
*
sd-dhcp6: fix argument and error handling of dhcp6_option_parse_status()
Yu Watanabe
2018-10-18
1
-4
/
+6
*
dhcp6: check option length before reading values
Yu Watanabe
2018-10-03
1
-5
/
+6
*
dhcp6: fix an off-by-one error in dhcp6_option_parse_domainname
Evgeny Vereshchagin
2018-09-29
1
-1
/
+1
*
tree-wide: use proper unicode © instead of (C) where we can
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
resolved: fix typo in macro name
Zbigniew Jędrzejewski-Szmek
2018-06-08
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
[next]