Age | Commit message (Expand) | Author |
2015-03-04 | sd-dhcp6-client: delay setting the DUID and don't fail constructor | Thomas Haller |
2015-01-21 | network: dhcp - split out dhcp_identifier_set_{iaid,duid_en} from dhcp6-client | Tom Gundersen |
2015-01-21 | network: dhcp - split out the duid structure into a new header file | Tom Gundersen |
2015-01-20 | sd-dhcp6-client: Remove unnecessary debug printout | Patrik Flykt |
2015-01-13 | refcnt: refcnt is unsigned, fix comparisons | Tom Gundersen |
2014-12-10 | test-dhcp6-client: Add a simple Information Request test case | Patrik Flykt |
2014-12-10 | sd-dhcp6-client: Implement Information Request message | Patrik Flykt |
2014-12-10 | sd-dhcp6-client: Make end of successfull option parsing explicit | Patrik Flykt |
2014-11-04 | sd-event: rename sd_event_source_set_name() to sd_event_source_get_name() | Lennart Poettering |
2014-11-01 | sd-dhcp6-client: fix off-by-two error in DUID length | Dan Williams |
2014-10-11 | sd-dhcp-client: support non-Ethernet hardware addresses | Dan Williams |
2014-10-02 | sd-dhcp6: do basic sanity-checking of supplied DUID | Tom Gundersen |
2014-10-02 | sd-dhcp6: specify the type explicitly when setting custom DUID | Tom Gundersen |
2014-10-02 | sd-dhcp6: support custom DUID's up to the size specified in the RFC | Tom Gundersen |
2014-10-02 | sd-dhcp6-client: support custom DUIDs | Dan Williams |
2014-09-10 | sd-dhcp6-client: Implement Elapsed Time option | Patrik Flykt |
2014-08-30 | sd-dhcp6-client: properly calculate buffer size when parsing options | Zbigniew Jędrzejewski-Szmek |
2014-08-28 | sd-event: name event sources used in libraries | Tom Gundersen |
2014-08-20 | indentation/spurious whitespace fixes | Lennart Poettering |
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 |