summaryrefslogtreecommitdiffstats
path: root/lib/socket_wrapper
Commit message (Collapse)AuthorAgeFilesLines
...
* 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