]> git.ipfire.org Git - thirdparty/openvpn.git/shortlog
thirdparty/openvpn.git
2021-04-17  Arne SchwabeAlso restore/save route-gateway options on SIGUSR1...
2021-04-17  Arne SchwabeAlso restore/save compress related options in reconnects
2021-04-16  Arne SchwabeAlways save/restore pull options
2021-04-13  Arne SchwabeRemove OpenSSL configure checks
2021-04-13  Max FillingerFix build with mbedtls w/o SSL renegotiation support
2021-04-07  Arne SchwabeUse EVP_CTRL_AEAD_* instead EVP_CTRL_GCM_*
2021-04-07  Antonio Quartullissl: remove unneeded if block
2021-04-07  Arne SchwabeRemove a number of checks for functions/headers that...
2021-04-07  Arne SchwabeRemove checks for uint* types that are part of C99
2021-04-07  Arne SchwabeRemove check for socket functions and Win XP compatbili...
2021-04-05  Arne SchwabeRemove conditionals compilation for P2MP, ENABLE_SHAPER...
2021-04-05  Antonio Quartulliopenssl: avoid NULL pointer dereference
2021-04-05  Antonio Quartulliopenssl: fix EVP_PKEY_CTX memory leak
2021-04-04  Selva Nairtun.c on WIN32: remove more unused variables
2021-04-04  Gert DoeringFix potential NULL ptr crash if compiled with DMALLOC
2021-04-03  Antonio Quartullitun.c: remove unused variable
2021-04-03  Arne SchwabeFix async push broken after auth deferred refactor
2021-04-03  Arne Schwabelog file descriptor in more socket related error messages
2021-04-03  Arne SchwabeMove auth deferred related members into its own struct
2021-04-03  Arne SchwabeRemove deprecated option '--keysize'
2021-04-03  Arne SchwabeDeprecate non TLS mode in OpenVPN
2021-04-03  Arne SchwabeAllow running a default configuration with TLS librarie...
2021-04-02  Arne SchwabeAlways disable TLS renegotiations
2021-04-02  Steffan Kargerreliable: retransmit if 3 follow-up ACKs are received
2021-04-02  Arne SchwabeRemove do_init_socket_2 and do_init_socket_1 wrapper...
2021-04-02  Arne SchwabeExtract multi_assign_peer_id into its own function
2021-04-02  Arne SchwabeRemove thread_mode field of multi_context
2021-04-02  Gert DoeringFix 'compress migrate' for 2.2 clients.
2021-04-02  Arne SchwabeImplement '--compress migrate' to migrate to non-compre...
2021-04-01  Arne SchwabeMove is_proto function to the socket.h header
2021-04-01  Arne SchwabeRemove unused variable pass_config_info
2021-04-01  Arne SchwabeRemove unused function tls_test_auth_deferred_interval
2021-04-01  Arne SchwabeRemove unused field txqueuelen from struct tuntap
2021-04-01  Arne SchwabeRemove pointless tun_adjust_frame_parameters function
2021-04-01  Arne SchwabeRemove code for aligning non-swapped compression
2021-04-01  Arne SchwabeRename tunnel_server_udp_single_threaded to tunnel_serv...
2021-04-01  Arne SchwabeRemove superflous ifdefs around enum like defines
2021-04-01  Gert DoeringGet rid of last PLUGIN_DEF_AUTH #ifdef
2021-04-01  Tõivo LeedjärvStop using deprecated getpass()
2021-03-31  Selva NairRemove automatic service
2021-03-28  Arne SchwabeFix #elif TARGET_LINUX missing defined() call
2021-03-28  Arne SchwabeRemove support for non ISO C99 vararg support
2021-03-28  Arne SchwabeRemove flexible array member autoconf check
2021-03-28  Arne SchwabeCleanup print_details and add signature/ED certificate...
2021-03-25  Arne SchwabeUse correct types for OpenSSL and Windows APIs
2021-03-25  Arne SchwabeFix socket related functions using int instead of socke...
2021-03-25  Arne SchwabeMake buffer related function conversion explicit when...
2021-03-23  Arne SchwabeRestore also ping related options on a reconnect
2021-03-23  Arne SchwabeMove NCP saving and restore to the prepush restore...
2021-03-23  Arne SchwabeMove restoring pre pull options to initialising of...
2021-03-22  Simon Rozmanopenvpnserv: Cache last error before it is overridden
2021-03-22  Arne SchwabeRemove empty dummy functions
2021-03-22  Arne SchwabeDeprecate the --verify-hash option
2021-03-22  Arne SchwabeDocument the simple self-signed certificate setup in...
2021-03-22  Jason A. DonenfeldSupport fingerprint authentication without CA certificate
2021-03-22  Simon Rozman... tapctl: Resolve MSVC C4996 warnings
2021-03-21  Arne SchwabeImplement peer-fingerprint to check fingerprint of...
2021-03-21  Arne SchwabeExtend verify-hash to allow multiple hashes
2021-03-21  Simon Rozmaniservice: Resolve MSVC C4996 warnings
2021-03-21  Simon Rozman... interactive.c: Resolve MSVC C4996 warning
2021-03-21  Simon Rozman... tun.c: Remove dead code
2021-03-20  Max FillingerWipe Socks5 credentials after use
2021-03-20  Arne SchwabeMove extract_iv_proto to ssl_util.c/h
2021-03-19  Arne SchwabeFix multiple problems when compiling with LLVM/Windows...
2021-03-19  Juliusz SosinowiczREADME.wolfssl Update
2021-03-19  Lev StipakovRemove compat-lz4 references from VS project files
2021-03-19  Juliusz Sosinowiczbuild: Add support for pkg-config < 0.28 for old autoco...
2021-03-18  Arne SchwabeAdd README.wolfssl documentating the state of WolfSSL...
2021-03-18  Juliusz SosinowiczSupport for wolfSSL in OpenVPN
2021-03-18  Arne SchwabeAvoid generating unecessary mbed debug messages
2021-03-18  David Sommersethbuild: Remove compat-lz4
2021-03-18  Richard BonhommeDo not print Diffie Hellman parameters file to log...
2021-03-17  Juliusz SosinowiczEVP_DigestSignFinal siglen parameter correction
2021-03-11  Gert DoeringRequire at least 100MB of mlock()-able memory if -...
2021-03-10  Arne SchwabeAllow pending auth to be send from a auth plugin
2021-03-10  Arne SchwabeChange parameter of send_auth_pending_messages from...
2021-03-10  Arne SchwabeRefactor extract_var_peer_info into standalone function...
2021-03-09  Arne SchwabeImplement server side of AUTH_PENDING with extending...
2021-03-08  Gert DoeringFix EVP_PKEY_CTX_... compilation with LibreSSL
2021-03-08  Arne SchwabePrefer TLS libraries TLS PRF function, fix OpenVPN...
2021-02-24  Selva NairQuote the domain name argument passed to the wmic command
2021-02-14  Arne SchwabeAdd S_EXITCODE flag for openvpn_run_script to report...
2021-02-14  Arne SchwabeIntroduce management client state for AUTH_PENDING...
2021-02-14  Arne SchwabeImplement client side handling of AUTH_PENDING message
2021-02-14  Arne SchwabeCheck return values in md_ctx_init and hmac_ctx_init
2021-02-03  Greg CoxExplain structver usage in sample defer plugin.
2021-01-30  Arne SchwabeChange pull request timeout use a timeout rather than...
2021-01-30  Arne SchwabeRemove inetd support from OpenVPN
2021-01-30  Greg CoxMore explicit versioning compatibility in sample-plugin...
2021-01-30  Greg CoxUpdate openvpn_plugin_func_v2 to _v3 in sample-plugins...
2021-01-27  Greg CoxDocumentation fixes around openvpn_plugin_func_v3 in...
2021-01-25  Greg CoxFix naming error in sample-plugins/defer/simple.c
2021-01-23  Gert Doeringclean up / rewrite sample-plugins/defer/simple.c
2021-01-23  Gert DoeringMake OPENVPN_PLUGIN_ENABLE_PF failures FATAL
2021-01-20  Gert DoeringDocument common uses of 'echo' directive, re-enable...
2021-01-20  Arne SchwabeFix tls-auth mismatch OCC message when tls-cryptv2...
2021-01-20  Richard BonhommeMan page sections corrections
2021-01-18  Domagoj PensaSkip DHCP renew with Wintun adapter
2021-01-18  Domagoj PensaRemove 1 second delay before running netsh
2021-01-18  Gert DoeringClarify --block-ipv6 intent and direction.
next