Mounir IDRASSI
|
717ffadf93
|
Windows Installer: don't add link to VeraCryptExpander in the desktop.
|
2015-02-16 00:19:39 +01:00 |
|
Mounir IDRASSI
|
419586d4a2
|
Language: update German XML with translation contributed by H. Sauer
|
2015-02-16 00:19:37 +01:00 |
|
Mounir IDRASSI
|
450cde5fac
|
Language: update French translation (contributed by Thierry T.)
|
2015-02-16 00:19:34 +01:00 |
|
Mounir IDRASSI
|
b2d119f781
|
Language: Update language XML files with new added fields
|
2015-02-16 00:19:32 +01:00 |
|
Mounir IDRASSI
|
7818c0e0e3
|
Window: add menu entry for launching VeraCryptExpander
|
2015-02-16 00:19:28 +01:00 |
|
Mounir IDRASSI
|
86529dadde
|
Linux/MacOSX: solve the 'X' icon not closing some dialog. This was caused by a bug of wxFormBuilder that calls SetExtraStyle without taking care of the previous value.
|
2015-02-16 00:19:24 +01:00 |
|
Mounir IDRASSI
|
544c55debc
|
Linux: Perform a quick NTFS formatting by adding the "-f" switch to mkfs.ntfs. Without this, the creation of big NTFS volumes takes ages. The code already takes care of the empty sectors by encrypting them with different key to randomize plaintext.
|
2015-02-13 16:18:00 +01:00 |
|
Mounir IDRASSI
|
2b826843de
|
Windows: Add VeraCryptExpander.exe to the Windows installer.
|
2015-02-13 12:31:16 +01:00 |
|
Mounir IDRASSI
|
b920bb2a6a
|
Linux: modify installer script to make it run when the "less" command doesn't support the -X argument (Busybox case)
|
2015-02-11 09:02:41 +01:00 |
|
Mounir IDRASSI
|
5012e0941a
|
Linux: Add graphical installer support when xterm is not available (Linux Mint case)
|
2015-02-10 12:45:36 +01:00 |
|
Mounir IDRASSI
|
1eb8aec9fa
|
Language: update German translation (contributed by H.S.)
|
2015-02-10 12:45:33 +01:00 |
|
Mounir IDRASSI
|
2b8aa2df16
|
Windows: Solve PIN blocked issue when trying to mount a volume right after configuring the PKCS#11 module. Always ensure that we are using a valid window handle as a parent.
|
2015-02-09 11:01:26 +01:00 |
|
Mounir IDRASSI
|
5f252f2c50
|
Static Code Analysis: check return of remove function and display message when it fails.
|
2015-02-09 11:01:23 +01:00 |
|
Mounir IDRASSI
|
d5f34ad49d
|
Static Code Analysis: Avoid over-flaw in arithmetic operations by adding more checks. Add extra checks. Solve various issues.
|
2015-02-09 11:01:21 +01:00 |
|
Mounir IDRASSI
|
608e86c7bc
|
Static Code Analysis: solve issues in Expander. Use real random values for wipe buffers.
|
2015-02-09 11:01:18 +01:00 |
|
Mounir IDRASSI
|
516da2229d
|
Static Code Analysis: in Windows Driver, avoid using uninitialized stack memory as random and use proper random value for wipe operation. Solve potential double-free issue.
|
2015-02-09 11:01:16 +01:00 |
|
Mounir IDRASSI
|
28a9eaf0e3
|
Static Code Analysis: code potential memory leaks in inflate.c used by the setup.
|
2015-02-09 11:01:13 +01:00 |
|
Mounir IDRASSI
|
de0c30dded
|
Static Code Analysis: handle unused variables more properly. Catch STL exception. Add more checks. Add proper cast to arithmetic operations.
|
2015-02-09 11:01:11 +01:00 |
|
Mounir IDRASSI
|
1ab00f3e3c
|
Static Code Analysis: Correct memory leaks. Add more checks.
|
2015-02-09 11:01:08 +01:00 |
|
Mounir IDRASSI
|
651bea29b4
|
Static Code Analysis: clarify macros definition and use.
|
2015-02-09 11:01:06 +01:00 |
|
Mounir IDRASSI
|
4e03adc2e7
|
Static Code Analysis: Add more checks. Avoid unhandled ATL exceptions by checking memory allocation. Avoid throwing exception in File constructor and simplify code.
|
2015-02-09 11:01:03 +01:00 |
|
Mounir IDRASSI
|
d1a3316e44
|
Linux: solve rare issue where VeraCrypt wrongly reports that another instance is already running. That happens when VeraCrypt doesn't close cleanly upon shutdown/reboot and on the next startup another process is running with the same PID as VeraCrypt before shutdow/reboot.
|
2015-02-08 17:57:00 +01:00 |
|
Mounir IDRASSI
|
2c96d17748
|
Linux/MacOSX: mark RIPEMD-160 as deprecated like it's the case on Windows. It will no more be available for the creation of volumes.
|
2015-02-08 16:20:40 +01:00 |
|
Mounir IDRASSI
|
ad4af09d88
|
Linux: When not under Gnome/KDE, use xdg-open to open the mounted volume if it is available.
|
2015-02-08 16:20:37 +01:00 |
|
Mounir IDRASSI
|
96b39a5973
|
Windows: retry UAC prompt operation in case of failure. This avoids cancel the whole operation if the user is not in front of the machine during UAC prompt (this happens ofter during in-place encryption of big NTFS partitions).
|
2015-02-08 10:07:44 +01:00 |
|
Mounir IDRASSI
|
b16cfa959d
|
Windows: rename VeraCryptExpander project in the global solution
|
2015-02-08 10:07:41 +01:00 |
|
Mounir IDRASSI
|
f98a691933
|
Windows Setup: implement removal of non-empty directories to avoid errors during uninstall.
|
2015-02-08 10:07:38 +01:00 |
|
Mounir IDRASSI
|
35497f87a7
|
Activate support of mounting TrueCrypt system partitions.
|
2015-02-08 10:07:36 +01:00 |
|
Mounir IDRASSI
|
d01fa11983
|
Linux/MacOSX: use command line values of TrueCryptMode and PRF as defaults for the password dialog
|
2015-02-08 10:07:33 +01:00 |
|
Mounir IDRASSI
|
3d8d088b06
|
Windows: use command line values of TrueCryptMode and PRF as defaults for the password dialog
|
2015-02-08 10:07:30 +01:00 |
|
Mounir IDRASSI
|
89a9763b11
|
Windows: Correct displaying wrong TrueCrypt mode in volume properties when SHA-256 is used. Issue reported and fixed by user Ache on CodePlex (https://veracrypt.codeplex.com/workitem/65)
|
2015-01-23 01:41:31 +01:00 |
|
Mounir IDRASSI
|
1efb782666
|
Windows: Add first version of VeraCryptExpander who is based on extcv. Minor modification to Mount.c to avoid link errors when building VeraCryptExpander.
|
2015-01-20 12:42:04 +01:00 |
|
Mounir IDRASSI
|
38f3fc816a
|
Windows: use the same waiting message in dialog resource as it is in the language XML file.
|
2015-01-20 12:41:55 +01:00 |
|
Mounir IDRASSI
|
3794df4f31
|
Update the FAQ section of the user guide to include TrueCrypt support information.
|
2015-01-06 00:19:03 +01:00 |
|
Mounir IDRASSI
|
3502681f77
|
Clarify the waiting dialog message.
|
2015-01-05 23:08:38 +01:00 |
|
Mounir IDRASSI
|
8252cc3ec7
|
Linux/MacOSX: Add support for TrueCrypt 6.x as it was done on Windows.
|
2015-01-04 23:59:22 +01:00 |
|
Mounir IDRASSI
|
6a254778e2
|
Linux/MacOSX: Add wait dialog to the benchmark computation. Correct handling of wait dialog call when changing password and creating volumes.
|
2015-01-04 23:53:35 +01:00 |
|
Mounir IDRASSI
|
41607d126a
|
Linux/MacOSX: make the cancel button work on the preferences dialog.
|
2015-01-04 19:28:42 +01:00 |
|
Mounir IDRASSI
|
f53554a46a
|
Increment version to 1.0f-1 and update language files and PDF with information about TrueCrypt 6.0 support.
|
2015-01-04 16:29:40 +01:00 |
|
Mounir IDRASSI
|
03e64e842a
|
Language XML: correct error message to show that we support TrueCrypt 6.0 and above.
|
2015-01-04 16:29:36 +01:00 |
|
Mounir IDRASSI
|
2894bade88
|
Windows: better display of volume information and benchmark results.
|
2015-01-04 16:29:34 +01:00 |
|
Mounir IDRASSI
|
cc02c78a8c
|
Windows Driver: add TrueCrypt mode of mounted volumes to the output of TC_IOCTL_GET_MOUNTED_VOLUMES
|
2015-01-04 16:29:31 +01:00 |
|
Mounir IDRASSI
|
4f56a0a53d
|
Windows: Add support for TrueCrypt 6.x since its format (v4) is identical to 7.x apart from the sector size field which we already handle correctly.
|
2015-01-04 16:29:29 +01:00 |
|
Mounir IDRASSI
|
cbc28bd4fe
|
Linux/MacOSX: change cascade encryption naming format in the UI as it was done on Windows.
|
2015-01-04 00:55:36 +01:00 |
|
Mounir IDRASSI
|
9a31c23881
|
Linux/MacOSX: workaround for wxWidgets bug in the method wxTextEntry::IsEmpty that made it impossible to enter a one digit size for the volume.
|
2015-01-03 23:54:12 +01:00 |
|
Mounir IDRASSI
|
55b3400afa
|
Windows: change cascade encryption naming format to reflex mathematical composition of the encryption algorithm, thus being more clear. For example AES(Twofish(Serpent)) instead of AES-Twofish-Serpent.
|
2015-01-03 23:54:09 +01:00 |
|
Mounir IDRASSI
|
8f5fd67ff3
|
Windows: solve XP issue where the installer has missing/blacked out text boxes.
|
2015-01-03 00:29:02 +01:00 |
|
Mounir IDRASSI
|
ad9b40d599
|
Linux: solve link error on recent Ubuntu when using shared wxWidgets.
|
2015-01-02 17:12:36 +01:00 |
|
Mounir IDRASSI
|
271d39d942
|
User Guide: add documentation for /hash command line switch on Windows that is used to specify the PRF of a volume.
|
2015-01-02 17:12:34 +01:00 |
|
Mounir IDRASSI
|
696166c9d4
|
Readme: add makeself to the build requirements for Linux.
|
2015-01-02 14:55:04 +01:00 |
|