Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Core
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-08
Fix warnings and throwing an exception instead of ignoring the error (#1229)
kovalev0
1
-4
/
+1
2023-09-08
Linux/macOS: simplify logic of handling /dev/random reading failure (proposed...
Mounir IDRASSI
2
-16
/
+11
2023-08-05
Security: ensure that XTS primary key is different from secondary key when cr...
Mounir IDRASSI
1
-0
/
+5
2023-08-04
fix warnings and UB (#1164)
kovalev0
1
-1
/
+4
2023-07-24
Linux/macOS: Remove TrueCrypt support
Mounir IDRASSI
6
-35
/
+18
2023-06-29
EMV keyfile support: Overall code improvements and bug fixes
Mounir IDRASSI
8
-31
/
+31
2023-06-28
Add EMV functionality (#1080)
mmauv
8
-25
/
+31
2023-06-10
Linux/FreeBSD: Fix privilege escalation prompts being ignored (#1100)
Jertzukka
1
-3
/
+5
2023-06-01
Fix issues launching fsck via terminal on Linux (#1086)
Jertzukka
1
-5
/
+17
2023-05-27
Linux/macOS: Make RNG implementation match documentation and the Windows impl...
Mounir IDRASSI
1
-8
/
+15
2023-05-27
Linux/macOS: explicitely initialize hash algo before hashing random pool
Mounir IDRASSI
1
-2
/
+3
2023-05-19
OpenBSD vnconfig no longer needs -c option (#1002)
ZhanYF
1
-2
/
+0
2022-03-08
Implement support of Blake2s-256 hash algorithm and remove deprecated algorit...
Mounir IDRASSI
2
-5
/
+4
2021-11-28
Linux: try to fix some rare issues when invoking sudo using fork by waiting 1...
Mounir IDRASSI
1
-0
/
+3
2021-09-04
Minor cleanup of the repo (#822)
a1346054
3
-0
/
+0
2021-07-14
Make compatble with pam_tmpdir (#793)
chasonr
1
-2
/
+96
2021-07-14
Add support for OpenBSD (#779)
kokokodak
3
-0
/
+229
2020-11-28
Fixed macFUSE support for macOS 11 (Big Sur) (#699)
Thierry Lelegard
1
-2
/
+6
2020-08-26
Linux: Reduce minimal size requirement for BTRFS support to 16 MiB by using m...
Mounir IDRASSI
1
-1
/
+2
2020-08-08
Linux/FreeBSD: Fix build error using older compilers
Mounir IDRASSI
2
-0
/
+6
2020-08-07
Linux: Fix detection of available filesystem formatters
Mounir IDRASSI
1
-0
/
+12
2020-08-05
Linux: Add support for Btrfs filesystem when creating volumes
Mounir IDRASSI
1
-0
/
+55
2020-06-28
Linux/MacOSX: Erase sensitive memory explicitly instead of relying on the com...
Mounir IDRASSI
1
-1
/
+1
2020-06-26
Linux/MacOSX: use standard std::shared_ptr instead of our custom implementati...
Mounir IDRASSI
2
-4
/
+8
2020-06-21
Linux/MacOSX: Read at least 32 bytes from /dev/random before allowing it to f...
Mounir IDRASSI
2
-3
/
+11
2020-06-19
Linux/MacOSX: Don't always ignore /dev/random failure by making sure that it ...
Mounir IDRASSI
2
-1
/
+21
2020-06-11
Switch from auto_ptr to unique_ptr (#638)
Christopher Bergqvist
7
-31
/
+31
2019-12-16
MacOSX: fix compilation error caused by missing StringConverter::ToWide metho...
Mounir IDRASSI
1
-1
/
+1
2019-12-05
Make sure password gets deleted in case of exception in CoreUnix::MountVolume...
Hanno Böck
1
-0
/
+1
2019-12-01
UNIX: make sector size mismatch error more verbose (#552) (#561)
alt3r 3go
1
-2
/
+4
2019-11-04
Linux/FreeBSD: Add CLI switch to force use of old sudo behavior of sending a ...
Mounir IDRASSI
3
-23
/
+37
2019-11-03
Linux/FreeBSD: Fix regression causing admin password to be requested too many...
Mounir IDRASSI
1
-32
/
+40
2019-10-23
Linux/MacOSX: Add missing JitterEntropy implementation
Mounir IDRASSI
2
-0
/
+25
2019-10-19
MacOSX: Support APFS for creating volumes.
Mounir IDRASSI
1
-0
/
+1
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 a...
El Mostafa Idrassi
1
-0
/
+37
2018-08-10
Linux: Remove limitation of hidden volume protection on disk with sector size...
Mounir IDRASSI
1
-11
/
+0
2018-06-11
Linux/MacOSX/FreeBSD: Support mounting partially encrypted system partitions/...
Mounir IDRASSI
1
-0
/
+1
2018-03-27
Crypto: Add support for 5 new cascades of cipher algorithms (Camellia-Kuznyec...
Mounir IDRASSI
1
-1
/
+5
2017-06-23
Update IDRIX copyright year
Mounir IDRASSI
39
-39
/
+39
2017-05-28
Fix wrong FAT32 jump opcode in its header
Mounir IDRASSI
1
-2
/
+2
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, only...
Mounir IDRASSI
1
-22
/
+10
2016-10-17
Use properly aligned memory in code using Streebog hash implementation that u...
Mounir IDRASSI
1
-1
/
+1
2016-08-17
Linux: Disable Kernel crypto if volume encrypted using Kuznyechik or Magma
Mounir IDRASSI
1
-0
/
+3
2016-08-15
Linux/MacOSX: Similar fix to Windows one. Write fake hidden volume header tha...
Mounir IDRASSI
1
-6
/
+57
2016-05-10
Remove trailing whitespace
David Foerster
39
-116
/
+116
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 loop...
Mounir IDRASSI
1
-0
/
+11
[next]