summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp-option.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-18dhcp: remove struct sd_dhcp_raw_optionYu Watanabe1-2/+42
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-10-31networkd: dhcp server Support Vendor specific 43Susant Sahani1-0/+27
2019-09-20network: DHCP server Add support to transmit SIP serverSusant Sahani1-0/+12
2019-08-03libsystemd-network: make option_append() atomic and make the code a bit clearerZbigniew Jędrzejewski-Szmek1-27/+32
2019-06-19dhcp: use memdup_suffix0() instead of strndup()Yu Watanabe1-1/+1
2019-03-13util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering1-3/+3
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-05-07networkd: add support to send DHCP user class option (#7499)Susant Sahani1-0/+29
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-4/+2
2017-11-24Replace free and reassignment with free_and_replaceDaniel Lockyer1-3/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo1-1/+1
2016-02-20libsystemd-network: don't abbreviate "callback" as "cb" needlesslyLennart Poettering1-2/+2
2016-02-13Merge pull request #2589 from keszybz/resolve-tool-2Lennart Poettering1-6/+1
2016-02-11Add memcpy_safeZbigniew Jędrzejewski-Szmek1-6/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-20dhcp: make DHCP_OPTION_* enum publicBeniamino Galvani1-10/+10
2015-11-25sd-dhcp: parse error message in DECLINE or NAKTom Gundersen1-46/+63
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen1-2/+2
2015-08-26network: s/user_data/userdata/Lennart Poettering1-6/+6
2014-05-21sd-dhcp: option_append - support falling back to 'sname' and 'file'Tom Gundersen1-7/+81
2014-05-21sd-dhcp: make sure we can not fill options so much that there is no space for...Tom Gundersen1-0/+4
2014-05-20sd-dhcp: refactor parse_optionsTom Gundersen1-41/+41
2014-05-20sd-dhcp: refactor dhcp_option_appendTom Gundersen1-19/+14
2014-04-06sd-dhcp-client: move magic cookie into DHCPMessage structTom Gundersen1-8/+4
2014-02-28sd-network: add new libraryTom Gundersen1-0/+184