summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* swrap: add check for rpc/rpc.h - needed on freebsd for bindresvportMichael Adam2014-06-014-0/+8
* tests: Add tests for bindresvport().Andreas Schneider2014-05-311-0/+113
* swrap: Add support for bindresvport().Andreas Schneider2014-05-313-0/+92
* tests: Add tests for bind().Andreas Schneider2014-05-312-0/+111
* swrap: Add missing family check in bind().Andreas Schneider2014-05-311-0/+5
* tests: Add test that getsockname is correct after socket().Andreas Schneider2014-05-312-0/+70
* swrap: Setup myname in swrap_socket() for getsockname().Andreas Schneider2014-05-311-0/+35
* 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
* README.install: improvements and fixes.Michael Adam2014-05-281-10/+14
* Add README.install - instructions for building and installing.Michael Adam2014-05-271-0/+74
* tests: Fix possible format string attack.Andreas Schneider2014-05-271-6/+3
* swrap: Make sure cmbuf is not NULL.Andreas Schneider2014-05-271-1/+1
* swrap: We need to pass a pointer-pointer to not leak memory.Andreas Schneider2014-05-271-11/+11
* tests: Add more tests for socket options.Andreas Schneider2014-05-261-0/+147
* swrap: Support more socket options in getsockopt().Andreas Schneider2014-05-261-5/+46
* echo_srv: Add support for IP_SENDSRCADDR.Andreas Schneider2014-05-261-5/+13
* swrap: Call swrap_msghdr_filter_cmsghdr in swrap_sendmsg_before().Andreas Schneider2014-05-261-2/+31
* swrap: Add swrap_msghdr_filter_cmsg_pktinfo().Andreas Schneider2014-05-261-7/+26
* swrap: Add swrap_sendmsg_filter_cmsg_socket().Andreas Schneider2014-05-261-1/+35
* swrap: Add swrap_sendmsg_copy_cmsg().Andreas Schneider2014-05-261-1/+41
* swrap: Add swrap_sendmsg_filter_cmsghdr().Andreas Schneider2014-05-261-0/+27
* 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-262-6/+23
* echo_srv: Fix building on OpenIndiana.Andreas Schneider2014-05-261-7/+33
* swrap: Check if the in_pktinfo structure is available.Andreas Schneider2014-05-264-1/+5
* swrap: Silence a warning on OpenIndiana.Andreas Schneider2014-05-261-0/+2
* tests: Fix assert_sockaddr_equal() file and line output.Andreas Schneider2014-05-261-1/+2
* cmake: Add some warnings were we should error out.Andreas Schneider2014-05-261-0/+6
* swrap: Properly cache the handle also in LIBC_SO case.Pino Toscano2014-05-261-0/+2
* cmake: Fix a typo in socket_wrapper-config.cmake.in.Andreas Schneider2014-05-221-1/+1
* cmake: Require cmocka versin 0.4.1.Andreas Schneider2014-05-222-52/+4
* tests: Add test for different length passed to get(sock|peer)name.Andreas Schneider2014-05-221-0/+58
* swrap: Truncate the address if the buffer is to small.Andreas Schneider2014-05-221-2/+14
* 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
* swrap: Process control messages in recvmsg().Andreas Schneider2014-05-221-1/+40
* swrap: Call swrap_msghdr_socket_info in swrap_recvmsg_after().Andreas Schneider2014-05-221-5/+17
* swrap: Add swrap_msghdr_socket_info().Andreas Schneider2014-05-221-0/+11
* swrap: Add swrap_msghdr_add_pktinfo().Andreas Schneider2014-05-221-0/+65
* swrap: Add swrap_msghdr_add_cmsghdr().Andreas Schneider2014-05-211-0/+71
* swrap: Add IP_PKTINFO support in setsockopt.Andreas Schneider2014-05-211-0/+21
* cmake: Add check for HAVE_STRUCT_IN6_PKTINFO.Andreas Schneider2014-05-212-0/+9
* cmake: Build swrap with _GNU_SOURCE.Andreas Schneider2014-05-212-1/+7
* tests: Add test to verify that the binded iface address is correct.Andreas Schneider2014-05-082-0/+356
* swrap: Correctly set the bind iface address on connect().Andreas Schneider2014-05-081-0/+57
* swrap: use LIBC_SO from GNU libc, if availablePino Toscano2014-05-083-0/+10
* Bump version to 1.0.2.socket_wrapper-1.0.2Andreas Schneider2014-05-052-2/+7
* swrap: Fall back to RTLD_NEXT if we can't find libc.Andreas Schneider2014-05-051-4/+4
* Fix some typos.Jakub Wilk2014-05-054-7/+7