VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-07-14Windows: Don't offer "None" as wipe mode when real wipe is explicitly needed ...Mounir IDRASSI1.highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highl14-58/+219
2015-07-13Windows: Solve failure to create hidden volume when PIM used for outer volume...Mounir IDRASSI1-3/+2
2015-07-13Windows: Set longer wait hint time for System Favorites Service to avoid bein...Mounir IDRASSI1-8/+81
2015-07-11Linux: Solve compilation warning (unused variables, pointer cast)Mounir IDRASSI4-10/+1
2015-07-11Linux: Solve error when building against dynamic wxWidgets library, especiall...Mounir IDRASSI2-0/+5
2015-07-11Use Pim name for internal variables instead of the old name PinMounir IDRASSI42-350/+350
2015-07-08Windows: Fix old issue inherited from TrueCrypt by initializing COM library b...Mounir IDRASSI1-0/+4
2015-07-08Windows: Disable Set Key Header Algorithm item in "Volumes" menu when the sys...Mounir IDRASSI1-0/+14
2015-07-07Windows: Disable menu item for changing system header key derivation algorith...Mounir IDRASSI1-1/+4
2015-07-06Windows: better logic for FormatEx function call. To be replaced in the futur...Mounir IDRASSI2-10/+81
2015-07-06Windows: Display source location of errors in order to help diagnose issues r...Mounir IDRASSI23-227/+270
2015-07-04Linux: Support checking/reparing mounted filesystem on KDE when xterm not ava...Mounir IDRASSI1-0/+25
2015-07-03Windows: re-size some controls to avoid text truncation.Mounir IDRASSI1-4/+4
2015-07-03Windows: Solve privacy issue inherited from TrueCrypt and linked to the updat...Mounir IDRASSI4-161/+338
2015-07-03Language XML: Add newlines to PIM Help Text to make clearer for readingMounir IDRASSI1-2/+2
2015-07-03Windows: Explicitly use internal PKCS#11 headers for buildingMounir IDRASSI3-10/+10
2015-06-28Linux/MacOSX: Add dedicated PIM page in the volume creation wizard. Correct P...Mounir IDRASSI11-10/+660
2015-06-26Linux: don't ask for PIM if TrueCryptMode enabled, both in command line and GUIMounir IDRASSI6-13/+36
2015-06-24Linux: if a keyfile is specified in the command line without a password, don'...Mounir IDRASSI1-1/+1
2015-06-24Linux/MacOSX: solve GUI layout issues although the volume creation wizard sti...Mounir IDRASSI4-9/+10
2015-06-24Linux/MacOSX: restore normal file mode to some source filesMounir IDRASSI35-0/+0
2015-06-24Linux: solve bug when "-tc" command line switch is not followed by another sw...Mounir IDRASSI1-1/+1
2015-06-24Linux/MacOSX: first dynamic mode implementationMounir IDRASSI37-105/+680
2015-06-21Windows: Add a dedicate page for volume PIM in the volume creation wizardMounir IDRASSI7-35/+125
2015-06-19Windows: in "VeraCrypt Format.exe", erase the volume PIM value after the proc...Mounir IDRASSI1-0/+3
2015-06-19Windows: If PIM of a volume is changed and if it is a favorite or system favo...Mounir IDRASSI4-6/+58
2015-06-19Windows: Use "PIM" instead of "PIN" in favorites XML fileMounir IDRASSI1-2/+7
2015-06-12Windows installer: solve Windows XP 32-bit incompatibility issue introduced p...Mounir IDRASSI1-3/+21
2015-06-10Windows: Implement waiting dialog for Auto-Mount Devices operations to avoid ...Mounir IDRASSI1-4/+29
2015-06-10Windows: solve installer issue on Windows 10 caused by failure to overwrite V...Mounir IDRASSI6-28/+70
2015-06-08Windows: rename PIN to PIM to avoid confusion. Better error messages.Mounir IDRASSI17-140/+140
2015-06-08Windows: Add command line switch parameter for temporary caching of password ...Mounir IDRASSI1-2/+9
2015-06-07Windows: Add support for PIN in favorites. Several enhancements to GUI handli...Mounir IDRASSI13-49/+211
2015-05-31Windows: fix buffer overrun issue when parsing language XML fileMounir IDRASSI1-1/+3
2015-05-29Windows: reorder command line switched with alphabetical order for better hel...Mounir IDRASSI1-3/+3
2015-05-29Windows: workaround FormatEx keeping references on formatted volume by adding...Mounir IDRASSI3-7/+18
2015-05-29Windows: Display VeraCrypt version information when the command line switch /...Mounir IDRASSI2-5/+15
2015-05-27Windows: GUI modifications around PIN fieldMounir IDRASSI11-62/+63
2015-05-26Windows: first implementation of dynamic modeMounir IDRASSI46-287/+706
2015-05-26Windows: solve 64-bit compilation warnings after checking that they are harml...Mounir IDRASSI11-113/+114
2015-05-22Windows Setup: Integrate 64-bit builds of exe files into the installer. Only ...Mounir IDRASSI4-5/+34
2015-05-22Windows: Modifications to build 64-bit versions of VeraCrypt.exe & "VeraCrypt...Mounir IDRASSI9-20/+1292
2015-05-22Windows: make random generator function compatible with 64-bit execution envi...Mounir IDRASSI2-15/+36
2015-05-22Windows: Correctly detect switch user and RDP disconnect as session locking s...Mounir IDRASSI1-1/+1