summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp6-client.c
Commit message (Expand)AuthorAge
* network: dhcp - split out dhcp_identifier_set_{iaid,duid_en} from dhcp6-clientTom Gundersen2015-01-21
* network: dhcp - split out the duid structure into a new header fileTom Gundersen2015-01-21
* sd-dhcp6-client: Remove unnecessary debug printoutPatrik Flykt2015-01-20
* refcnt: refcnt is unsigned, fix comparisonsTom Gundersen2015-01-13
* test-dhcp6-client: Add a simple Information Request test casePatrik Flykt2014-12-10
* sd-dhcp6-client: Implement Information Request messagePatrik Flykt2014-12-10
* sd-dhcp6-client: Make end of successfull option parsing explicitPatrik Flykt2014-12-10
* sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()Lennart Poettering2014-11-04
* sd-dhcp6-client: fix off-by-two error in DUID lengthDan Williams2014-11-01
* sd-dhcp-client: support non-Ethernet hardware addressesDan Williams2014-10-11
* sd-dhcp6: do basic sanity-checking of supplied DUIDTom Gundersen2014-10-02
* sd-dhcp6: specify the type explicitly when setting custom DUIDTom Gundersen2014-10-02
* sd-dhcp6: support custom DUID's up to the size specified in the RFCTom Gundersen2014-10-02
* sd-dhcp6-client: support custom DUIDsDan Williams2014-10-02
* sd-dhcp6-client: Implement Elapsed Time optionPatrik Flykt2014-09-10
* sd-dhcp6-client: properly calculate buffer size when parsing optionsZbigniew Jędrzejewski-Szmek2014-08-30
* sd-event: name event sources used in librariesTom Gundersen2014-08-28
* indentation/spurious whitespace fixesLennart Poettering2014-08-20
* libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possibleTom Gundersen2014-07-24
* dhcp-network: remove unused DHCP6_STATE_RSDan Williams2014-07-23
* sd-dhcp6-client: make gcc happyTom Gundersen2014-07-14
* networkd: don't clear dhcpv6 lease timers if there's no previous leaseSteven Noonan2014-07-04
* sd-dhcp6-client: initialize variableTom Gundersen2014-07-02
* sd-dhcp6-client: check return valueThomas Hindoe Paaboel Andersen2014-07-01
* sd-dhcp6-client: fix free before useTom Gundersen2014-07-01
* sd-dhcp6-client: Implement Rapid CommitPatrik Flykt2014-06-26
* sd-dhcp6-client: Implement Renew and RebindPatrik Flykt2014-06-26
* sd-dhcp6-client: Add Option Request Option supportPatrik Flykt2014-06-26
* sd-dhcp6-client: return NULL from _unref() like the other sd-* librariesPatrik Flykt2014-06-26
* sd-dhcp6-client: use %m instead of strerror(errno)Ronny Chevalier2014-06-24
* sd-dhcp6-client: fix uninitialized variablesRonny Chevalier2014-06-20
* sd-dhcp6-client: Initialize fd to -1 and rename functionZbigniew Jędrzejewski-Szmek2014-06-19
* sd-dhcp6-client: Receive and parse a reply and set T1 and T2 timersPatrik Flykt2014-06-19
* sd-dhcp6-client: Add Request message sendingPatrik Flykt2014-06-19
* sd-dhcp6-client: Update start function to take a statePatrik Flykt2014-06-19
* sd-dhcp6-lease: Add functions for accessing lease and addressesPatrik Flykt2014-06-19
* sd-dhcp6-client: Receive and parse Advertise messagesPatrik Flykt2014-06-19
* sd-dhcp6-client: Add DHCPv6 Solicit message creation and sendingPatrik Flykt2014-06-19
* sd-dhcp6-client: Add DHCPv6 client Solicitation timeout handlingPatrik Flykt2014-06-19
* sd-dhcp6-client: Add DHCPv6 IAID functionalityPatrik Flykt2014-06-19
* sd-dhcp6-client: Initialize DUIDTom Gundersen2014-06-19
* sd-dhcp6-client: Add initial DHCPv6 client filesPatrik Flykt2014-06-19