[SCM] Socket Wrapper Repository - branch master updated

2015-07-15 Thread Andreas Schneider
The branch, master has been updated via 00eb315 Update TODO from c12981e Regenerate manpage. https://git.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log - commit 00eb31542d26c4f4cfb245a58795fcaf5653c953

[SCM] Socket Wrapper Repository - branch master updated

2015-04-20 Thread Andreas Schneider
The branch, master has been updated via c12981e Regenerate manpage. via 7e0af39 doc: Add a specific date to manpage from a6555e4 cmake: Drop test results via https. https://git.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log

[SCM] Socket Wrapper Repository - branch master updated

2015-02-25 Thread Andreas Schneider
The branch, master has been updated via a6555e4 cmake: Drop test results via https. from 43d0166 Bump version to 1.1.3 https://git.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log - commit

[SCM] Socket Wrapper Repository - branch master updated

2015-02-23 Thread Andreas Schneider
The branch, master has been updated via 4c44ee6 swrap: If we remove the socket_info also unlink the unix socket from a12559d torture: Increase time to wait for pid file. https://git.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log

[SCM] Socket Wrapper Repository - branch master updated

2015-02-23 Thread Andreas Schneider
The branch, master has been updated via 43d0166 Bump version to 1.1.3 via d459a08 Update ChangeLog from 4c44ee6 swrap: If we remove the socket_info also unlink the unix socket https://git.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log

[SCM] Socket Wrapper Repository - branch master updated

2014-12-16 Thread Andreas Schneider
The branch, master has been updated via a12559d torture: Increase time to wait for pid file. from f05cbad swrap: Do not leak the socket_info we just removed. https://git.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log

[SCM] Socket Wrapper Repository - branch master updated

2014-10-24 Thread Andreas Schneider
The branch, master has been updated via f05cbad swrap: Do not leak the socket_info we just removed. via f0606cf cmake: Treat no_sanitize_address attribute warnings as error. from db8edc8 src: Add support for running with address sanitizer.

[SCM] Socket Wrapper Repository - branch master updated

2014-10-20 Thread Andreas Schneider
The branch, master has been updated via db8edc8 src: Add support for running with address sanitizer. via 390cfbe torture: Check the return code of kill(). from 95c39b3 swrap: Fix the loop for older gcc versions.

[SCM] Socket Wrapper Repository - branch master updated

2014-10-01 Thread Andreas Schneider
The branch, master has been updated via 163f089 Bump version to 1.1.2. via b6e69a3 swrap: Add support for eventfd with unsigned count variable. via 362136b swrap: Add a trace message for swrap_socket(). via 0456896 swrap: Implement fcntl() to catch F_DUPFD.

[SCM] Socket Wrapper Repository - branch master updated

2014-10-01 Thread Andreas Schneider
The branch, master has been updated via 95c39b3 swrap: Fix the loop for older gcc versions. from 163f089 Bump version to 1.1.2. http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log - commit

[SCM] Socket Wrapper Repository - branch master updated

2014-09-03 Thread Andreas Schneider
The branch, master has been updated via 20555bf tests: Add missing breaks in sockaddr assert functions. via 8c6a8f3 swrap: Fix out of bound access. from d3c101f tests: Pass the sockaddr structure to system functions.

[SCM] Socket Wrapper Repository - branch master updated

2014-09-01 Thread Andreas Schneider
The branch, master has been updated via 442ac15 swrap: Fix whitespace errors. via 98dda4f swrap: Update copyright notice. via e3f7e8c swrap: Wrap fopen to detect stale file descriptors. via 9694d99 swrap: Use swrap_address in swrap_accept(). via 3f53182

[SCM] Socket Wrapper Repository - branch master updated

2014-08-15 Thread Andreas Schneider
The branch, master has been updated via c83b7d4 Add #define __APPLE_USE_RFC_3542 to CFLAGS via bc546d0 Define _GNU_SOURCE on one place only. from baa8b43 Provide a compatible declaration of CMSG_ALIGN http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log

