summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* echo_srv: Fix possible resouce leaks on error in socket_dup().Andreas Schneider2014-04-251-0/+8
* tests: Fix use of tainted string in test_ioctl.Andreas Schneider2014-04-251-1/+6
* echo_srv: Improve reopening low fds.Andreas Schneider2014-04-141-7/+16
* echo_srv: Don't leak client_sock on failures in echo_tcpJakub Hrozek2014-04-141-8/+9
* tests: Fix an out of bound access.Andreas Schneider2014-04-141-2/+4
* tests: Fix a possible resource leak on error in sockopt test.Andreas Schneider2014-04-141-2/+2
* echo_srv: Fix resource leak of fd in pidfile().Andreas Schneider2014-04-141-3/+10
* echo_srv: Fix resource leak of s2 on error.Andreas Schneider2014-04-141-1/+1
* echo_srv: Fix resource leak of sock.Andreas Schneider2014-04-141-0/+1
* tests: Fix creating remove_cmd.Andreas Schneider2014-04-141-2/+3
* tests: Don't leak file description in test_ioctl.Andreas Schneider2014-04-141-0/+2
* cmake: Use SOCKET_WRAPPER_LOCATION.Andreas Schneider2014-02-041-2/+2
* cmake: Only build test_sendmsg_recvmsg_fd if we have msg_control.Andreas Schneider2014-01-211-2/+5
* tests: Add sendmsg_recvmsg_fd test.Jakub Hrozek2014-01-202-1/+118
* tests: Add test_echo_udp_sendmsg_recvmsg.Andreas Schneider2014-01-202-1/+201