Mounir IDRASSI
|
90def2ee5a
|
Language XML files:update German translation
|
2016-01-28 00:51:48 +01:00 |
|
Mounir IDRASSI
|
1ca60754b2
|
Language XML file: correct errors in some English texts.
|
2016-01-28 00:30:40 +01:00 |
|
Mounir IDRASSI
|
f63e34e0f9
|
Language XML files: update with new fields. Reoder node so that new additions are at the bottom. This makes it easier for Crowdin.com import.
|
2016-01-27 01:13:51 +01:00 |
|
Mounir IDRASSI
|
dcb8390bb2
|
Windows/Linux: Implement exFAT support.
|
2016-01-27 01:13:46 +01:00 |
|
Mounir IDRASSI
|
9f5b5445d7
|
Linux/MacOSX: Update command line help text to reflect that we can now specify in filesystem when creating a new volume.
|
2016-01-26 01:47:29 +01:00 |
|
Mounir IDRASSI
|
d53b48bdf0
|
Linux/MacOSX: fix issue creating volumes using command line with a filesystem other than FAT.
|
2016-01-26 01:29:45 +01:00 |
|
Mounir IDRASSI
|
84ee7076d9
|
Linux/MacOSX: remove unecessary XML resource string replacement of %hs, not needed since Unicode rewrite.
|
2016-01-25 01:46:37 +01:00 |
|
Mounir IDRASSI
|
5a555deb74
|
Linux/MacOSX: fix wrong AskYesNo method parameters use caused by mistake in parenthesis use.
|
2016-01-25 01:46:34 +01:00 |
|
Mounir IDRASSI
|
b8a2e808c6
|
MacOSX: Add PIM value validity checks to workaround wxWidget bug that makes wxTextValidator useless when applied to a text control with password attribute (http://trac.wxwidgets.org/ticket/17185).
|
2016-01-25 01:46:32 +01:00 |
|
Mounir IDRASSI
|
e9d3ba0b11
|
Linux/MacOSX: update --size entry in command line help text.
|
2016-01-24 02:58:50 +01:00 |
|
Mounir IDRASSI
|
c86697f51b
|
Linux/MacOSX: Support K/M/G/T suffixes for --size switch to indicate unit to use for size value (KiloByte, MegaByte, GigaByte and TeraByte respectively)
|
2016-01-24 02:41:49 +01:00 |
|
Mounir IDRASSI
|
5a09d17c45
|
Windows: hide PIM is VeraCrypt Expander the same way as in other places
|
2016-01-20 21:45:40 +01:00 |
|
Mounir IDRASSI
|
c95940cfc6
|
Readme.txt: update libfuse URL to new Github location.
|
2016-01-20 21:42:39 +01:00 |
|
Mounir IDRASSI
|
b12e8b6943
|
Merge pull request #41 from ReadmeCritic/master
Update README to point to new libfuse URL
|
2016-01-20 21:37:04 +01:00 |
|
Mounir IDRASSI
|
bda7a1d0bd
|
Copyright: update dates to include 2016.
|
2016-01-20 00:53:24 +01:00 |
|
Mounir IDRASSI
|
43f5fae2ee
|
Windows:Fix issue with the display of legal notices text. Regression caused by the latest Unicode modifications.
|
2016-01-20 00:53:08 +01:00 |
|
Mounir IDRASSI
|
f9fa0191ec
|
Linux/MacOSX:solve issue of --stdin option not handling correctly passwords that contain a space character (reported and fixed by Codeplex user horsley1953)
|
2016-01-20 00:53:02 +01:00 |
|
Mounir IDRASSI
|
8a2d9c4120
|
Windows: solve Expander GUI issues caused by latest Unicode modifications.
|
2016-01-18 21:40:16 +01:00 |
|
Mounir IDRASSI
|
90957cd9d9
|
MacOSX: Ensure that time-stamping is always activated when performing code signing by using --timestamp switch.
|
2016-01-17 14:55:13 +01:00 |
|
Mounir IDRASSI
|
3cda204626
|
Windows: avoid leaking location of selected keyfiles by clearing global variable used to store multiple file selection path.
|
2016-01-17 10:52:31 +01:00 |
|
Mounir IDRASSI
|
59afc2c4d9
|
Cryptography: Divide mount and boot times by 2 using a pre-computation of values used in PRF HMac calculation (thanks to Xavier de Carné de Carnavalet for finding this optimization).
|
2016-01-17 10:52:29 +01:00 |
|
Mounir IDRASSI
|
dd1e62ebcd
|
Windows: Add SHA-256 EV Code Signing using the new GlobalSign certificate on top of the SHA-1 code signing. Create new SHA256 test code signing certificate and update test signing script.
|
2016-01-17 10:52:26 +01:00 |
|
Mounir IDRASSI
|
a6c6c3dc4a
|
Language files: Update German translation (contributed by Ettore Atalan)
|
2016-01-14 23:02:07 +01:00 |
|
Mounir IDRASSI
|
66a5671e3b
|
Language Files: update polish translation
|
2016-01-14 23:02:05 +01:00 |
|
Mounir IDRASSI
|
e858d93a8e
|
MacOSX: use native OSX byte swapping routines used in hash functions to improve speed.
|
2016-01-11 01:04:54 +01:00 |
|
Mounir IDRASSI
|
e40774f546
|
Linux/MacOSX: Show better error message when the PKCS#11 library can't be loaded
|
2016-01-10 23:59:17 +01:00 |
|
Mounir IDRASSI
|
fe38d6f52c
|
Language XML files: update XML files with newly added field
|
2016-01-10 20:45:22 +01:00 |
|
Mounir IDRASSI
|
8586c51016
|
Windows: Avoid wrong update of configuration XML file caused by not using the correct window handle to get some GUI fields content. Some code cleanup.
|
2016-01-10 20:45:18 +01:00 |
|
Mounir IDRASSI
|
fb430c403b
|
Windows: Don't show disconnected network drives in the list of available drives. Add option to make them available for mounting if needed.
|
2016-01-10 20:45:15 +01:00 |
|
Mounir IDRASSI
|
5597a1e390
|
Language files: fix mistake in previous German translation commit where a "\nDAS" was replaced by "\DAS"
|
2016-01-10 20:45:10 +01:00 |
|
Mounir IDRASSI
|
3b1eebbfad
|
Language files: various enhancements to German translation (contributed by Ettore Atalan)
|
2016-01-09 21:44:03 +01:00 |
|
Mounir IDRASSI
|
80ba722497
|
Windows: increase the size of the field IDC_PREF_CACHE_PIM in the preferences dialog to avoid truncation when using a language other then English
|
2016-01-04 02:55:18 +01:00 |
|
Mounir IDRASSI
|
52d9838978
|
Language Files: update polish translation
|
2016-01-04 02:55:15 +01:00 |
|
Mounir IDRASSI
|
7a15ff2083
|
Windows: Enhance fix for dll hijacking vulnerability affecting installer (CVE-2016-1281)
|
2016-01-04 02:37:37 +01:00 |
|
Mounir IDRASSI
|
0600ae7d1c
|
Language XML files: update XML files with newly added fields.
|
2016-01-04 02:37:33 +01:00 |
|
Mounir IDRASSI
|
29d46b749d
|
Windows: Add keyboard shortcut alt+i for checking "Use PIM" in various dialogs like password dialog.
|
2016-01-04 02:37:29 +01:00 |
|
Mounir IDRASSI
|
ea8e8e517e
|
Linux: Restore Nautilus fix that was mistakenly removed by Whirlpool optimization commit
|
2016-01-03 09:30:21 +01:00 |
|
Mounir IDRASSI
|
723fcfa64d
|
Windows Driver: Remove unwanted ':' character at the end of volume device name. This was causing a crash in Kaspersky Internet Security 2016 when a program is run from a VeraCrypt volume.
|
2016-01-03 00:15:11 +01:00 |
|
Mounir IDRASSI
|
6e1f5cfe4b
|
Windows: use compiler intrinsic for some functions used in cryptographic primitives to ensure maximum performance.
|
2016-01-03 00:15:08 +01:00 |
|
Mounir IDRASSI
|
5872be28a2
|
Windows: Fix Dll hijacking vulnerability affecting installer that allows arbitrary code execution with elevation of privilege (CVE-2016-1281)
|
2016-01-03 00:15:05 +01:00 |
|
Mounir IDRASSI
|
6cb1eefc49
|
Windows: sign binaries using both SHA-1 and SHA-256 for maximum compatibility. Add requirement for Windows SDK 8.1 that contains signtool.exe version that enables this.
|
2016-01-03 00:15:02 +01:00 |
|
Mounir IDRASSI
|
4181283f29
|
Cryptography: Set 16-byte alignment for KEY_INFO structure that is used as input for Whirlpool hash. This helps improve performance.
|
2016-01-03 00:14:59 +01:00 |
|
Mounir IDRASSI
|
bb66dac8e6
|
Cryptography: correct Whirlpool compilation error on Big Endian platforms.
|
2016-01-03 00:14:54 +01:00 |
|
Mounir IDRASSI
|
0c2c0a846d
|
Cryptography: Optimize Whirlpool implementation by using public domain assembly code developed by Wei Dai
|
2015-12-31 01:56:19 +01:00 |
|
Mounir IDRASSI
|
d462806ea9
|
Windows: Make benchmark batch file run a PRF measurement only when associated container file is present.
|
2015-12-31 01:56:16 +01:00 |
|
Mounir IDRASSI
|
859c111d01
|
Readme: Make Readme.txt identical to README.md.
|
2015-12-25 20:30:53 +01:00 |
|
Mounir IDRASSI
|
82f372ef4f
|
README: Add reference to UPX as a dependency on Windows in README.md.
|
2015-12-25 20:29:12 +01:00 |
|
Mounir IDRASSI
|
5a2c8af7ec
|
Merge pull request #38 from makomi/master
Readme: fix markdown syntax, typos, and format
|
2015-12-25 20:22:30 +01:00 |
|
Mounir IDRASSI
|
2fd699cc66
|
Windows Driver: wipe cached PIM values when passwords are wiped.
|
2015-12-21 01:53:29 +01:00 |
|
Mounir IDRASSI
|
fcfcd1a2c4
|
Language XML files: update XML files with newly added fields.
|
2015-12-21 01:19:08 +01:00 |
|
Mounir IDRASSI
|
8f6c08330a
|
Windows: Implement PIM caching, both for system encryption and for normal volumes. Add options to activate it in the Preferences and System Settings.
|
2015-12-21 01:19:04 +01:00 |
|
Mounir IDRASSI
|
7832d712fd
|
Windows: solve issue with system favorites not being able to mount at A:
|
2015-12-16 23:38:44 +01:00 |
|
Mounir IDRASSI
|
3610d2c2ec
|
Language files: various fixes to German translation (contributed by Ettore Atalan)
|
2015-12-10 17:19:41 +01:00 |
|
Mounir IDRASSI
|
9a39164ed5
|
Language files: update German XML file (contributed by Ettore Atalan)
|
2015-12-09 23:24:53 +01:00 |
|
Mounir IDRASSI
|
4f17e0cfe9
|
MacOSX: Customize dmg file using VeraCrypt new logo
|
2015-12-06 11:51:23 +01:00 |
|
Mounir IDRASSI
|
c1f1c643ff
|
MacOSX: Add possibility in build script to reuse existing wxWidgets compiled library
|
2015-12-06 11:51:11 +01:00 |
|
Mounir IDRASSI
|
8e56e138cc
|
Windows Rescue Disk: when decryption paused/finished, display message to indicate that header is being updated
|
2015-12-05 19:35:45 +01:00 |
|
Mounir IDRASSI
|
1cf826dbad
|
Windows: Correct issue with some of new bitmaps that didn't render correctly.
|
2015-12-05 19:35:42 +01:00 |
|
Mounir IDRASSI
|
13c6f2948e
|
Windows: use new icons an graphics contributed by Andreas Becker (https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-118353850)
|
2015-12-05 00:07:13 +01:00 |
|
Mounir IDRASSI
|
533b7e1eb8
|
Linux/MacOSX: use new icons contributed by Andreas Becker (https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-118353850)
|
2015-12-04 22:20:45 +01:00 |
|
Mounir IDRASSI
|
3a9db8d98c
|
Linux: fix Nautilus not detected as file manager on some Gnome based destributions.
|
2015-12-04 22:20:42 +01:00 |
|
Mounir IDRASSI
|
613ea66c95
|
Merge pull request #35 from netdcy/patch-1
Update Language.zh-cn.xml
|
2015-11-30 14:03:07 +01:00 |
|
Mounir IDRASSI
|
efa436974d
|
Linux/MacOSX: Implement Unicode passwords suppport. Make validation of parameters in GUI more robust.
|
2015-11-30 13:58:19 +01:00 |
|
Mounir IDRASSI
|
cfadb231d2
|
Linux/MacOSX: Solve compilation issue following Windows Unicode rewrite
|
2015-11-30 13:58:15 +01:00 |
|
Mounir IDRASSI
|
e0408eee74
|
Language files: update German XML file (Dulla)
|
2015-11-28 10:36:19 +01:00 |
|
Mounir IDRASSI
|
96d8c65ab4
|
Language Files: update polish translation
|
2015-11-26 19:23:14 +01:00 |
|
Mounir IDRASSI
|
9666dda282
|
Windows: solve GUI issues caused by using ANSI string instead of UNICODE ones. Remove Unused functions.
|
2015-11-26 19:23:11 +01:00 |
|
Mounir IDRASSI
|
2408edb239
|
Windows Language files: update language XML files with added new fields.
|
2015-11-26 01:45:01 +01:00 |
|
Mounir IDRASSI
|
10d77be0d2
|
Windows: Support creating Traveler Disk when running in Portable Mode
|
2015-11-26 01:44:56 +01:00 |
|
Mounir IDRASSI
|
59611b8b37
|
Windows: solve crash caused by system function FormatMessage failure on rare cases.
|
2015-11-26 01:44:54 +01:00 |
|
Mounir IDRASSI
|
90bd57fe40
|
Windows: Full UNICODE rewrite and implement support for UNICODE passwords.
|
2015-11-26 01:44:52 +01:00 |
|
Mounir IDRASSI
|
ec7d96fcb7
|
Windows Bootloader: Avoid displaying empty new line between password and PIM after filling password field with dummy '*'.
|
2015-11-26 01:44:46 +01:00 |
|
Mounir IDRASSI
|
c53fd7ef0c
|
Windows Driver: solve compilation error in Debug build caused by a missing variable.
|
2015-11-26 01:44:43 +01:00 |
|
Mounir IDRASSI
|
d40eedeaaf
|
Language XML files: More fixes for language files following import into Crowdin.
|
2015-11-26 01:44:40 +01:00 |
|
Mounir IDRASSI
|
1c55894e1d
|
Language XML files: harmonize XML language files ad solve few issues.
|
2015-11-08 09:49:04 +01:00 |
|
Mounir IDRASSI
|
7322ebbc83
|
Merge pull request #31 from initbar/master
Update Language.ko.xml (by Herbert Shin)
|
2015-11-03 00:21:27 +01:00 |
|
Mounir IDRASSI
|
4a09511372
|
Language XML files: update Russian XML file by Dmitry Yerokhin.
|
2015-10-27 20:47:58 +01:00 |
|
Mounir IDRASSI
|
ebbbde8964
|
Windows: workaround to solve false positive detection by some anti-virus software.
|
2015-10-27 20:47:56 +01:00 |
|
Mounir IDRASSI
|
62de77e2c8
|
Windows: fix wrong translation for "Reset" button in hotkeys dialog
|
2015-10-27 20:47:53 +01:00 |
|
Mounir IDRASSI
|
c863f3769e
|
Language XML file: correct some fields and shorten some of them to avoid being truncated in GUI
|
2015-10-27 20:47:50 +01:00 |
|
Mounir IDRASSI
|
1d844c4557
|
Language Files: update polish translation
|
2015-10-20 16:13:10 +02:00 |
|
Mounir IDRASSI
|
908fa17e0f
|
Merge pull request #29 from netdcy/master
Update Language.zh-cn.xml
|
2015-10-19 13:03:59 +02:00 |
|
Mounir IDRASSI
|
4ff727d702
|
Language XML files: add some missing fields
|
2015-10-18 17:21:53 +02:00 |
|
Mounir IDRASSI
|
97701eb2e9
|
Windows: Ensure focus is always set to the drive list upon startup
|
2015-10-18 16:17:09 +02:00 |
|
Mounir IDRASSI
|
0a69062c6b
|
Language XML files: remove unused ID.
|
2015-10-18 16:17:07 +02:00 |
|
Mounir IDRASSI
|
d5e7426181
|
Merge pull request #27 from Zhangjintao/master
Update Language.zh-cn.xml (By zhangjintao)
|
2015-10-18 16:05:52 +02:00 |
|
Mounir IDRASSI
|
41819270bb
|
Windows: Solve lost focus for application after displaying the waiting dialog
|
2015-10-15 01:36:15 +02:00 |
|
Mounir IDRASSI
|
8342d0d616
|
Windows Rescue Disk: compress bootloader for rescue disk in several more cases because of its growing size.
|
2015-10-15 01:36:12 +02:00 |
|
Mounir IDRASSI
|
19483d2097
|
Windows Bootloader: Protect password/PIM length by filling the fields to their maximum length with '*' after ENTER is hit
|
2015-10-15 01:36:10 +02:00 |
|
Mounir IDRASSI
|
225acf4a22
|
Windows: resize some GUI fields to avoid text truncation with non US languages (e.g. German)
|
2015-10-15 01:36:07 +02:00 |
|
Mounir IDRASSI
|
fb67b54787
|
Language files: update German XML file with anonymous contribution (Dulla)
|
2015-10-15 01:36:04 +02:00 |
|
Mounir IDRASSI
|
23b69537a5
|
Windows: Set bPrebootPasswordDlgMode to FALSE at the correct code location.
|
2015-10-15 01:36:02 +02:00 |
|
Mounir IDRASSI
|
ee3fa19ed9
|
Windows: correct wrong ID for keyfiles button in password dialog
|
2015-10-15 01:35:59 +02:00 |
|
Mounir IDRASSI
|
f274f5bdc5
|
Windows: solve issue on VeraCryptExpander where if TB radio button was checked, it will remain checked even if GB, MB or KB is are checked.
|
2015-10-15 01:35:57 +02:00 |
|
Mounir IDRASSI
|
5a8eee91c3
|
Language Files: update polish translation
|
2015-10-15 01:35:54 +02:00 |
|
Mounir IDRASSI
|
8748013f7d
|
Increment version to 1.16. Update user guide PDF file.
|
2015-10-07 12:56:09 +02:00 |
|
Mounir IDRASSI
|
63091cd29c
|
Windows Language files: update language XML files with added new fields.
|
2015-10-07 12:56:05 +02:00 |
|
Mounir IDRASSI
|
9a6fc789eb
|
Windows: Add option to disable detection of "Evil Maid" attacks. This is helpful for users who have software running the modifies the bootloader, like FLEXnet.
|
2015-10-07 12:56:01 +02:00 |
|
Mounir IDRASSI
|
f3c91cb05c
|
Windows: Don’t try to mount using empty password when default keyfile configured or keyfile specified in command line. Add option in default keyfiles dialog to restore the old behavior.
|
2015-10-07 12:55:58 +02:00 |
|
Mounir IDRASSI
|
13058fd638
|
Windows: fix failure to restore volume header from an external file if custom PIM used or PRF different from default one. Also default PRF is correct set in password dialog for restore operation.
|
2015-10-05 04:31:19 +02:00 |
|