summaryrefslogtreecommitdiff
path: root/lib/socket_wrapper
AgeCommit message (Expand)AuthorFilesLines
2014-06-05swrap: fix AF_UNSPEC special case in swrap_bind()Michael Adam1-0/+20
2014-06-05swrap: extend input checks in swrap_bind()Michael Adam1-2/+49
2014-06-05swrap: add check for rpc/rpc.h - needed on freebsd for bindresvportMichael Adam2-0/+4
2014-06-05swrap: Add support for bindresvport().Andreas Schneider2-0/+88
2014-06-05swrap: Add missing family check in bind().Andreas Schneider1-0/+5
2014-06-05swrap: Setup myname in swrap_socket() for getsockname().Andreas Schneider1-0/+35
2014-06-05swrap: Make sure cmbuf is not NULL.Andreas Schneider1-1/+1
2014-06-05swrap: We need to pass a pointer-pointer to not leak memory.Andreas Schneider1-11/+11
2014-06-05swrap: Support more socket options in getsockopt().Andreas Schneider1-5/+46
2014-06-05swrap: Call swrap_msghdr_filter_cmsghdr in swrap_sendmsg_before().Andreas Schneider1-2/+31
2014-06-05swrap: Add swrap_msghdr_filter_cmsg_pktinfo().Andreas Schneider1-7/+26
2014-06-05swrap: Add swrap_sendmsg_filter_cmsg_socket().Andreas Schneider1-1/+35
2014-06-05swrap: Add swrap_sendmsg_copy_cmsg().Andreas Schneider1-1/+41
2014-06-05swrap: Add swrap_sendmsg_filter_cmsghdr().Andreas Schneider1-0/+27
2014-06-05swrap: Implement support for IP_RECVDSTADDR on BSD.Andreas Schneider1-1/+22
2014-06-05swrap: Check if the in_pktinfo structure is available.Andreas Schneider2-1/+6
2014-06-05swrap: Silence a warning on OpenIndiana.Andreas Schneider1-0/+2
2014-06-05swrap: Properly cache the handle also in LIBC_SO case.Pino Toscano1-0/+2
2014-06-05swrap: Truncate the address if the buffer is to small.Andreas Schneider1-2/+14
2014-06-05swrap: Process control messages in recvmsg().Andreas Schneider1-1/+40
2014-06-05swrap: Call swrap_msghdr_socket_info in swrap_recvmsg_after().Andreas Schneider1-5/+17
2014-06-05swrap: Add swrap_msghdr_socket_info().Andreas Schneider1-0/+11
2014-06-05swrap: Add swrap_msghdr_add_pktinfo().Andreas Schneider1-0/+65
2014-06-05swrap: Add swrap_msghdr_add_cmsghdr().Andreas Schneider1-0/+71
2014-06-05swrap: Add IP_PKTINFO support in setsockopt.Andreas Schneider1-0/+21
2014-06-05waf: Add check for HAVE_STRUCT_IN6_PKTINFO.Andreas Schneider1-0/+5
2014-06-05swrap: Correctly set the bind iface address on connect().Andreas Schneider1-0/+57
2014-06-05swrap: use LIBC_SO from GNU libc, if availablePino Toscano2-0/+9
2014-05-09swrap: Update version to 1.0.2.Andreas Schneider1-1/+1
2014-05-09swrap: Fall back to RTLD_NEXT if we can't find libc.Andreas Schneider1-4/+4
2014-05-09Fix some typos.Jakub Wilk1-4/+4
2014-05-09swrap: Use the loaded libc open() directly.Andreas Schneider1-2/+14
2014-05-09swrap: Do not leak memory in swrap_recvmsg_after().Andreas Schneider1-3/+4
2014-04-17lib: Remove socket wrapper python module.Andreas Schneider2-929/+0
2014-04-17lib: Change socket_wrapper to preloadable version.Andreas Schneider5-638/+1781
2014-04-02lib/socket_wrapper: explicitly use allow_warnings=TrueStefan Metzmacher1-0/+1
2014-04-02lib/socket_wrapper/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher1-0/+1
2014-01-09samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer1-4/+0
2013-12-07lib/socket_wrapper fix compilation when libreplace is not aroundChristian Ambach1-0/+20
2013-05-28build: Remove autoconf build systemAndrew Bartlett1-22/+0
2012-08-21build: Remove special case for the build farmAndrew Bartlett1-1/+1
2012-08-06lib/socket_wrapper: writev returns ssize_t, not intChristian Ambach2-2/+2
2012-07-06s4-selftest: Test samba-tool domain dcpromoAndrew Bartlett1-1/+1
2012-05-13lib/socket_wrapper only enable python_socket and socket.py with socket_wrapperAndrew Bartlett1-8/+10
2012-03-16Remove more unnecessary shebang lines in python files.Jelmer Vernooij1-2/+0
2012-02-07pysocketwrapper: fix behaviour to be consistent with 'socket.getsockopt'Jelmer Vernooij1-2/+2
2011-11-25socket_wrapper: use libreplace headers based on "#ifdef HAVE_LIBREPLACE"Michael Adam1-3/+5
2011-11-25socket_wrapper: simplify include path for replace.hMichael Adam1-1/+1
2011-11-19socket_wrapper/py_socket_wrapper.c - include Python 2.4 compatiblity codeMatthias Dieter Wallnöfer1-0/+7
2011-11-17socket_wrapper: Added python interface to socket_wrapperAmitay Isaacs3-0/+938