index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
socket_wrapper
/
socket_wrapper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use single copy of socket_wrapper in Samba 3 and Samba 4.
Jelmer Vernooij
2008-09-16
1
-1841
/
+0
*
Fix initialization warnings.
Jeremy Allison
2008-06-10
1
-1
/
+1
*
Some C++ warnings
Stefan Metzmacher
2008-06-10
1
-2
/
+2
*
socket_wrapper: truncate packets to a 1500 byte payload
Stefan Metzmacher
2008-06-10
1
-0
/
+8
*
socket_wrapper: make pcap code more portable
Stefan Metzmacher
2008-03-17
1
-39
/
+40
*
Factor out IP marshalling into separate function.
Jelmer Vernooij
2008-02-19
1
-36
/
+43
*
r25783: socket_wrapper: don't include "includes.h"
Stefan Metzmacher
2007-12-21
1
-12
/
+5
*
r25028: Fix more warnings.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25027: Fix more warnings.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r23420: try to make the IBM checker happy
Stefan Metzmacher
2007-10-10
1
-3
/
+8
*
r22236: Update to Heimdal's socket_wrapper, which supports IPv6.
Andrew Bartlett
2007-10-10
1
-161
/
+391
*
r21729: Some more tests
Jelmer Vernooij
2007-10-10
1
-5
/
+4
*
r21671: Add initial simple tests for socket wrapper
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r19409: Pull in <sys/time.h> for struct timeval for non samba build (don't
Love Hörnquist Åstrand
2007-10-10
1
-0
/
+1
*
r19367: Solaris needs <sys/filio.h> for FIONREAD.
Love Hörnquist Åstrand
2007-10-10
1
-0
/
+1
*
r19178: fix the standalone build of socket_wrapper by not using
Stefan Metzmacher
2007-10-10
1
-9
/
+34
*
r19176: Also require <fcntl.h> and <sys/ioctl.h> for non samba builds.
Love Hörnquist Åstrand
2007-10-10
1
-0
/
+2
*
r19175: If not in _SAMBA_BUILD_, define _PUBLIC_ to nothing.
Love Hörnquist Åstrand
2007-10-10
1
-0
/
+2
*
r19171: change the socket wrapper license to
Stefan Metzmacher
2007-10-10
1
-19
/
+38
*
r19136: No conflict, after "svn up" it applied correctly", merge 19126 from 3_0
Volker Lendecke
2007-10-10
1
-4
/
+7
*
r19097: add support for SUCKET_WRAPPER_PCAP_FILE
Stefan Metzmacher
2007-10-10
1
-14
/
+306
*
r19084: make socket_wrapper more portable (standalone) and not use uintX_t
Stefan Metzmacher
2007-10-10
1
-5
/
+5
*
r19082: add the source vs. destination address and tcp logic
Stefan Metzmacher
2007-10-10
1
-0
/
+242
*
r18992: prepare SOCKET_WRAPPER_PCAP_FILE support
Stefan Metzmacher
2007-10-10
1
-29
/
+83
*
r18947: overload listen() and ioctl() in socket_wrapper
Stefan Metzmacher
2007-10-10
1
-0
/
+30
*
r18918: - bail out with unsupported option to socket()
Stefan Metzmacher
2007-10-10
1
-18
/
+53
*
r18917: having 255 virtual interfaces available in socket wrapper means we
Andrew Tridgell
2007-10-10
1
-3
/
+5
*
r18661: C++ warnings
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r18593: try to get the same socket_wrapper file building in samba3 and samba4
Stefan Metzmacher
2007-10-10
1
-3
/
+22
*
r18586: fixed a potential fd and memory leak in the socket_wrapper code
Andrew Tridgell
2007-10-10
1
-3
/
+14
*
r18428: add my copyright
Stefan Metzmacher
2007-10-10
1
-1
/
+2
*
r18427: set sin_port correctly on autobound socket
Stefan Metzmacher
2007-10-10
1
-2
/
+4
*
r18426: use 'family' consistantly instead of mixing 'domain' and 'family'
Stefan Metzmacher
2007-10-10
1
-16
/
+13
*
r18424: there's no need to allocate a wrapped socket for unix sockets,
Stefan Metzmacher
2007-10-10
1
-21
/
+16
*
r18423: record accept, connect and close events in socket wrapper
Stefan Metzmacher
2007-10-10
1
-1
/
+30
*
r18417: overload send() and recv() by socket wrapper
Stefan Metzmacher
2007-10-10
1
-2
/
+62
*
r17930: Merge noinclude branch:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15358: Fix some compiler warnings / type safety. Found by tcc
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14977: more IBM checker fixes
Andrew Tridgell
2007-10-10
1
-5
/
+1
*
r13840: Mark some functions as public.
Jelmer Vernooij
2007-10-10
1
-11
/
+11
*
r12710: Fix socket_wrapper: Make sure to fill in the socket family on the
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r12074: in accept() we need to set socket name of the child socket by looking
Stefan Metzmacher
2007-10-10
1
-3
/
+19
*
r12073: fix vlgrind error, calculate the correct size for memcpy()
Stefan Metzmacher
2007-10-10
1
-6
/
+13
*
r11555: - change socket_wrapper to support multiple IP's
Stefan Metzmacher
2007-10-10
1
-44
/
+260
*
r11502: make sure we always use the 7 chars for the unix socket name.
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r8681: if SOCKET_WRAPPER_DIR starts with ./ then strip it internally. This sa...
Andrew Tridgell
2007-10-10
1
-4
/
+17
*
r8671: use much shorter names for the selftest directory and socket wrapper
Andrew Tridgell
2007-10-10
1
-4
/
+16
*
r7913: prevent recursion in the socket wrapper code
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r7910: fixed typo in _SAMBA_BUILD_ macro
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r7754: fixed the local port of accepted sockets in socket_wrapper. This fixes
Andrew Tridgell
2007-10-10
1
-4
/
+3
[next]