Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-01 | Fix issues launching fsck via terminal on Linux (#1086) | Jertzukka | 1 | -5/+17 | |
Currently on a system without xterm or konsole (like fresh Ubuntu install) the fsck check will not launch. Added gnome-terminal as an alternative and fixed an issue where konsole will always error out as --title and --caption are no longer valid arguments. Previously the error message was simply "xterm not found", so new LangString LINUX_EX2MSG_TERMINALNOTFOUND was added to let the user knows which programs they need to get the feature working. | |||||
2023-05-19 | OpenBSD vnconfig no longer needs -c option (#1002) | ZhanYF | 1 | -2/+0 | |
Co-authored-by: Your Name <you@example.com> | |||||
2022-03-08 | Implement support of Blake2s-256 hash algorithm and remove deprecated ↵ | Mounir IDRASSI | 1 | -2/+1 | |
algorithms RIPEMD-160 and GOST89. | |||||
2021-11-28 | Linux: try to fix some rare issues when invoking sudo using fork by waiting ↵ | Mounir IDRASSI | 1 | -0/+3 | |
1 second for forked process to start | |||||
2021-09-04 | Minor cleanup of the repo (#822) | a1346054 | 3 | -0/+0 | |
* *: source files should not be executable * *: make sure files have final newline * *: remove BOM from text files * translations: unify headers * *: fix typos * *: trim excess whitespace | |||||
2021-07-14 | Make compatble with pam_tmpdir (#793) | chasonr | 1 | -2/+96 | |
If pam_tmpdir is in use, use the temporary directory for the sudoing user, rather than that for root. | |||||
2021-07-14 | Add support for OpenBSD (#779) | kokokodak | 3 | -0/+229 | |
* OpenBSD: add basic support modified: Build/Include/Makefile.inc modified: Driver/Fuse/FuseService.cpp modified: Main/FatalErrorHandler.cpp modified: Makefile modified: Platform/Unix/File.cpp modified: Platform/Unix/FilesystemPath.cpp modified: Platform/Unix/SystemInfo.cpp * OpenBSD: some necessary files were missing new file: Core/Unix/OpenBSD/CoreOpenBSD.cpp new file: Core/Unix/OpenBSD/CoreOpenBSD.h new file: Core/Unix/OpenBSD/System.h | |||||
2020-11-28 | Fixed macFUSE support for macOS 11 (Big Sur) (#699) | Thierry Lelegard | 1 | -2/+6 | |
2020-06-28 | Linux/MacOSX: Erase sensitive memory explicitly instead of relying on the ↵ | Mounir IDRASSI | 1 | -1/+1 | |
compiler not optimizing calls to method Memory::Erase | |||||
2020-06-26 | Linux/MacOSX: use standard std::shared_ptr instead of our custom ↵ | Mounir IDRASSI | 1 | -3/+3 | |
implementation which is kept for compatibility with older compilers. We also introduce compatibility code for old compilers that don't define std::unique_ptr | |||||
2020-06-11 | Switch from auto_ptr to unique_ptr (#638) | Christopher Bergqvist | 6 | -29/+29 | |
2019-12-16 | MacOSX: fix compilation error caused by missing StringConverter::ToWide ↵ | Mounir IDRASSI | 1 | -1/+1 | |
method that takes a size_t argument (we cast to uint32) | |||||
2019-12-05 | Make sure password gets deleted in case of exception in ↵ | Hanno Böck | 1 | -0/+1 | |
CoreUnix::MountVolume (#565) | |||||
2019-12-01 | UNIX: make sector size mismatch error more verbose (#552) (#561) | alt3r 3go | 1 | -2/+4 | |
Signed-off-by: alt3r 3go <alt3r.3go@protonmail.com> | |||||
2019-11-04 | Linux/FreeBSD: Add CLI switch to force use of old sudo behavior of sending a ↵ | Mounir IDRASSI | 1 | -23/+27 | |
dummy password The new switch is --use-dummy-sudo-password | |||||
2019-11-03 | Linux/FreeBSD: Fix regression causing admin password to be requested too ↵ | Mounir IDRASSI | 1 | -32/+40 | |
many times in some cases | |||||
2019-10-17 | Linux: fix compilation error under CentOS 6 | Mounir IDRASSI | 1 | -0/+1 | |
2019-10-08 | Linux/FreeBSD: Use of 'sudo -n uptime' command to check whether user has an ↵ | El Mostafa Idrassi | 1 | -0/+37 | |
active 'sudo' session instead of the use of a 'dummy' password. (#513) Signed-off-by: El Mostafa IDRASSI <el-mostafa.idrassi@prestalab.net> | |||||
2018-08-10 | Linux: Remove limitation of hidden volume protection on disk with sector ↵ | Mounir IDRASSI | 1 | -11/+0 | |
size larger than 512 bytes. | |||||
2018-06-11 | Linux/MacOSX/FreeBSD: Support mounting partially encrypted system ↵ | Mounir IDRASSI | 1 | -0/+1 | |
partitions/drivers in ReadOnly mode in order to allow troubleshooting in some cases. | |||||
2018-03-27 | Crypto: Add support for 5 new cascades of cipher algorithms ↵ | Mounir IDRASSI | 1 | -1/+5 | |
(Camellia-Kuznyechik, Camellia-Serpent, Kuznyechik-AES, Kuznyechik-Serpent-Camellia and Kuznyechik-Twofish) | |||||
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 23 | -23/+23 | |
2016-10-17 | MacOSX: remove unused variable | Mounir IDRASSI | 1 | -1/+0 | |
2016-10-17 | MacOSX: remove MacFUSE dependency and link against OSXFuse library. Now, ↵ | Mounir IDRASSI | 1 | -22/+10 | |
only standard OSXFuse install is needed without MacFUSE compatibility option. | |||||
2016-08-17 | Linux: Disable Kernel crypto if volume encrypted using Kuznyechik or Magma | Mounir IDRASSI | 1 | -0/+3 | |
2016-05-10 | Remove trailing whitespace | David Foerster | 23 | -68/+68 | |
2016-05-01 | Reset bogus executable permissions | David Foerster | 1 | -0/+0 | |
2016-02-22 | Linux: fix compilation error | Mounir IDRASSI | 1 | -1/+0 | |
2016-02-22 | Linux: fix mount issue on Fedora 23 by forcing the creation of a default ↵ | Mounir IDRASSI | 1 | -0/+11 | |
loop device. | |||||
2016-02-21 | MacOSX: Correctly detect newer versions of OSXFuse | Mounir IDRASSI | 1 | -10/+12 | |
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 23 | -23/+23 | |
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 ↵ | Mounir IDRASSI | 23 | -107/+199 | |
and TrueCrypt 3.0. | |||||
2015-07-04 | Linux: Support checking/reparing mounted filesystem on KDE when xterm not ↵ | Mounir IDRASSI | 1 | -0/+25 | |
available | |||||
2015-06-24 | Linux/MacOSX: restore normal file mode to some source files | Mounir IDRASSI | 1 | -0/+0 | |
2015-06-24 | Linux/MacOSX: first dynamic mode implementation | Mounir IDRASSI | 1 | -0/+2 | |
2015-03-23 | Linux: solve mount point permission issues for some users where the non-FAT ↵ | Mounir IDRASSI | 1 | -0/+17 | |
volumes were only mounted in read-only mode | |||||
2014-12-30 | Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct ↵ | Mounir IDRASSI | 1 | -0/+1 | |
many GTK issues linked to multi-threaded origine of events by implementing an automatic mechanism for handling such requests in the main thread. | |||||
2014-12-19 | Linux/MacOSX: Enhance performance by implementing the possibility to choose ↵ | Mounir IDRASSI | 1 | -0/+2 | |
the correct hash algorithm of volumes during various operations (mount, change password...), both using the GUI and the command line. | |||||
2014-11-08 | MacOSX : Support detection of OSXFUSE and the presence of MacFUSE ↵ | Mounir IDRASSI | 1 | -3/+29 | |
compatibility layer. | |||||
2014-11-08 | Remove remaining legacy cryptographic algorithms that are never used by ↵ | Mounir IDRASSI | 1 | -6/+1 | |
VeraCrypt. | |||||
2014-11-08 | Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources ↵ | Mounir IDRASSI | 18 | -18/+18 | |
Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon. | |||||
2014-11-08 | Replace TrueCrypt from Linux/MacOSX mount point names | Mounir IDRASSI | 2 | -3/+3 | |
2014-11-08 | Replace TrueCrypt references in added sources and resources by VeraCrypt ones. | Mounir IDRASSI | 4 | -6/+6 | |
2014-11-08 | Add TrueCrypt 7.1a MacOSX/Linux specific source files. | Mounir IDRASSI | 23 | -0/+3358 | |