]> git.ipfire.org Git - thirdparty/openvpn.git/history - src/openvpn/socket.c
Fix various 'Uninitialized scalar variable' warnings from Coverity
[thirdparty/openvpn.git] / src / openvpn / socket.c
2024-01-17  Frank LichtenheldFix various 'Uninitialized scalar variable' warnings...
2023-10-18  Frank LichtenheldRemove last uses of inet_ntoa
2023-08-11  Selva Nairsignal_reset(): combine check and reset operations
2023-07-21  Selva NairImprove signal handling using POSIX sigaction
2023-06-27  Frank LichtenheldRemove all traces of the previous MSVC build system
2023-05-08  Arne SchwabeFix compile error on TARGET_ANDROID
2023-03-24  Lev StipakovDon't overwrite socket flags when using DCO on Windows
2023-03-13  Antonio Quartullidco: don't use NetLink to exchange control packets
2023-02-20  Arne SchwabeExit if a proper message instead of segfault on Android...
2023-02-10  Gert DoeringGet rid of unused 'bool tuntap_buffer' arguments.
2023-01-10  Frank LichtenheldUpdate copyright year to 2023
2023-01-08  Selva NairAssign and honour signal priority order
2023-01-05  Selva NairRefactor signal handling in openvpn_getaddrinfo
2023-01-05  Selva NairPreparing for better signal handling: some code refactoring
2022-12-27  Gert Doeringbandaid fix for TCP multipoint server crash with Linux-DCO
2022-12-24  Arne SchwabeMove dco_installed back to link_socket from link_socket...
2022-11-24  Arne SchwabeMove dco_installed from sock->info to sock->info.lsa...
2022-09-20  Lev Stipakovdco-win: support for --persist-tun
2022-08-25  Antonio Quartullidco-win: implement ovpn-dco support in P2P Windows...
2022-07-25  Gert DoeringFix error message about extended errors for IPv4-only...
2022-05-22  Frank LichtenheldReformat for sp_after_comma=add
2022-03-29  Heiko Hundadd support for --dns option
2022-02-13  Arne SchwabeRemove frame.extra_frame and frame.extra_buffer
2022-02-13  Arne SchwabeAdd mtu paramter to --fragment and change fragment...
2022-02-02  Arne SchwabeFix datagram_overhead and assorted functions
2022-01-26  Antonio Quartulliupdate copyright year to 2022
2022-01-21  Lev Stipakovtun: remove tun_finalize()
2021-12-14  Arne SchwabeRemove align_adjust frame code
2021-06-15  David SommersethUpdate copyrights
2021-05-14  Arne SchwabeRemove getpeername, getpid check
2021-05-03  Arne SchwabeRemove support for blocking connect()
2021-05-03  Arne SchwabeRemove a number of platform specific checks in configure.ac
2021-04-22  Arne SchwabeFix a number of mingw warnings
2021-04-07  Arne SchwabeRemove check for socket functions and Win XP compatbili...
2021-04-02  Arne SchwabeRemove do_init_socket_2 and do_init_socket_1 wrapper...
2021-04-01  Arne SchwabeMove is_proto function to the socket.h header
2021-03-25  Arne SchwabeFix socket related functions using int instead of socke...
2021-03-19  Arne SchwabeFix multiple problems when compiling with LLVM/Windows...
2021-01-30  Arne SchwabeRemove inetd support from OpenVPN
2020-10-04  Vladislav GrishenkoSpeedup TCP remote hosts connections
2020-10-02  Vladislav GrishenkoSelectively reformat too long lines
2020-09-09  Gert DoeringFix error detection / abort in --inetd corner case.
2020-08-10  Arne SchwabeRemove buf argument from link_socket_set_outgoing_addr
2020-06-29  Maximilian WilhelmAdd --bind-dev option.
2020-02-20  Heiko Hundargv: do fewer memory re-allocations
2019-08-16  Gert DoeringIncrease listen() backlog queue to 32
2019-02-06  Jonathan TookerFix various spelling mistakes
2018-12-12  Gert Doeringuncrustify openvpn/ sources
2018-10-16  Antonio Quartulliifconfig-ipv6(-push): allow using hostnames
2018-07-13  Antonio Quartullisocket: make stream_buf_* functions static
2018-07-12  Steffan KargerMove execve/run_script helper functions to run_command.c
2018-02-22  Selva NairFix format spec errors in Windows builds
2018-02-01  David SommersethUpdate copyright to include 2018 plus company name...
2017-09-21  Antonio Quartullitcp-server: ensure AF family is propagated to child...
2017-08-14  Antonio Quartulliadd missing static attribute to functions
2017-07-20  Steffan KargerMove openvpn_sleep() to manage.c
2017-07-20  Steffan KargerRemove strerror_ts()
2017-07-17  Antonio Quartulliuse M_ERRNO instead of explicitly printing errno
2017-06-16  David Sommersethcopyright: Update GPLv2 license texts
2017-03-19  Antonio Quartulliignore remote-random-hostname if a numeric host is...
2017-03-12  Steffan KargerFix types in WIN32 socket_listen_accept()
2017-01-18  Steffan KargerMore broadly enforce Allman style and braces-around...
2016-12-21  David SommersethUpdate copyrights
2016-12-15  David SommersethMerge 'reformatting' branch into master
2016-12-14  David SommersethThe Great Reformatting - first phase reformatting 111/head
2016-12-07  Gert DoeringRefactor setting close-on-exec for socket FDs
2016-11-15  Gert DoeringReplace WIN32 by _WIN32
2016-11-14  Heiko HundFactor out %sc handling from argv_printf()
2016-11-13  Steffan KargerDon't deference type-punned pointers
2016-11-08  Gert Doeringclean up *sig_info handling in link_socket_init_phase2()
2016-10-09  Gert DoeringFix --multihome for IPv6 on 64bit BSD systems.
2016-09-17  Gert DoeringFix IP_PKTINFO related compilation failure on NetBSD 7.0
2016-06-11  Arne SchwabeRemove http-proxy-timeout, socks timeout and set defaul...
2016-06-08  Steffan KargerDon't limit max incoming message size based on c2-...
2016-05-09  James YonanFixed port-share bug with DoS potential
2016-03-06  Steffan Kargerhardening: add safe FD_SET() wrapper openvpn_fd_set()
2016-02-10  Leonardo BasilioCorrectly report TCP connection timeout on windows.
2015-11-29  Heiko Hundput virtual IPv6 addresses into env
2015-11-28  Heiko Hundextend management interface command "state"
2015-11-23  Gert DoeringFix info.af == AF_UNSPEC case for server with --mtu...
2015-10-19  Arne SchwabeDo not set the buffer size by default but rely on the...
2015-10-10  Julien MuchembledFix --mtu-disc option with IPv6 transport
2015-09-17  Gert DoeringImplement handling of overlapping IPv6 routes with...
2015-09-15  Arne SchwabeFix loglevel of protect socket message
2015-09-15  Arne SchwabeRemove unused function h_errno_msg
2015-06-02  Gert DoeringMove res_init() call to inner openvpn_getaddrinfo(...
2015-06-01  Gert DoeringUse EAI_AGAIN instead of EAI_SYSTEM for openvpn_getaddr...
2015-06-01  Gert DoeringOn signal reception, return EAI_SYSTEM from openvpn_get...
2015-05-23  Gert Doeringassume res_init() is always there.
2015-04-22  Gert DoeringFix leftover 'if (false) ;' statements
2015-02-15  Gert DoeringPrint remote IPv4 address on a dual-stack v6 socket...
2014-11-23  Yegor Yefremovsocket: remove duplicate expression
2014-11-18  Gert DoeringFix windows build on older mingw versions.
2014-11-17  Heiko Hundfix warnings on Windows
2014-11-17  Heiko HundFix compilation on Windows
2014-09-15  Steffan KargerFix some unintialized variable warnings
2014-07-18  Arne SchwabeAlways enable http-proxy and socks-proxy
2014-04-25  Gert DoeringRepair --multihome on FreeBSD for IPv4 sockets.
2014-04-10  Arne SchwabeWork around Solaris getaddrinfo() returing ai_protocol=0
2014-03-30  Gert DoeringFix crash when using --inetd.
next