slow/socket_wrapper.git
2014-06-01 Michael Adamtests: add new test test_bind_ipv4_addr_in_use()
2014-06-01 Michael Adamtests: extend the ipv6 bind test
2014-06-01 Michael Adamtests: greatly extend the ipv4 bind test
2014-06-01 Michael Adamswrap: check whether an address:port is already in...
2014-06-01 Michael Adamswrap: implement check_addr_port_in_use()
2014-06-01 Michael Adamswrap: fix AF_UNSPEC special case in swrap_bind()
2014-06-01 Michael Adamswrap: extend input checks in swrap_bind()
2014-06-01 Andreas SchneiderUpdate the todo list.
2014-06-01 Andreas Schneidertests: Avoid using getenv() to retrieve the path.
2014-06-01 Michael Adamswrap: add check for rpc/rpc.h - needed on freebsd...
2014-05-31 Andreas Schneidertests: Add tests for bindresvport().
2014-05-31 Andreas Schneiderswrap: Add support for bindresvport().
2014-05-31 Andreas Schneidertests: Add tests for bind().
2014-05-31 Andreas Schneiderswrap: Add missing family check in bind().
2014-05-31 Andreas Schneidertests: Add test that getsockname is correct after socket().
2014-05-31 Andreas Schneiderswrap: Setup myname in swrap_socket() for getsockname().
2014-05-31 Andreas Schneidertorture: Wait for the pidfile and then start the tests.
2014-05-31 Andreas Schneiderecho_srv: Write pidfile after we setup the listeners.
2014-05-28 Michael AdamREADME.install: improvements and fixes.
2014-05-27 Michael AdamAdd README.install - instructions for building and...
2014-05-27 Andreas Schneidertests: Fix possible format string attack.
2014-05-27 Andreas Schneiderswrap: Make sure cmbuf is not NULL.
2014-05-27 Andreas Schneiderswrap: We need to pass a pointer-pointer to not leak...
2014-05-26 Andreas Schneidertests: Add more tests for socket options.
2014-05-26 Andreas Schneiderswrap: Support more socket options in getsockopt().
2014-05-26 Andreas Schneiderecho_srv: Add support for IP_SENDSRCADDR.
2014-05-26 Andreas Schneiderswrap: Call swrap_msghdr_filter_cmsghdr in swrap_sendms...
2014-05-26 Andreas Schneiderswrap: Add swrap_msghdr_filter_cmsg_pktinfo().
2014-05-26 Andreas Schneiderswrap: Add swrap_sendmsg_filter_cmsg_socket().
2014-05-26 Andreas Schneiderswrap: Add swrap_sendmsg_copy_cmsg().
2014-05-26 Andreas Schneiderswrap: Add swrap_sendmsg_filter_cmsghdr().
2014-05-26 Andreas Schneiderecho_srv: Implement support for IP_RECVDSTADDR on BSD.
2014-05-26 Andreas Schneiderswrap: Implement support for IP_RECVDSTADDR on BSD.
2014-05-26 Andreas Schneiderecho_srv: Fix building on OpenIndiana.
2014-05-26 Andreas Schneiderswrap: Check if the in_pktinfo structure is available.
2014-05-26 Andreas Schneiderswrap: Silence a warning on OpenIndiana.
2014-05-26 Andreas Schneidertests: Fix assert_sockaddr_equal() file and line output.
2014-05-26 Andreas Schneidercmake: Add some warnings were we should error out.
2014-05-26 Pino Toscanoswrap: Properly cache the handle also in LIBC_SO case.
2014-05-22 Andreas Schneidercmake: Fix a typo in socket_wrapper-config.cmake.in.
2014-05-22 Andreas Schneidercmake: Require cmocka versin 0.4.1.
2014-05-22 Andreas Schneidertests: Add test for different length passed to get...
2014-05-22 Andreas Schneiderswrap: Truncate the address if the buffer is to small.
2014-05-22 Andreas Schneidertests: Add support to sending IP_PKTINFO in echo_srv.
2014-05-22 Andreas Schneidertests: Add support to receive IP_PKTINFO in echo_srv.
2014-05-22 Andreas Schneiderswrap: Process control messages in recvmsg().
2014-05-22 Andreas Schneiderswrap: Call swrap_msghdr_socket_info in swrap_recvmsg_a...
2014-05-22 Andreas Schneiderswrap: Add swrap_msghdr_socket_info().
2014-05-22 Andreas Schneiderswrap: Add swrap_msghdr_add_pktinfo().
2014-05-21 Andreas Schneiderswrap: Add swrap_msghdr_add_cmsghdr().
2014-05-21 Andreas Schneiderswrap: Add IP_PKTINFO support in setsockopt.
2014-05-21 Andreas Schneidercmake: Add check for HAVE_STRUCT_IN6_PKTINFO.
2014-05-21 Andreas Schneidercmake: Build swrap with _GNU_SOURCE.
2014-05-08 Andreas Schneidertests: Add test to verify that the binded iface address...
2014-05-08 Andreas Schneiderswrap: Correctly set the bind iface address on connect().
2014-05-08 Pino Toscanoswrap: use LIBC_SO from GNU libc, if available
2014-05-05 Andreas SchneiderBump version to 1.0.2.
2014-05-05 Andreas Schneiderswrap: Fall back to RTLD_NEXT if we can't find libc.
2014-05-05 Jakub WilkFix some typos.
2014-04-25 Andreas Schneiderswrap: Use the loaded libc open() directly.
2014-04-25 Andreas Schneiderecho_srv: Fix possible resouce leaks on error in socket...
2014-04-25 Andreas Schneidertests: Fix use of tainted string in test_ioctl.
2014-04-25 Andreas Schneidercmake: Fix policy check.
2014-04-25 Andreas Schneidercmake: Install cmake config in the correct directory.
2014-04-14 Andreas Schneiderecho_srv: Improve reopening low fds.
2014-04-14 Jakub Hrozekecho_srv: Don't leak client_sock on failures in echo_tcp
2014-04-14 Andreas Schneidertests: Fix an out of bound access.
2014-04-14 Andreas Schneidertests: Fix a possible resource leak on error in sockopt...
2014-04-14 Andreas Schneiderswrap: Do not leak memory in swrap_recvmsg_after().
2014-04-14 Andreas Schneiderecho_srv: Fix resource leak of fd in pidfile().
2014-04-14 Andreas Schneiderecho_srv: Fix resource leak of s2 on error.
2014-04-14 Andreas Schneiderecho_srv: Fix resource leak of sock.
2014-04-14 Andreas Schneidertests: Fix creating remove_cmd.
2014-04-14 Andreas Schneidertests: Don't leak file description in test_ioctl.
2014-04-10 Andreas Schneidercmake: Only set policy in cmake 3.0.
2014-04-07 Andreas Schneidercmake: Fix configure warning with cmake 3.0.
2014-04-07 Andreas Schneidercmake: Create the compile command database by default.
2014-02-04 Andreas SchneiderBump version to 1.0.1.
2014-02-04 Andreas Schneidercmake: Add socket_wrapper-config.cmake.
2014-02-04 Andreas Schneidercmake: Use SOCKET_WRAPPER_LOCATION.
2014-02-04 Andreas Schneidercmake: Add --libs output for pkg-config.
2014-02-04 Andreas Schneidercpack: Don't package the obj directory.
2014-02-01 Andreas Schneidersrc: Add a public socket_wrapper_enabled() function.
2014-01-29 Andreas Schneidersrc: Fix va arg passing in open().
2014-01-28 Andreas Schneidersrc: Handle stale fds in dup() and dup2().
2014-01-28 Andreas Schneidersrc: Add timerfd_create() to handle stale fds.
2014-01-28 Andreas Schneidersrc: Add eventfd() to handle stale fds.
2014-01-28 Andreas Schneidersrc: Add signalfd() to handle stale fds.
2014-01-28 Andreas Schneidersrc: Add socketpair() to handle stale fds.
2014-01-28 Andreas Schneidersrc: Add pipe() to handle stale fds.
2014-01-28 Andreas Schneidersrc: Check for stale fds in swrap_accept().
2014-01-28 Andreas Schneidersrc: Check for stale fds in swrap_socket().
2014-01-28 Andreas Schneidersrc: Handle stale fds in swrap_recvmsg_after().
2014-01-28 Andreas Schneidersrc: Handle stale fds in swrap_sendmsg_after().
2014-01-28 Nalin Dahyabhaisrc: Try to recover when reading from a fd returns...
2014-01-28 Nalin Dahyabhaisrc: Try to recover when writing to fd returns ENOTSOCK.
2014-01-28 Nalin Dahyabhaisrc: Try to recover when sockets are closed elsewhere.
2014-01-28 Andreas Schneidersrc: Use swrap_recvmsg_(before|after) for swrap_readv().
2014-01-28 Andreas SchneiderUpdate TODO.
2014-01-28 Andreas SchneiderUpdate ChangeLog.
next