summaryrefslogtreecommitdiffstats
path: root/tests/test_echo_tcp_get_peer_sock_name.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Protect IPv6 in st_echo_tcp_get_peer_sock_nameAndreas Schneider2018-11-071-0/+15
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
* tests: Fix passing pointer of incompatible typeAndreas Schneider2015-08-171-1/+1
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* tests: Migrate to new cmocka APIAndreas Schneider2015-08-111-19/+25
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* tests: Add missing breaks in sockaddr assert functions.Andreas Schneider2014-09-031-0/+4
| | | | | | | | CID #72657 CID #72656 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* tests: Fix type punning warnings.Andreas Schneider2014-09-011-159/+211
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* tests: Fix assert_sockaddr_equal() file and line output.Andreas Schneider2014-05-261-1/+2
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* tests: Add test for different length passed to get(sock|peer)name.Andreas Schneider2014-05-221-0/+58
| | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Michael Adam <obnox@samba.org>
* tests: Add test to verify that the binded iface address is correct.Andreas Schneider2014-05-081-0/+355
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>