summaryrefslogtreecommitdiff
path: root/source4/lib/socket_wrapper
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23420: try to make the IBM checker happyStefan Metzmacher1-3/+8
2007-10-10r22367: prepare merge to samba3Stefan Metzmacher1-0/+4
2007-10-10r22236: Update to Heimdal's socket_wrapper, which supports IPv6.Andrew Bartlett1-161/+391
2007-10-10r21729: Some more testsJelmer Vernooij2-6/+29
2007-10-10r21707: Finally merge my (long-living) perlselftest branch.Jelmer Vernooij1-3/+3
2007-10-10r21671: Add initial simple tests for socket wrapperJelmer Vernooij3-1/+84
2007-10-10r19409: Pull in <sys/time.h> for struct timeval for non samba build (don'tLove Hörnquist Åstrand1-0/+1
2007-10-10r19367: Solaris needs <sys/filio.h> for FIONREAD.Love Hörnquist Åstrand1-0/+1
2007-10-10r19178: fix the standalone build of socket_wrapper by not usingStefan Metzmacher1-9/+34
2007-10-10r19176: Also require <fcntl.h> and <sys/ioctl.h> for non samba builds.Love Hörnquist Åstrand1-0/+2
2007-10-10r19175: If not in _SAMBA_BUILD_, define _PUBLIC_ to nothing.Love Hörnquist Åstrand1-0/+2
2007-10-10r19171: change the socket wrapper license toStefan Metzmacher2-36/+72
2007-10-10r19136: No conflict, after "svn up" it applied correctly", merge 19126 from 3_0Volker Lendecke1-4/+7
2007-10-10r19097: add support for SUCKET_WRAPPER_PCAP_FILEStefan Metzmacher1-14/+306
2007-10-10r19084: make socket_wrapper more portable (standalone) and not use uintX_tStefan Metzmacher1-5/+5
2007-10-10r19082: add the source vs. destination address and tcp logicStefan Metzmacher1-0/+242
2007-10-10r18992: prepare SOCKET_WRAPPER_PCAP_FILE supportStefan Metzmacher1-29/+83
2007-10-10r18947: overload listen() and ioctl() in socket_wrapperStefan Metzmacher2-0/+42
2007-10-10r18918: - bail out with unsupported option to socket()Stefan Metzmacher1-18/+53
2007-10-10r18917: having 255 virtual interfaces available in socket wrapper means weAndrew Tridgell1-3/+5
2007-10-10r18661: C++ warningsVolker Lendecke1-2/+2
2007-10-10r18593: try to get the same socket_wrapper file building in samba3 and samba4Stefan Metzmacher1-3/+22
2007-10-10r18586: fixed a potential fd and memory leak in the socket_wrapper codeAndrew Tridgell1-3/+14
2007-10-10r18428: add my copyrightStefan Metzmacher1-1/+2
2007-10-10r18427: set sin_port correctly on autobound socketStefan Metzmacher1-2/+4
2007-10-10r18426: use 'family' consistantly instead of mixing 'domain' and 'family'Stefan Metzmacher2-17/+14
2007-10-10r18424: there's no need to allocate a wrapped socket for unix sockets,Stefan Metzmacher1-21/+16
2007-10-10r18423: record accept, connect and close events in socket wrapperStefan Metzmacher1-1/+30
2007-10-10r18417: overload send() and recv() by socket wrapperStefan Metzmacher2-3/+75
2007-10-10r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher1-1/+1
2007-10-10r18134: the lib/replace/system/filesys.h in this patch should beAndrew Tridgell1-1/+1
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r16716: patch from Bjoern Jacke to fix compiler warnings on AIXStefan Metzmacher1-0/+44
2007-10-10r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij1-1/+1
2007-10-10r15318: Don't create empty static libraries as some hosts have trouble with t...Jelmer Vernooij1-0/+1
2007-10-10r14977: more IBM checker fixesAndrew Tridgell1-5/+1
2007-10-10r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij1-1/+1
2007-10-10r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij1-1/+0
2007-10-10r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij1-3/+2
2007-10-10r13840: Mark some functions as public.Jelmer Vernooij1-11/+11
2007-10-10r12710: Fix socket_wrapper: Make sure to fill in the socket family on theAndrew Bartlett1-0/+1
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-1/+1
2007-10-10r12254: Add some (hopefully correct) descriptions for libraries that are inst...Jelmer Vernooij1-0/+1
2007-10-10r12074: in accept() we need to set socket name of the child socket by lookingStefan Metzmacher1-3/+19
2007-10-10r12073: fix vlgrind error, calculate the correct size for memcpy()Stefan Metzmacher1-6/+13
2007-10-10r11555: - change socket_wrapper to support multiple IP'sStefan Metzmacher1-44/+260
2007-10-10r11502: make sure we always use the 7 chars for the unix socket name.Stefan Metzmacher1-1/+1
2007-10-10r11377: Add support for building LIBRARY elements as shared libraries:Jelmer Vernooij1-1/+5
2007-10-10r11244: Relative path names in .mk filesJelmer Vernooij1-1/+1
2007-10-10r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij1-14/+0