d75aba9866
Merge pull request #2200 from synqa/fix-dangling-pointer
...
Fix dangling pointer
2026-01-18 21:39:56 +01:00
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
041581ce30
Merge pull request #2193 from vamhund/turkish-translation
...
Add Turkish translation (strtable_tr.stb)
2026-01-09 14:19:09 +01:00
ca745bd234
Update language list file with Turkish entry
2026-01-09 15:36:54 +03:00
051da3a48f
Add Turkish language entry to languages.txt
2026-01-09 15:34:31 +03:00
669f58036e
Merge pull request #2195 from vamhund/fix-err137-logic
...
Fix logical contradiction in ERR_137
2026-01-08 17:14:07 +01:00
ce95ef93a2
Trigger Windows Build
2026-01-08 16:02:34 +03:00
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
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
90a77cfddf
Merge branch 'SoftEtherVPN:master' into master
2026-01-08 16:52:52 +09:00
65e5e28549
Fix: Correct the wrong data type passed to the log output
2026-01-08 16:50:47 +09:00
770aef2866
Merge pull request #2192 from hiura2023/master
...
Fix: Kernel-mode NAT not available
2026-01-08 08:10:40 +01:00
b92294fc52
Fix: Kernel-mode NAT not available due to DHCP unfunctional
2026-01-08 13:27:10 +09:00
a4681818c4
Revert "Fix: Kernel-mode NAT not available"
...
This reverts commit d85fc71a3a .
2026-01-08 12:15:12 +09:00
0a44e995de
Add Turkish translation (strtable_tr.stb)
2026-01-08 00:55:51 +03:00
d85fc71a3a
Fix: Kernel-mode NAT not available
2026-01-05 23:28:10 +09:00
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
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
85561f3584
Merge pull request #2188 from siddharth-narayan/macos-runner-update
...
Update macos runners
2025-12-27 10:37:49 +01:00
6880886e5a
Update macos runners
2025-12-27 00:52:09 -05:00
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
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
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
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
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
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
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
9ad703731a
Initial plan
2025-12-05 18:06:07 +00:00
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
2628c562be
Disable unecessary liboqs algorithms
2025-12-02 02:57:15 -06:00
e9f7089c8b
Update post quantum submodules
2025-12-02 02:05:27 -06:00
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
137d7f551f
Ensure DHCP resend interval is not to long
2025-11-26 14:57:58 +01:00
d90e89bbbd
Safety fallback to default behaviour
2025-11-26 14:57:23 +01:00
173df872b8
Config value for dhcp discover timeout
2025-11-26 13:56:29 +01:00
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
d9d78a0b2c
Merge pull request #2171 from chipitsine/master
...
CI: modernize freebsd image
2025-10-25 11:26:11 +02:00
1373ed4c6c
CI: modernize freebsd image
2025-10-25 10:08:15 +02:00
ffe9ade675
Merge pull request #2169 from kanglongwei/branch1
...
fix : #2165 memory leak
2025-10-13 14:13:55 +02:00
ab245552b1
fix : #2165 memory leak
2025-10-13 20:05:28 +08:00
fdcb0a207b
fix : #2166 L3KnownArp, delete entry from the incorrect list
2025-10-10 21:20:30 +08:00
564d2f84b4
Merge pull request #2163 from martinetd/disable_oqs
...
Mayaqua build: allow disabling OQS
2025-10-01 11:27:06 +02:00
4bb366572d
Mayaqua build: allow disabling OQS
...
SoftEtherVPN version 5.02.5186 enable post-quantum algorithms, but these
come at a large size increase (after strip, on x86_64, with default
options as of master):
- default options: 9.1M
- new -DOQS_ENABLE=OFF: 762K
Note it is also possible to disable all the algorithms individually by
passing the (243!) options to cmake -DOQS_ENABLE_KEM_BIKE=OFF
-DOQS_ENABLE_KEM_FRODOKEM=OFF -DOQS_ENABLE_KEM_NTRUPRIME=OFF ...,
in which case the binary goes back to a reasonable size of 830K
In the future, it might make sense to add a few settings picking
"sensible" algorithms, e.g. allow everything for a server build or only
allow the best algorithms for a lightweight client.
See: #2148
2025-10-01 18:05:59 +09:00
6c04825b46
Merge pull request #2157 from chipitsine/1ce88cea-29e8-466a-88f4-3713e94171d8
...
docker: smoke test image during generating
2025-09-06 16:31:04 +02:00
0ec8a1ed54
docker: smoke test image during generating
...
reference: https://github.com/SoftEtherVPN/SoftetherVPN-docker/issues/17
2025-09-05 21:22:43 +02:00
2acefef41e
Merge pull request #2156 from metalefty/fix_cpu_features
...
Proper fix for #2122 #2150
2025-09-05 19:43:42 +02:00
efb04daa34
Proper fix for #2122 #2150
...
Bundled cpu_features needs to be built with PIC but SHARED_LIBS should
be OFF.
2025-09-05 22:40:18 +09:00
c399ce6bbe
Merge pull request #2152 from metalefty/cpu_features_pic
...
Build bundled cpu_features with PIC
2025-08-25 15:36:27 +02:00
2746e8dd19
Build bundled cpu_features with PIC
...
After updating bundled cpu_features to 0.9.0, set_property() is not
effective. We need to use set() instead.
Resolves : #2122 #2150
2025-08-25 21:52:15 +09:00
10d6efcc5e
Merge pull request #2140 from onetown/fix_parse_vlan_packet
...
fix: Continue decapsulation to parse L3 data from VLAN-tagged packets
5.2.5188
2025-07-17 18:13:58 +02:00