Ilia Shipitsin
5130f1a4da
follow up of https://github.com/SoftEtherVPN/SoftEtherVPN/pull/2161
2026-02-18 16:09:54 +01:00
Ilya Shipitsin
13f15384f2
Merge pull request #2161 from siddharth-narayan/radius-retry-timeout
...
Add RadiusRetryTimeout option
2026-02-18 07:54:10 +01:00
Siddharth Narayan
bbda0c298d
Implement extended-timeout radius login
2026-02-18 00:44:18 -06:00
Ilya Shipitsin
6f749ab71c
Merge pull request #2181 from jgrasboeck/fix_openvpn_auth_failed_reply
...
Openvpn: only send AUTH_FAILED reply on auth errors
2026-02-14 11:06:26 +01:00
SaiXU
875c4fa344
support ARM64 on windows
2026-01-30 11:36:39 +08:00
synqa
eaef60a582
Fix password input handling on Linux
...
The password input handling on Linux to match the behavior on Windows.
It allows deleting characters using the Backspace, Delete, and
Left arrow keys, and correctly handles other input sequences are handling
correctly.
2026-01-24 12:37:43 +09:00
synqa
1b9ac396ba
Fix dangling pointer
...
Previously, The address of a local stack variable was passed to a new
thread. Fix dangling pointer by switching to dynamic allocation.
This problem is also known as CVE-2025-25568.
2026-01-18 22:51:23 +09:00
hiura2023
65e5e28549
Fix: Correct the wrong data type passed to the log output
2026-01-08 16:50:47 +09:00
hiura2023
b92294fc52
Fix: Kernel-mode NAT not available due to DHCP unfunctional
2026-01-08 13:27:10 +09:00
hiura2023
a4681818c4
Revert "Fix: Kernel-mode NAT not available"
...
This reverts commit d85fc71a3a .
2026-01-08 12:15:12 +09:00
hiura2023
d85fc71a3a
Fix: Kernel-mode NAT not available
2026-01-05 23:28:10 +09:00
Siddharth Narayan
c32184495b
Add server-side NOOP upload for connection keepalive
2025-12-21 21:10:32 -05:00
Siddharth Narayan
304364719c
Add radius retry timeout in configuration
2025-12-21 21:07:55 -05:00
Julian Grasböck
137d7f551f
Ensure DHCP resend interval is not to long
2025-11-26 14:57:58 +01:00
Julian Grasböck
d90e89bbbd
Safety fallback to default behaviour
2025-11-26 14:57:23 +01:00
Julian Grasböck
173df872b8
Config value for dhcp discover timeout
2025-11-26 13:56:29 +01:00
Julian Grasböck
4a4c1c79de
openvpn: only send AUTH_FAILED reply on auth errors
2025-11-26 13:53:14 +01:00
Ilya Shipitsin
acbc514b87
Merge pull request #2170 from kanglongwei/branch2
...
fix : #2166 L3KnownArp, delete entry from the incorrect list
2025-10-28 21:44:25 +01:00
w00485423
ab245552b1
fix : #2165 memory leak
2025-10-13 20:05:28 +08:00
w00485423
fdcb0a207b
fix : #2166 L3KnownArp, delete entry from the incorrect list
2025-10-10 21:20:30 +08:00
Evengard
8f0deb576c
Incorrect variable used while iterating through sessions which makes the loop stuck
2024-08-25 15:36:50 +03:00
Ilia Shipitsin
6f57449164
src/Cedar/Proto_IKE.c: ignore packets with no IPSec SA
...
many thanks to Jonathan Phillibert from Amazon Web Services
for investigating and reporting that responding to such packets
might lead to traffic amplification
2024-06-22 18:53:35 +02:00
Ilya Shipitsin
bfaff4fdb0
Merge pull request #1994 from hiura2023/master
...
Fix Virtual DHCP Server: Correct IP reassignment
2024-05-27 13:13:40 +02:00
hiura
5a88b34ddb
Fix Virtual DHCP Server: Correct IP reassignment
2024-05-08 10:55:00 +09:00
hiura2023
bcb896b178
Merge branch 'SoftEtherVPN:master' into master
2024-05-03 17:19:47 +09:00
hiura
6e5395cc8d
Fix Virtual DHCP Server: Correct DHCP renewal request
2024-05-03 17:18:13 +09:00
Evengard
d568cc1727
Fix another memory access error again because of a missing MAC address in IPv6 headers
2024-04-27 21:57:36 +03:00
Evengard
c9b5e25c87
Fix memory access error when IPv6 prefix reading, should resolve #1972
2024-04-27 02:01:48 +03:00
hiura
7f074d0c0b
Fix Virtual DHCP Server: Correct HDCP Sequence
2024-04-26 12:42:27 +09:00
Ilya Shipitsin
74f7269ef6
Merge pull request #1679 from tickerguy/tickerguy-patch-1
...
BridgeUnix.c: Disable MTU changes on FreeBSD
2024-04-19 16:46:16 +02:00
Ilya Shipitsin
41f83c9e32
Merge pull request #1840 from RoelvandeWiel/issue1838
...
Changed 'settng' to 'setting' and regenerated the RPC docs
2024-04-17 20:53:42 +02:00
Ilya Shipitsin
6582955cfa
Update src/Cedar/Protocol.c
...
Co-authored-by: Davide Beatrici <github@davidebeatrici.dev >
2024-04-14 10:36:55 +02:00
Alexey Ivanov
71d71e51db
OpenVPN certificate authorization with cn_username in 'email' format
2024-04-12 23:08:24 +05:00
hiura
e8c14cba68
Fix 'Session Timeouted.': Change the time for checking wether all the TCP connectins are alive or not.
2024-03-24 19:11:24 +09:00
hiura
64cb8e1eff
Change bridge function: Make the NIC appear in the 'Local Bridge Settings' list No.2
2024-03-11 00:16:22 +09:00
hiura
645d5ebb55
Change bridge function: Make the NIC appear in the 'Local Bridge Settings' list regardless of a NULL character consisted in 'FriendlyName'
2024-03-06 11:33:56 +09:00
hiura
4e4bd79ad2
IPC.c:Cast the pointer to a defined size due to the error in compiling.
2024-02-20 12:01:35 +09:00
Ilya Shipitsin
9429243dbe
Merge pull request #1906 from hiura2023/master
...
Fix access violation: correct typing mistake in calling Debug().
2023-11-01 10:26:37 +01:00
Daiyuu Nobori
6dbf7e9ae2
Showing an explanation of the purpose of the Developer Edition and the difference from the Stable Editon by Daiyuu Nobori
2023-10-09 17:14:32 +02:00
Daiyuu Nobori
54ae7f725b
Add four new certificate hashes to the DDNS_CERT_HASH list by Daiyuu Nobori. These certificates will be used to University of Tsukuba's built-in "softether.net" DDNS server after year 2038.
2023-10-09 17:14:32 +02:00
Daiyuu Nobori
35077deaf1
Fix Vulnerability: CVE-2023-25774 TALOS-2023-1743
...
SoftEther VPN vpnserver ConnectionAccept () denial of service vulnerability
2023-10-09 17:13:57 +02:00
Daiyuu Nobori
3b932f5fee
Fix Vulnerability: CVE-2023-27516 TALOS-2023-1754 and CVE-2023-32634 TALOS-2023-1755
...
SoftEther VPN CiRpcAccepted () authentication bypass vulnerability
and SoftEther VPN CiRpcServerThread () MitM authentication bypass vulnerability
https://www.softether.org/9-about/News/904-SEVPN202301
https://jvn.jp/en/jp/JVN64316789/
2023-10-07 04:42:41 +02:00
Daiyuu Nobori
c49e462ed1
Fix Vulnerability: CVE-2023-22325 TALOS-2023-1736
...
SoftEther VPN DCRegister DDNS_RPC_MAX_RECV_SIZE denial of service vulnerability
https://www.softether.org/9-about/News/904-SEVPN202301
https://jvn.jp/en/jp/JVN64316789/
2023-09-28 18:26:17 +09:00
Daiyuu Nobori
b8e542105f
Fix Vulnerability: CVE-2023-27395 TALOS-2023-1735
...
SoftEther VPN vpnserver WpcParsePacket () heap-based buffer overflow vulnerability
https://www.softether.org/9-about/News/904-SEVPN202301
https://jvn.jp/en/jp/JVN64316789/
2023-09-28 18:24:12 +09:00
hiura
f57f05a599
Bind outgoing connection to a specific IP address (fix a bug)
2023-09-17 16:36:57 +09:00
Ilya Shipitsin
f736d18267
temporarily suppress clang warnings on "-Wincompatible-function-pointer-types"
2023-09-16 00:03:03 +02:00
Ilya Shipitsin
205a94cda2
Merge pull request #1867 from hiura2023/master
...
Bind outgoing connection to a specific IP address
2023-09-10 17:18:31 +02:00
Ilya Shipitsin
8f8677f164
set PPPSetStatus(p, PPP_STATUS_FAIL); in case of failure
2023-08-16 22:32:00 +02:00
Ilya Shipitsin
088b5c2df3
additional error handling if SSL_CTX_new failed
...
this is a folloup to https://github.com/SoftEtherVPN/SoftEtherVPN/pull/1873
2023-08-16 19:17:18 +02:00
hiura
c2fe874865
Bind outgoing connection to a specific IP address No.2
2023-08-08 18:14:22 +09:00