synqa
d7d3ec8cac
Fix race condition in thread counter
...
To prevent data races caused by concurrent access from multiple threads,
replace UINT with COUNTER.
2026-02-06 21:03:08 +09:00
Ilya Shipitsin
68e9f0b593
Merge pull request #2218 from SoftEtherVPN/dependabot/npm_and_yarn/src/bin/hamcore/wwwroot/admin/default/webpack-5.105.0
...
Build(deps-dev): Bump webpack from 5.94.0 to 5.105.0 in /src/bin/hamcore/wwwroot/admin/default
2026-02-06 07:35:07 +01:00
dependabot[bot]
f1012da5fb
Build(deps-dev): Bump webpack in /src/bin/hamcore/wwwroot/admin/default
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.94.0 to 5.105.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.105.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.105.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-05 23:11:11 +00:00
Ilya Shipitsin
1411d4ceb4
Merge pull request #2217 from synqa/fix-preserve-errno
...
Fix preserve errno in SIGCHLD signal handler
2026-02-05 15:46:13 +01:00
Ilya Shipitsin
a3176175f9
Merge pull request #2216 from synqa/fix-ub-leftshift
...
Fix undefined behavior of left shift
2026-02-05 15:13:46 +01:00
synqa
88af7986b4
Fix preserve errno in SIGCHLD signal handler
...
Signal handler may interrupt code that depends on errno, and waitpid()
may modify errno, therefore, errno must be saved and restored before
returning.
2026-02-05 18:51:58 +09:00
synqa
38f102e2e7
Fix undefined behavior of left shift
...
Left shifting UCHAR promotes it to a signed integer. When the
value is >= 128 and shifted by 24, the result sets the sign bit,
causing undefined behavior. Fixes it by explicit casting to UINT.
2026-02-05 18:48:01 +09:00
Ilya Shipitsin
e722f78608
Merge pull request #2209 from SaiXu-QC/WinArm64
...
Add Windows ARM64 support and ARM64 Neo6 driver
2026-02-03 11:46:26 +01:00
SaiXU
969812e0f2
add IS_CROSS_COMPILATION
2026-01-30 13:30:38 +08:00
SaiXU
14526cf3ea
add arm64 DriverPackages/Neo6_Win10/arm64/Neo6_arm64_VPN.sys
2026-01-30 11:40:46 +08:00
SaiXU
875c4fa344
support ARM64 on windows
2026-01-30 11:36:39 +08:00
Ilya Shipitsin
d8be1e4ddc
Merge pull request #2205 from synqa/password-prompt-for-linux
...
Fix password input handling on Linux
2026-01-24 22:44:29 +01: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
Ilya Shipitsin
06c93414f2
Merge pull request #2204 from chipitsine/master
...
some translation guide kindly contributed by copilot
2026-01-23 21:42:12 +01:00
Ilia Shipitsin
e065752618
some translation guide kindly contributed by copilot
2026-01-23 16:13:13 +01:00
Ilya Shipitsin
d75aba9866
Merge pull request #2200 from synqa/fix-dangling-pointer
...
Fix dangling pointer
2026-01-18 21:39:56 +01: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
Ilya Shipitsin
041581ce30
Merge pull request #2193 from vamhund/turkish-translation
...
Add Turkish translation (strtable_tr.stb)
2026-01-09 14:19:09 +01:00
VamHunD
ca745bd234
Update language list file with Turkish entry
2026-01-09 15:36:54 +03:00
VamHunD
051da3a48f
Add Turkish language entry to languages.txt
2026-01-09 15:34:31 +03:00
Ilya Shipitsin
669f58036e
Merge pull request #2195 from vamhund/fix-err137-logic
...
Fix logical contradiction in ERR_137
2026-01-08 17:14:07 +01:00
VamHunD
ce95ef93a2
Trigger Windows Build
2026-01-08 16:02:34 +03:00
VamHunD
355609b339
Fix logical contradiction in ERR_137
...
Fixed "too long" -> "too short" and "equal of" -> "equal or".
The first sentence says the name is "too long", but the second sentence says it must be "longer than 3 letters" (which implies it is currently too short).
The phrase "equal of longer than" should likely be "equal or longer than".
2026-01-08 15:42:58 +03:00
Ilya Shipitsin
85c814a0fb
Merge pull request #2194 from hiura2023/master
...
Fix: Correct the wrong data type passed to the log output function
2026-01-08 09:33:37 +01:00
hiura2023
90a77cfddf
Merge branch 'SoftEtherVPN:master' into master
2026-01-08 16:52:52 +09:00
hiura2023
65e5e28549
Fix: Correct the wrong data type passed to the log output
2026-01-08 16:50:47 +09:00
Ilya Shipitsin
770aef2866
Merge pull request #2192 from hiura2023/master
...
Fix: Kernel-mode NAT not available
2026-01-08 08:10:40 +01: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
VamHunD
0a44e995de
Add Turkish translation (strtable_tr.stb)
2026-01-08 00:55:51 +03:00
hiura2023
d85fc71a3a
Fix: Kernel-mode NAT not available
2026-01-05 23:28:10 +09:00
Ilya Shipitsin
e884c4ef76
Merge pull request #2189 from SoftEtherVPN/dependabot/npm_and_yarn/src/bin/hamcore/wwwroot/admin/default/js-yaml-3.14.2
...
Bump js-yaml from 3.13.1 to 3.14.2 in /src/bin/hamcore/wwwroot/admin/default
2026-01-04 22:44:25 +01:00
dependabot[bot]
859ff5ca5e
Bump js-yaml in /src/bin/hamcore/wwwroot/admin/default
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.13.1 to 3.14.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.13.1...3.14.2 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 3.14.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-27 09:39:13 +00:00
Ilya Shipitsin
85561f3584
Merge pull request #2188 from siddharth-narayan/macos-runner-update
...
Update macos runners
2025-12-27 10:37:49 +01:00
Siddharth Narayan
6880886e5a
Update macos runners
2025-12-27 00:52:09 -05: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
Ilya Shipitsin
d5c2e33175
Merge pull request #2184 from SoftEtherVPN/copilot/fix-false-positive-detection
...
Add comprehensive documentation for Microsoft Defender false positive detections
2025-12-06 19:01:47 +01:00
copilot-swe-agent[bot]
1ec05c0cb6
Revert changes to common.manifest as requested
...
Co-authored-by: chipitsine <2217296+chipitsine@users.noreply.github.com >
2025-12-06 17:27:51 +00:00
copilot-swe-agent[bot]
873ba87029
Improve PowerShell script with error handling and add manifest clarification
...
Co-authored-by: chipitsine <2217296+chipitsine@users.noreply.github.com >
2025-12-05 18:20:32 +00:00
copilot-swe-agent[bot]
2e83cd5726
Address code review feedback: remove outdated date and add manifest comment
...
Co-authored-by: chipitsine <2217296+chipitsine@users.noreply.github.com >
2025-12-05 18:18:04 +00:00
copilot-swe-agent[bot]
3bf7361dc1
Fix typo in PowerShell exclusion script
...
Co-authored-by: chipitsine <2217296+chipitsine@users.noreply.github.com >
2025-12-05 18:15:21 +00:00
copilot-swe-agent[bot]
c26f89e441
Update issue templates and security documentation for antivirus false positives
...
Co-authored-by: chipitsine <2217296+chipitsine@users.noreply.github.com >
2025-12-05 18:14:06 +00:00
copilot-swe-agent[bot]
3526387d5b
Add comprehensive antivirus false positive documentation
...
Co-authored-by: chipitsine <2217296+chipitsine@users.noreply.github.com >
2025-12-05 18:12:40 +00:00
copilot-swe-agent[bot]
9ad703731a
Initial plan
2025-12-05 18:06:07 +00:00
Ilya Shipitsin
204ab85e51
Merge pull request #2182 from siddharth-narayan/pq-submodule-update
...
Update liboqs and oqs-provider submodules
2025-12-02 10:02:48 +01:00
Siddharth Narayan
2628c562be
Disable unecessary liboqs algorithms
2025-12-02 02:57:15 -06:00
Siddharth Narayan
e9f7089c8b
Update post quantum submodules
2025-12-02 02:05:27 -06:00
Ilya Shipitsin
9be944a9b2
Merge pull request #2180 from jgrasboeck/configurable_dhcp_discover_timout
...
Config value for dhcp discover timeout
2025-11-26 16:27:59 +01:00
Julian Grasböck
137d7f551f
Ensure DHCP resend interval is not to long
2025-11-26 14:57:58 +01:00