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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
socket_wrapper
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-23
swrap: Bump version to 1.1.3
Andreas Schneider
1
-1
/
+1
2015-02-23
swrap: If we remove the socket_info also unlink the unix socket
Andreas Schneider
1
-0
/
+3
2015-02-23
swrap: Do not leak the socket_info we just removed.
Andreas Schneider
1
-0
/
+1
2015-02-23
src: Add support for running with address sanitizer.
Andreas Schneider
1
-0
/
+8
2015-02-23
swrap: Fix the loop for older gcc versions.
Andreas Schneider
1
-2
/
+8
2014-12-08
socket_wrapper: Add missing prototype check for eventfd.
Andreas Schneider
1
-0
/
+5
2014-10-02
swrap: Bump version to 1.1.2.
Andreas Schneider
1
-1
/
+1
2014-10-02
swrap: Add support for eventfd with unsigned count variable.
Andreas Schneider
1
-0
/
+4
2014-10-02
swrap: Add a trace message for swrap_socket().
Andreas Schneider
1
-0
/
+5
2014-10-02
swrap: Implement fcntl() to catch F_DUPFD.
Andreas Schneider
1
-1
/
+86
2014-10-02
swrap: Include the function name in the debug output.
Andreas Schneider
1
-12
/
+14
2014-10-02
swrap: Silence alignment warnings.
Andreas Schneider
1
-16
/
+16
2014-10-02
swrap: Fix type punning warnings when loading functions.
Andreas Schneider
1
-1
/
+2
2014-10-02
swrap: Fix access to struct members in log messages.
Andreas Schneider
1
-2
/
+2
2014-10-02
swrap: Fix whitespace errors.
Andreas Schneider
1
-16
/
+16
2014-10-02
swrap: Update copyright notice.
Andreas Schneider
1
-3
/
+3
2014-10-02
swrap: Wrap fopen to detect stale file descriptors.
Andreas Schneider
1
-0
/
+31
2014-10-02
swrap: Use swrap_address in swrap_accept().
Andreas Schneider
1
-28
/
+23
2014-10-02
swrap: Remove unused sockaddr_dup() function.
Andreas Schneider
1
-7
/
+0
2014-10-02
swrap: Use swrap_address in the socket_info struct.
Andreas Schneider
1
-107
/
+109
2014-10-02
swrap: Use a sockaddr_un for the unix path in socket_info.
Andreas Schneider
1
-5
/
+7
2014-10-02
swrap: Rename swrap_pcap_dump_packet().
Andreas Schneider
1
-29
/
+29
2014-10-02
swrap: Rename swrap_pcap_get_fd().
Andreas Schneider
1
-2
/
+2
2014-10-02
swrap: Rename swrap_marshall_packet().
Andreas Schneider
1
-8
/
+13
2014-10-02
swrap: Rename swrap_packet_init().
Andreas Schneider
1
-15
/
+22
2014-10-02
swrap: Rename socket_wrapper_pcap_file().
Andreas Schneider
1
-2
/
+2
2014-10-02
swrap: Fix type punning warnings.
Andreas Schneider
1
-75
/
+127
2014-10-02
Provide a compatible declaration of CMSG_ALIGN
Jakub Hrozek
1
-1
/
+1
2014-10-02
SO_PROTOCOL is platform-dependent
Jakub Hrozek
1
-0
/
+3
2014-10-02
swrap: fix another discard const warning in swrap_bind()
Michael Adam
1
-1
/
+1
2014-10-02
swrap: fix discard const warning in swrap_bind()
Michael Adam
1
-1
/
+1
2014-10-02
swrap: fix discard const warning in swrap_remove_stale()
Michael Adam
1
-2
/
+2
2014-10-02
swrap: fix build when neither HAVE_STRUCT_IN_PKTINFO nor IP_RECVDSTADDR is de...
Michael Adam
1
-2
/
+1
2014-07-31
waf: socket_wrapper should check for HAVE_FUNCTION_ATTRIBUTE_FORMAT.
Andreas Schneider
1
-0
/
+12
2014-06-05
lib: Bump socket_wrapper version to 1.1.1.
Michael Adam
1
-1
/
+1
2014-06-05
swrap: Disable incomplete bind checks (and tests) for EADDRINUSE.
Andreas Schneider
1
-1
/
+6
2014-06-05
lib: Bump socket_wrapper version to 1.1.0.
Andreas Schneider
1
-1
/
+1
2014-06-05
swrap: check whether an address:port is already in use in swrap_bind()
Michael Adam
1
-0
/
+7
2014-06-05
swrap: implement check_addr_port_in_use()
Michael Adam
1
-0
/
+83
2014-06-05
swrap: fix AF_UNSPEC special case in swrap_bind()
Michael Adam
1
-0
/
+20
2014-06-05
swrap: extend input checks in swrap_bind()
Michael Adam
1
-2
/
+49
2014-06-05
swrap: add check for rpc/rpc.h - needed on freebsd for bindresvport
Michael Adam
2
-0
/
+4
2014-06-05
swrap: Add support for bindresvport().
Andreas Schneider
2
-0
/
+88
2014-06-05
swrap: Add missing family check in bind().
Andreas Schneider
1
-0
/
+5
2014-06-05
swrap: Setup myname in swrap_socket() for getsockname().
Andreas Schneider
1
-0
/
+35
2014-06-05
swrap: Make sure cmbuf is not NULL.
Andreas Schneider
1
-1
/
+1
2014-06-05
swrap: We need to pass a pointer-pointer to not leak memory.
Andreas Schneider
1
-11
/
+11
2014-06-05
swrap: Support more socket options in getsockopt().
Andreas Schneider
1
-5
/
+46
2014-06-05
swrap: Call swrap_msghdr_filter_cmsghdr in swrap_sendmsg_before().
Andreas Schneider
1
-2
/
+31
2014-06-05
swrap: Add swrap_msghdr_filter_cmsg_pktinfo().
Andreas Schneider
1
-7
/
+26
[next]