summaryrefslogtreecommitdiffstats
path: root/lib/socket_wrapper
Commit message (Collapse)AuthorAgeFilesLines
* socket_wrapper: fix the build on systems without ipv6 supportStefan Metzmacher2009-04-151-0/+2
| | | | | | metze (cherry picked from commit 74707e8e8e1be2cbaa71fb0442957be2e663cbde) (cherry picked from commit b5faa34596eed3ada7f45db991ef0beb0391ce82)
* socket_wrapper: fix crash bug in swrap_readv/writevStefan Metzmacher2009-04-151-4/+10
| | | | | | metze (cherry picked from commit f20f5ae8e6b9ca5c90441a3083f6904168388fdf) (cherry picked from commit 44576254f8c0d35327cfe8f9928f0efc987b5822)
* socket_wrapper: wrap readv() and writev()Stefan Metzmacher2009-03-102-7/+137
| | | | metze
* socket_wrapper: try to make ipv6 support more portableStefan Metzmacher2009-03-091-9/+22
| | | | | | The internal structure of in6_addr isn't always the same. metze
* socket_wrapper: downgrade ipv6 sockets to ipv4 is in connect() if the dest ↵Stefan Metzmacher2009-03-081-5/+13
| | | | | | | | is ipv4 We only do this if the socket isn't explicit bound yet. metze
* socket_wrapper: correctly handle connected dgram socketsStefan Metzmacher2009-03-081-0/+26
| | | | metze
* socket_wrapper: make it possible to bind to '::'Stefan Metzmacher2009-03-081-1/+3
| | | | metze
* socket wrapper: Fix 'might be used uninitialized' warningTim Prouty2009-03-041-4/+4
|
* socket_wrapper: add multiple interface support for ipv6Stefan Metzmacher2009-03-041-10/+39
| | | | | | We use FD00::5357:5FXX in the same way we use 127.0.0.XX metze
* socket_wrapper: add ipv6 pcap supportStefan Metzmacher2009-03-041-3/+87
| | | | metze
* socket_wrapper: pass down sockaddr instead of sockaddr_in to prepare pcap ↵Stefan Metzmacher2009-03-041-78/+100
| | | | | | support for ipv6 metze
* socket_wrapper: prepare pcap support for ipv6 trafficStefan Metzmacher2009-03-041-148/+170
| | | | metze
* socket_wrapper: don't crash if we get EAGAIN from real_recv()Stefan Metzmacher2009-03-041-1/+1
| | | | | | This fixes a crash in the ldaps tests with socket wrapper pcap support. metze
* socket_wrapper: fix PCAP support broken by ↵Stefan Metzmacher2009-01-201-3/+1
| | | | | | | | aaea68791cfea45c6fa69abc93ad6d0e832d0283 We should note close the fd after writing the first packet. metze
* Fix indentation for some configure options.Jelmer Vernooij2009-01-151-1/+1
|
* In gcc version 4.3.2 we get warnings for functions declared withJeremy Allison2008-12-221-2/+10
| | | | | attribute warn_unused_result. Start to fix these. Jeremy.
* Changed variable name from f19086872ec734fff3f2119712ff24117bec4e5e to match ↵Tim Prouty2008-10-071-19/+19
| | | | v3-[23]-test
* Fixed "declaration shadows global declaration" warnings.Tim Prouty2008-10-061-19/+19
| | | | | | | | | | The patch simply uses a more descriptive variable name for tcp_seq. ../lib/socket_wrapper/socket_wrapper.c:753: warning: declaration of 'tcp_seq' shadows a global declaration /usr/include/netinet/tcp.h:40: warning: shadowed declaration is here ../lib/socket_wrapper/socket_wrapper.c: In function `swrap_marshall_packet': ../lib/socket_wrapper/socket_wrapper.c:919: warning: declaration of 'tcp_seq' shadows a global declaration /usr/include/netinet/tcp.h:40: warning: shadowed declaration is here
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-175-0/+2112