anoopcs/socket_wrapper.git
2020-06-25 Stefan MetzmacherTODO.fd-passing: my current design additions/clarificat... fd-passing-final
2020-06-25 Anoop C SSQ: filter fd_array and populate cmsg with pipe fd
2020-06-25 Anoop C Sswrap: Implement fd-passing logic
2020-06-25 Anoop C Sswrap: Fix MSGHDR check in sendmsg()
2020-06-25 Anoop C STODO - change test_max_sockets to read max-sockets...
2020-06-25 Anoop C Sswrap: Clear database if we are the only opener
2020-06-25 Anoop C Sswrap: New helper fucntions
2020-06-25 Anoop C Sswrap: Ensure one time database file creation
2020-06-25 Anoop C Sswrap: New mutex to ensure one time initialization...
2020-06-25 Anoop C Sswrap: Round upto the next available page size for...
2020-06-25 Anoop C Sswrap: New header structure to hold shared variables...
2020-06-25 Anoop C Sswrap: Put core structures into a file for shared access
2020-06-25 Anoop C Sswrap: Use process-shared robust mutexes
2020-06-25 Michael Adamswrap: Add TODO for fd-passing support
2020-06-22 Andreas SchneiderBump version to 1.2.5 master
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
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()
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
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
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
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
2018-11-06 Andreas Schneidercmake: Create a list with required libraries
2018-11-06 Andreas Schneidertests: Protect IPv6 function in setup_echo_srv_tcp_ipv6
2018-11-06 Andreas Schneidertests: Protect IPv6 case in echo_srv
2018-11-06 Andreas Schneiderswrap: Protect IPv6 case in swrap_socket()
2018-10-30 Andreas Schneidercmake: Don't use string PREPEND
2018-10-29 Anoop C Sswrap: Fix coverity issues
2018-10-23 Andreas Schneidergitlab-ci: Disable the FreeBSD runner
2018-10-23 Andreas Schneidergitlab-ci: Add helgrind tests
2018-10-23 Andreas Schneidergitlab-ci: Add runners and toolchain files
2018-10-23 Andreas Schneidertests: Init in_addr only once in test_tcp_socket_overwrite
2018-10-23 Andreas Schneidertests: Return an error if setenv() fails in test_max_so...
next