index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
socket_wrapper
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some nonempty blank lines
Volker Lendecke
2011-02-13
1
-18
/
+18
*
socket_wrapper: avoid c++ style comments.
Günther Deschner
2011-02-10
1
-2
/
+2
*
s4-smbtorture: Make test names lowercase and dot-separated.
Jelmer Vernooij
2010-12-11
1
-1
/
+1
*
socket_wrapper: Only add as global dependency when enabled.
Jelmer Vernooij
2010-11-12
1
-3
/
+3
*
s4-waf: Only enable various wrappers if they're actually used.
Jelmer Vernooij
2010-11-12
1
-0
/
+1
*
socket_wrapper: fill in sa.sa_len if the system supports it
Stefan Metzmacher
2010-11-05
1
-2
/
+12
*
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
2010-10-31
1
-8
/
+0
*
Lowercase socket_wrapper name.
Jelmer Vernooij
2010-10-21
2
-2
/
+2
*
wrapper: make socket_wrapper, uid_wrapper and nss_wrapper private libs
Andrew Tridgell
2010-10-21
1
-4
/
+5
*
socket_wrapper: Make it work on freebsd for udp packets
Stefan Metzmacher
2010-10-10
1
-1
/
+11
*
s4-waf: fixed target group for SOCKET_WRAPPER
Andrew Tridgell
2010-05-03
1
-0
/
+1
*
s4-waf: put the --xxx-wrapper options in 'developer options' group
Andrew Tridgell
2010-04-18
1
-1
/
+2
*
Revert "socket-wrapper: not all systems have FIONREAD defined"
Stefan Metzmacher
2010-04-08
1
-2
/
+0
*
build: allow the waf build to work with python 3.0 and 3.1
Thomas Nagy
2010-04-08
1
-4
/
+2
*
s4-waf: added a --enable-selftest option as a shortcut
Andrew Tridgell
2010-04-06
1
-1
/
+3
*
s4-waf: fixed some deps now we don't auto-include tevent and replace
Andrew Tridgell
2010-04-06
1
-2
/
+2
*
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
2010-04-06
2
-0
/
+4
*
build: commit all the waf build files in the tree
Andrew Tridgell
2010-04-06
1
-0
/
+4
*
build: nearly there on samba4 build
Andrew Tridgell
2010-04-06
1
-0
/
+1
*
build: added wrapper options
Andrew Tridgell
2010-04-06
1
-0
/
+11
*
socket-wrapper: not all systems have FIONREAD defined
Andrew Tridgell
2010-04-03
1
-0
/
+2
*
socket_wrapper: also ignore AF_INET6 in swrap_setsockopt()
Stefan Metzmacher
2010-02-17
1
-0
/
+4
*
socket_wrapper: swrap_read() should use SWRAP_RECV* for swrap_dump_packet()
Stefan Metzmacher
2009-09-08
1
-5
/
+3
*
Add read() to socketwrapper. Metze please check.
Jeremy Allison
2009-09-07
2
-1
/
+38
*
Partially revert restriction of socket_wrapper to 1500 byte writes
Andrew Bartlett
2009-06-19
1
-10
/
+32
*
fixed socket wrapper to determine family from the right structure
Andrew Tridgell
2009-06-09
1
-1
/
+1
*
socket_wrapper Cope with SOCK_CLOEXEC and SOCK_NONBLOCK flags
Andrew Bartlett
2009-06-04
1
-4
/
+16
*
Add support for sendmsg() in socket_wrapper
Andrew Bartlett
2009-05-26
2
-0
/
+77
*
socket_wrapper: fix the build on systems without ipv6 support
Stefan Metzmacher
2009-04-14
1
-0
/
+2
*
socket_wrapper: fix crash bug in swrap_readv/writev
Stefan Metzmacher
2009-04-10
1
-4
/
+10
*
socket_wrapper: fix connect() for dgram sockets, if the destination isn't the...
Stefan Metzmacher
2009-03-23
1
-4
/
+52
*
Revert "socket_wrapper: fix connect() for dgram sockets, if the destination i...
Stefan Metzmacher
2009-03-22
1
-7
/
+3
*
socket_wrapper: fix connect() for dgram sockets, if the destination isn't the...
Stefan Metzmacher
2009-03-21
1
-3
/
+7
*
socket_wrapper: wrap readv() and writev()
Stefan Metzmacher
2009-03-10
2
-7
/
+137
*
socket_wrapper: try to make ipv6 support more portable
Stefan Metzmacher
2009-03-09
1
-9
/
+22
*
socket_wrapper: downgrade ipv6 sockets to ipv4 is in connect() if the dest is...
Stefan Metzmacher
2009-03-08
1
-5
/
+13
*
socket_wrapper: correctly handle connected dgram sockets
Stefan Metzmacher
2009-03-08
1
-0
/
+26
*
socket_wrapper: make it possible to bind to '::'
Stefan Metzmacher
2009-03-08
1
-1
/
+3
*
socket wrapper: Fix 'might be used uninitialized' warning
Tim Prouty
2009-03-04
1
-4
/
+4
*
socket_wrapper: add multiple interface support for ipv6
Stefan Metzmacher
2009-03-04
1
-10
/
+39
*
socket_wrapper: add ipv6 pcap support
Stefan Metzmacher
2009-03-04
1
-3
/
+87
*
socket_wrapper: pass down sockaddr instead of sockaddr_in to prepare pcap sup...
Stefan Metzmacher
2009-03-04
1
-78
/
+100
*
socket_wrapper: prepare pcap support for ipv6 traffic
Stefan Metzmacher
2009-03-04
1
-148
/
+170
*
socket_wrapper: don't crash if we get EAGAIN from real_recv()
Stefan Metzmacher
2009-03-04
1
-1
/
+1
*
socket_wrapper: fix PCAP support broken by aaea68791cfea45c6fa69abc93ad6d0e83...
Stefan Metzmacher
2009-01-20
1
-3
/
+1
*
Fix indentation for some configure options.
Jelmer Vernooij
2009-01-15
1
-1
/
+1
*
In gcc version 4.3.2 we get warnings for functions declared with
Jeremy Allison
2008-12-22
1
-2
/
+10
*
Changed variable name from f19086872ec734fff3f2119712ff24117bec4e5e to match ...
Tim Prouty
2008-10-07
1
-19
/
+19
*
Fixed "declaration shadows global declaration" warnings.
Tim Prouty
2008-10-06
1
-19
/
+19
*
Move common libraries from root to lib/.
Jelmer Vernooij
2008-09-17
5
-0
/
+2112