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-lease-internal.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd-dhcp6-client: add comment about ia_na and ia_pd
Yu Watanabe
2022-02-15
1
-2
/
+2
*
sd-dhcp6-client: split dhcp6-internal.h into two
Yu Watanabe
2022-02-14
1
-7
/
+2
*
sd-dhcp6-client: set lease expiration timer in client_enter_bound_state()
Yu Watanabe
2022-02-14
1
-3
/
+2
*
sd-dhcp6-client: introduce dhcp6_lease_new_from_message()
Yu Watanabe
2022-02-14
1
-1
/
+7
*
sd-dhcp6-lease: unify lease lifetime calculation
Yu Watanabe
2022-02-14
1
-2
/
+8
*
sd-dhcp6-client: introduce dhcp6_ia_free()
Yu Watanabe
2022-02-14
1
-3
/
+7
*
sd-dhcp6-lease: convert assert_return() -> assert() in non-public functions
Yu Watanabe
2022-02-14
1
-2
/
+2
*
sd-dhcp6-client: rename ia -> ia_na, pd -> ia_pd in sd_dhcp6_lease
Yu Watanabe
2022-02-14
1
-2
/
+2
*
dhcp6: drop unnecessary space
Yu Watanabe
2021-12-06
1
-1
/
+1
*
sd-dhcp6-client: introduce dhcp6_lease_{get,set}_clientid()
Yu Watanabe
2021-11-01
1
-0
/
+4
*
sd-dhcp6-client: prefix variables which store results with "ret_"
Yu Watanabe
2021-11-01
1
-3
/
+2
*
Merge pull request #21200 from yuwata/sd-dhcp6-client-server-address
Yu Watanabe
2021-11-01
1
-0
/
+1
|
\
|
*
sd-dhcp6-client: introduce sd_dhcp6_lease_get_server_address()
Yu Watanabe
2021-11-01
1
-0
/
+1
*
|
sd-dhcp6: drop unused functions
Yu Watanabe
2021-11-01
1
-3
/
+0
|
/
*
sd-dhcp6-client: introduce sd_dhcp6_lease_get_timestamp()
Yu Watanabe
2021-10-19
1
-0
/
+1
*
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
-1
/
+3
*
sd-dhcp6-client: support multiple NTP server options
Yu Watanabe
2021-09-29
1
-1
/
+1
*
sd-dhcp6-client: support multiple domains
Yu Watanabe
2021-09-29
1
-1
/
+1
*
sd-dhcp6-client: drop domains_count and ntp_fqdn_count
Yu Watanabe
2021-09-29
1
-2
/
+0
*
sd-dhcp6-client: constify several arguments
Yu Watanabe
2021-09-29
1
-6
/
+4
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-2
/
+0
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
dhcp6: parse the FQDN option
Beniamino Galvani
2020-08-03
1
-0
/
+2
*
dhcp6-client: Store lease timeouts T1 and T1 in client struct
Patrik Flykt
2018-09-19
1
-1
/
+0
*
dhcp6-lease: Add function to fetch the IAID for the prefix
Patrik Flykt
2018-09-19
1
-0
/
+1
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-1
/
+0
*
tree-wide: use proper unicode © instead of (C) where we can
Lennart Poettering
2018-06-14
1
-2
/
+2
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
dhcp6: Add function to iterate and fetch delegated prefixes
Patrik Flykt
2018-01-04
1
-0
/
+1
*
dhcp6: Parse IA PD and PD Prefix options
Patrik Flykt
2018-01-04
1
-0
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-3
/
+0
*
tree-wide: sort includes in *.h
Thomas Hindoe Paaboel Andersen
2015-11-18
1
-0
/
+1
*
dhcp: stop using refcnt.h
Lennart Poettering
2015-08-26
1
-3
/
+1
*
sd-dhcp6: Support deprecated SNTP Configuration Option
Patrik Flykt
2015-08-21
1
-0
/
+2
*
sd-dhcp6: Add support for DHCPv6 NTP Server Option
Patrik Flykt
2015-08-21
1
-0
/
+7
*
sd-dhcp6: Add support for DHCPv6 DNS Domain Search List option
Patrik Flykt
2015-08-21
1
-0
/
+4
*
sd-dhcp6: Add support for DHCPv6 DNS Recursive Name Server option
Patrik Flykt
2015-08-21
1
-1
/
+6
*
sd-dhcp6-client: Implement Rapid Commit
Patrik Flykt
2014-06-26
1
-0
/
+4
*
sd-dhcp6-lease: Add helper function to compute remaining expiry time
Patrik Flykt
2014-06-26
1
-0
/
+1
*
sd-dhcp6-lease: Add functions for accessing lease and addresses
Patrik Flykt
2014-06-19
1
-0
/
+2
*
sd-dhcp6-lease: Add DHCPv6 lease handling
Patrik Flykt
2014-06-19
1
-0
/
+55