summaryrefslogtreecommitdiff
path: root/lib/socket_wrapper
AgeCommit message (Expand)AuthorFilesLines
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 Allison2-1/+38
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 Bartlett2-0/+77
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 Metzmacher2-7/+137
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
2009-01-20socket_wrapper: fix PCAP support broken by aaea68791cfea45c6fa69abc93ad6d0e83...Stefan Metzmacher1-3/+1
2009-01-15Fix indentation for some configure options.Jelmer Vernooij1-1/+1
2008-12-22In gcc version 4.3.2 we get warnings for functions declared withJeremy Allison1-2/+10
2008-10-07Changed variable name from f19086872ec734fff3f2119712ff24117bec4e5e to match ...Tim Prouty1-19/+19
2008-10-06Fixed "declaration shadows global declaration" warnings.Tim Prouty1-19/+19
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij5-0/+2112