Age | Commit message (Expand) | Author |
2014-07-24 | libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possible | Tom Gundersen |
2014-07-23 | dhcp-network: remove unused DHCP6_STATE_RS | Dan Williams |
2014-07-14 | sd-dhcp6-client: make gcc happy | Tom Gundersen |
2014-07-04 | networkd: don't clear dhcpv6 lease timers if there's no previous lease | Steven Noonan |
2014-07-02 | sd-dhcp6-client: initialize variable | Tom Gundersen |
2014-07-01 | sd-dhcp6-client: check return value | Thomas Hindoe Paaboel Andersen |
2014-07-01 | sd-dhcp6-client: fix free before use | Tom Gundersen |
2014-06-26 | sd-dhcp6-client: Implement Rapid Commit | Patrik Flykt |
2014-06-26 | sd-dhcp6-client: Implement Renew and Rebind | Patrik Flykt |
2014-06-26 | sd-dhcp6-client: Add Option Request Option support | Patrik Flykt |
2014-06-26 | sd-dhcp6-client: return NULL from _unref() like the other sd-* libraries | Patrik Flykt |
2014-06-24 | sd-dhcp6-client: use %m instead of strerror(errno) | Ronny Chevalier |
2014-06-20 | sd-dhcp6-client: fix uninitialized variables | Ronny Chevalier |
2014-06-19 | sd-dhcp6-client: Initialize fd to -1 and rename function | Zbigniew Jędrzejewski-Szmek |
2014-06-19 | sd-dhcp6-client: Receive and parse a reply and set T1 and T2 timers | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Add Request message sending | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Update start function to take a state | Patrik Flykt |
2014-06-19 | sd-dhcp6-lease: Add functions for accessing lease and addresses | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Receive and parse Advertise messages | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Add DHCPv6 Solicit message creation and sending | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Add DHCPv6 client Solicitation timeout handling | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Add DHCPv6 IAID functionality | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Initialize DUID | Tom Gundersen |
2014-06-19 | sd-dhcp6-client: Add initial DHCPv6 client files | Patrik Flykt |