summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/test-dhcp-option.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Fix format specifier warnings for %xJan Janssen2022-08-301-2/+2
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-2/+2
* sd-dhcp-client,sd-dhcp-client-server: set chaddr in dhcp_message_init()Yu Watanabe2022-01-241-1/+2
* test-dhcp-option: inline iterator variable declarationsZbigniew Jędrzejewski-Szmek2021-12-081-12/+8
* test-dhcp-option: rename variable to avoid global/local name conflictZbigniew Jędrzejewski-Szmek2021-12-081-11/+11
* test: use assert_se() instead of assert()Yu Watanabe2021-10-121-1/+1
* rfc3046 implementationYegor Alexeyev2021-05-081-0/+15
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* sd-dhcp: clean-up of DHCP lease server codeLennart Poettering2020-05-301-0/+3
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* Merge pull request #2589 from keszybz/resolve-tool-2Lennart Poettering2016-02-131-8/+3
|\
| * Add memcpy_safeZbigniew Jędrzejewski-Szmek2016-02-111-8/+3
* | tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
|/
* dhcp: make DHCP_OPTION_* enum publicBeniamino Galvani2016-01-201-22/+22
* sd-dhcp: parse error message in DECLINE or NAKTom Gundersen2015-11-251-15/+7
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-4/+4
* dhcp: generic data should be void*, not uint8_t*Lennart Poettering2015-08-261-3/+3
* network: s/user_data/userdata/Lennart Poettering2015-08-261-2/+2
* test-dhcp-option: conform to usual coding styleZbigniew Jędrzejewski-Szmek2015-03-131-20/+11
* test-dhcp-option: add assert to check index is nonnegativeZbigniew Jędrzejewski-Szmek2015-03-131-0/+2
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* use correct format typesThomas Hindoe Paaboel Andersen2014-12-111-2/+2
* sd-dhcp-client: support non-Ethernet hardware addressesDan Williams2014-10-111-1/+1
* libsystemd-network: dhcp-test - assert that malloc0 succeedsTom Gundersen2014-09-171-0/+1
* sd-dhcp: fix test of magic cookieThomas Hindoe Paaboel Andersen2014-09-141-3/+3
* test-dhcp-option: fix memleakTom Gundersen2014-05-261-1/+1
* sd-dhcp: option_append - support falling back to 'sname' and 'file'Tom Gundersen2014-05-211-18/+44
* sd-dhcp: make sure we can not fill options so much that there is no space for...Tom Gundersen2014-05-211-1/+1
* sd-dhcp: refactor dhcp_option_appendTom Gundersen2014-05-201-37/+21
* sd-dhcp-client: test - fix for jenkinsTom Gundersen2014-04-101-23/+24
* sd-network: add new libraryTom Gundersen2014-02-281-0/+378