summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp6-client.c
AgeCommit message (Expand)Author
2014-06-26sd-dhcp6-client: Add Option Request Option supportPatrik Flykt
2014-06-26sd-dhcp6-client: return NULL from _unref() like the other sd-* librariesPatrik Flykt
2014-06-24sd-dhcp6-client: use %m instead of strerror(errno)Ronny Chevalier
2014-06-20sd-dhcp6-client: fix uninitialized variablesRonny Chevalier
2014-06-19sd-dhcp6-client: Initialize fd to -1 and rename functionZbigniew Jędrzejewski-Szmek
2014-06-19sd-dhcp6-client: Receive and parse a reply and set T1 and T2 timersPatrik Flykt
2014-06-19sd-dhcp6-client: Add Request message sendingPatrik Flykt
2014-06-19sd-dhcp6-client: Update start function to take a statePatrik Flykt
2014-06-19sd-dhcp6-lease: Add functions for accessing lease and addressesPatrik Flykt
2014-06-19sd-dhcp6-client: Receive and parse Advertise messagesPatrik Flykt
2014-06-19sd-dhcp6-client: Add DHCPv6 Solicit message creation and sendingPatrik Flykt
2014-06-19sd-dhcp6-client: Add DHCPv6 client Solicitation timeout handlingPatrik Flykt
2014-06-19sd-dhcp6-client: Add DHCPv6 IAID functionalityPatrik Flykt
2014-06-19sd-dhcp6-client: Initialize DUIDTom Gundersen
2014-06-19sd-dhcp6-client: Add initial DHCPv6 client filesPatrik Flykt