summaryrefslogtreecommitdiffstats
path: root/lib/socket_wrapper
Commit message (Expand)AuthorAgeFilesLines
...
* swrap: Add swrap_sendmsg_filter_cmsg_socket().Andreas Schneider2014-06-051-1/+35
* swrap: Add swrap_sendmsg_copy_cmsg().Andreas Schneider2014-06-051-1/+41
* swrap: Add swrap_sendmsg_filter_cmsghdr().Andreas Schneider2014-06-051-0/+27
* swrap: Implement support for IP_RECVDSTADDR on BSD.Andreas Schneider2014-06-051-1/+22
* swrap: Check if the in_pktinfo structure is available.Andreas Schneider2014-06-052-1/+6
* swrap: Silence a warning on OpenIndiana.Andreas Schneider2014-06-051-0/+2
* swrap: Properly cache the handle also in LIBC_SO case.Pino Toscano2014-06-051-0/+2
* swrap: Truncate the address if the buffer is to small.Andreas Schneider2014-06-051-2/+14
* swrap: Process control messages in recvmsg().Andreas Schneider2014-06-051-1/+40
* swrap: Call swrap_msghdr_socket_info in swrap_recvmsg_after().Andreas Schneider2014-06-051-5/+17
* swrap: Add swrap_msghdr_socket_info().Andreas Schneider2014-06-051-0/+11
* swrap: Add swrap_msghdr_add_pktinfo().Andreas Schneider2014-06-051-0/+65
* swrap: Add swrap_msghdr_add_cmsghdr().Andreas Schneider2014-06-051-0/+71
* swrap: Add IP_PKTINFO support in setsockopt.Andreas Schneider2014-06-051-0/+21
* waf: Add check for HAVE_STRUCT_IN6_PKTINFO.Andreas Schneider2014-06-051-0/+5
* swrap: Correctly set the bind iface address on connect().Andreas Schneider2014-06-051-0/+57
* swrap: use LIBC_SO from GNU libc, if availablePino Toscano2014-06-052-0/+9
* swrap: Update version to 1.0.2.Andreas Schneider2014-05-091-1/+1
* swrap: Fall back to RTLD_NEXT if we can't find libc.Andreas Schneider2014-05-091-4/+4
* Fix some typos.Jakub Wilk2014-05-091-4/+4
* swrap: Use the loaded libc open() directly.Andreas Schneider2014-05-091-2/+14
* swrap: Do not leak memory in swrap_recvmsg_after().Andreas Schneider2014-05-091-3/+4
* lib: Remove socket wrapper python module.Andreas Schneider2014-04-172-929/+0
* lib: Change socket_wrapper to preloadable version.Andreas Schneider2014-04-175-638/+1781
* lib/socket_wrapper: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+1
* lib/socket_wrapper/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-091-4/+0
* lib/socket_wrapper fix compilation when libreplace is not aroundChristian Ambach2013-12-071-0/+20
* build: Remove autoconf build systemAndrew Bartlett2013-05-281-22/+0
* build: Remove special case for the build farmAndrew Bartlett2012-08-211-1/+1
* lib/socket_wrapper: writev returns ssize_t, not intChristian Ambach2012-08-062-2/+2
* s4-selftest: Test samba-tool domain dcpromoAndrew Bartlett2012-07-061-1/+1
* lib/socket_wrapper only enable python_socket and socket.py with socket_wrapperAndrew Bartlett2012-05-131-8/+10
* Remove more unnecessary shebang lines in python files.Jelmer Vernooij2012-03-161-2/+0
* pysocketwrapper: fix behaviour to be consistent with 'socket.getsockopt'Jelmer Vernooij2012-02-071-2/+2
* socket_wrapper: use libreplace headers based on "#ifdef HAVE_LIBREPLACE"Michael Adam2011-11-251-3/+5
* socket_wrapper: simplify include path for replace.hMichael Adam2011-11-251-1/+1
* socket_wrapper/py_socket_wrapper.c - include Python 2.4 compatiblity codeMatthias Dieter Wallnöfer2011-11-191-0/+7
* socket_wrapper: Added python interface to socket_wrapperAmitay Isaacs2011-11-173-0/+938
* socket_wrapper: correctly handle dup()/dup2() ref countingStefan Metzmacher2011-09-291-85/+81
* socket_wrapper: pass down the fd explictly from the swrap_*() to the real_*()...Stefan Metzmacher2011-09-291-10/+11
* swrap: Fix a c++ warningVolker Lendecke2011-09-181-1/+2
* socket-wrapped: added wrappers for dup() and dup2()Andrew Tridgell2011-08-122-2/+131
* socket_wrapper: make sure interfaces are in the valid range on bind()Stefan Metzmacher2011-07-101-0/+5
* lib/socket_wrapper: allow up to 32 interfaces for a bigger 'make test'Andrew Bartlett2011-04-191-1/+4
* socket_wrapper: fix handling of addr and addrlenStefan Metzmacher2011-03-091-4/+5
* lib/socket_wrapper: try to fix the build on solarisStefan Metzmacher2011-03-041-0/+13
* socket_wrapper: use swrap_sendmsg_before()/after() in swrap_writev()Stefan Metzmacher2011-03-031-49/+17
* socket_wrapper: use swrap_sendmsg_before()/after() in swrap_sendmsg()Stefan Metzmacher2011-03-031-47/+66
* socket_wrapper: use swrap_sendmsg_before()/after() in swrap_send()Stefan Metzmacher2011-03-031-37/+18