Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Common
/
Dlgcode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-13
Windows: Implement support for mounting partially encrypted system partitions
Mounir IDRASSI
1
-0
/
+11
2023-08-13
Windows: Better way to enable required privileges for FastCreate Options
Mounir IDRASSI
1
-0
/
+85
2023-08-10
Windows: Fix failure creating Traveler Disk caused by outdated hardcoded valu...
Mounir IDRASSI
1
-10
/
+10
2023-08-05
Windows: Fix false positive detection of new device insertion when clear keys...
Mounir IDRASSI
1
-0
/
+32
2023-07-24
Linux/macOS: Remove TrueCrypt support
Mounir IDRASSI
1
-5
/
+0
2023-07-22
Windows: Remove TrueCrypt support. Increment version to 1.26.4.
Mounir IDRASSI
1
-31
/
+8
2023-07-18
Windows: Fix compiler warnings
Mounir IDRASSI
1
-2
/
+1
2023-07-17
Windows: Fix buffer overrun caused by bug in UpperCaseCopy function
Mounir IDRASSI
1
-3
/
+3
2023-07-15
Windows: enhance secure desktop handling to try to workaround Windows 11 issue
Mounir IDRASSI
1
-30
/
+49
2023-07-02
Windows: Fix regression when creating multiple keyfiles with a fixed size
Mounir IDRASSI
1
-3
/
+2
2023-07-01
Windows: fix compilation warnings
Mounir IDRASSI
1
-3
/
+3
2023-06-29
EMV keyfile support: Overall code improvements and bug fixes
Mounir IDRASSI
1
-5
/
+9
2023-06-28
Add EMV functionality (#1080)
mmauv
1
-25
/
+33
2023-06-23
Windows: Make SetPrivilege return error if AdjustTokenPrivileges cannot adjus...
Mounir IDRASSI
1
-2
/
+5
2023-06-20
Windows: Allow selecting size unit (KB/MB/GB) for generated keyfiles
Mounir IDRASSI
1
-17
/
+56
2023-06-06
Update copyright on various files
Mounir IDRASSI
1
-3
/
+3
2023-06-02
Windows: Add dropdown menu to Mount button to allow mounting without cache
Mounir IDRASSI
1
-1
/
+1
2022-12-11
Revert "New sys enc wizard (#957)"
Mounir IDRASSI
1
-61
/
+10
2022-08-25
New sys enc wizard (#957)
SysEncWizardPR957
Felix Reichmann
1
-10
/
+61
2022-08-25
Minor bugfixes (#950)
Wendigo
1
-5
/
+11
2022-03-26
Windows: Add various checks to address Coverity reported issues.
Mounir IDRASSI
1
-3
/
+7
2022-03-08
Implement support of Blake2s-256 hash algorithm and remove deprecated algorit...
Mounir IDRASSI
1
-11
/
+8
2022-02-11
Update copyrights following integration of LZMA SDK
Mounir IDRASSI
1
-1
/
+2
2022-02-10
Windows: Make Travel Disk contains 32-bit and arm64 binaries when VeraCrypt i...
Mounir IDRASSI
1
-934
/
+950
2022-02-02
Windows: Fix failure to verify driver file signature since it is signed by Mi...
Mounir IDRASSI
1
-1
/
+12
2022-02-01
Windows: Make MSI installer compatible with System Encryption by leveraging V...
Mounir IDRASSI
1
-4
/
+14
2022-01-30
Windows: Fix wrong check on IUnknown_QueryService function pointer
Mounir IDRASSI
1
-1
/
+1
2022-01-30
Windows: Enhancement to CVE-2019-19501 fix to using IShellDispatch2::ShellExe...
Mounir IDRASSI
1
-4
/
+119
2022-01-07
Windows: Update IDRIX SHA-256 code signing certificate to latest one
Mounir IDRASSI
1
-6
/
+6
2022-01-02
Windows: Restore support of Windows 7, 8/8.1 by using single attestation sign...
Mounir IDRASSI
1
-4
/
+230
2022-01-02
Update copyright year to 2022
Mounir IDRASSI
1
-2
/
+2
2021-12-04
Windows: Implement TESTSIGNING build configuration that allows running under ...
Mounir IDRASSI
1
-2
/
+52
2021-11-21
Windows: Restrict supported Windows versions to XP, 10 and 11 because of new ...
Mounir IDRASSI
1
-22
/
+7
2021-09-02
Windows: Implement a new way to detect Windows version to overcome MSI limita...
Mounir IDRASSI
1
-0
/
+53
2021-08-30
Windows: Set minimal supported version to Windows 8 since our driver is now s...
Mounir IDRASSI
1
-2
/
+2
2021-08-30
Update copyright year to 2021
Mounir IDRASSI
1
-2
/
+2
2021-08-30
Windows: Update IDRIX SHA-256 code signing certificate to latest one
Mounir IDRASSI
1
-6
/
+6
2021-08-02
Windows: Fix wrong detection of ARM architecture
Mounir IDRASSI
1
-1
/
+1
2021-07-14
Windows: Use only SHA256 certificate for code signature verification since SH...
Mounir IDRASSI
1
-12
/
+1
2021-07-13
Windows: replace insecure wcscpy/wcscat/strcpy runtime functions with secure ...
Mounir IDRASSI
1
-2
/
+2
2021-03-22
Windows: first implementation of MSI installer for silent mode deployment (AC...
Mounir IDRASSI
1
-4
/
+39
2021-02-27
Windows: Load UrlUnescapeW dynamically from Shlwapi.dll and use safe URL open...
Mounir IDRASSI
1
-5
/
+14
2021-02-24
Windows: Fix freeze when password dialog displayed in secure desktop and try ...
Mounir IDRASSI
1
-2
/
+36
2021-02-21
Windows: Fix failure to load local HTML documentation if application running ...
Mounir IDRASSI
1
-6
/
+24
2021-01-02
Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). Syste...
Mounir IDRASSI
1
-11
/
+88
2020-08-06
Windows: Fix wrong error message when UTF-8 encoding of entered password exce...
Mounir IDRASSI
1
-1
/
+1
2020-08-06
Windows: Display a warning during system encryption wizard when typed passwor...
Mounir IDRASSI
1
-36
/
+42
2020-08-06
Windows: Display warning message with correct maximum length value when passw...
Mounir IDRASSI
1
-5
/
+39
2020-08-03
Windows: Fix issue in UI for configuration autofix mechanism of bootloader
Mounir IDRASSI
1
-0
/
+10
2020-08-02
Windows: use fix for CVE-2019-19501 only if standard Windows Shell is running...
Mounir IDRASSI
1
-2
/
+4
[next]