VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Core
AgeCommit message (Expand)AuthorFilesLines
2020-11-28Fixed macFUSE support for macOS 11 (Big Sur) (#699)Thierry Lelegard1-2/+6
2020-08-26Linux: Reduce minimal size requirement for BTRFS support to 16 MiB by using m...Mounir IDRASSI1-1/+2
2020-08-08Linux/FreeBSD: Fix build error using older compilersMounir IDRASSI2-0/+6
2020-08-07Linux: Fix detection of available filesystem formattersMounir IDRASSI1-0/+12
2020-08-05Linux: Add support for Btrfs filesystem when creating volumesMounir IDRASSI1-0/+55
2020-06-28Linux/MacOSX: Erase sensitive memory explicitly instead of relying on the com...Mounir IDRASSI1-1/+1
2020-06-26Linux/MacOSX: use standard std::shared_ptr instead of our custom implementati...Mounir IDRASSI2-4/+8
2020-06-21Linux/MacOSX: Read at least 32 bytes from /dev/random before allowing it to f...Mounir IDRASSI2-3/+11
2020-06-19Linux/MacOSX: Don't always ignore /dev/random failure by making sure that it ...Mounir IDRASSI2-1/+21
2020-06-11Switch from auto_ptr to unique_ptr (#638)Christopher Bergqvist7-31/+31
2019-12-16MacOSX: fix compilation error caused by missing StringConverter::ToWide metho...Mounir IDRASSI1-1/+1
2019-12-05Make sure password gets deleted in case of exception in CoreUnix::MountVolume...Hanno Böck1-0/+1
2019-12-01UNIX: make sector size mismatch error more verbose (#552) (#561)alt3r 3go1-2/+4
2019-11-04Linux/FreeBSD: Add CLI switch to force use of old sudo behavior of sending a ...Mounir IDRASSI3-23/+37
2019-11-03Linux/FreeBSD: Fix regression causing admin password to be requested too many...Mounir IDRASSI1-32/+40
2019-10-23Linux/MacOSX: Add missing JitterEntropy implementationMounir IDRASSI2-0/+25
2019-10-19MacOSX: Support APFS for creating volumes.Mounir IDRASSI1-0/+1
2019-10-17Linux: fix compilation error under CentOS 6Mounir IDRASSI1-0/+1
2019-10-08Linux/FreeBSD: Use of 'sudo -n uptime' command to check whether user has an a...El Mostafa Idrassi1-0/+37
2018-08-10Linux: Remove limitation of hidden volume protection on disk with sector size...Mounir IDRASSI1-11/+0
2018-06-11Linux/MacOSX/FreeBSD: Support mounting partially encrypted system partitions/...Mounir IDRASSI1-0/+1
2018-03-27Crypto: Add support for 5 new cascades of cipher algorithms (Camellia-Kuznyec...Mounir IDRASSI1-1/+5
2017-06-23Update IDRIX copyright yearMounir IDRASSI39-39/+39
2017-05-28Fix wrong FAT32 jump opcode in its headerMounir IDRASSI1-2/+2
2016-10-17MacOSX: remove unused variableMounir IDRASSI1-1/+0
2016-10-17MacOSX: remove MacFUSE dependency and link against OSXFuse library. Now, only...Mounir IDRASSI1-22/+10
2016-10-17Use properly aligned memory in code using Streebog hash implementation that u...Mounir IDRASSI1-1/+1
2016-08-17Linux: Disable Kernel crypto if volume encrypted using Kuznyechik or MagmaMounir IDRASSI1-0/+3
2016-08-15Linux/MacOSX: Similar fix to Windows one. Write fake hidden volume header tha...Mounir IDRASSI1-6/+57
2016-05-10Remove trailing whitespaceDavid Foerster39-116/+116
2016-05-01Reset bogus executable permissionsDavid Foerster1-0/+0
2016-02-22Linux: fix compilation errorMounir IDRASSI1-1/+0
2016-02-22Linux: fix mount issue on Fedora 23 by forcing the creation of a default loop...Mounir IDRASSI1-0/+11
2016-02-21MacOSX: Correctly detect newer versions of OSXFuseMounir IDRASSI1-10/+12
2016-01-27Windows/Linux: Implement exFAT support.Mounir IDRASSI1-0/+1
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI39-39/+39
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 an...Mounir IDRASSI39-183/+337
2015-07-04Linux: Support checking/reparing mounted filesystem on KDE when xterm not ava...Mounir IDRASSI1-0/+25
2015-06-24Linux/MacOSX: restore normal file mode to some source filesMounir IDRASSI8-0/+0
2015-06-24Linux/MacOSX: first dynamic mode implementationMounir IDRASSI8-27/+48
2015-03-23Linux: solve mount point permission issues for some users where the non-FAT v...Mounir IDRASSI1-0/+17
2014-12-30Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct man...Mounir IDRASSI6-40/+63
2014-12-26Linux/MacOSX: Implement waiting dialog for lengthy operations in order to hav...Mounir IDRASSI2-0/+133
2014-12-19Linux/MacOSX: Enhance performance by implementing the possibility to choose t...Mounir IDRASSI5-6/+45
2014-12-11Linux/MacOSX: Implement generating more than one keyfile, specifying the size...Mounir IDRASSI2-24/+42
2014-11-08MacOSX : Support hard drives with a large sector size ( > 512).Mounir IDRASSI1-1/+1
2014-11-08MacOSX : Support detection of OSXFUSE and the presence of MacFUSE compatibili...Mounir IDRASSI1-3/+29
2014-11-08Linux/MacOSX port of manual selection of number of passes for volume header o...Mounir IDRASSI2-8/+7
2014-11-08Remove remaining legacy cryptographic algorithms that are never used by VeraC...Mounir IDRASSI1-6/+1
2014-11-08Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Re...Mounir IDRASSI33-33/+33