chiark / gitweb /
sd-lldp: minor header cleanup
[elogind.git] / src / libsystemd-network / sd-dhcp6-client.c
2014-12-10 Patrik Flykttest-dhcp6-client: Add a simple Information Request...
2014-12-10 Patrik Flyktsd-dhcp6-client: Implement Information Request message
2014-12-10 Patrik Flyktsd-dhcp6-client: Make end of successfull option parsing...
2014-11-04 Lennart Poetteringsd-event: rename sd_event_source_set_name() to sd_event...
2014-11-01 Dan Williamssd-dhcp6-client: fix off-by-two error in DUID length
2014-10-11 Dan Williamssd-dhcp-client: support non-Ethernet hardware addresses
2014-10-02 Tom Gundersensd-dhcp6: do basic sanity-checking of supplied DUID
2014-10-02 Tom Gundersensd-dhcp6: specify the type explicitly when setting...
2014-10-02 Tom Gundersensd-dhcp6: support custom DUID's up to the size specifie...
2014-10-02 Dan Williamssd-dhcp6-client: support custom DUIDs
2014-09-10 Patrik Flyktsd-dhcp6-client: Implement Elapsed Time option
2014-08-30 Zbigniew Jędrzejew... sd-dhcp6-client: properly calculate buffer size when...
2014-08-28 Tom Gundersensd-event: name event sources used in libraries
2014-08-19 Lennart Poetteringindentation/spurious whitespace fixes
2014-07-24 Tom Gundersenlibsystemd-network: use CLOCK_BOOTTIME instead of CLOCK...
2014-07-23 Dan Williamsdhcp-network: remove unused DHCP6_STATE_RS
2014-07-14 Tom Gundersensd-dhcp6-client: make gcc happy
2014-07-04 Steven Noonannetworkd: don't clear dhcpv6 lease timers if there...
2014-07-02 Tom Gundersensd-dhcp6-client: initialize variable
2014-07-01 Thomas Hindoe Paab... sd-dhcp6-client: check return value
2014-07-01 Tom Gundersensd-dhcp6-client: fix free before use
2014-06-26 Patrik Flyktsd-dhcp6-client: Implement Rapid Commit
2014-06-26 Patrik Flyktsd-dhcp6-client: Implement Renew and Rebind
2014-06-26 Patrik Flyktsd-dhcp6-client: Add Option Request Option support
2014-06-26 Patrik Flyktsd-dhcp6-client: return NULL from _unref() like the...
2014-06-24 Ronny Chevaliersd-dhcp6-client: use %m instead of strerror(errno)
2014-06-19 Ronny Chevaliersd-dhcp6-client: fix uninitialized variables
2014-06-19 Zbigniew Jędrzejew... sd-dhcp6-client: Initialize fd to -1 and rename function
2014-06-19 Patrik Flyktsd-dhcp6-client: Receive and parse a reply and set...
2014-06-19 Patrik Flyktsd-dhcp6-client: Add Request message sending
2014-06-19 Patrik Flyktsd-dhcp6-client: Update start function to take a state
2014-06-19 Patrik Flyktsd-dhcp6-lease: Add functions for accessing lease and...
2014-06-19 Patrik Flyktsd-dhcp6-client: Receive and parse Advertise messages
2014-06-19 Patrik Flyktsd-dhcp6-client: Add DHCPv6 Solicit message creation...
2014-06-19 Patrik Flyktsd-dhcp6-client: Add DHCPv6 client Solicitation timeout...
2014-06-19 Patrik Flyktsd-dhcp6-client: Add DHCPv6 IAID functionality
2014-06-19 Tom Gundersensd-dhcp6-client: Initialize DUID
2014-06-19 Patrik Flyktsd-dhcp6-client: Add initial DHCPv6 client files