summaryrefslogtreecommitdiff
path: root/lib/socket_wrapper/socket_wrapper.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-06lib/socket_wrapper: writev returns ssize_t, not intChristian Ambach1-1/+1
2012-07-06s4-selftest: Test samba-tool domain dcpromoAndrew Bartlett1-1/+1
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-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 Tridgell1-2/+120
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: 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-11-05socket_wrapper: fill in sa.sa_len if the system supports itStefan Metzmacher1-2/+12
2010-10-10socket_wrapper: Make it work on freebsd for udp packetsStefan Metzmacher1-1/+11
2010-04-08Revert "socket-wrapper: not all systems have FIONREAD defined"Stefan Metzmacher1-2/+0
2010-04-03socket-wrapper: not all systems have FIONREAD definedAndrew Tridgell1-0/+2
2010-02-17socket_wrapper: also ignore AF_INET6 in swrap_setsockopt()Stefan Metzmacher1-0/+4
2009-09-08socket_wrapper: swrap_read() should use SWRAP_RECV* for swrap_dump_packet()Stefan Metzmacher1-5/+3
2009-09-07Add read() to socketwrapper. Metze please check.Jeremy Allison1-1/+32
2009-06-19Partially revert restriction of socket_wrapper to 1500 byte writesAndrew Bartlett1-10/+32
2009-06-09fixed socket wrapper to determine family from the right structureAndrew Tridgell1-1/+1
2009-06-04socket_wrapper Cope with SOCK_CLOEXEC and SOCK_NONBLOCK flagsAndrew Bartlett1-4/+16
2009-05-26Add support for sendmsg() in socket_wrapperAndrew Bartlett1-0/+71
2009-04-14socket_wrapper: fix the build on systems without ipv6 supportStefan Metzmacher1-0/+2
2009-04-10socket_wrapper: fix crash bug in swrap_readv/writevStefan Metzmacher1-4/+10
2009-03-23socket_wrapper: fix connect() for dgram sockets, if the destination isn't the...Stefan Metzmacher1-4/+52
2009-03-22Revert "socket_wrapper: fix connect() for dgram sockets, if the destination i...Stefan Metzmacher1-7/+3
2009-03-21socket_wrapper: fix connect() for dgram sockets, if the destination isn't the...Stefan Metzmacher1-3/+7
2009-03-10socket_wrapper: wrap readv() and writev()Stefan Metzmacher1-7/+125
2009-03-09socket_wrapper: try to make ipv6 support more portableStefan Metzmacher1-9/+22
2009-03-08socket_wrapper: downgrade ipv6 sockets to ipv4 is in connect() if the dest is...Stefan Metzmacher1-5/+13
2009-03-08socket_wrapper: correctly handle connected dgram socketsStefan Metzmacher1-0/+26
2009-03-08socket_wrapper: make it possible to bind to '::'Stefan Metzmacher1-1/+3
2009-03-04socket wrapper: Fix 'might be used uninitialized' warningTim Prouty1-4/+4
2009-03-04socket_wrapper: add multiple interface support for ipv6Stefan Metzmacher1-10/+39
2009-03-04socket_wrapper: add ipv6 pcap supportStefan Metzmacher1-3/+87
2009-03-04socket_wrapper: pass down sockaddr instead of sockaddr_in to prepare pcap sup...Stefan Metzmacher1-78/+100
2009-03-04socket_wrapper: prepare pcap support for ipv6 trafficStefan Metzmacher1-148/+170
2009-03-04socket_wrapper: don't crash if we get EAGAIN from real_recv()Stefan Metzmacher1-1/+1