summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp6-client.c
AgeCommit message (Expand)Author
2016-05-25networkd: FIONREAD is not reliable on some socketsLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-20dhcp: make DHCP6_OPTION_* enum publicBeniamino Galvani
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-25libsystemd-network: clean up recv functionsTom Gundersen
2015-11-17sd-dhcp6-client: bind to link-local addressTom Gundersen
2015-11-16networkd: ndisc/dhcpv6 - handle starting running clientsTom Gundersen
2015-11-13networkd: dhcp6 - don't log about losing a lease we never hadTom Gundersen
2015-11-11sd-dhcp6-client: add is_running() methodTom Gundersen
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24sd-*.h: clean up exported (or to-be-exported) header filesLennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-11libsystemd-network: limit accuracy of timestamps in loggingTom Gundersen
2015-09-24Merge pull request #1332 from thom311/masterTom Gundersen
2015-09-23sd-dhcp6-client: Prevent setting and restarting of DHCPv6 clientPatrik Flykt
2015-09-22sd-dhcp6: fix namespacingDavid Herrmann
2015-09-22sd-dhcp6: ensure canceling lease timers and refactor setting leaseThomas Haller
2015-08-26dhcp: coding style fixesLennart Poettering
2015-08-26dhcp: stop using refcnt.hLennart Poettering
2015-08-26sd-dhcp: don't randomly ref objectsDavid Herrmann
2015-08-21sd-dhcp6: Support deprecated SNTP Configuration OptionPatrik Flykt
2015-08-21sd-dhcp6: Add support for DHCPv6 NTP Server OptionPatrik Flykt
2015-08-21sd-dhcp6: Add support for DHCPv6 DNS Domain Search List optionPatrik Flykt
2015-08-21sd-dhcp6: Add support for DHCPv6 DNS Recursive Name Server optionPatrik Flykt
2015-08-21sd-dhcp6-client: Save a DHCPv6 lease also with Information ReplyPatrik Flykt
2015-08-21sd-dhcp6-client: Fix unreferencing DHCPv6 lease on client resetPatrik Flykt
2015-08-03sd-event: make sure sd_event_now() cannot failLennart Poettering
2015-04-21dhcp6: remove unnecessary if checkLennart Poettering
2015-04-14sd-dhcp6-client: unref lease when freeing the clientThomas Hindoe Paaboel Andersen
2015-04-11shared: add random-util.[ch]Ronny Chevalier
2015-03-04sd-dhcp6-client: delay setting the DUID and don't fail constructorThomas Haller
2015-01-21network: dhcp - split out dhcp_identifier_set_{iaid,duid_en} from dhcp6-clientTom Gundersen
2015-01-21network: dhcp - split out the duid structure into a new header fileTom Gundersen
2015-01-20sd-dhcp6-client: Remove unnecessary debug printoutPatrik Flykt
2015-01-13refcnt: refcnt is unsigned, fix comparisonsTom Gundersen
2014-12-10test-dhcp6-client: Add a simple Information Request test casePatrik Flykt
2014-12-10sd-dhcp6-client: Implement Information Request messagePatrik Flykt
2014-12-10sd-dhcp6-client: Make end of successfull option parsing explicitPatrik Flykt
2014-11-04sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()Lennart Poettering
2014-11-01sd-dhcp6-client: fix off-by-two error in DUID lengthDan Williams
2014-10-11sd-dhcp-client: support non-Ethernet hardware addressesDan Williams
2014-10-02sd-dhcp6: do basic sanity-checking of supplied DUIDTom Gundersen
2014-10-02sd-dhcp6: specify the type explicitly when setting custom DUIDTom Gundersen
2014-10-02sd-dhcp6: support custom DUID's up to the size specified in the RFCTom Gundersen
2014-10-02sd-dhcp6-client: support custom DUIDsDan Williams
2014-09-10sd-dhcp6-client: Implement Elapsed Time optionPatrik Flykt
2014-08-30sd-dhcp6-client: properly calculate buffer size when parsing optionsZbigniew Jędrzejewski-Szmek
2014-08-28sd-event: name event sources used in librariesTom Gundersen