Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
passwords from clipboard is disabled during System Encryption wizard.
|
|
(proposed by @Lavode in #1187)
Fixes #1187
|
|
third-party file extensions usage.
|
|
Corected a typo
|
|
|
|
documentation to mention risks of third-party file extensions.
This commit also adds red color to the warning text about keyfiles in keyfiles dialogs.
|
|
* Update Langugage.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Correct merge mishap
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* normalize
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
* Update Language.fi.xml
|
|
interface
We remove usage of GetOpenFileNameW/GetSaveFileNameW/SHBrowseForFolderW which are deprecated by Microsoft
|
|
now minimal OS version.
|
|
loading thanks to Windows 7 being minimum supported version.
We also block execution on Windows versions older than Windows 7.
A lot of code was removed thanks to this.
|
|
|
|
|
|
This helps to preserve unknown entries that may be used by future
versions of VeraCrypt (forward compatibility) or entries used by old
versions that were removed from current version (backward compatibility)
|
|
|
|
Corrected a typo.
|
|
* Update Language.ro.xml 1.26.5
* Update Language.ro.xml
|
|
|
|
|
|
setting safe dll loading
|
|
* Update zlib to latest
* Update copyright
Updated copyright of zlib.
|
|
|
|
|
|
There was a logical bug that made the code check the filesystem size of
the device path "/dev" instead of using the actual size of the device
Fix #1180
|
|
https://github.com/veracrypt/VeraCrypt/blob/d3ecffac3b46abb0d6a91a82838c05b11fd6fe0c/Translations/Language.zh-cn.xml#L1608C89-L1608C89
Missing character n after backslash
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Update Language.zh-cn.xml
* Update Language.zh-cn.xml
* Update Language.zh-cn.xml
* Update Language.zh-cn.xml
* Update Language.zh-cn.xml
unify the colon symbol ``:`` to Chinese style ``:``
* Update Language.zh-cn.xml
unify symbols ``.`` ``,`` ``;`` to Chinese style ``。`` ``,`` ``;``
* Update Language.zh-cn.xml
* Update Language.zh-cn.xml
fix `:` in the bug report template
|
|
conflict
This avoids using a merge strategy that would have polluted git history (no squash possible)
|
|
|
|
|
|
|
|
For now, we force ReadOnly mounting for such partitions.
|
|
If we can set required privilege, we ask the user using UAC to enable them.
|
|
Rules of automatic flushing of stdout buffer is implementation-defined
behaviour. In glibc this is automatically flushed, but we can't rely
on it for other implementations such as musl.
|
|
|
|
steps to avoid signature check failures
|
|
value of MS certificate
We also rename the variables gpbSha256CodeSignCertFingerprint and gpbSha256MSCodeSignCertFingerprint to gpbSha512CodeSignCertFingerprint and gpbSha512MSCodeSignCertFingerprint respectively to reflect the fact that they are actually SHA512 hash values and not SHA256 ones.
|
|
|
|
* Update Language.ro.xml
* Update Language.ro.xml
Final version
|
|
When using multiple monitors, the resolution can change in OSX,
during plug-in/off off the display(s). To avoid window becoming
non-usable, there is EnsureVisible, that is called in several
places.
However, if you minimize VeraCrypt on the bigger screen, and
restore it in the main screen of a MacBook, after unplugging, the
window will become unusable (unless you know that clicking 'About'
calls EnsureVisible :-)).
Call EnsureVisible OnActivate so MainFrame is always functional
across screens, even when minimized.
|
|
Some systems (e.g. Alpine Linux) seems to require this.
|
|
If an error happens, error message will be read from popen pipe and so
libpcsclite.so will not be found. This is the same outcome as when
stdout is empty.
|
|
creating volumes
This is unlikely to happen thanks to random generator properties but we much add this check to prevent an attack described in page 3 of https://csrc.nist.gov/csrc/media/Projects/crypto-publication-review-project/documents/initial-comments/sp800-38e-initial-public-comments-2021.pdf
|
|
keys option is enable
When this option is enabled, we first build the list of currently inserted devices then we start listening to insertion events.
When a device insertion occurs, we check if this device is on our list and if yes, we ignore its insertion.
We also ignore devices whose Device ID starts with "SWD\" and "ROOT\" since these are not real devices.
|