Age | Commit message (Expand) | Author | Files | Lines |
2010-04-03 | socket-wrapper: not all systems have FIONREAD defined | Andrew Tridgell | 1 | -0/+2 |
2010-02-17 | socket_wrapper: also ignore AF_INET6 in swrap_setsockopt() | Stefan Metzmacher | 1 | -0/+4 |
2009-09-08 | socket_wrapper: swrap_read() should use SWRAP_RECV* for swrap_dump_packet() | Stefan Metzmacher | 1 | -5/+3 |
2009-09-07 | Add read() to socketwrapper. Metze please check. | Jeremy Allison | 2 | -1/+38 |
2009-06-19 | Partially revert restriction of socket_wrapper to 1500 byte writes | Andrew Bartlett | 1 | -10/+32 |
2009-06-09 | fixed socket wrapper to determine family from the right structure | Andrew Tridgell | 1 | -1/+1 |
2009-06-04 | socket_wrapper Cope with SOCK_CLOEXEC and SOCK_NONBLOCK flags | Andrew Bartlett | 1 | -4/+16 |
2009-05-26 | Add support for sendmsg() in socket_wrapper | Andrew Bartlett | 2 | -0/+77 |
2009-04-14 | socket_wrapper: fix the build on systems without ipv6 support | Stefan Metzmacher | 1 | -0/+2 |
2009-04-10 | socket_wrapper: fix crash bug in swrap_readv/writev | Stefan Metzmacher | 1 | -4/+10 |
2009-03-23 | socket_wrapper: fix connect() for dgram sockets, if the destination isn't the... | Stefan Metzmacher | 1 | -4/+52 |
2009-03-22 | Revert "socket_wrapper: fix connect() for dgram sockets, if the destination i... | Stefan Metzmacher | 1 | -7/+3 |
2009-03-21 | socket_wrapper: fix connect() for dgram sockets, if the destination isn't the... | Stefan Metzmacher | 1 | -3/+7 |
2009-03-10 | socket_wrapper: wrap readv() and writev() | Stefan Metzmacher | 2 | -7/+137 |
2009-03-09 | socket_wrapper: try to make ipv6 support more portable | Stefan Metzmacher | 1 | -9/+22 |
2009-03-08 | socket_wrapper: downgrade ipv6 sockets to ipv4 is in connect() if the dest is... | Stefan Metzmacher | 1 | -5/+13 |
2009-03-08 | socket_wrapper: correctly handle connected dgram sockets | Stefan Metzmacher | 1 | -0/+26 |
2009-03-08 | socket_wrapper: make it possible to bind to '::' | Stefan Metzmacher | 1 | -1/+3 |
2009-03-04 | socket wrapper: Fix 'might be used uninitialized' warning | Tim Prouty | 1 | -4/+4 |
2009-03-04 | socket_wrapper: add multiple interface support for ipv6 | Stefan Metzmacher | 1 | -10/+39 |
2009-03-04 | socket_wrapper: add ipv6 pcap support | Stefan Metzmacher | 1 | -3/+87 |
2009-03-04 | socket_wrapper: pass down sockaddr instead of sockaddr_in to prepare pcap sup... | Stefan Metzmacher | 1 | -78/+100 |
2009-03-04 | socket_wrapper: prepare pcap support for ipv6 traffic | Stefan Metzmacher | 1 | -148/+170 |
2009-03-04 | socket_wrapper: don't crash if we get EAGAIN from real_recv() | Stefan Metzmacher | 1 | -1/+1 |
2009-01-20 | socket_wrapper: fix PCAP support broken by aaea68791cfea45c6fa69abc93ad6d0e83... | Stefan Metzmacher | 1 | -3/+1 |
2009-01-15 | Fix indentation for some configure options. | Jelmer Vernooij | 1 | -1/+1 |
2008-12-22 | In gcc version 4.3.2 we get warnings for functions declared with | Jeremy Allison | 1 | -2/+10 |
2008-10-07 | Changed variable name from f19086872ec734fff3f2119712ff24117bec4e5e to match ... | Tim Prouty | 1 | -19/+19 |
2008-10-06 | Fixed "declaration shadows global declaration" warnings. | Tim Prouty | 1 | -19/+19 |
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 5 | -0/+2112 |