summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp-option.c
Commit message (Expand)AuthorAgeFilesLines
* string-util: add common implementation of function that converts sized charac...Lennart Poettering2023-01-211-7/+4
* libsystemd-network: constify castsZbigniew Jędrzejewski-Szmek2022-05-081-2/+2
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* rfc3046 implementationYegor Alexeyev2021-05-081-13/+93
* libsystemd-network: fix dhcp option buffer confusionZbigniew Jędrzejewski-Szmek2021-04-151-1/+2
* network: Use ordered_hashmap_ensure_put (#18233)Susant Sahani2021-01-171-3/+3
* dhcp: length of each user class field must be positiveYu Watanabe2021-01-131-4/+6
* 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-3/+2
* dhcp: remove struct sd_dhcp_raw_optionYu Watanabe2019-11-181-2/+42
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* networkd: dhcp server Support Vendor specific 43Susant Sahani2019-10-311-0/+27
* network: DHCP server Add support to transmit SIP serverSusant Sahani2019-09-201-0/+12
* libsystemd-network: make option_append() atomic and make the code a bit clearerZbigniew Jędrzejewski-Szmek2019-08-031-27/+32
* dhcp: use memdup_suffix0() instead of strndup()Yu Watanabe2019-06-191-1/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-3/+3
* 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
* networkd: add support to send DHCP user class option (#7499)Susant Sahani2018-05-071-0/+29
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-4/+2
* Replace free and reassignment with free_and_replaceDaniel Lockyer2017-11-241-3/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* libsystemd-network: don't abbreviate "callback" as "cb" needlesslyLennart Poettering2016-02-201-2/+2
* Merge pull request #2589 from keszybz/resolve-tool-2Lennart Poettering2016-02-131-6/+1
|\
| * Add memcpy_safeZbigniew Jędrzejewski-Szmek2016-02-111-6/+1
* | tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
|/
* dhcp: make DHCP_OPTION_* enum publicBeniamino Galvani2016-01-201-10/+10
* sd-dhcp: parse error message in DECLINE or NAKTom Gundersen2015-11-251-46/+63
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+2
* network: s/user_data/userdata/Lennart Poettering2015-08-261-6/+6
* sd-dhcp: option_append - support falling back to 'sname' and 'file'Tom Gundersen2014-05-211-7/+81
* sd-dhcp: make sure we can not fill options so much that there is no space for...Tom Gundersen2014-05-211-0/+4
* sd-dhcp: refactor parse_optionsTom Gundersen2014-05-201-41/+41
* sd-dhcp: refactor dhcp_option_appendTom Gundersen2014-05-201-19/+14
* sd-dhcp-client: move magic cookie into DHCPMessage structTom Gundersen2014-04-061-8/+4
* sd-network: add new libraryTom Gundersen2014-02-281-0/+184