VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/ExpandVolume/ExpandVolume.c
AgeCommit message (Collapse)AuthorFilesLines
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-1/+5
reported by users
2015-05-26Windows: first implementation of dynamic modeMounir IDRASSI1-8/+9
2015-04-06Windows vulnerability fix: CryptAcquireContext vulnerability fix. Add checks ↵Mounir IDRASSI1-1/+7
to random generator to abort in case of error and display a diagnose message to the user.
2015-02-09Static Code Analysis: solve issues in Expander. Use real random values for ↵Mounir IDRASSI1-4/+23
wipe buffers.
2015-01-20Windows: Add first version of VeraCryptExpander who is based on extcv. Minor ↵Mounir IDRASSI1-0/+971
modification to Mount.c to avoid link errors when building VeraCryptExpander.