summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/test-dhcp-option.c
Commit message (Expand)AuthorAgeFilesLines
* 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