[SCM] Socket Wrapper Repository - branch master updated

2014-07-29 Thread Andreas Schneider
The branch, master has been updated via baa8b43 Provide a compatible declaration of CMSG_ALIGN via d9bae3a SO_PROTOCOL is platform-dependent from 1fcf872 swrap: fix another discard const warning in swrap_bind()

[SCM] Socket Wrapper Repository - branch master updated

2014-07-09 Thread Andreas Schneider
The branch, master has been updated via f914a1e doc: Add a socket_wrapper manpage. from 5702910 Bump version to 1.1.1 http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log - commit

[SCM] Socket Wrapper Repository - branch master updated

2014-07-09 Thread Andreas Schneider
The branch, master has been updated via 1fcf872 swrap: fix another discard const warning in swrap_bind() via 2fb9110 swrap: fix discard const warning in swrap_bind() via e520bb2 swrap: fix discard const warning in swrap_remove_stale() via 97bb223 swrap: fix build

[SCM] Socket Wrapper Repository - branch master updated

2014-06-05 Thread Andreas Schneider
The branch, master has been updated via 5702910 Bump version to 1.1.1 via 86114df swrap: Disable incomplete bind checks for EADDRINUSE. via d768235 tests: Disable addr_in_use bind test while the swrap code is incomplete. from 3a05064 Bump version to 1.1.0.

[SCM] Socket Wrapper Repository - branch master updated

2014-06-02 Thread Andreas Schneider
The branch, master has been updated via 23b4fa4 tests: Fix conflicting variable name on Solaris. via 52eabf4 tests: Fix building without bindresvport(). from 9e91b00 tests: add new test test_bind_ipv4_addr_in_use()

[SCM] Socket Wrapper Repository - branch master updated

2014-06-02 Thread Andreas Schneider
The branch, master has been updated via 3a05064 Bump version to 1.1.0. from 23b4fa4 tests: Fix conflicting variable name on Solaris. http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log - commit

[SCM] Socket Wrapper Repository - branch master updated

2014-06-01 Thread Michael Adam
The branch, master has been updated via 9e91b00 tests: add new test test_bind_ipv4_addr_in_use() via 0c3efeb tests: extend the ipv6 bind test via a14a1af tests: greatly extend the ipv4 bind test via f38c0b4 swrap: check whether an address:port is already in use in

[SCM] Socket Wrapper Repository - branch master updated

2014-05-28 Thread Michael Adam
The branch, master has been updated via 1dbbd72 README.install: improvements and fixes. from 5774897 Add README.install - instructions for building and installing. http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log

[SCM] Socket Wrapper Repository - branch master updated

2014-05-27 Thread Andreas Schneider
The branch, master has been updated via 5774897 Add README.install - instructions for building and installing. via edaceb0 tests: Fix possible format string attack. via 43a39c5 swrap: Make sure cmbuf is not NULL. via 98441f8 swrap: We need to pass a pointer-pointer

[SCM] Socket Wrapper Repository - branch master updated

2014-05-26 Thread Andreas Schneider
The branch, master has been updated via 096c9a7 tests: Add more tests for socket options. via e7f7bec swrap: Support more socket options in getsockopt(). via c9b06b3 echo_srv: Add support for IP_SENDSRCADDR. via 27be91d swrap: Call swrap_msghdr_filter_cmsghdr in

[SCM] Socket Wrapper Repository - branch master updated

2014-05-22 Thread Andreas Schneider
The branch, master has been updated via b9404d4 cmake: Fix a typo in socket_wrapper-config.cmake.in. via 71cc17a cmake: Require cmocka versin 0.4.1. via 916a02d tests: Add test for different length passed to get(sock|peer)name. via 9b45102 swrap: Truncate the

[SCM] Socket Wrapper Repository - branch master updated

