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