0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/openvpn
Lev Stipakov 9233d19209 Make session token problems non-fatal again
Commit 03917f ("add support for temporary authentication failures")
unintentionally changed client's behavior in a way that all auth
failures which do not start with "TEMP" (such as expired session token)
have become fatal - previously those were non-fatal and client reconnected.

Fix by adding omitted "else" statement. While on it, remove
duplicated comment.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
2023-04-19 18:47:30 +03:00
..
acceptor Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
addr Use memcpy to read from potientially unaligned memory in ipv6.hpp 2023-02-01 16:43:53 +01:00
apple Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
applecrypto Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
asio Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
auth Do not print the length of passwords 2023-02-01 16:43:53 +01:00
aws Do not allow SHA1 cipher suites when using preferred tls-cert-profile 2023-03-29 23:14:30 +02:00
buffer BufferType: refactor const operations into new base ConstBufferType 2023-01-30 17:16:08 -07:00
client Make session token problems non-fatal again 2023-04-19 18:47:30 +03:00
common Allow duplicate options without error in configuration files 2023-03-08 16:52:51 +01:00
compress Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
crypto Fix mbed TLS AEAD encrypt/decrypt with newer mbed TLS 2.x versions 2023-03-08 17:06:24 +01:00
dco dco-win: add missing ioctl code string for DEL_PEER 2023-04-12 11:42:49 +03:00
error [OSSL] Treat the error of missing a common signature algorithm as fatal 2023-03-29 23:14:29 +02:00
frame Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
http Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
init Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
io copyright: Update to 2022 2022-09-29 12:00:26 +02:00
ip Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
legal Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
linux Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
log dco-win: add support for peer stats 2023-03-29 14:08:33 +03:00
mbedtls Ensure that tlsVersionMinOverride does not lower TLS version 2023-03-29 23:14:15 +02:00
netconf Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
omi Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
openssl Cherry pick "Fix crash in xkey-provider in msvc builds" to xkey 2023-03-29 23:16:36 +02:00
options Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
ovpnagent dco-win: fix destroy_tun behavior 2023-02-01 16:39:03 +01:00
pki Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
proxy Ensure NTLM phase 2 is always large enough 2023-03-03 21:41:22 +01:00
random Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
reliable Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
server Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
ssl Do not allow SHA1 cipher suites when using preferred tls-cert-profile 2023-03-29 23:14:30 +02:00
time Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
transport Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
tun Ensure members of openvpn::TunLinuxSetup::Config are initialised 2023-03-03 21:41:21 +01:00
win Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
ws Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00