2014-05-08 Thread Andreas Schneider
The branch, master has been updated via b37783b tests: Add test to verify that the binded iface address is correct. via 06934c6 swrap: Correctly set the bind iface address on connect(). via 0fa5690 swrap: use LIBC_SO from GNU libc, if available from 3d70059 Bump

[SCM] Socket Wrapper Repository - branch master updated

2014-05-05 Thread Andreas Schneider
The branch, master has been updated via 3d70059 Bump version to 1.0.2. via eb6676b swrap: Fall back to RTLD_NEXT if we can't find libc. via 7f4d72e Fix some typos. from fb8afa1 swrap: Use the loaded libc open() directly.

[SCM] Socket Wrapper Repository - branch master updated

2014-04-25 Thread Andreas Schneider
The branch, master has been updated via fb8afa1 swrap: Use the loaded libc open() directly. via 08ffcf5 echo_srv: Fix possible resouce leaks on error in socket_dup(). via 1d7993b tests: Fix use of tainted string in test_ioctl. via 7f10395 cmake: Fix policy check.

[SCM] Socket Wrapper Repository - branch master updated

2014-04-14 Thread Andreas Schneider
The branch, master has been updated via d242129 echo_srv: Improve reopening low fds. via 32c9508 echo_srv: Don't leak client_sock on failures in echo_tcp via 4ed4524 tests: Fix an out of bound access. via fab60bb tests: Fix a possible resource leak on error in

[SCM] Socket Wrapper Repository - branch master updated

2014-04-07 Thread Andreas Schneider
The branch, master has been updated via af3c688 cmake: Fix configure warning with cmake 3.0. via c97864a cmake: Create the compile command database by default. from 3a6f853 Bump version to 1.0.1. http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log

[SCM] Socket Wrapper Repository - branch master updated

2014-02-04 Thread Andreas Schneider
The branch, master has been updated via 3a6f853 Bump version to 1.0.1. via 7d020b0 cmake: Add socket_wrapper-config.cmake. via c792dd7 cmake: Use SOCKET_WRAPPER_LOCATION. via 77944cd cmake: Add --libs output for pkg-config. via 23631b4 cpack: Don't package

[SCM] Socket Wrapper Repository - branch master updated

2014-02-01 Thread Andreas Schneider
The branch, master has been updated via b136de0 src: Add a public socket_wrapper_enabled() function. from 81ece35 src: Fix va arg passing in open(). http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log

[SCM] Socket Wrapper Repository - branch master updated

2014-01-29 Thread Andreas Schneider
The branch, master has been updated via 81ece35 src: Fix va arg passing in open(). from bb4dd1f src: Handle stale fds in dup() and dup2(). http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log -

[SCM] Socket Wrapper Repository - branch master updated

2014-01-28 Thread Andreas Schneider
The branch, master has been updated via bb4dd1f src: Handle stale fds in dup() and dup2(). via 9c03935 src: Add timerfd_create() to handle stale fds. via f850820 src: Add eventfd() to handle stale fds. via dc00232 src: Add signalfd() to handle stale fds. via

[SCM] Socket Wrapper Repository - branch master updated

2014-01-24 Thread Andreas Schneider
The branch, master has been updated via bede01d Update TODO. from 93b794d src: Fix warnings on Solaris. http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log - commit

[SCM] Socket Wrapper Repository - branch master updated

2014-01-21 Thread Andreas Schneider
The branch, master has been updated via d7e31ed src: Fix build on Solaris. via ff36996 cmake: Check for HAVE_STRUCT_MSGHDR_MSG_CONTROL. via 803820f cmake: Fix HAVE_STRUCT_SOCKADDR_SA_LEN detection. via 7f5ead0 src: Fix build warnings on FreeBSD. from 980a30d

[SCM] Socket Wrapper Repository - branch master updated

2014-01-21 Thread Andreas Schneider
The branch, master has been updated via e5df09b cmake: Only build test_sendmsg_recvmsg_fd if we have msg_control. via b6161d0 src: Fix setting the temp iovec. from d7e31ed src: Fix build on Solaris. http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log

