summaryrefslogtreecommitdiff
path: root/source/lib/socket_wrapper
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add configure test for vdeplug library."Stefan Metzmacher2008-06-101-7/+0
* Fix initialization warnings.Jeremy Allison2008-06-101-1/+1
* Some C++ warningsStefan Metzmacher2008-06-101-2/+2
* socket_wrapper: truncate packets to a 1500 byte payloadStefan Metzmacher2008-06-101-0/+8
* Use variables for source directory in remaining subsystems.Jelmer Vernooij2008-05-181-1/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-081-2/+0
|\
| * Reduce the number of installed headers.Jelmer Vernooij2008-04-021-2/+0
* | Merge v4.0-testJelmer Vernooij2008-03-282-40/+41
|\ \ | |/
| * socket_wrapper: use LIBREPLACE_NETWORK because EXT_SOCKET and EXT_NSL doesn't...Stefan Metzmacher2008-03-181-1/+1
| * socket_wrapper: make pcap code more portableStefan Metzmacher2008-03-171-39/+40
| * Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-1/+2
* | Fix some paths.Jelmer Vernooij2008-03-041-1/+1
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-1/+2
* | Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-261-1/+2
|/
* Factor out IP marshalling into separate function.Jelmer Vernooij2008-02-191-36/+43
* Add configure test for vdeplug library.Jelmer Vernooij2008-02-191-0/+7
* build: Demote a bunch of libraries to subsystems. This makes packaging easier...Jelmer Vernooij2008-01-211-4/+1
* r25783: socket_wrapper: don't include "includes.h"Stefan Metzmacher2007-12-211-12/+5
* r25028: Fix more warnings.Jelmer Vernooij2007-10-102-1/+3
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23420: try to make the IBM checker happyStefan Metzmacher2007-10-101-3/+8
* r22367: prepare merge to samba3Stefan Metzmacher2007-10-101-0/+4
* r22236: Update to Heimdal's socket_wrapper, which supports IPv6.Andrew Bartlett2007-10-101-161/+391
* r21729: Some more testsJelmer Vernooij2007-10-102-6/+29
* r21707: Finally merge my (long-living) perlselftest branch.Jelmer Vernooij2007-10-101-3/+3
* r21671: Add initial simple tests for socket wrapperJelmer Vernooij2007-10-103-1/+84
* r19409: Pull in <sys/time.h> for struct timeval for non samba build (don'tLove Hörnquist Åstrand2007-10-101-0/+1
* r19367: Solaris needs <sys/filio.h> for FIONREAD.Love Hörnquist Åstrand2007-10-101-0/+1
* r19178: fix the standalone build of socket_wrapper by not usingStefan Metzmacher2007-10-101-9/+34
* r19176: Also require <fcntl.h> and <sys/ioctl.h> for non samba builds.Love Hörnquist Åstrand2007-10-101-0/+2
* r19175: If not in _SAMBA_BUILD_, define _PUBLIC_ to nothing.Love Hörnquist Åstrand2007-10-101-0/+2
* r19171: change the socket wrapper license toStefan Metzmacher2007-10-102-36/+72
* r19136: No conflict, after "svn up" it applied correctly", merge 19126 from 3_0Volker Lendecke2007-10-101-4/+7
* r19097: add support for SUCKET_WRAPPER_PCAP_FILEStefan Metzmacher2007-10-101-14/+306
* r19084: make socket_wrapper more portable (standalone) and not use uintX_tStefan Metzmacher2007-10-101-5/+5
* r19082: add the source vs. destination address and tcp logicStefan Metzmacher2007-10-101-0/+242
* r18992: prepare SOCKET_WRAPPER_PCAP_FILE supportStefan Metzmacher2007-10-101-29/+83
* r18947: overload listen() and ioctl() in socket_wrapperStefan Metzmacher2007-10-102-0/+42
* r18918: - bail out with unsupported option to socket()Stefan Metzmacher2007-10-101-18/+53
* r18917: having 255 virtual interfaces available in socket wrapper means weAndrew Tridgell2007-10-101-3/+5
* r18661: C++ warningsVolker Lendecke2007-10-101-2/+2
* r18593: try to get the same socket_wrapper file building in samba3 and samba4Stefan Metzmacher2007-10-101-3/+22
* r18586: fixed a potential fd and memory leak in the socket_wrapper codeAndrew Tridgell2007-10-101-3/+14
* r18428: add my copyrightStefan Metzmacher2007-10-101-1/+2
* r18427: set sin_port correctly on autobound socketStefan Metzmacher2007-10-101-2/+4
* r18426: use 'family' consistantly instead of mixing 'domain' and 'family'Stefan Metzmacher2007-10-102-17/+14
* r18424: there's no need to allocate a wrapped socket for unix sockets,Stefan Metzmacher2007-10-101-21/+16
* r18423: record accept, connect and close events in socket wrapperStefan Metzmacher2007-10-101-1/+30
* r18417: overload send() and recv() by socket wrapperStefan Metzmacher2007-10-102-3/+75