Commit Graph

5978 Commits

Author SHA1 Message Date
DavidXanatos aa93b8758e 1.14.10 2024-10-01 13:22:56 +02:00
DavidXanatos 23f4078fd3 1.14.10 2024-10-01 10:59:15 +02:00
nkh0472 9b50cbca0d
Update sandman_zh_CN.ts 2024-10-01 15:30:03 +08:00
yuedongxu ea03189c52
Update sandman_zh_CN.ts 2024-10-01 12:37:07 +08:00
github-actions[bot] c01c2843ac Sync SBIE Plus language files (lupdate) 2024-10-01 01:32:49 +00:00
isaak654 6db09a9e7e
Typo fix 2024-09-30 16:16:52 +02:00
isaak654 35ef09bc41
Update main.yml 2024-09-30 16:14:07 +02:00
isaak654 d6bde67a5a
Update CODE_OF_CONDUCT.md 2024-09-30 16:04:45 +02:00
isaak654 a655beb84f
Update README.md 2024-09-30 15:21:07 +02:00
DavidXanatos c261204623 Update ExtractDialog.ui 2024-09-30 14:52:06 +02:00
DavidXanatos 8b3411a1b5 1.14.10 2024-09-30 14:18:08 +02:00
DavidXanatos 69e9b2c64c Merge branch 'master' of https://github.com/sandboxie-plus/Sandboxie 2024-09-30 13:33:00 +02:00
DavidXanatos 8c5d69dd4c 1.14.10 2024-09-30 13:32:57 +02:00
github-actions[bot] 683d22eabf Sync SBIE Plus language files (lupdate) 2024-09-30 01:32:50 +00:00
DavidXanatos 3878f30945 1.14.10 2024-09-29 23:01:58 +02:00
DavidXanatos fbafb1fbb4
Merge pull request #4268 from marti4d/fix_get_raw_input_device_info
Fix buffer overflow in GetRawInputDeviceInfo proxy
2024-09-29 22:43:54 +02:00
DavidXanatos d22f9d7f77 1.14.10 2024-09-29 22:41:34 +02:00
DavidXanatos 235619f22e Update verify.c 2024-09-28 18:46:12 +02:00
DavidXanatos 8a4da5ea62
Merge pull request #4270 from VenusGirl/patch-88
Update sandman_ko.ts
2024-09-27 21:02:58 +02:00
VenusGirl❤ 30f34164c0
Update sandman_ko.ts 2024-09-28 03:54:58 +09:00
DavidXanatos d8b0740368
Merge pull request #4264 from offhub/typo014
Typo fixes
2024-09-27 19:53:26 +02:00
Chris Martin f20fc9398a Fix buffer overflow in GetRawInputDeviceInfo proxy
The proxy for GetRawInputDeviceInfo() incorrectly assumes that pcbSize
is always in wchars when unicode is used, which is only true if the
name of the device is being queried (`uiCommand == RIDI_DEVICENAME`).

Otherwise, it is the exact size of the buffer in bytes. Right now,
that means that the proxy will write double the number of bytes it's
supposed to for the other `uiCommand` values, potentially causing a
buffer overflow.

Also, when no `pData` value is given, `*pcbSize` is allowed to be
uninitialized. The proxy currently reads it unconditionally as a UINT,
which would be UB in that case. `memcpy` is able to safely copy
uninitialized values, so let's use that instead!
2024-09-27 10:47:05 -04:00
offhub d109d13373
Typo fixes 2024-09-22 20:09:29 +03:00
DavidXanatos 1fb331e0e4
Merge pull request #4259 from nkh0472/patch-68
Update sandman_zh_CN.ts
2024-09-22 09:07:31 +02:00
DavidXanatos 6445a8ed90
Merge pull request #4261 from offhub/add015
Add Workflow for SHA256 Hash Calculation on Releases
2024-09-22 09:07:22 +02:00
DavidXanatos 0f9ebe325b
Merge pull request #4262 from TragicLifeHu/patch-1
Update sandman_zh_TW.ts
2024-09-22 09:06:09 +02:00
offhub b8a7704eca
Add Workflow for SHA256 Hash Calculation on Releases
GitHub Actions Workflow: Hash Released Files