[SCM] Socket Wrapper Repository - branch master updated

2014-01-21 Thread Andreas Schneider
The branch, master has been updated via b7ec347 src: Case pid_t to an int in SWRAP_LOG. from e5df09b cmake: Only build test_sendmsg_recvmsg_fd if we have msg_control. http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log

[SCM] Socket Wrapper Repository - branch master updated

2014-01-21 Thread Andreas Schneider
The branch, master has been updated via 1c15030 src: Initialize sockaddr_un. via 07ece11 src: Make sure the memory is zeroed. from b7ec347 src: Case pid_t to an int in SWRAP_LOG. http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log

[SCM] Socket Wrapper Repository - branch master updated

2014-01-21 Thread Andreas Schneider
The branch, master has been updated via 93b794d src: Fix warnings on Solaris. from 1c15030 src: Initialize sockaddr_un. http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log - commit

[SCM] Socket Wrapper Repository - branch master updated

2014-01-20 Thread Andreas Schneider
The branch, master has been updated via 98a05e5 tests: Add sendmsg_recvmsg_fd test. via c29f759 tests: Add test_echo_udp_sendmsg_recvmsg. via ae88bf8 swrap: Implement recvmsg(). via 6d328a2 swrap: Fix DGRAM in swrap_recvmsg(before|after). via 11b077a swrap:

[SCM] Socket Wrapper Repository - branch master updated

2014-01-20 Thread Andreas Schneider
The branch, master has been updated via d78b20d Improve the README. from 98a05e5 tests: Add sendmsg_recvmsg_fd test. http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log - commit

[SCM] Socket Wrapper Repository - branch master updated

2014-01-20 Thread Andreas Schneider
The branch, master has been updated via 980a30d cmake: Add cmake config version script. via de86e64 cmake: Add pkg-config file. from d78b20d Improve the README. http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log

[SCM] Socket Wrapper Repository - branch master updated

2013-12-24 Thread Andreas Schneider
The branch, master has been updated via e9de990 echo_srv: Add fd duplication and test it works. from b448961 test: Fix getsockopt on Solaris. http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log -

[SCM] Socket Wrapper Repository - branch master updated

2013-12-23 Thread Andreas Schneider
The branch, master has been updated via b7f7ed3 torture: Add TORTURE_SKIP_CLEANUP to not delete socket_dir. via 4373b71 torture: Generate network traces for each test. via 98fa90d tests: Add test_echo_tcp_socket_options(). via 6876e0c tests: Add

[SCM] Socket Wrapper Repository - branch master updated

2013-12-23 Thread Andreas Schneider
The branch, master has been updated via b448961 test: Fix getsockopt on Solaris. via 1544ad6 tests: Fix getsockopt() on Solaris. via 3c4759a tests: writev/readv must have iovec 0 via 450f4f3 tests: Remove unused variable warning from b7f7ed3 torture: Add

[SCM] Socket Wrapper Repository - branch master updated

2013-12-21 Thread Andreas Schneider
The branch, master has been updated via 8c561dd tests: Add missing include for writev/readv. from 789118a tests: Add an ifdef around static IPv6 only functions http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log

[SCM] Socket Wrapper Repository - branch master updated

2013-12-20 Thread Andreas Schneider
The branch, master has been updated via 1e413ec echo_srv: Add missing includes. via 0f203f2 torture: Set different default interface for client and server. via b9b05b1 swrap: Add documentation for SOCK_CLOEXEC in socket(). from 3c3b7f6 tests: Add

[SCM] Socket Wrapper Repository - branch master updated

2013-12-20 Thread Andreas Schneider
The branch, master has been updated via 38823ac swrap: Fix loading of system libraries. from 1e413ec echo_srv: Add missing includes. http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log - commit

[SCM] Socket Wrapper Repository - branch master updated

