summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Add a udp test case for sendto() after a connect()Richard Sharpe2016-05-171-0/+52
* tests: Add test for ephemeral port binding in listen()Andreas Schneider2015-11-042-0/+116
* tests: Add valgrind suppression file for dlopen() issuesAndreas Schneider2015-10-281-0/+16
* torture: Use a short torture socket dirAndreas Schneider2015-10-271-1/+1
* tests: Fix compile warningAndreas Schneider2015-10-191-1/+1
* tests: Add a unit test for wrap_sendmsg_filter_cmsghdr()Ralph Boehme2015-10-142-1/+122
* tests: Add test for TCP_NODELAY setsockopt()Andreas Schneider2015-10-141-0/+11
* tests: Add test for TCP_NODELAY getsockopt()Andreas Schneider2015-10-141-0/+38
* tests: Rename s_addr to send_addrAndreas Schneider2015-08-172-20/+20
* tests: Fix memset() call in new testsAndreas Schneider2015-08-172-4/+4
* tests: Fix passing pointer of incompatible typeAndreas Schneider2015-08-173-3/+3
* tests: Add tcp sendmsg/recvmsg testAndreas Schneider2015-08-112-0/+274
* tests: Tests for msg_name(len) in sendmsg/revcmsgAndreas Schneider2015-08-111-0/+196
* tests: Fix testname of sendmsg testsAndreas Schneider2015-08-111-4/+4
* tests: Migrate to new cmocka APIAndreas Schneider2015-08-1112-100/+184
* torture: Increase time to wait for pid file.Andreas Schneider2014-12-161-1/+1
* torture: Check the return code of kill().Andreas Schneider2014-10-201-4/+16
* tests: Add missing breaks in sockaddr assert functions.Andreas Schneider2014-09-031-0/+4
* tests: Pass the sockaddr structure to system functions.Andreas Schneider2014-09-023-4/+4
* echo_srv: Silence alignment warnings.Andreas Schneider2014-09-021-4/+8
* echo_srv: Fix type punning warnings.Andreas Schneider2014-09-011-88/+86
* tests: Fix type punning warnings.Andreas Schneider2014-09-0112-378/+477
* Define _GNU_SOURCE on one place only.Jakub Hrozek2014-08-151-1/+0
* SO_PROTOCOL is platform-dependentJakub Hrozek2014-07-291-1/+9
* torture: add HAVE_IPV6 guard to torture_server_address()Michael Adam2014-07-091-0/+2
* tests: Disable addr_in_use bind test while the swrap code is incomplete.Andreas Schneider2014-06-051-0/+4
* tests: Fix conflicting variable name on Solaris.Andreas Schneider2014-06-021-7/+7
* tests: Fix building without bindresvport().Andreas Schneider2014-06-021-1/+8
* tests: add new test test_bind_ipv4_addr_in_use()Michael Adam2014-06-011-0/+157
* tests: extend the ipv6 bind testMichael Adam2014-06-011-0/+23
* tests: greatly extend the ipv4 bind testMichael Adam2014-06-011-0/+88
* tests: Avoid using getenv() to retrieve the path.Andreas Schneider2014-06-011-7/+7
* swrap: add check for rpc/rpc.h - needed on freebsd for bindresvportMichael Adam2014-06-011-0/+3
* tests: Add tests for bindresvport().Andreas Schneider2014-05-311-0/+113
* tests: Add tests for bind().Andreas Schneider2014-05-312-0/+111
* tests: Add test that getsockname is correct after socket().Andreas Schneider2014-05-312-0/+70
* torture: Wait for the pidfile and then start the tests.Andreas Schneider2014-05-311-1/+13
* echo_srv: Write pidfile after we setup the listeners.Andreas Schneider2014-05-311-9/+11
* tests: Fix possible format string attack.Andreas Schneider2014-05-271-6/+3
* tests: Add more tests for socket options.Andreas Schneider2014-05-261-0/+147
* echo_srv: Add support for IP_SENDSRCADDR.Andreas Schneider2014-05-261-5/+13
* echo_srv: Implement support for IP_RECVDSTADDR on BSD.Andreas Schneider2014-05-261-14/+52
* swrap: Implement support for IP_RECVDSTADDR on BSD.Andreas Schneider2014-05-261-5/+1
* echo_srv: Fix building on OpenIndiana.Andreas Schneider2014-05-261-7/+33
* swrap: Check if the in_pktinfo structure is available.Andreas Schneider2014-05-261-0/+2
* tests: Fix assert_sockaddr_equal() file and line output.Andreas Schneider2014-05-261-1/+2
* tests: Add test for different length passed to get(sock|peer)name.Andreas Schneider2014-05-221-0/+58
* tests: Add support to sending IP_PKTINFO in echo_srv.Andreas Schneider2014-05-221-3/+88
* tests: Add support to receive IP_PKTINFO in echo_srv.Andreas Schneider2014-05-222-5/+195
* tests: Add test to verify that the binded iface address is correct.Andreas Schneider2014-05-082-0/+356