Github workflows: Fix issue running XML validation workflow by using fixed version of fast-xml-parser 4.5.2 latest version 5.x of fast-xml-parser causes described in https://github.com/veracrypt/VeraCrypt/pull/1497#issuecomment-2671395468
Recent Commits to VeraCrypt:master
-
Github workflows: Fix issue running XML validation workflow by using …
-
Linux/macOS: use absolute path of 'true' command when checking if sud…
Linux/macOS: use absolute path of 'true' command when checking if sudo session is active.
-
Update Language.nl.xml (#1502)
Update Language.nl.xml (#1502)
-
Fix SetupDLL and ExpandVolume Error (#1495)
Fix SetupDLL and ExpandVolume Error (#1495) * Fix SetupDLL [ReleaseCustomEFI] Building Error * Fix Lib Problem
-
CI: Enable XML Validation Workflow (#1497)
CI: Enable XML Validation Workflow (#1497)
-
Windows: remove dependency towards Mount/Format when building setup t…
Windows: remove dependency towards Mount/Format when building setup to fix Win32 build issue (#1487) MainCom_i.c and FormatCom_i.c are needed only for mount/format type libraries GUIDs. Since they don't change, we just define them directly.
-
Windows: Fix link error in 32-bit build by removing crypto.lib refere…
Windows: Fix link error in 32-bit build by removing crypto.lib reference and implementing sha512 using BCrypt API.
-
Update Language.de.xml (#1489)
Update Language.de.xml (#1489) Fixed wrong line breaks.
-
Rename "Dismount All" to "Unmount All" in UI. Use ALT+u as new accele…
Rename "Dismount All" to "Unmount All" in UI. Use ALT+u as new accelerator key instead of ALT+s
-
Windows: Update version to 1.26.20 in MSI project and packaging bat f…
Windows: Update version to 1.26.20 in MSI project and packaging bat files.
-
Update Release Notes. Update Windows signed drivers. Update MBR bootl…
Update Release Notes. Update Windows signed drivers. Update MBR bootloader.
-
Windows driver: Fix regression that always allowed defragmentation an…
Windows driver: Fix regression that always allowed defragmentation and caused other side effects Now we properly honor the AllowDefrag configuration. This regression introduced other issues because, in order to allow defragmentation, we must provide Windows with an actual physical disk number. As a result, we assign the number of the physical disk where the VeraCrypt volume resides. This, in turn, causes Windows to send IOCTLs directly to this disk instead of to VeraCrypt. If these IOCTLs return values and properties not supported by VeraCrypt, inconsistencies arise, leading to failures.
-
Widnows driver: use correct value for HiddenSectors field in structur…
Widnows driver: use correct value for HiddenSectors field in structures to match read MBR disks
-
macOS: correct error message in FUSE-T pkg installer to remove mentio…
macOS: correct error message in FUSE-T pkg installer to remove mention of OSXFuse.
-
Increment version to 1.26.20. Update Release Notes.
Increment version to 1.26.20. Update Release Notes.
-
Complete replacement of Dismount references by Unmount in various files
Complete replacement of Dismount references by Unmount in various files
-
Update Language.zh-hk.xml (#1408)
Update Language.zh-hk.xml (#1408) - matching the phases used in Chinese Traditional Windows - resolved conflicts introduced in 498dff9013d18e5978ab77c14ea2b2d0229603a4 - minor formatting correction - translated new entries staring from line 1459
-
Windows: Revert use PDH API to gather system entropy because of issue…
Windows: Revert use PDH API to gather system entropy because of issues encountered by users cf thread: https://sourceforge.net/p/veracrypt/discussion/general/thread/293d401a30 delays and sporadic crashes in some cases.