summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp6-client.c
AgeCommit message (Expand)Author
2016-07-28./move.shLuke Shumaker
2016-05-22libsystemd-network: use recv(..., 0) instead of read(...) (#3317)Tom Gundersen
2016-05-15sd-dhcp6-client: add log_errno macro and improve debug messages a bitZbigniew Jędrzejewski-Szmek
2016-05-15tree-wide: drop spurious "&"s when passing functions aroundZbigniew Jędrzejewski-Szmek
2016-05-03dh-dhcp{,6}-client: change the semantics of DUID settingZbigniew Jędrzejewski-Szmek
2016-05-03sd-dhcp: change uint8_t *duid to const void*Zbigniew Jędrzejewski-Szmek
2016-05-03sd-dhcp{,6}-client: use standard indentation for functions argsZbigniew Jędrzejewski-Szmek
2016-03-30DHCP DUID, IAID configuration optionsVinay Kulkarni
2016-03-21Revert "DHCP DUID and IAID configurability"Zbigniew Jędrzejewski-Szmek
2016-03-09DHCP DUID and IAID configurabilityVinay Kulkarni
2016-02-20libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs a...Lennart Poettering
2016-02-20libsystemd-network: don't abbreviate "callback" as "cb" needlesslyLennart Poettering
2016-02-16networkd: 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