summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/test-dhcp-client.c
Commit message (Expand)AuthorAgeFilesLines
* meson: merge our two valgrind configuration conditions into oneZbigniew Jędrzejewski-Szmek2023-02-221-2/+6
* optionally set socket priority on DHCPv4 raw socketchris2023-01-121-1/+4
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* dhcp: use the attached sd_device object when generating IAIDYu Watanabe2022-10-271-5/+3
* dhcp: make dhcp_network_bind_raw_socket() take struct hw_addr_dataYu Watanabe2022-08-061-2/+2
* dhcp: make dhcp_identifier_set_iaid() take struct hw_addr_dataYu Watanabe2022-08-061-11/+16
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-281-1/+1
* dhcp: list all known DHCP optionsYu Watanabe2022-03-101-1/+1
* test: drop timeout handlersYu Watanabe2022-02-221-14/+3
* dhcp-identifier: generate static and constant DUID-EN when the client is runn...Yu Watanabe2022-02-141-1/+1
* tree-wide: use C99 __func__ rather than obsolete __FUNCTION__Lennart Poettering2021-10-111-5/+5
* network: use official bswap_32() rather than inofficial __bswap_32()Lennart Poettering2021-10-111-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* dhcp: do not use ifindex when generating iaid in testsYu Watanabe2021-06-121-14/+7
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* dhcp4: fix DHCP on InfiniBand interfacesTimo Rothenpieler2020-10-281-2/+4
* sd-dhcp-client: make sd_dhcp_client_set_request_option() not return -EEXISTYu Watanabe2020-10-141-33/+18
* tree-wide: make use of new relative time events in sd-event.hLennart Poettering2020-07-281-5/+5
* libsystemd-network: rename index -> ifindexYu Watanabe2020-07-021-1/+1
* sd-dhcp: clean-up of DHCP lease server codeLennart Poettering2020-05-301-1/+2
* dhcp4: make IPServiceType configurableSiddharth Chandrasekara2019-09-261-1/+1
* networkd: Add support for blacklisting serversSusant Sahani2019-05-101-2/+4
* dhcp: handle multiple addresses for "Router" (option 3) in DHCP libraryThomas Haller2019-02-181-3/+4
* dhcp: support endianness independent dhcp_identifier_set_iaid()Thomas Haller2018-11-121-5/+13
* dhcp: add test for dhcp_identifier_set_iaid()Thomas Haller2018-11-121-0/+24
* libsystemd-network: set SOCK_CLOEXEC and SOCK_NONBLOCKYu Watanabe2018-11-121-2/+2
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-3/+2
* 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
* Turn VALGRIND variable into a meson configuration switchZbigniew Jędrzejewski-Szmek2018-05-171-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* sd-dhcp-client: validate hostnames stricter (#7308)Stefan Agner2017-11-161-0/+6
* test-dhcp-client: fix typos in comment (#7052)Florian Klink2017-10-111-2/+2
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-2/+2
* networkd: test DHCP client when Anonymize is true.juga02017-09-061-0/+35
* networkd: set PRL default options depending on Anonymize.juga02017-09-061-7/+15
* dhcp: bind udp sockets to interfaces (#4822)27o2016-12-071-1/+1
* networkd: support setting dhcp client listen port (#4631)Susant Sahani2016-11-101-1/+1
* sd-network: rename "index" field of the various clients to "ifindex"Lennart Poettering2016-05-261-8/+8
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* dhcp: make DHCP_OPTION_* enum publicBeniamino Galvani2016-01-201-13/+13
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-2/+1
* sd-dhcp: parse error message in DECLINE or NAKTom Gundersen2015-11-251-3/+3
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-4/+4