index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
sd-dhcp6-lease.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dhcp: introduce sd_dhcp_duid and move relevant functions to sd_dhcp_duid.[ch]
Yu Watanabe
2023-12-22
1
-1
/
+1
*
dhcp: cleanup headers included by dhcp-identifier.h
Yu Watanabe
2023-12-22
1
-0
/
+1
*
Rename {dual,triple}_timestamp_get to {dual,triple}_timestamp_now
Zbigniew Jędrzejewski-Szmek
2023-11-13
1
-1
/
+1
*
dhcp6: enterprise ID is 32bit
Yu Watanabe
2023-11-01
1
-1
/
+1
*
networkd: Add DHCP vendor specific options to dbus API
Nandakumar Raghavan
2023-10-27
1
-0
/
+86
*
sd-dhcp6-client: introduce sd_dhcp6_lease_get_t1() and friends
Yu Watanabe
2023-09-20
1
-13
/
+40
*
sd-dhcp6-client: use be32_sec_to_usec() at more places
Yu Watanabe
2023-09-20
1
-15
/
+11
*
sd-dhcp6-client: rework IA_NA or IA_PD getters
Yu Watanabe
2023-09-20
1
-26
/
+109
*
sd-dhcp6-client: introduce sd_dhcp6_lease_has_pd_prefix() and friend
Yu Watanabe
2023-09-20
1
-0
/
+8
*
Merge pull request #28132 from rpigott/dhcp-captive-portal
Yu Watanabe
2023-07-03
1
-0
/
+35
|
\
|
*
dhcp6-client: parse RFC8910 captive portal dhcp6 option
Ronan Pigott
2023-06-30
1
-0
/
+35
*
|
sd-dhcp6-lease: ignore invalid byte(s) at the end of the packet
Philipp Kern
2023-06-29
1
-0
/
+5
|
/
*
sd-dhcp6: always append the default status message generated from status code
Yu Watanabe
2023-01-16
1
-4
/
+2
*
all: avoid various "-Wcast-align=strict" warnings
Thomas Haller
2022-12-09
1
-1
/
+1
*
dhcp6: gracefully handle NoBinding error
Yu Watanabe
2022-08-12
1
-1
/
+1
*
sd-dhcp6-client: add more debugging logs on parsing message
Yu Watanabe
2022-07-14
1
-12
/
+22
*
dhcp: make option names singular
Yu Watanabe
2022-04-03
1
-3
/
+3
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() safer
Yu Watanabe
2022-03-19
1
-1
/
+1
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
1
-3
/
+0
*
sd-dhcp6-client: logs invalid NTP option
Yu Watanabe
2022-02-14
1
-1
/
+1
*
sd-dhcp6-client: split dhcp6-internal.h into two
Yu Watanabe
2022-02-14
1
-2
/
+1
*
sd-dhcp6-client: add log about Information Refresh Time
Yu Watanabe
2022-02-14
1
-3
/
+6
*
sd-dhcp6-client: use memcmp_nn() at one more place
Yu Watanabe
2022-02-14
1
-5
/
+7
*
sd-dhcp6-client: set lease expiration timer in client_enter_bound_state()
Yu Watanabe
2022-02-14
1
-17
/
+10
*
sd-dhcp6-client: introduce dhcp6_lease_new_from_message()
Yu Watanabe
2022-02-14
1
-1
/
+250
*
sd-dhcp6-client: use structured initializer
Yu Watanabe
2022-02-14
1
-2
/
+4
*
sd-dhcp6-lease: unify lease lifetime calculation
Yu Watanabe
2022-02-14
1
-19
/
+58
*
sd-dhcp6-client: always use ENODATA when a lease does not have requested data
Yu Watanabe
2022-02-14
1
-7
/
+7
*
sd-dhcp6-client: introduce dhcp6_ia_free()
Yu Watanabe
2022-02-14
1
-16
/
+17
*
sd-dhcp6-client: unify IA option header
Yu Watanabe
2022-02-14
1
-1
/
+1
*
sd-dhcp6-lease: reset client or server ID when length is zero
Yu Watanabe
2022-02-14
1
-12
/
+14
*
sd-dhcp6-lease: convert assert_return() -> assert() in non-public functions
Yu Watanabe
2022-02-14
1
-66
/
+63
*
sd-dhcp6-client: rename ia -> ia_na, pd -> ia_pd in sd_dhcp6_lease
Yu Watanabe
2022-02-14
1
-5
/
+5
*
dhcp6: make sd_dhcp6_lease_get_dns() and friends accepts NULL
Yu Watanabe
2021-11-26
1
-7
/
+9
*
sd-dhcp6-client: introduce dhcp6_lease_{get,set}_clientid()
Yu Watanabe
2021-11-01
1
-0
/
+32
*
sd-dhcp6-client: prefix variables which store results with "ret_"
Yu Watanabe
2021-11-01
1
-8
/
+8
*
Merge pull request #21200 from yuwata/sd-dhcp6-client-server-address
Yu Watanabe
2021-11-01
1
-0
/
+8
|
\
|
*
sd-dhcp6-client: introduce sd_dhcp6_lease_get_server_address()
Yu Watanabe
2021-11-01
1
-0
/
+8
*
|
sd-dhcp6: drop unused functions
Yu Watanabe
2021-11-01
1
-18
/
+0
|
/
*
sd-dhcp6-client: introduce sd_dhcp6_lease_get_timestamp()
Yu Watanabe
2021-10-19
1
-0
/
+13
*
sd-dhcp6-client: rename dhcp6_lease_set_dns() -> dhcp6_lease_add_dns()
Yu Watanabe
2021-09-29
1
-1
/
+1
*
sd-dhcp6-client: do not merge NTP and SNTP options
Yu Watanabe
2021-09-29
1
-11
/
+15
*
sd-dhcp6-client: support multiple NTP server options
Yu Watanabe
2021-09-29
1
-7
/
+9
*
sd-dhcp6-client: support multiple domains
Yu Watanabe
2021-09-29
1
-5
/
+3
*
sd-dhcp6-client: make dhcp6_lease_free() accepts NULL
Yu Watanabe
2021-09-29
1
-6
/
+4
*
sd-dhcp6-client: drop domains_count and ntp_fqdn_count
Yu Watanabe
2021-09-29
1
-39
/
+31
*
sd-dhcp6-client: constify several arguments
Yu Watanabe
2021-09-29
1
-7
/
+5
*
sd-dhcp6-client: slightly modernize dhcp6_option_parse_domainname()/domainnam...
Yu Watanabe
2021-09-29
1
-3
/
+3
*
sd-dhcp6-client: fix buffer size calculation in dhcp6_option_parse_ip6addrs()
Yu Watanabe
2021-09-29
1
-25
/
+5
[next]