summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp6-lease.c
Commit message (Expand)AuthorAgeFilesLines
* 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