Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | socket_wrapper: fix connect() for dgram sockets, if the destination isn't ↵ | Stefan Metzmacher | 2009-03-23 | 1 | -4/+52 |
| | | | | | | | | | | | | there yet Now we defer the real_connect() for dgram sockets to the first send()/sendto() call, as the destination might not be there at connect time. Commit 66dc53ee017d74a6f610bbe04337f064901fe2a1 was an incomplete fix for this problem. metze | ||||
* | Revert "socket_wrapper: fix connect() for dgram sockets, if the destination ↵ | Stefan Metzmacher | 2009-03-22 | 1 | -7/+3 |
| | | | | | | | | | | | isn't there yet" This reverts commit 66dc53ee017d74a6f610bbe04337f064901fe2a1. Somehow this leads to timeouts in some tests, samba4.ldb.ldapi and samba4.rpc.schannel. I need to look at it more closely later... metze | ||||
* | socket_wrapper: fix connect() for dgram sockets, if the destination isn't ↵ | Stefan Metzmacher | 2009-03-21 | 1 | -3/+7 |
| | | | | | | there yet metze | ||||
* | socket_wrapper: wrap readv() and writev() | Stefan Metzmacher | 2009-03-10 | 2 | -7/+137 |
| | | | | metze | ||||
* | socket_wrapper: try to make ipv6 support more portable | Stefan Metzmacher | 2009-03-09 | 1 | -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 Metzmacher | 2009-03-08 | 1 | -5/+13 |
| | | | | | | | | is ipv4 We only do this if the socket isn't explicit bound yet. metze | ||||
* | socket_wrapper: correctly handle connected dgram sockets | Stefan Metzmacher | 2009-03-08 | 1 | -0/+26 |
| | | | | metze | ||||
* | socket_wrapper: make it possible to bind to '::' | Stefan Metzmacher | 2009-03-08 | 1 | -1/+3 |
| | | | | metze | ||||
* | socket wrapper: Fix 'might be used uninitialized' warning | Tim Prouty | 2009-03-04 | 1 | -4/+4 |
| | |||||
* | socket_wrapper: add multiple interface support for ipv6 | Stefan Metzmacher | 2009-03-04 | 1 | -10/+39 |
| | | | | | | We use FD00::5357:5FXX in the same way we use 127.0.0.XX metze | ||||
* | socket_wrapper: add ipv6 pcap support | Stefan Metzmacher | 2009-03-04 | 1 | -3/+87 |
| | | | | metze | ||||
* | socket_wrapper: pass down sockaddr instead of sockaddr_in to prepare pcap ↵ | Stefan Metzmacher | 2009-03-04 | 1 | -78/+100 |
| | | | | | | support for ipv6 metze | ||||
* | socket_wrapper: prepare pcap support for ipv6 traffic | Stefan Metzmacher | 2009-03-04 | 1 | -148/+170 |
| | | | | metze | ||||
* | socket_wrapper: don't crash if we get EAGAIN from real_recv() | Stefan Metzmacher | 2009-03-04 | 1 | -1/+1 |
| | | | | | | This fixes a crash in the ldaps tests with socket wrapper pcap support. metze | ||||
* | socket_wrapper: fix PCAP support broken by ↵ | Stefan Metzmacher | 2009-01-20 | 1 | -3/+1 |
| | | | | | | | | aaea68791cfea45c6fa69abc93ad6d0e832d0283 We should note close the fd after writing the first packet. metze | ||||
* | Fix indentation for some configure options. | Jelmer Vernooij | 2009-01-15 | 1 | -1/+1 |
| | |||||
* | In gcc version 4.3.2 we get warnings for functions declared with | Jeremy Allison | 2008-12-22 | 1 | -2/+10 |
| | | | | | attribute warn_unused_result. Start to fix these. Jeremy. | ||||
* | Changed variable name from f19086872ec734fff3f2119712ff24117bec4e5e to match ↵ | Tim Prouty | 2008-10-07 | 1 | -19/+19 |
| | | | | v3-[23]-test | ||||
* | Fixed "declaration shadows global declaration" warnings. | Tim Prouty | 2008-10-06 | 1 | -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 Vernooij | 2008-09-17 | 5 | -0/+2112 |