summaryrefslogtreecommitdiff
path: root/src/test/test-socket-util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-051-0/+17
* test: fix failing test-socket-util when running with ipv6.disable=1 kernel paramMarcin Bachry2015-11-111-22/+19
* 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/+5
* test-socket-util: add test for in_addr_is_null()Daniel Mack2015-07-311-0/+15
* test-socket-util: add test for in_addr_to_stringRonny Chevalier2015-04-081-0/+19
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* test: only use assert_seThomas Hindoe Paaboel Andersen2014-10-041-4/+4
* tests: add tests for socket-util.cRonny Chevalier2014-08-181-0/+50
* test-socket-util: silence warningsThomas Hindoe Paaboel Andersen2014-07-161-3/+3
* shared/socket-util: add function to query remote addressZbigniew Jędrzejewski-Szmek2014-07-151-0/+55
* shared: split out in_addr related calls from socket-util.[ch] into its privat...Lennart Poettering2014-07-101-0/+1
* networkd: add a number of calls to manipulate in_addr_union structsLennart Poettering2014-06-181-0/+82
* tests: add test-socket-utilRonny Chevalier2014-06-161-0/+145