summaryrefslogtreecommitdiff
path: root/src/test/test-socket-util.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-15socket-util: include trailing NUL byte in SOCKADDR_UN_LEN() count for fs socketsLennart Poettering1-1/+1
2018-09-14tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek1-1/+2
2018-08-23test-socket-util: avoid "memleak" reported by valgrindZbigniew Jędrzejewski-Szmek1-6/+9
2018-08-02test-socket-util: Add tests for receive_fd_iov() and friends.Filipe Brandenburger1-0/+215
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-18test-socket-util: add test for ListenNetlink with spacesZbigniew Jędrzejewski-Szmek1-0/+10
2018-03-14fuzz: commit test case for oss-fuzz issue 6884Zbigniew Jędrzejewski-Szmek1-0/+3
2018-02-10socket-util: drop getnameinfo_pretty()Yu Watanabe1-54/+0
2018-01-11log: minimize includes in log.hLennart Poettering1-0/+1
2018-01-10test: free after useYu Watanabe1-1/+1
2018-01-04socket-util: add new getpeergroups() callLennart Poettering1-0/+68
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-02-24test: add support for in_addr_is_multicast testsSusant Sahani1-0/+19
2017-01-24socket-utils: revert f1811313f42dc7ddaed3c47edc834c2bfd1309b2Susant Sahani1-2/+1
2017-01-23network: accept colons in network interface names, normally used for alias in...peoronoob1-1/+2
2017-01-10socket-util: add AF_VSOCK address familyStefan Hajnoczi1-0/+26
2016-06-15tree-wide: htonl() is weird, let's use htobe32() instead (#3538)Lennart Poettering1-4/+4
2016-06-06resolved: support IPv6 DNS servers on the local linkLennart Poettering1-0/+51
2016-05-09util-lib: add new ifname_valid() call that validates interface namesLennart Poettering1-0/+25
2016-05-05tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering1-0/+17
2015-11-11test: fix failing test-socket-util when running with ipv6.disable=1 kernel paramMarcin Bachry1-22/+19
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-4/+5
2015-07-31test-socket-util: add test for in_addr_is_null()Daniel Mack1-0/+15
2015-04-08test-socket-util: add test for in_addr_to_stringRonny Chevalier1-0/+19
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-1/+1
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-1/+1
2014-10-04test: only use assert_seThomas Hindoe Paaboel Andersen1-4/+4
2014-08-18tests: add tests for socket-util.cRonny Chevalier1-0/+50
2014-07-16test-socket-util: silence warningsThomas Hindoe Paaboel Andersen1-3/+3
2014-07-15shared/socket-util: add function to query remote addressZbigniew Jędrzejewski-Szmek1-0/+55
2014-07-10shared: split out in_addr related calls from socket-util.[ch] into its privat...Lennart Poettering1-0/+1
2014-06-18networkd: add a number of calls to manipulate in_addr_union structsLennart Poettering1-0/+82
2014-06-16tests: add test-socket-utilRonny Chevalier1-0/+145