summaryrefslogtreecommitdiff
path: root/lib/socket_wrapper
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-29socket_wrapper: correctly handle dup()/dup2() ref countingStefan Metzmacher1-85/+81
2011-09-29socket_wrapper: pass down the fd explictly from the swrap_*() to the real_*()...Stefan Metzmacher1-10/+11
2011-09-18swrap: Fix a c++ warningVolker Lendecke1-1/+2
2011-08-12socket-wrapped: added wrappers for dup() and dup2()Andrew Tridgell2-2/+131
2011-07-10socket_wrapper: make sure interfaces are in the valid range on bind()Stefan Metzmacher1-0/+5
2011-04-19lib/socket_wrapper: allow up to 32 interfaces for a bigger 'make test'Andrew Bartlett1-1/+4
2011-03-09socket_wrapper: fix handling of addr and addrlenStefan Metzmacher1-4/+5
2011-03-04lib/socket_wrapper: try to fix the build on solarisStefan Metzmacher1-0/+13
2011-03-03socket_wrapper: use swrap_sendmsg_before()/after() in swrap_writev()Stefan Metzmacher1-49/+17
2011-03-03socket_wrapper: use swrap_sendmsg_before()/after() in swrap_sendmsg()Stefan Metzmacher1-47/+66
2011-03-03socket_wrapper: use swrap_sendmsg_before()/after() in swrap_send()Stefan Metzmacher1-37/+18
2011-03-03socket_wrapper: use swrap_sendmsg_before()/after() in swrap_sendto()Stefan Metzmacher1-86/+35
2011-03-03socket_wrapper: add swrap_sendmsg_before/after helper functionsStefan Metzmacher1-0/+191
2011-03-03socket_wrapper: replace recvmsg() correctlyStefan Metzmacher1-0/+6
2011-03-03socket_wrapper: readv() should only work on connected socketsStefan Metzmacher1-0/+5
2011-03-03socket_wrapper: move swrap_ioctl() above the send*/recv* functionsStefan Metzmacher1-26/+26
2011-03-03socket_wrapper: fix compiler warningsStefan Metzmacher1-28/+37
2011-03-03socket_wrapper: don't allow connect() to the broadcast addressStefan Metzmacher1-1/+8
2011-02-13Fix some nonempty blank linesVolker Lendecke1-18/+18
2011-02-10socket_wrapper: avoid c++ style comments.Günther Deschner1-2/+2
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-1/+1
2010-11-12socket_wrapper: Only add as global dependency when enabled.Jelmer Vernooij1-3/+3
2010-11-12s4-waf: Only enable various wrappers if they're actually used.Jelmer Vernooij1-0/+1
2010-11-05socket_wrapper: fill in sa.sa_len if the system supports itStefan Metzmacher1-2/+12
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-8/+0
2010-10-21Lowercase socket_wrapper name.Jelmer Vernooij2-2/+2
2010-10-21wrapper: make socket_wrapper, uid_wrapper and nss_wrapper private libsAndrew Tridgell1-4/+5
2010-10-10socket_wrapper: Make it work on freebsd for udp packetsStefan Metzmacher1-1/+11
2010-05-03s4-waf: fixed target group for SOCKET_WRAPPERAndrew Tridgell1-0/+1
2010-04-18s4-waf: put the --xxx-wrapper options in 'developer options' groupAndrew Tridgell1-1/+2
2010-04-08Revert "socket-wrapper: not all systems have FIONREAD defined"Stefan Metzmacher1-2/+0
2010-04-08build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy1-4/+2
2010-04-06s4-waf: added a --enable-selftest option as a shortcutAndrew Tridgell1-1/+3
2010-04-06s4-waf: fixed some deps now we don't auto-include tevent and replaceAndrew Tridgell1-2/+2
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2-0/+4
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+4
2010-04-06build: nearly there on samba4 buildAndrew Tridgell1-0/+1
2010-04-06build: added wrapper optionsAndrew Tridgell1-0/+11
2010-04-03socket-wrapper: not all systems have FIONREAD definedAndrew Tridgell1-0/+2