2013-12-20 Thread Andreas Schneider
The branch, master has been updated via 7d0e5ef tests: Use torture_server_(address|port). via f6f5e28 torture: Add torture_server_port(). via 379af07 torture: Add torture_server_address(). via 33404b4 torture: Let the echo server listen on anyaddr. from

[SCM] Socket Wrapper Repository - branch master updated

2013-12-20 Thread Andreas Schneider
The branch, master has been updated via 789118a tests: Add an ifdef around static IPv6 only functions via b11ceab tests: Add test_echo_tcp_write_readv from 7d0e5ef tests: Use torture_server_(address|port). http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master

[SCM] Socket Wrapper Repository - branch master updated

2013-12-17 Thread Andreas Schneider
The branch, master has been updated via 3c3b7f6 tests: Add test_echo_tcp_write_read. via 0d87b9e torture: Add tcp function to setup echo server. via e778fa2 torture: Pass socket type to torture_setup_echo_srv_ip(). via 356fc98 torture: Add

[SCM] Socket Wrapper Repository - branch master updated

2013-12-13 Thread Andreas Schneider
The branch, master has been updated via 2ee37e0 tests: Add test_echo_udp_send_recv test. via 13c38c4 tests: Use inet_pton() instead of inet_aton(). from bfeac80 tests: Rename testsuite to test_ioctl. http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master - Log

[SCM] Socket Wrapper Repository - branch master updated

2013-12-12 Thread Andreas Schneider
The branch, master has been updated via 25d0e92 echo_srv: Fix a build warning. via 04d0275 swrap: Don't build with swrap_str_lib() if NDEBUG is defined. via 48db034 cmake: Fix linking echo_srv on Solaris. via 26019f9 cmake: Increase required cmake version number.

[SCM] Socket Wrapper Repository - branch master updated

2013-12-12 Thread Andreas Schneider
The branch, master has been updated via bfeac80 tests: Rename testsuite to test_ioctl. via 580a75e tests: Remove unused code. via 17c7a05 tests: Remove FIONBIO cause it doesn't work on x86. from 25d0e92 echo_srv: Fix a build warning.

[SCM] Socket Wrapper Repository - branch master updated

2013-12-11 Thread Andreas Schneider
The branch, master has been updated via c01846d Fix formatting of variables of type pid_t via 2046732 tests: use discard_const to get rid of a warning on Solaris via 11146ca logging: log creating the sockets via f6e30ff logging: Add logging when loading system

[SCM] Socket Wrapper Repository - branch master updated

2013-12-10 Thread Andreas Schneider
The branch, master has been updated via 9f7d7b4 swrap: Remove obsolete init functions. via e5899b8 swrap: Add libc_writev(). via d344002 swrap: Add libc_socket(). via 4b72d30 swrap: Add libc_setsockopt(). via a6bbc38 swrap: Add libc_sendto(). via

[SCM] Socket Wrapper Repository - branch master updated

2013-12-10 Thread Andreas Schneider
The branch, master has been updated via 2b53d42 tests: Add test_echo_udp_sendto_recvfrom. via b853eac cmake: Remove swrap env variables. via 76c362f tests: Add a simple echo server from 9f7d7b4 swrap: Remove obsolete init functions.

[SCM] Socket Wrapper Repository - branch master updated

2013-12-10 Thread Andreas Schneider
The branch, master has been updated via 76c7df9 tests: Add test_sendto_recvfrom_ipv6(). via fe78b28 torture: Add torture_setup_echo_srv_udp_ipv6(). via 88aeb65 torture_teardown_echo_srv via 0c4a784 tests: Use torture helpers in test_echo_udp_sendto_recvfrom.

[SCM] Socket Wrapper Repository - branch master updated

2013-12-05 Thread Andreas Schneider
The branch, master has been updated via 76baedf swrap: Remove deprecated functions. via fe9d674 swrap: Use swrap structure for writev. via 5387e90 swrap: Use swrap structure for socket. via d5581e7 swrap: Use swrap structure for setsockopt. via 156ba02

<    1   2