summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/test-dhcp6-client.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-04tree-wide: drop socket.h when socket-util.h is includedYu Watanabe1-1/+0
2019-07-24tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.hYu Watanabe1-0/+1
2019-03-13util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering1-1/+2
2018-12-06util: drop missing.h from socket-util.hYu Watanabe1-0/+1
2018-11-12libsystemd-network: set SOCK_CLOEXEC and SOCK_NONBLOCKYu Watanabe1-1/+1
2018-10-19test-dhcp6-client: normalize logsYu Watanabe1-21/+15
2018-09-19dhcp6-client: Add tests for address, information and prefix requestsPatrik Flykt1-4/+35
2018-09-14tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek1-3/+2
2018-06-14tree-wide: use proper unicode © instead of (C) where we canLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering1-1/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-01-15test: free memoryYu Watanabe1-0/+3
2018-01-04dhpc6: Add PD and PD Prefix testsPatrik Flykt1-1/+53
2018-01-04test-dhcp6-client: Add Status option testPatrik Flykt1-0/+78
2018-01-04dhcp6: Sanitize DHCPv6 IA option parsingPatrik Flykt1-45/+56
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-16sd-dhcp6-client: Implement FQDN Option (#7309)Stefan Agner1-2/+34
2016-05-26sd-network: rename "index" field of the various clients to "ifindex"Lennart Poettering1-5/+5
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-20dhcp: make DHCP6_OPTION_* enum publicBeniamino Galvani1-29/+29
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-5/+4
2015-11-17sd-dhcp6-client: bind to link-local addressTom Gundersen1-0/+6
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24sd-*.h: clean up exported (or to-be-exported) header filesLennart Poettering1-1/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-8/+8
2015-09-23test-dhcp6-client: Update test case due to changed semanticsPatrik Flykt1-0/+4
2015-09-22sd-dhcp6: fix namespacingDavid Herrmann1-2/+2
2015-09-07basic: rework virtualization detection APILennart Poettering1-12/+0
2015-08-27tree-wide: we place the opening bracket on the same line as the function nameLennart Poettering1-2/+1
2015-08-21test-dhcp6-client: Add tests for DNS and NTP optionsPatrik Flykt1-0/+63
2015-08-21sd-dhcp6: Support deprecated SNTP Configuration OptionPatrik Flykt1-1/+1
2015-04-14test-dhcp6-client: don't unref the event twiceThomas Hindoe Paaboel Andersen1-2/+0
2015-01-27sd-dhcp6-lease: Revise address iteration functionsPatrik Flykt1-22/+23
2014-12-10test-dhcp6-client: Add a simple Information Request test casePatrik Flykt1-19/+107
2014-10-11sd-dhcp-client: support non-Ethernet hardware addressesDan Williams1-2/+6
2014-09-10test-dhcp6-client: Add checks for Elapsed Time optionPatrik Flykt1-4/+28
2014-08-30sd-dhcp6-client: properly calculate buffer size when parsing optionsZbigniew Jędrzejewski-Szmek1-1/+1
2014-08-30test-dhcp6-client: Fix option lengthPatrik Flykt1-1/+1
2014-07-24libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possibleTom Gundersen1-2/+2
2014-06-26sd-dhcp6-client: Add Option Request Option supportPatrik Flykt1-0/+9
2014-06-19sd-dhcp6-client: Add reply sending for testPatrik Flykt1-5/+40
2014-06-19sd-dhcp6-client: Add Advertise sending for test casePatrik Flykt1-5/+116
2014-06-19sd-dhcp6-client: Add test case for Advertise message parsingPatrik Flykt1-0/+138
2014-06-19sd-dhcp6-client: Add DHCPv6 Solicit test casePatrik Flykt1-0/+151
2014-06-19sd-dhcp6-client: Add basic DHCPv6 option handlingPatrik Flykt1-0/+70
2014-06-19sd-dhcp6-client: Add basic DHCPv6 test casesPatrik Flykt1-0/+76