Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Common
/
BootEncryption.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-02
Windows: Don't allow to encrypt the system drive if it is already encrypted b...
Mounir IDRASSI
1
-0
/
+6
2020-06-28
Windows: remove unused code targeting Windows 2000.
Mounir IDRASSI
1
-4
/
+1
2019-11-27
Windows: compatibility with multi-OS boot configuration by only setting VeraC...
Mounir IDRASSI
1
-2
/
+21
2019-11-27
Windows: Don't restore MBR to VeraCrypt value if it is coming from a loader d...
Mounir IDRASSI
1
-2
/
+25
2019-11-22
Windows: Add new registry flags for SystemFavoritesService to control updatin...
Mounir IDRASSI
1
-19
/
+31
2019-10-27
Windows: fix failure to create rescue and thus to encrypt the system if the W...
Mounir IDRASSI
1
-6
/
+13
2019-10-27
Windows: code refactoring and convert NTSTATUS error code to WIN32 equivalent...
Mounir IDRASSI
1
-38
/
+21
2019-10-27
Windows: Make EFI System Encryption PostOOBE code more robust to failure to a...
Mounir IDRASSI
1
-90
/
+101
2019-10-27
Windows: Update EFI NVRAM variable only if changed or doesn't exist and add c...
Mounir IDRASSI
1
-9
/
+19
2019-10-26
Windows: Restore veraCrypt boot meny entry for system encryption more often, ...
Mounir IDRASSI
1
-7
/
+16
2019-10-25
Windows: Fix test of GetPrivateProfileString output since this function disca...
Mounir IDRASSI
1
-1
/
+1
2019-10-25
Windows: only update MBR first 512 bytes if they have changed and don't updat...
Mounir IDRASSI
1
-30
/
+45
2019-10-25
Windows: Avoid unnecessarily update of system encryption SetupConfig related ...
Mounir IDRASSI
1
-4
/
+53
2019-10-20
Windows: Avoid unnecessary write operations when copying/modifying EFI bootlo...
Mounir IDRASSI
1
-6
/
+124
2019-10-20
Windows: add more checks to correctly identify Microsoft original bootloader.
Mounir IDRASSI
1
-3
/
+24
2019-10-20
Windows: Add checks that the System Favorites service is running. Warn user i...
Mounir IDRASSI
1
-1
/
+39
2019-10-18
Windows: handle case of DcsProp configuration file for EFI system encryption ...
Mounir IDRASSI
1
-30
/
+91
2019-10-14
Windows: Fix regression that causes system favorites not to mount if VeraCryp...
Mounir IDRASSI
1
-1
/
+9
2019-01-26
Windows: Add a build configuration containing EFI bootloader signed with cust...
Mounir IDRASSI
1
-1
/
+4
2019-01-15
Windows: enhancements to EFI system encryption, like handling of Multi-Boot a...
Mounir IDRASSI
1
-38
/
+71
2019-01-14
Windows: enhance support of new behavior of favorite service which is now alw...
Mounir IDRASSI
1
-5
/
+6
2019-01-14
Windows: Implement feature that enables clearing of encryption keys when a ne...
Mounir IDRASSI
1
-51
/
+23
2018-10-10
Windows: zero TC_IOCTL_GET_SYSTEM_DRIVE_CONFIG input/output parameter as it i...
Mounir IDRASSI
1
-0
/
+2
2018-09-03
Windows: handle case of inconsistencies in EFI system partition content durin...
Mounir IDRASSI
1
-5
/
+32
2018-09-03
Windows: add define to support case of using EFI bootloader signed by Microso...
Mounir IDRASSI
1
-3
/
+24
2018-08-15
Windows: Add various checks and replace STL code after Coverity report
Mounir IDRASSI
1
-1
/
+1
2018-08-06
Windows: Fix hidden OS boot after upgrade to version 1.23 by explicitly speci...
Mounir IDRASSI
1
-3
/
+2
2018-05-03
Windows: Support machines without "EFI\Boot" folder for EFI system encryption...
Mounir IDRASSI
1
-70
/
+105
2018-04-23
Windows: Don't start EFI system encryption process if SecureBoot is enabled a...
Mounir IDRASSI
1
-5
/
+290
2018-04-23
Windows: Fix system encryption issues on machines that always force booting o...
Mounir IDRASSI
1
-6
/
+128
2018-04-23
Windows: enhance ReflectDrivers mechanism by persisting it across major Windo...
Mounir IDRASSI
1
-3
/
+32
2018-04-23
Windows: code refactoring
Mounir IDRASSI
1
-15
/
+10
2018-04-23
Windows: remove ending backslash from installation path written to SetupConfi...
Mounir IDRASSI
1
-0
/
+7
2018-04-23
Windows: implement compatibility for Windows 10 major updates using ReflectDr...
Mounir IDRASSI
1
-0
/
+59
2018-03-28
Windows: use the same default value for EFI system encryption password prompt...
Mounir IDRASSI
1
-2
/
+2
2017-07-20
Windows: better workaround for cases where ERROR_INVALID_PARAMETER is returne...
Mounir IDRASSI
1
-34
/
+106
2017-07-03
Windows: workaround for some cases where the system return ERROR_INVALID_PARA...
Mounir IDRASSI
1
-8
/
+35
2017-06-29
Windows: reduce size of 64-bit binaries by not embedding 32-bit EFI bootloade...
Mounir IDRASSI
1
-2
/
+54
2017-06-23
Update IDRIX copyright year
Mounir IDRASSI
1
-1
/
+1
2017-06-21
Windows EFI Bootloader: Add new attributes "DcsBmlDriver" and "DcsBmlLockFlag...
Mounir IDRASSI
1
-1
/
+8
2017-06-11
Windows: various fixes following Coverity analysis.
Mounir IDRASSI
1
-2
/
+3
2017-06-11
Windows: Remove unused method ReadEfiConfig
Mounir IDRASSI
1
-52
/
+1
2017-06-11
Windows: fix compiler warnings
Mounir IDRASSI
1
-2
/
+0
2017-06-11
Windows: code refactoring for handling of ESP files (DcsProp and PlatformInfo).
Mounir IDRASSI
1
-22
/
+84
2017-06-09
Windows: Fix false warning in case of GPT about Windows not installed on boot...
Mounir IDRASSI
1
-1
/
+1
2017-06-05
Beta2 patch 1
kavsrf
1
-8
/
+56
2017-06-05
PlatformInfo read. (via ReadEfiConfig)
kavsrf
1
-9
/
+9
2017-06-05
DcsInfo is added
kavsrf
1
-0
/
+14
2017-06-01
Windows: fix high CPU usage when a favorite is configured to mount using Volu...
Mounir IDRASSI
1
-0
/
+2
2017-05-17
Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated IOCTL...
Mounir IDRASSI
1
-9
/
+11
[next]