socket_wrapper.git
2021-02-05 Stefan Metzmacherswrap: add better logging to convert_un_in()
2021-02-05 Stefan Metzmachertests/echo_srv: make the main server logic resilient...
2021-02-02 Andreas SchneiderBump version to 1.3.0 socket_wrapper-1.3.0
2021-02-02 Andreas Schneiderdoc: Add website to manpage
2021-02-02 Andreas Schneiderdoc: Define doctype for manpage
2021-02-02 Andreas Schneiderdoc: Rename socket_wrapper.1.txt to socket_wrapper...
2021-02-02 Stefan Metzmacherswrap: add basic support for fd-passing via SCM_RIGHTS
2021-02-02 Anoop C Stests: Add test for socket_wrapper fd-passing support
2021-02-02 Stefan Metzmacherswrap: always check new fd's against socket_fds_max...
2021-02-02 Stefan Metzmacherswrap: add const to swrap_add_socket_info()
2021-02-02 Stefan Metzmacherswrap: let swrap_sendmsg_before_unix() create a copy...
2021-02-02 Stefan Metzmacherswrap: add stubs for swrap_{sendmsg,recvmsg}_{before...
2021-02-02 Stefan Metzmacherswrap: filter out SCM_{RIGHTS,CREDENTIALS} on inet...
2021-02-02 Stefan Metzmacherswrap: add error checking/cleanup to swrap_sendmsg_filt...
2021-02-02 Anoop C Sswrap: Fix MSGHDR check in sendmsg()
2021-02-02 Stefan Metzmacherswrap: print out SOCKET_WRAPPER_PACKAGE and SOCKET_WRAP...
2021-01-29 Andreas Schneidersrc/socket_wrapper.c: Improve checks and debug output...
2021-01-29 Stefan Metzmachersrc/socket_wrapper.c: fix mutex fork handling
2021-01-29 Andreas Schneidergitlab-ci: Add job for ThreadSanitizer
2021-01-28 Andreas Schneidercmake: Add ThreadSanitizer compile flags
2021-01-28 Stefan Metzmachersrc/socket_wrapper.c: always go through swrap_bind_symb...
2021-01-28 Stefan Metzmachersrc/socket_wrapper.c: split out _swrap_bind_symbol_gene...
2021-01-28 Stefan Metzmachersrc/socket_wrapper.c: remove unused swrap_bind_symbol_l...
2020-11-04 Björn Jackesocket_wrapper.c/tests: fall back to pragma init/fini...
2020-11-04 Björn Jackeconfigure: check for pragma init/fini for constructors...
2020-06-22 Andreas SchneiderBump version to 1.2.5 socket_wrapper-1.2.5
2020-06-22 Stefan Metzmachersocket_wrapper.c: let swrap_vioctl() handle SIOCOUTQ...
2020-06-22 Stefan Metzmachersocket_wrapper.c: make FIONREAD handling more robust...
2020-06-22 Stefan Metzmachertest_echo_tcp_socket_options.c: add tests for TCP_INFO
2020-06-22 Stefan Metzmachersocket_wrapper.c: implement getsockopt(TCP_INFO) if...
2020-06-22 Martin Schwenkedoc: Document SOCKET_WRAPPER_DIR_ALLOW_ORIG
2020-06-22 Martin Schwenkeswrap: Add SOCKET_WRAPPER_DIR_ALLOW_ORIG to allow fall...
2020-06-22 Martin Schwenkeswrap: Abort if socket wrapper directory is too long...
2020-06-22 Martin Schwenkeswrap: Add abstractions to construct Unix domain socket...
2020-06-22 Martin Schwenkeswrap: Abort on failure to use SOCKET_WRAPPER_DIR
2020-06-19 Stefan MetzmacherRevert "socket_wrapper.c: implement getsockopt(TCP_INFO...
2020-06-19 Stefan MetzmacherRevert "test_echo_tcp_socket_options.c: add tests for...
2020-06-19 Stefan MetzmacherRevert "socket_wrapper.c: make FIONREAD handling more...
2020-06-19 Stefan MetzmacherRevert "socket_wrapper.c: let swrap_vioctl() handle...
2020-06-19 Stefan MetzmacherMerge branch 'tcp_info' into 'master'
2020-06-19 Stefan Metzmachersocket_wrapper.c: let swrap_vioctl() handle SIOCOUTQ...
2020-06-19 Stefan Metzmachersocket_wrapper.c: make FIONREAD handling more robust...
2020-06-19 Stefan Metzmachertest_echo_tcp_socket_options.c: add tests for TCP_INFO
2020-06-19 Stefan Metzmachersocket_wrapper.c: implement getsockopt(TCP_INFO) if...
2020-05-14 Mike Gilberttests: do not truncate pid to 16 bits
2020-05-14 Anoop C Sswrap: Remove extra new line towards end of SWRAP_LOG()
2020-03-24 Andreas SchneiderBump version to 1.2.4 socket_wrapper-1.2.4
2020-03-24 Andreas SchneiderRename CHANGELOG
2020-03-24 Andreas Schneidergitlab-ci: Add ubuntu runner
2020-03-24 Andreas Schneidergitlab-ci: Remove debian cross mips build
2020-03-24 Andreas Schneidertests: Fix a compile warning on Ubuntu
2020-03-23 Andreas Schneidertests: Fix a coverty warning in echo_srv
2020-03-21 Stefan Metzmacherswrap: add support for SOCKET_WRAPPER_IPV4_NETWORK...
2020-03-21 Stefan Metzmacherswrap: implement swrap_ipv4_{net,bcast,iface}() helper...
2020-03-21 Stefan Metzmacherdoc/socket_wrapper.1: clarify the possible values for...
2020-03-21 Andreas Schneidergitlab-ci: Whitelist metze to use the FreeBSD runner
2020-03-19 Stefan Metzmacherswrap: provide _{socket,close,connect,...} symbols...
2020-03-19 Stefan Metzmacherswrap: detect stale fd for socket(PF_UNIX) and accept()
2020-03-19 Stefan Metzmacherswrap: trace the SOCKET_WRAPPER_PCAP_FILE location
2019-03-21 Andreas Schneiderswrap: Do not leak buf in swrap_sendmsg() socket_wrapper-1.2.3
2019-03-21 Andreas SchneiderBump version to 1.2.3
2019-03-21 Andreas Schneiderswrap: Add missing NULL checks to socket_wrapper_dir()
2019-03-21 Andreas Schneiderswrap: Print a warning if SOCKET_WRAPPER_DIR is not set
2019-03-21 Andreas SchneiderBump version to 1.2.2 socket_wrapper-1.2.2
2019-03-21 Andreas Schneiderswrap: Add paranoia NULL checks
2019-03-21 Andreas Schneiderswrap: Fix strict aliasing issues in swrap_pcap_packet_...
2019-03-21 Anoop C Sswrap: Fix "Value stored never used" warning
2019-03-21 Andreas Schneidertests: Fix typo in echo_srv help
2019-03-21 Andreas Schneiderdoc: Fix some typos in the manpage
2019-03-06 Amitay Isaacsswrap: Do not use FALL_THROUGH for empty case statements
2019-02-20 Andreas SchneiderREADME: Create a markdown file
2019-02-20 Andreas Schneidergitlab-ci: Check last 20 commits on force push
2019-02-20 Andreas Schneidercmake: Remove unused config.h variables
2019-02-20 Andreas Schneidercmake: Use GNUInstallDirs
2019-02-12 Anoop C Sswrap: Fix a TODO
2019-02-12 Anoop C SRemove thread-safety task from TODO
2019-02-12 Andreas Schneidercmake: Disable deep binding for helgrind
2019-02-12 Andreas Schneiderswrap: Add env variable to disable deep binding
2019-01-11 Andreas Schneiderswrap: Use #ifdef instead of #if for config.h definitions
2019-01-11 Volker Lendeckeswrap: Add an overflow check
2018-11-14 Andreas SchneiderBump version to 1.2.1 socket_wrapper-1.2.1
2018-11-13 Andreas Schneiderswrap: Do not log if we are over the limit in find_sock...
2018-11-13 Andreas Schneiderswrap: Also log the fd in swrap_socket()
2018-11-13 Andreas Schneiderswrap: Fix comparison of different signedness
2018-11-13 Andreas SchneiderBump version to 1.2.0 socket_wrapper-1.2.0
2018-11-13 Andreas Schneiderswrap: Also log the process name
2018-11-13 Andreas Schneiderswrap: Better handling for default values in socket_wra...
2018-11-13 Andreas Schneiderswrap: Always allocate the socket fd array to the maximum
2018-11-13 Andreas Schneiderswrap: Rename global variable for max sockets
2018-11-12 Anoop C Stests: Enable threaded test cases on FreeBSD
2018-11-12 Anoop C Stests: Increase backlog count for listen() in echo_srv
2018-11-07 Andreas Schneidergitlab-ci: Add csbuild
2018-11-07 Andreas Schneidertests: Protect IPv6 in st_echo_tcp_get_peer_sock_name
2018-11-07 Andreas Schneidercmake: SWRAP_REQUIRED_LIBRARIES should be a list
2018-11-07 Andreas Schneidercmake: Set LINK_FLAGS for echo_srv
2018-11-07 Andreas Schneidercmake: Set LINK_FLAGS for socket_wrapper
2018-11-07 Andreas Schneidercmake: Only set default flags if they have been detected
2018-11-07 Andreas Schneidercmake: Disable stack protector on Solaris
2018-11-06 Andreas Schneidergitlab-ci: Enable freebsd runner
2018-11-06 Andreas Schneidertests: Disable failing tests as on FreeBSD
next