summaryrefslogtreecommitdiff
path: root/src/test/test-socket-netlink.c
Commit message (Expand)AuthorAgeFilesLines
* test: Use TEST macroJan Janssen2021-11-251-46/+11
* test: use assert_se() instead of assert()Yu Watanabe2021-10-121-1/+1
* socket-util: refuse ifnames with embedded '%' as invalidLennart Poettering2021-03-101-1/+1
* test-socket-util: fix test for address parsing w/o IPv6 supportZbigniew Jędrzejewski-Szmek2021-03-011-2/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Use sockaddr_un_set_path() in socket_address_parse()Zbigniew Jędrzejewski-Szmek2020-09-101-1/+1
* Allow interface scopes to be specified in ListenStream=Zbigniew Jędrzejewski-Szmek2020-09-101-17/+33
* shared: don't unconditionally set SOCK_STREAM as type in socket_address_parse()Zbigniew Jędrzejewski-Szmek2020-09-101-2/+7
* Get rid of in_addr_port_from_string_auto() againZbigniew Jędrzejewski-Szmek2020-09-101-31/+0
* shared/socket-netlink: only allow ifindex if explicitly supportedZbigniew Jędrzejewski-Szmek2020-09-101-8/+49
* test-socket-netlink: print the proper expected stringZbigniew Jędrzejewski-Szmek2020-09-101-4/+12
* util: drop unused socket_addr_port_from_string_auto()Yu Watanabe2020-09-041-36/+0
* test: add tests for in_addr_port_from_string_auto()Yu Watanabe2020-09-041-0/+31
* test: move several tests from test-socket-util.cYu Watanabe2020-09-041-0/+108
* shared: Introduce socket_addr_port_from_string_autoSusant Sahani2020-09-021-0/+36
* util-lib: move things that parse ifnames to shared/Zbigniew Jędrzejewski-Szmek2020-01-111-0/+227