Age | Commit message (Expand) | Author | Files | Lines |
2008-06-10 | Revert "Add configure test for vdeplug library." | Stefan Metzmacher | 1 | -7/+0 |
2008-06-10 | Fix initialization warnings. | Jeremy Allison | 1 | -1/+1 |
2008-06-10 | Some C++ warnings | Stefan Metzmacher | 1 | -2/+2 |
2008-06-10 | socket_wrapper: truncate packets to a 1500 byte payload | Stefan Metzmacher | 1 | -0/+8 |
2008-05-18 | Use variables for source directory in remaining subsystems. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 1 | -2/+0 |
2008-04-02 | Reduce the number of installed headers. | Jelmer Vernooij | 1 | -2/+0 |
2008-03-28 | Merge v4.0-test | Jelmer Vernooij | 2 | -40/+41 |
2008-03-18 | socket_wrapper: use LIBREPLACE_NETWORK because EXT_SOCKET and EXT_NSL doesn't... | Stefan Metzmacher | 1 | -1/+1 |
2008-03-17 | socket_wrapper: make pcap code more portable | Stefan Metzmacher | 1 | -39/+40 |
2008-03-04 | Fix some paths. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-03 | Move object file lists to the Makefile. | Jelmer Vernooij | 1 | -1/+2 |
2008-02-29 | Move public header accumulation out of the perl code. | Jelmer Vernooij | 1 | -1/+2 |
2008-02-26 | Move public header accumulation out of the perl code. | Jelmer Vernooij | 1 | -1/+2 |
2008-02-19 | Factor out IP marshalling into separate function. | Jelmer Vernooij | 1 | -36/+43 |
2008-02-19 | Add configure test for vdeplug library. | Jelmer Vernooij | 1 | -0/+7 |
2008-01-21 | build: Demote a bunch of libraries to subsystems. This makes packaging easier... | Jelmer Vernooij | 1 | -4/+1 |
2007-12-21 | r25783: socket_wrapper: don't include "includes.h" | Stefan Metzmacher | 1 | -12/+5 |
2007-10-10 | r25028: Fix more warnings. | Jelmer Vernooij | 2 | -1/+3 |
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23420: try to make the IBM checker happy | Stefan Metzmacher | 1 | -3/+8 |
2007-10-10 | r22367: prepare merge to samba3 | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r22236: Update to Heimdal's socket_wrapper, which supports IPv6. | Andrew Bartlett | 1 | -161/+391 |
2007-10-10 | r21729: Some more tests | Jelmer Vernooij | 2 | -6/+29 |
2007-10-10 | r21707: Finally merge my (long-living) perlselftest branch. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r21671: Add initial simple tests for socket wrapper | Jelmer Vernooij | 3 | -1/+84 |
2007-10-10 | r19409: Pull in <sys/time.h> for struct timeval for non samba build (don't | Love Hörnquist Åstrand | 1 | -0/+1 |
2007-10-10 | r19367: Solaris needs <sys/filio.h> for FIONREAD. | Love Hörnquist Åstrand | 1 | -0/+1 |
2007-10-10 | r19178: fix the standalone build of socket_wrapper by not using | Stefan Metzmacher | 1 | -9/+34 |
2007-10-10 | r19176: Also require <fcntl.h> and <sys/ioctl.h> for non samba builds. | Love Hörnquist Åstrand | 1 | -0/+2 |
2007-10-10 | r19175: If not in _SAMBA_BUILD_, define _PUBLIC_ to nothing. | Love Hörnquist Åstrand | 1 | -0/+2 |
2007-10-10 | r19171: change the socket wrapper license to | Stefan Metzmacher | 2 | -36/+72 |
2007-10-10 | r19136: No conflict, after "svn up" it applied correctly", merge 19126 from 3_0 | Volker Lendecke | 1 | -4/+7 |
2007-10-10 | r19097: add support for SUCKET_WRAPPER_PCAP_FILE | Stefan Metzmacher | 1 | -14/+306 |
2007-10-10 | r19084: make socket_wrapper more portable (standalone) and not use uintX_t | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r19082: add the source vs. destination address and tcp logic | Stefan Metzmacher | 1 | -0/+242 |
2007-10-10 | r18992: prepare SOCKET_WRAPPER_PCAP_FILE support | Stefan Metzmacher | 1 | -29/+83 |
2007-10-10 | r18947: overload listen() and ioctl() in socket_wrapper | Stefan Metzmacher | 2 | -0/+42 |
2007-10-10 | r18918: - bail out with unsupported option to socket() | Stefan Metzmacher | 1 | -18/+53 |
2007-10-10 | r18917: having 255 virtual interfaces available in socket wrapper means we | Andrew Tridgell | 1 | -3/+5 |
2007-10-10 | r18661: C++ warnings | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r18593: try to get the same socket_wrapper file building in samba3 and samba4 | Stefan Metzmacher | 1 | -3/+22 |
2007-10-10 | r18586: fixed a potential fd and memory leak in the socket_wrapper code | Andrew Tridgell | 1 | -3/+14 |
2007-10-10 | r18428: add my copyright | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r18427: set sin_port correctly on autobound socket | Stefan Metzmacher | 1 | -2/+4 |
2007-10-10 | r18426: use 'family' consistantly instead of mixing 'domain' and 'family' | Stefan Metzmacher | 2 | -17/+14 |
2007-10-10 | r18424: there's no need to allocate a wrapped socket for unix sockets, | Stefan Metzmacher | 1 | -21/+16 |
2007-10-10 | r18423: record accept, connect and close events in socket wrapper | Stefan Metzmacher | 1 | -1/+30 |
2007-10-10 | r18417: overload send() and recv() by socket wrapper | Stefan Metzmacher | 2 | -3/+75 |