summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp6-client.c
Commit message (Expand)AuthorAgeFilesLines
* dhcp: make DHCP6_OPTION_* enum publicBeniamino Galvani2016-01-201-24/+24
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-7/+4
* libsystemd-network: clean up recv functionsTom Gundersen2015-11-251-7/+15
* sd-dhcp6-client: bind to link-local addressTom Gundersen2015-11-171-1/+16
* networkd: ndisc/dhcpv6 - handle starting running clientsTom Gundersen2015-11-161-1/+1
* networkd: dhcp6 - don't log about losing a lease we never hadTom Gundersen2015-11-131-2/+2
* sd-dhcp6-client: add is_running() methodTom Gundersen2015-11-111-0/+8
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* 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-301-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