summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp6-client.c
AgeCommit message (Expand)Author
2014-07-14sd-dhcp6-client: make gcc happyTom Gundersen
2014-07-04networkd: don't clear dhcpv6 lease timers if there's no previous leaseSteven Noonan
2014-07-02sd-dhcp6-client: initialize variableTom Gundersen
2014-07-01sd-dhcp6-client: check return valueThomas Hindoe Paaboel Andersen
2014-07-01sd-dhcp6-client: fix free before useTom Gundersen
2014-06-26sd-dhcp6-client: Implement Rapid CommitPatrik Flykt
2014-06-26sd-dhcp6-client: Implement Renew and RebindPatrik Flykt
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