index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
socket_wrapper
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
swrap: Add swrap_sendmsg_filter_cmsg_socket().
Andreas Schneider
2014-06-05
1
-1
/
+35
*
swrap: Add swrap_sendmsg_copy_cmsg().
Andreas Schneider
2014-06-05
1
-1
/
+41
*
swrap: Add swrap_sendmsg_filter_cmsghdr().
Andreas Schneider
2014-06-05
1
-0
/
+27
*
swrap: Implement support for IP_RECVDSTADDR on BSD.
Andreas Schneider
2014-06-05
1
-1
/
+22
*
swrap: Check if the in_pktinfo structure is available.
Andreas Schneider
2014-06-05
2
-1
/
+6
*
swrap: Silence a warning on OpenIndiana.
Andreas Schneider
2014-06-05
1
-0
/
+2
*
swrap: Properly cache the handle also in LIBC_SO case.
Pino Toscano
2014-06-05
1
-0
/
+2
*
swrap: Truncate the address if the buffer is to small.
Andreas Schneider
2014-06-05
1
-2
/
+14
*
swrap: Process control messages in recvmsg().
Andreas Schneider
2014-06-05
1
-1
/
+40
*
swrap: Call swrap_msghdr_socket_info in swrap_recvmsg_after().
Andreas Schneider
2014-06-05
1
-5
/
+17
*
swrap: Add swrap_msghdr_socket_info().
Andreas Schneider
2014-06-05
1
-0
/
+11
*
swrap: Add swrap_msghdr_add_pktinfo().
Andreas Schneider
2014-06-05
1
-0
/
+65
*
swrap: Add swrap_msghdr_add_cmsghdr().
Andreas Schneider
2014-06-05
1
-0
/
+71
*
swrap: Add IP_PKTINFO support in setsockopt.
Andreas Schneider
2014-06-05
1
-0
/
+21
*
waf: Add check for HAVE_STRUCT_IN6_PKTINFO.
Andreas Schneider
2014-06-05
1
-0
/
+5
*
swrap: Correctly set the bind iface address on connect().
Andreas Schneider
2014-06-05
1
-0
/
+57
*
swrap: use LIBC_SO from GNU libc, if available
Pino Toscano
2014-06-05
2
-0
/
+9
*
swrap: Update version to 1.0.2.
Andreas Schneider
2014-05-09
1
-1
/
+1
*
swrap: Fall back to RTLD_NEXT if we can't find libc.
Andreas Schneider
2014-05-09
1
-4
/
+4
*
Fix some typos.
Jakub Wilk
2014-05-09
1
-4
/
+4
*
swrap: Use the loaded libc open() directly.
Andreas Schneider
2014-05-09
1
-2
/
+14
*
swrap: Do not leak memory in swrap_recvmsg_after().
Andreas Schneider
2014-05-09
1
-3
/
+4
*
lib: Remove socket wrapper python module.
Andreas Schneider
2014-04-17
2
-929
/
+0
*
lib: Change socket_wrapper to preloadable version.
Andreas Schneider
2014-04-17
5
-638
/
+1781
*
lib/socket_wrapper: explicitly use allow_warnings=True
Stefan Metzmacher
2014-04-02
1
-0
/
+1
*
lib/socket_wrapper/tests: add missing #include "torture/local/proto.h"
Stefan Metzmacher
2014-04-02
1
-0
/
+1
*
samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4
Matthias Dieter Wallnöfer
2014-01-09
1
-4
/
+0
*
lib/socket_wrapper fix compilation when libreplace is not around
Christian Ambach
2013-12-07
1
-0
/
+20
*
build: Remove autoconf build system
Andrew Bartlett
2013-05-28
1
-22
/
+0
*
build: Remove special case for the build farm
Andrew Bartlett
2012-08-21
1
-1
/
+1
*
lib/socket_wrapper: writev returns ssize_t, not int
Christian Ambach
2012-08-06
2
-2
/
+2
*
s4-selftest: Test samba-tool domain dcpromo
Andrew Bartlett
2012-07-06
1
-1
/
+1
*
lib/socket_wrapper only enable python_socket and socket.py with socket_wrapper
Andrew Bartlett
2012-05-13
1
-8
/
+10
*
Remove more unnecessary shebang lines in python files.
Jelmer Vernooij
2012-03-16
1
-2
/
+0
*
pysocketwrapper: fix behaviour to be consistent with 'socket.getsockopt'
Jelmer Vernooij
2012-02-07
1
-2
/
+2
*
socket_wrapper: use libreplace headers based on "#ifdef HAVE_LIBREPLACE"
Michael Adam
2011-11-25
1
-3
/
+5
*
socket_wrapper: simplify include path for replace.h
Michael Adam
2011-11-25
1
-1
/
+1
*
socket_wrapper/py_socket_wrapper.c - include Python 2.4 compatiblity code
Matthias Dieter Wallnöfer
2011-11-19
1
-0
/
+7
*
socket_wrapper: Added python interface to socket_wrapper
Amitay Isaacs
2011-11-17
3
-0
/
+938
*
socket_wrapper: correctly handle dup()/dup2() ref counting
Stefan Metzmacher
2011-09-29
1
-85
/
+81
*
socket_wrapper: pass down the fd explictly from the swrap_*() to the real_*()...
Stefan Metzmacher
2011-09-29
1
-10
/
+11
*
swrap: Fix a c++ warning
Volker Lendecke
2011-09-18
1
-1
/
+2
*
socket-wrapped: added wrappers for dup() and dup2()
Andrew Tridgell
2011-08-12
2
-2
/
+131
*
socket_wrapper: make sure interfaces are in the valid range on bind()
Stefan Metzmacher
2011-07-10
1
-0
/
+5
*
lib/socket_wrapper: allow up to 32 interfaces for a bigger 'make test'
Andrew Bartlett
2011-04-19
1
-1
/
+4
*
socket_wrapper: fix handling of addr and addrlen
Stefan Metzmacher
2011-03-09
1
-4
/
+5
*
lib/socket_wrapper: try to fix the build on solaris
Stefan Metzmacher
2011-03-04
1
-0
/
+13
*
socket_wrapper: use swrap_sendmsg_before()/after() in swrap_writev()
Stefan Metzmacher
2011-03-03
1
-49
/
+17
*
socket_wrapper: use swrap_sendmsg_before()/after() in swrap_sendmsg()
Stefan Metzmacher
2011-03-03
1
-47
/
+66
*
socket_wrapper: use swrap_sendmsg_before()/after() in swrap_send()
Stefan Metzmacher
2011-03-03
1
-37
/
+18
[prev]
[next]