]> git.ipfire.org Git - thirdparty/openvpn.git/shortlog
thirdparty/openvpn.git
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.
2021-01-18  Arne SchwabeZero initialise msghdr prior to calling sendmesg
2020-12-20  Lev Stipakovssl_common.h: fix 'not all control paths return a value...
2020-12-15  Domagoj PensaFix too early argv freeing when registering DNS
2020-12-06  Gert DoeringFix line number reporting on config file errors after...
2020-12-04  Arne SchwabeFix port-share option with TLS-Crypt v2
2020-12-04  Steffan Kargertls-crypt-v2: also preload tls-crypt-v2 keys (if -...
2020-12-04  Steffan Kargertls-crypt-v2: fix server memory leak
2020-12-02  Arne SchwabeRemove auth_user_pass.wait_for_push variable
2020-11-30  Arne SchwabeFix auth-token not being updated if auth-nocache is set
2020-11-26  Arne SchwabeMake any auth failure tls_authentication_status return...
2020-11-26  Arne SchwabeSend AUTH_FAILED message to clients on renegotiation...
2020-11-26  Arne SchwabeRename DECRYPT_KEY_ENABLED to TLS_AUTHENTICATED
2020-11-25  Arne SchwabeClean up tls_authentication_status and document it
2020-11-25  Arne SchwabeImprove keys out of sync message
2020-11-25  Arne SchwabeAdd more documentation about our internal TLS functions
2020-11-25  Arne SchwabeReplace key_scan array of static pointers with inline...
2020-11-24  David Sommersethbuild: Fix missing install of man page in certain envir...
2020-11-24  Gert DoeringChange travis build scripts to use https when fetching...
next