summaryrefslogtreecommitdiffstats
path: root/src/test/test-socket-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: Gracefully handle running within user namespace with single userDaan De Meyer2024-08-181-1/+1
* tree-wide: fix type of read() return variable at a couple of placesLennart Poettering2024-06-221-3/+3
* iovec-util: add exported constant empty but valid (i.e. non-NULL) iovecLennart Poettering2024-06-141-4/+1
* test: initialize _cleanup_ variablesLuca Boccassi2024-04-191-1/+1
* test: initialize _cleanup_ variablesLuca Boccassi2024-04-161-8/+8
* ASSERT_STREQ for simple casesIvan Kruglov2024-04-151-7/+7
* user-util: add new helper fully_set_uid_gid()Lennart Poettering2023-12-061-4/+1
* process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...Lennart Poettering2023-11-021-7/+7
* fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLETLennart Poettering2023-10-261-1/+1
* io-util: split out "struct iovec" related calls into their own .c/.h filesLennart Poettering2023-10-201-1/+1
* socket-util: add send/receive helpers for FD arrayLuca Boccassi2023-07-291-0/+65
* socket: bump listen() backlog to INT_MAX everywhereLennart Poettering2023-06-131-3/+3
* 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-201-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