summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp6-option.c
Commit message (Expand)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-2/+1
* dhcp6: parse the FQDN optionBeniamino Galvani2020-08-031-38/+80
* dhcp6: remove assertions in dhcp6_option_parse_domainname()Beniamino Galvani2020-07-281-2/+4
* sd-dhcp6: Introduce vendor specific informationSusant Sahani2020-05-291-1/+35
* sd-network: Rectify Advertise Message Processing by a ClientSusant Sahani2020-05-291-6/+13
* sd-network: DHCPv6 - Add support to send vendor class dataSusant Sahani2020-05-201-1/+41
* sd-network: DHCPv6 - add support to send userclass optionSusant Sahani2020-05-191-0/+30
* DHCP client: make SendOption work for DHCPv6 too.Andrew Doran2020-05-111-0/+40
* sd-network: DHCP6 - Use readable error status rather than numericSusant Sahani2020-04-131-2/+2
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* network: DHCPv6 client add support for prefix delegation hintSusant Sahani2019-10-011-6/+14
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* dhcp6: prefer offsetof() over sizeof() for structs with undefined sizesLennart Poettering2018-10-251-15/+15
* dhcp6: make sure we have enough space for the DHCP6 option headerLennart Poettering2018-10-251-1/+1
* dhcp6: reduce whitespace a bitLennart Poettering2018-10-251-3/+3
* dhcp6: split assert_return() to be more debuggable when hitLennart Poettering2018-10-251-1/+4
* dhcp6: constify things where we canLennart Poettering2018-10-251-2/+2
* sd-dhcp6: drop empty 'error' labelYu Watanabe2018-10-191-36/+19
* sd-dhcp6: make dhcp6_option_parse_domainname() not store empty domainYu Watanabe2018-10-191-37/+29
* sd-dhcp6: fix argument and error handling of dhcp6_option_parse_status()Yu Watanabe2018-10-191-4/+6
* dhcp6: check option length before reading valuesYu Watanabe2018-10-031-5/+6
* dhcp6: fix an off-by-one error in dhcp6_option_parse_domainnameEvgeny Vereshchagin2018-09-291-1/+1
* 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
* resolved: fix typo in macro nameZbigniew Jędrzejewski-Szmek2018-06-081-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* dhcp6: fix warnings by clang with -Waddress-of-packed-memberYu Watanabe2018-01-171-5/+4
* dhcp6: Fix valgrind nitpick about returned test case valuePatrik Flykt2018-01-151-1/+1
* dhcp6: Add function appending an IA PD to the DHCP6 messagePatrik Flykt2018-01-041-0/+36
* dhcp6: Parse IA PD and PD Prefix optionsPatrik Flykt2018-01-041-10/+123
* dhcp6: Fix IA Address option parsingPatrik Flykt2018-01-041-21/+52
* dhcp6: Add function for DHCPv6 Status optionPatrik Flykt2018-01-041-5/+20
* dhcp6: Sanitize DHCPv6 IA option parsingPatrik Flykt2018-01-041-37/+29
* dhcp6: Name structs in DHCP6IAPatrik Flykt2018-01-041-14/+14
* 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-0/+27
* sd-network: fix memleak in dhcp6_option_parse_domainname (#5114)Evgeny Vereshchagin2017-01-231-1/+1
* Merge pull request #2589 from keszybz/resolve-tool-2Lennart Poettering2016-02-131-2/+1
|\
| * Add memcpy_safeZbigniew Jędrzejewski-Szmek2016-02-111-2/+1
* | tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
|/
* dhcp: make DHCP6_OPTION_* enum publicBeniamino Galvani2016-01-201-7/+9
* dns-domain: rework dns_label_escape() to not imply memory allocationLennart Poettering2015-11-251-10/+8
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* sd-dhcp6-client: fix assert in options parsingTom Gundersen2015-10-301-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-5/+5
* tree-wide: we place the opening bracket on the same line as the function nameLennart Poettering2015-08-271-3/+1
* sd-dhcp6: fix domainname memleakDavid Herrmann2015-08-261-1/+0
* dhcp6-option: Add helper function for uncompressed domain namesPatrik Flykt2015-08-211-0/+82