summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp6-lease.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-05dhcp: replace strerror() with %mYu Watanabe1-12/+4
2018-10-19sd-dhcp6: do not update serverid when ENOMEMYu Watanabe1-5/+6
2018-09-19dhcp6-client: Store lease timeouts T1 and T1 in client structPatrik Flykt1-11/+0
2018-09-19dhcp6-lease: Add function to fetch the IAID for the prefixPatrik Flykt1-0/+9
2018-08-27tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicableYu Watanabe1-21/+4
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek1-1/+0
2018-06-14tree-wide: use proper unicode © instead of (C) where we canLennart Poettering1-2/+2
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-10tree-wide: use strv_free_and_replace() macroYu Watanabe1-4/+2
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-02-15sd-dhcp6: fix check if serverid is setZbigniew Jędrzejewski-Szmek1-4/+7
2018-01-04dhcp6: Add function to iterate and fetch delegated prefixesPatrik Flykt1-0/+31
2018-01-04dhcp6: Handle a received IA PD optionPatrik Flykt1-0/+1
2018-01-04dhcp6: Name structs in DHCP6IAPatrik Flykt1-2/+2
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-01-23sd-network: fix memleak in dhcp6_lease_set_domains (#5113)Evgeny Vereshchagin1-1/+1
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek1-3/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-20libsystemd-network: avoid double free on errorZbigniew Jędrzejewski-Szmek1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-3/+3
2015-08-27tree-wide: we place the opening bracket on the same line as the function nameLennart Poettering1-2/+1
2015-08-26dhcp: stop using refcnt.hLennart Poettering1-12/+24
2015-08-21sd-dhcp6: Support deprecated SNTP Configuration OptionPatrik Flykt1-0/+36
2015-08-21sd-dhcp6: Add support for DHCPv6 NTP Server OptionPatrik Flykt1-0/+81
2015-08-21sd-dhcp6: Add support for DHCPv6 DNS Domain Search List optionPatrik Flykt1-1/+41
2015-08-21sd-dhcp6: Add support for DHCPv6 DNS Recursive Name Server optionPatrik Flykt1-0/+37
2015-01-27sd-dhcp6-lease: Revise address iteration functionsPatrik Flykt1-20/+6
2015-01-13refcnt: refcnt is unsigned, fix comparisonsTom Gundersen1-1/+1
2014-12-10sd-dhcp6-lease: Return only -EINVAL when a NULL lease is suppliedPatrik Flykt1-1/+3
2014-10-09sd-dhcp6-lease: Name the structure containing IAADDR dataPatrik Flykt1-4/+6
2014-06-26sd-dhcp6-client: Implement Rapid CommitPatrik Flykt1-0/+17
2014-06-26sd-dhcp6-lease: Add helper function to compute remaining expiry timePatrik Flykt1-0/+22
2014-06-19sd-dhcp6-lease: Add functions for accessing lease and addressesPatrik Flykt1-0/+39
2014-06-19sd-dhcp6-lease: Add DHCPv6 lease handlingPatrik Flykt1-0/+139