summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/test-dhcp6-client.c
Commit message (Expand)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Merge pull request #16596 from poettering/event-time-relZbigniew Jędrzejewski-Szmek2020-08-041-4/+3
|\
| * tree-wide: make use of new relative time events in sd-event.hLennart Poettering2020-07-281-4/+3
* | dhcp6: parse the FQDN optionBeniamino Galvani2020-08-031-2/+57
|/
* libsystemd-network: rename index -> ifindexYu Watanabe2020-07-021-4/+4
* dhcp6, radv: only accept valid ifindexYu Watanabe2020-07-021-1/+1
* sd-network: Rectify Advertise Message Processing by a ClientSusant Sahani2020-05-291-19/+19
* sd-dhcp6: constify output arguments in get_{ntp,nds}_addrZbigniew Jędrzejewski-Szmek2020-05-261-3/+3
* dhcpv6 tests: Update since we allow arbitrary options to be setSusant Sahani2020-05-171-2/+2
* tree-wide: drop socket.h when socket-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.hYu Watanabe2019-07-241-0/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+2
* util: drop missing.h from socket-util.hYu Watanabe2018-12-061-0/+1
* libsystemd-network: set SOCK_CLOEXEC and SOCK_NONBLOCKYu Watanabe2018-11-121-1/+1
* test-dhcp6-client: normalize logsYu Watanabe2018-10-191-21/+15
* dhcp6-client: Add tests for address, information and prefix requestsPatrik Flykt2018-09-191-4/+35
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-3/+2
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* test: free memoryYu Watanabe2018-01-151-0/+3
* dhpc6: Add PD and PD Prefix testsPatrik Flykt2018-01-041-1/+53
* test-dhcp6-client: Add Status option testPatrik Flykt2018-01-041-0/+78
* dhcp6: Sanitize DHCPv6 IA option parsingPatrik Flykt2018-01-041-45/+56
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* sd-dhcp6-client: Implement FQDN Option (#7309)Stefan Agner2017-11-161-2/+34
* sd-network: rename "index" field of the various clients to "ifindex"Lennart Poettering2016-05-261-5/+5
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* dhcp: make DHCP6_OPTION_* enum publicBeniamino Galvani2016-01-201-29/+29
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-5/+4
* sd-dhcp6-client: bind to link-local addressTom Gundersen2015-11-171-0/+6
* 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-1/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-8/+8
* test-dhcp6-client: Update test case due to changed semanticsPatrik Flykt2015-09-231-0/+4
* sd-dhcp6: fix namespacingDavid Herrmann2015-09-221-2/+2
* basic: rework virtualization detection APILennart Poettering2015-09-071-12/+0
* tree-wide: we place the opening bracket on the same line as the function nameLennart Poettering2015-08-271-2/+1
* test-dhcp6-client: Add tests for DNS and NTP optionsPatrik Flykt2015-08-211-0/+63
* sd-dhcp6: Support deprecated SNTP Configuration OptionPatrik Flykt2015-08-211-1/+1
* test-dhcp6-client: don't unref the event twiceThomas Hindoe Paaboel Andersen2015-04-141-2/+0
* sd-dhcp6-lease: Revise address iteration functionsPatrik Flykt2015-01-271-22/+23
* test-dhcp6-client: Add a simple Information Request test casePatrik Flykt2014-12-101-19/+107
* sd-dhcp-client: support non-Ethernet hardware addressesDan Williams2014-10-111-2/+6
* test-dhcp6-client: Add checks for Elapsed Time optionPatrik Flykt2014-09-101-4/+28
* sd-dhcp6-client: properly calculate buffer size when parsing optionsZbigniew Jędrzejewski-Szmek2014-08-301-1/+1
* test-dhcp6-client: Fix option lengthPatrik Flykt2014-08-301-1/+1
* libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possibleTom Gundersen2014-07-241-2/+2
* sd-dhcp6-client: Add Option Request Option supportPatrik Flykt2014-06-261-0/+9