This workflow automates the management of release asset hashes whenever a new release is published or edited. Here's an overview of its functionality:

    Trigger: The workflow is triggered by the publication or editing of a release in the specified repository.

    Download Assets: It downloads all assets associated with the release from GitHub.

    Check for Downloaded Assets: Before calculating hashes, the workflow checks if any assets were successfully downloaded. If no assets are found, it sets an environment variable to skip subsequent steps.

    Calculate SHA256 Hashes: If assets are downloaded, the workflow calculates the SHA256 hash for each asset and saves these hashes in a file named sha256-checksums.txt.

    Check Existing Hash File: The workflow checks for an existing version of the hash file. If found, it compares the new hash file to the existing one.

    Conditional Upload:
        If the hashes match, it skips the upload process.
        If the hashes differ, it deletes the existing hash file asset and uploads the new one.

This workflow ensures that each release includes an up-to-date hash file, enabling users to verify the integrity of downloaded assets efficiently.
2024-09-21 20:57:11 +03:00
Tragic Life c4da29a3fc
Update sandman_zh_TW.ts
Update Traditional Chinese Translation
2024-09-21 21:19:24 +08:00
Tragic Life c7dffbc7c0
Update sandman_zh_TW.ts
Update Traditional Chinese Translation
2024-09-21 21:11:56 +08:00
Tragic Life 2170e8e49d
Update sandman_zh_TW.ts
Update Traditional Chinese Translation
2024-09-21 21:06:30 +08:00
nkh0472 cfef1028df
Update sandman_zh_CN.ts 2024-09-20 10:52:42 +08:00
github-actions[bot] 02c5327e07 Sync SBIE Plus language files (lupdate) 2024-09-20 01:32:16 +00:00
DavidXanatos bef5a787f8
Merge pull request #4256 from offhub/fix020
Update BoxImageWindow.ui
2024-09-19 15:01:38 +02:00
offhub 60e99bdfa9
Update sandman_tr.ts (#4258)
v1.14.9 / 5.69.9
2024-09-19 15:59:47 +03:00
Michael e04dcab17c
Update sandman_de.ts (#4257)
- Checked translations with modified source.
- Removed <oldsource> lines.
- Removed "vanished" message.
2024-09-19 15:27:23 +03:00
offhub 62a77c5bdc
Update BoxImageWindow.ui
fix layout
2024-09-19 15:01:11 +03:00
github-actions[bot] 7e0c285659 Sync SBIE Plus language files (lupdate) 2024-09-19 11:24:40 +00:00
Michael edc1638f3d
Fixed minor typos (#4252)
- Fixed minor typos.
2024-09-19 14:22:21 +03:00
DavidXanatos fa588d9c7d
Update CHANGELOG.md 2024-09-19 09:04:37 +02:00
DavidXanatos 54b86d587f Merge branch 'master' of https://github.com/sandboxie-plus/Sandboxie 2024-09-17 13:16:28 +02:00
DavidXanatos f1ae283e7a Update my_version.h 2024-09-17 13:16:23 +02:00
DavidXanatos fdc6d86abf
Merge pull request #4247 from VenusGirl/patch-87
Update sandman_ko.ts
2024-09-17 13:13:27 +02:00
DavidXanatos e7d80d310c
Merge pull request #4250 from APMichael/Patch-1
Update sandman_de.ts
2024-09-17 13:12:36 +02:00
Michael dabae9f9c5
Update TRANSLATING.md 2024-09-17 11:39:41 +02:00
Michael d177099396
Update sandman_de.ts
- Added new translations.
- Checked translations with modified source.
- Removed "vanished" message.
2024-09-17 11:39:05 +02:00
love-code-yeyixiao 0d581eb12d 1.14.9 2024-09-17 11:21:50 +08:00
love-code-yeyixiao 394d0f69ee 1.14.9 2024-09-17 11:10:13 +08:00
VenusGirl❤ e196f2f49c
Update sandman_ko.ts 2024-09-17 01:49:54 +09:00
DavidXanatos 4e98bbde70
Merge pull request #4244 from nkh0472/patch-67
Update sandman_zh_CN.ts
2024-09-16 12:53:55 +02:00
nkh0472 9c1a0c58a0
Update sandman_zh_CN.ts 2024-09-16 10:54:32 +08:00