summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/sd-dhcp6-client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* sd-*.h: clean up exported (or to-be-exported) header filesLennart Poettering2015-10-241-3/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-8/+6
* libsystemd-network: limit accuracy of timestamps in loggingTom Gundersen2015-10-111-8/+3
* Merge pull request #1332 from thom311/masterTom Gundersen2015-09-241-13/+11
|\
| * sd-dhcp6: ensure canceling lease timers and refactor setting leaseThomas Haller2015-09-221-13/+11
* | sd-dhcp6-client: Prevent setting and restarting of DHCPv6 clientPatrik Flykt2015-09-231-0/+11
* | sd-dhcp6: fix namespacingDavid Herrmann2015-09-221-5/+5
|/
* dhcp: coding style fixesLennart Poettering2015-08-261-37/+24
* dhcp: stop using refcnt.hLennart Poettering2015-08-261-13/+22
* sd-dhcp: don't randomly ref objectsDavid Herrmann2015-08-261-1/+1
* sd-dhcp6: Support deprecated SNTP Configuration OptionPatrik Flykt2015-08-211-0/+8
* sd-dhcp6: Add support for DHCPv6 NTP Server OptionPatrik Flykt2015-08-211-0/+7
* sd-dhcp6: Add support for DHCPv6 DNS Domain Search List optionPatrik Flykt2015-08-211-0/+8
* sd-dhcp6: Add support for DHCPv6 DNS Recursive Name Server optionPatrik Flykt2015-08-211-1/+8
* sd-dhcp6-client: Save a DHCPv6 lease also with Information ReplyPatrik Flykt2015-08-211-4/+2
* sd-dhcp6-client: Fix unreferencing DHCPv6 lease on client resetPatrik Flykt2015-08-211-0/+5
* sd-event: make sure sd_event_now() cannot failLennart Poettering2015-08-031-8/+3
* dhcp6: remove unnecessary if checkLennart Poettering2015-04-211-2/+1
* sd-dhcp6-client: unref lease when freeing the clientThomas Hindoe Paaboel Andersen2015-04-141-0/+2
* shared: add random-util.[ch]Ronny Chevalier2015-04-111-0/+1
* sd-dhcp6-client: delay setting the DUID and don't fail constructorThomas Haller2015-03-041-6/+12
* network: dhcp - split out dhcp_identifier_set_{iaid,duid_en} from dhcp6-clientTom Gundersen2015-01-211-50/+5
* network: dhcp - split out the duid structure into a new header fileTom Gundersen2015-01-211-38/+9
* sd-dhcp6-client: Remove unnecessary debug printoutPatrik Flykt2015-01-201-1/+0
* refcnt: refcnt is unsigned, fix comparisonsTom Gundersen2015-01-131-1/+1
* test-dhcp6-client: Add a simple Information Request test casePatrik Flykt2014-12-101-0/+1
* sd-dhcp6-client: Implement Information Request messagePatrik Flykt2014-12-101-35/+109
* sd-dhcp6-client: Make end of successfull option parsing explicitPatrik Flykt2014-12-101-1/+4
* sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()Lennart Poettering2014-11-041-12/+6
* sd-dhcp6-client: fix off-by-two error in DUID lengthDan Williams2014-11-011-5/+5
* sd-dhcp-client: support non-Ethernet hardware addressesDan Williams2014-10-111-9/+27
* sd-dhcp6: do basic sanity-checking of supplied DUIDTom Gundersen2014-10-021-0/+37
* sd-dhcp6: specify the type explicitly when setting custom DUIDTom Gundersen2014-10-021-15/+18
* sd-dhcp6: support custom DUID's up to the size specified in the RFCTom Gundersen2014-10-021-1/+4
* sd-dhcp6-client: support custom DUIDsDan Williams2014-10-021-12/+31
* sd-dhcp6-client: Implement Elapsed Time optionPatrik Flykt2014-09-101-10/+30
* sd-dhcp6-client: properly calculate buffer size when parsing optionsZbigniew Jędrzejewski-Szmek2014-08-311-1/+4
* sd-event: name event sources used in librariesTom Gundersen2014-08-281-0/+30
* indentation/spurious whitespace fixesLennart Poettering2014-08-201-1/+1
* libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possibleTom Gundersen2014-07-241-7/+7
* dhcp-network: remove unused DHCP6_STATE_RSDan Williams2014-07-231-4/+0
* sd-dhcp6-client: make gcc happyTom Gundersen2014-07-141-1/+1
* networkd: don't clear dhcpv6 lease timers if there's no previous leaseSteven Noonan2014-07-041-1/+2
* sd-dhcp6-client: initialize variableTom Gundersen2014-07-021-9/+1
* sd-dhcp6-client: check return valueThomas Hindoe Paaboel Andersen2014-07-011-0/+2
* sd-dhcp6-client: fix free before useTom Gundersen2014-07-011-1/+3
* sd-dhcp6-client: Implement Rapid CommitPatrik Flykt2014-06-261-4/+26
* sd-dhcp6-client: Implement Renew and RebindPatrik Flykt2014-06-261-1/+67
* sd-dhcp6-client: Add Option Request Option supportPatrik Flykt2014-06-261-0/+57