summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* swrap: Add support for eventfd with unsigned count variable.Andreas Schneider2014-10-011-0/+4
* swrap: Add a trace message for swrap_socket().Andreas Schneider2014-10-011-0/+5
* swrap: Implement fcntl() to catch F_DUPFD.Andreas Schneider2014-10-011-1/+86
* swrap: Include the function name in the debug output.Andreas Schneider2014-10-011-11/+13
* swrap: Fix out of bound access.Andreas Schneider2014-09-031-1/+1
* swrap: Silence alignment warnings.Andreas Schneider2014-09-021-16/+16
* swrap: Fix type punning warnings when loading functions.Andreas Schneider2014-09-021-1/+2
* swrap: Fix access to struct members in log messages.Andreas Schneider2014-09-021-2/+2
* swrap: Fix whitespace errors.Andreas Schneider2014-09-011-16/+16
* swrap: Update copyright notice.Andreas Schneider2014-09-011-3/+3
* swrap: Wrap fopen to detect stale file descriptors.Andreas Schneider2014-09-011-0/+31
* swrap: Use swrap_address in swrap_accept().Andreas Schneider2014-09-011-28/+23
* swrap: Remove unused sockaddr_dup() function.Andreas Schneider2014-09-011-7/+0
* swrap: Use swrap_address in the socket_info struct.Andreas Schneider2014-09-011-107/+109
* swrap: Use a sockaddr_un for the unix path in socket_info.Andreas Schneider2014-09-011-5/+7
* swrap: Rename swrap_pcap_dump_packet().Andreas Schneider2014-09-011-29/+29
* swrap: Rename swrap_pcap_get_fd().Andreas Schneider2014-09-011-2/+2
* swrap: Rename swrap_marshall_packet().Andreas Schneider2014-09-011-8/+13
* swrap: Rename swrap_packet_init().Andreas Schneider2014-09-011-15/+22
* swrap: Rename socket_wrapper_pcap_file().Andreas Schneider2014-09-011-2/+2
* swrap: Fix type punning warnings.Andreas Schneider2014-09-011-75/+127
* Define _GNU_SOURCE on one place only.Jakub Hrozek2014-08-151-5/+0
* Provide a compatible declaration of CMSG_ALIGNJakub Hrozek2014-07-291-1/+1
* SO_PROTOCOL is platform-dependentJakub Hrozek2014-07-291-0/+3
* swrap: fix another discard const warning in swrap_bind()Michael Adam2014-07-091-1/+1
* swrap: fix discard const warning in swrap_bind()Michael Adam2014-07-091-1/+1
* swrap: fix discard const warning in swrap_remove_stale()Michael Adam2014-07-091-2/+2
* swrap: fix build when neither HAVE_STRUCT_IN_PKTINFO nor IP_RECVDSTADDR is de...Michael Adam2014-07-091-2/+1
* swrap: Disable incomplete bind checks for EADDRINUSE.Andreas Schneider2014-06-051-1/+6
* swrap: check whether an address:port is already in use in swrap_bind()Michael Adam2014-06-011-0/+7
* swrap: implement check_addr_port_in_use()Michael Adam2014-06-011-0/+83
* swrap: fix AF_UNSPEC special case in swrap_bind()Michael Adam2014-06-011-0/+20
* swrap: extend input checks in swrap_bind()Michael Adam2014-06-011-2/+48
* Update the todo list.Andreas Schneider2014-06-011-0/+1
* swrap: add check for rpc/rpc.h - needed on freebsd for bindresvportMichael Adam2014-06-011-0/+3
* swrap: Add support for bindresvport().Andreas Schneider2014-05-311-0/+87
* swrap: Add missing family check in bind().Andreas Schneider2014-05-311-0/+5
* swrap: Setup myname in swrap_socket() for getsockname().Andreas Schneider2014-05-311-0/+35
* 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
* swrap: Support more socket options in getsockopt().Andreas Schneider2014-05-261-5/+46
* 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
* swrap: Implement support for IP_RECVDSTADDR on BSD.Andreas Schneider2014-05-261-1/+22
* swrap: Check if the in_pktinfo structure is available.Andreas Schneider2014-05-261-1/+1
* swrap: Silence a warning on OpenIndiana.Andreas Schneider2014-05-261-0/+2
* swrap: Properly cache the handle also in LIBC_SO case.Pino Toscano2014-05-261-0/+2