summaryrefslogtreecommitdiff
path: root/src/test/test-socket-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace IOVEC_INIT with IOVEC_MAKEYu Watanabe2023-03-061-8/+8
* tree-wide: use -EBADF also in pipe initializersZbigniew Jędrzejewski-Szmek2022-12-191-5/+5
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-5/+5
* socket-util: change sockaddr_un_set_path() to return recognizable error on 10...Lennart Poettering2022-05-131-0/+47
* tests: add helper for creating tempfiles with contentZbigniew Jędrzejewski-Szmek2022-03-291-14/+5
* test: Use TEST macroJan Janssen2021-11-251-54/+14
* test: use assert_se() instead of assert()Yu Watanabe2021-10-121-27/+27
* socket-util: add helper for checking if IPv6 is enabledLennart Poettering2021-03-051-0/+6
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* basic: convert ifname_valid_full() to take flags and allow numeric interfacesZbigniew Jędrzejewski-Szmek2020-09-101-7/+11
* test-in-addr-util: add log headersZbigniew Jędrzejewski-Szmek2020-09-101-6/+0
* test: move several tests from test-socket-util.cYu Watanabe2020-09-041-262/+0
* util: introduce in_addr_port_ifindex_name_from_string_auto() and in_addr_port...Yu Watanabe2020-07-211-0/+33
* Merge pull request #15669 from andir/systemd-ipv6-pd-subnet-idLennart Poettering2020-05-271-0/+40
|\
| * in-addr-util: introduce in_addr_prefix_nthAndreas Rammhold2020-05-261-0/+40
* | shared: move in_addr_ifindex_name_from_string_auto() thereMarc-André Lureau2020-05-071-0/+19
|/
* util-lib: move things that parse ifnames to shared/Zbigniew Jędrzejewski-Szmek2020-01-111-217/+3
* util: introduce ifname_valid_full()Yu Watanabe2019-12-161-0/+1
* test-socket-util: avoid writing past the defined bufferZbigniew Jędrzejewski-Szmek2019-10-241-3/+2
* test: add test for flush_accept()Lennart Poettering2019-04-181-0/+62
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-2/+3
* socket-util: re-implement socket_address_parse_netlink() by using extract_fir...Yu Watanabe2019-02-211-5/+20
* util: drop missing.h from socket-util.hYu Watanabe2018-12-061-0/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-2/+2
* basic/socket-util: use c-escaping to print unprintable socket pathsZbigniew Jędrzejewski-Szmek2018-11-301-0/+52
* shared/socket-util: do not print empty CIDZbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* test-socket-util: add test for socket_address_printZbigniew Jędrzejewski-Szmek2018-11-301-31/+39
* test-socket-util: the usual modernizationZbigniew Jędrzejewski-Szmek2018-11-301-47/+83
* socket-util: include trailing NUL byte in SOCKADDR_UN_LEN() count for fs socketsLennart Poettering2018-10-151-1/+1
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-1/+2
* test-socket-util: avoid "memleak" reported by valgrindZbigniew Jędrzejewski-Szmek2018-08-231-6/+9
* test-socket-util: Add tests for receive_fd_iov() and friends.Filipe Brandenburger2018-08-021-0/+215
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* test-socket-util: add test for ListenNetlink with spacesZbigniew Jędrzejewski-Szmek2018-03-181-0/+10
* fuzz: commit test case for oss-fuzz issue 6884Zbigniew Jędrzejewski-Szmek2018-03-141-0/+3
* socket-util: drop getnameinfo_pretty()Yu Watanabe2018-02-101-54/+0
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* test: free after useYu Watanabe2018-01-101-1/+1
* socket-util: add new getpeergroups() callLennart Poettering2018-01-041-0/+68
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test: add support for in_addr_is_multicast testsSusant Sahani2017-02-241-0/+19
* socket-utils: revert f1811313f42dc7ddaed3c47edc834c2bfd1309b2Susant Sahani2017-01-241-2/+1
* network: accept colons in network interface names, normally used for alias in...peoronoob2017-01-231-1/+2
* socket-util: add AF_VSOCK address familyStefan Hajnoczi2017-01-101-0/+26
* tree-wide: htonl() is weird, let's use htobe32() instead (#3538)Lennart Poettering2016-06-151-4/+4
* resolved: support IPv6 DNS servers on the local linkLennart Poettering2016-06-061-0/+51
* util-lib: add new ifname_valid() call that validates interface namesLennart Poettering2016-05-091-0/+25