VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Mount/Favorites.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-10-20Windows: Add checks that the System Favorites service is running. Warn user ↵Mounir IDRASSI1-0/+7
if he enabled option to clear RAM encryption keys and the service is stopped.
2019-09-29Windows: Use periodic update of connected devices only if there is a ↵Mounir IDRASSI1-46/+79
Favorite that uses VolumeID. Add command option to disable the period update of devices.
2019-01-14Windows: enhance support of new behavior of favorite service which is now ↵Mounir IDRASSI1-1/+1
always running in case of system encryption
2017-07-02Windows: when mounting multiple favorites, use PIM of previous favorite ↵Mounir IDRASSI1-6/+11
alongside its password if option "Include PIM when caching password" is selected alongside option "Temporarily cache password during Mount Favorite Volumes operations".
2017-07-02Windows: set PIM of favorite to 0 only if TrueCryptMode is explicitly selected.Mounir IDRASSI1-1/+1
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2017-06-05Windows: Correctly open online help when selected in menu. Remove unused ↵Mounir IDRASSI1-1/+1
parameters to function AppLink.
2016-12-08Windows: Enhancement to favorites handling. Add PRF/TrueCryptMode fields in ↵Mounir IDRASSI1-0/+84
favorites management dialog, and use default mount parameters when mounting multiple favorites at once.
2016-05-10Remove trailing whitespaceDavid Foerster1-8/+8
2016-05-10Normalize all line terminatorsDavid Foerster1-1024/+1024
2016-05-05Windows: Fix compilation error caused by previous commitMounir IDRASSI1-1/+2
2016-05-04Windows/Linux/MacOSX: Set maximum PIM value to 2147468 in order to avoid ↵Mounir IDRASSI1-1/+15
having negative values for iterations count using the formula 15000 + (PIM x 1000). Add specific error message to XML language files.
2016-04-28Windows: Display Volume ID of a System Favorite even if it is disconnectedMounir IDRASSI1-1/+1
2016-04-14Windows: Finalize implementation of the new volume ID mechanism. Use SHA-256 ↵Mounir IDRASSI1-12/+53
instead of SHA-512 to compute volume ID to reduce string size and make more convenient to use.
2016-04-08Windows: start implementation of volume ID mechanism that will be used to ↵Mounir IDRASSI1-0/+42
identify VeraCrypt disk volumes instead of device name.
2016-03-20Windows: Better alignment for Group Boxes in favorites management dialogMounir IDRASSI1-1/+1
2016-03-17Windows: Correctly disable/enable the "Display PIM" checkbox in the ↵Mounir IDRASSI1-0/+1
favorites configuration dialog
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-11-26Windows: Full UNICODE rewrite and implement support for UNICODE passwords.Mounir IDRASSI1-46/+46
2015-08-31Windows: Support setting volume label in Explorer through mount option. ↵Mounir IDRASSI1-1/+27
Support using favorite label as label in Explorer.
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 ↵Mounir IDRASSI1-5/+9
and TrueCrypt 3.0.
2015-07-13Windows: on 64-bit Windows, more System favorite service from SysWoW64 to ↵Mounir IDRASSI1-5/+5
System32 since now all binaries are native 64-bit on 64-bit machines.
2015-07-11Use Pim name for internal variables instead of the old name PinMounir IDRASSI1-9/+9
2015-07-06Windows: Display source location of errors in order to help diagnose issues ↵Mounir IDRASSI1-3/+3
reported by users
2015-06-19Windows: If PIM of a volume is changed and if it is a favorite or system ↵Mounir IDRASSI1-1/+1
favorite, automatically update favorite or system favorite XML file with the new value.
2015-06-19Windows: Use "PIM" instead of "PIN" in favorites XML fileMounir IDRASSI1-2/+7
2015-06-08Windows: rename PIN to PIM to avoid confusion. Better error messages.Mounir IDRASSI1-7/+7
2015-06-07Windows: Add support for PIN in favorites. Several enhancements to GUI ↵Mounir IDRASSI1-0/+23
handling of Dynamic Mode.
2014-12-27Windows: use the correct window handle for creating message boxes. This ↵Mounir IDRASSI1-15/+15
became important after the introduction of the wait dialog in order to avoid having message boxes behind the wait dialog.
2014-11-08Static Code Analysis : Generalize the use of Safe String functions. Add some ↵Mounir IDRASSI1-2/+2
NULL pointer checks. Avoid false-positive detection in AppendMenu (MF_SEPARATOR) calls by setting the last parameter to "" instead of NULL.
2014-11-08Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources ↵Mounir IDRASSI1-1/+1
Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon.
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+867