doc: Add website to manpage
[socket_wrapper.git] / src /
2021-02-02 Stefan Metzmacherswrap: add basic support for fd-passing via SCM_RIGHTS
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-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-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 Metzmachersocket_wrapper.c: implement getsockopt(TCP_INFO) if...
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 "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 Metzmachersocket_wrapper.c: implement getsockopt(TCP_INFO) if...
2020-05-14 Anoop C Sswrap: Remove extra new line towards end of SWRAP_LOG()
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-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 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 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-06 Amitay Isaacsswrap: Do not use FALL_THROUGH for empty case statements
2019-02-20 Andreas Schneidercmake: Use GNUInstallDirs
2019-02-12 Anoop C Sswrap: Fix a TODO
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-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 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-07 Andreas Schneidercmake: Set LINK_FLAGS for socket_wrapper
2018-11-06 Andreas Schneiderswrap: Protect IPv6 case in swrap_socket()
2018-10-29 Anoop C Sswrap: Fix coverity issues
2018-10-23 Andreas Schneiderswrap: Don't do a deep bind if we run with libasan
2018-10-23 Andreas Schneiderswrap: Add a mutex for resetting socket index
2018-10-23 Anoop C Sswrap: Fix helgrind errors
2018-10-23 Andreas Schneidercmake: Use target_include_directories()
2018-10-23 Andreas Schneidercmake: Improve checks for compiler flags
2018-10-23 Andreas Schneidercmake: Suppress helgrind race condition warning we...
2018-08-09 Anoop C Sswrap: Add error check around pthread mutex locks
2018-08-09 Anoop C Sswrap: Fix thread deadlock found by Coverity scan
2018-08-09 Andreas Schneiderswrap: Update header
2018-06-14 Anoop C Sswrap: Replace socket_fds linked list with an array
2018-05-02 Anoop C Sswrap: Update free-list only when refcount is zero
2018-05-02 Michael Adamswrap: Move metadata into socket_info_meta structure
2018-05-02 Anoop C Sswrap: Implement thread safety using pthread mutexes
2018-05-02 Anoop C Sswrap: Rearrange swrap_remove_stale
2018-05-02 Anoop C Sswrap: Rearrange swrap_close
2018-05-02 Anoop C Sswrap: Remove swrap_first_free_index
2018-05-02 Anoop C Sswrap: Use swrap_create_socket within swrap_accept
2018-05-02 Anoop C Sswrap: Use swrap_create_socket within swrap_socket
2018-05-02 Anoop C Sswrap: Add new routines to handle socket creation
2018-05-02 Michael Adamswrap: Internal reorganization of core socket_info...
2018-05-02 Michael Adamswrap: Reorder code inside swrap_socket
2018-05-02 Michael Adamswrap: Use swrap_get_socket_info inside socket_wrapper_...
2018-05-02 Michael Adamswrap: set errno to ENFILE if there is no more free...
2018-05-02 Michael Adamswrap: New helper functions to treat next_free
2018-05-02 Anoop C Sswrap: Use helper functions to manage refcount
2018-05-02 Anoop C Sswrap: Use helper function swrap_get_socket_info
2018-05-02 Michael Adamswrap: Make early-libc-out more obvious by removing...
2018-02-20 Andreas Schneiderswrap: Avoid double semicolons in the code
2017-12-04 Andreas Schneiderswrap: Avoid symbol binding deadlocks during fork
2017-12-04 Andreas Schneiderswrap: Bind all symbols during prepare
2017-12-04 Andreas Schneiderswrap: Whitespace fixes
2017-09-07 Andreas Schneiderswrap: Fix prototype of open[64] to prevent segfault...
2017-09-07 Andreas Schneiderswrap: Improve argument handling for libc_vopen*()
2017-09-07 Andreas Schneiderswrap: Improve argument handling for libc_vioctl()
2017-09-07 Andreas Schneiderswrap: Improve argument handling for libc_fcntl()
2017-09-07 Andreas Schneiderswrap: Simplify printing different log prefixes
2017-09-07 Andreas Schneiderswrap: Do an early return if log level doesn't match
2017-09-07 Andreas Schneiderswrap: Always enable logging
2017-07-27 Andreas Schneiderswrap: Protect the FALL_THROUGH define
2017-07-27 Andreas Schneidercmake: Replace deprecated get_target_property()
2017-07-27 Anoop C Sswrap: Add common exit point to swrap_setsockopt
2017-07-27 Anoop C Sswrap: Add common exit point to swrap_getsockopt
2017-07-27 Anoop C Sswrap: Add common exit point to swrap_connect
next