VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Dlgcode.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-3/+3
2016-01-20Windows:Fix issue with the display of legal notices text. Regression caused b...Mounir IDRASSI1-1/+7
2016-01-17Windows: avoid leaking location of selected keyfiles by clearing global varia...Mounir IDRASSI1-0/+5
2016-01-10Windows: Avoid wrong update of configuration XML file caused by not using the
/*
 Derived from source code of TrueCrypt 7.1a, which is
 Copyright (c) 2008-2012 TrueCrypt Developers Association and which is governed
 by the TrueCrypt License 3.0.

 Modifications and additions to the original source code (contained in this file) 
 and all other portions of this file are Copyright (c) 2013-2015 IDRIX
 and are governed by the Apache License 2.0 the full text of which is
 contained in the file License.txt included in VeraCrypt binary and source
 code distribution packages.
*/

#ifndef TC_HEADER_Platform_PlatformTest
#define TC_HEADER_Platform_PlatformTest

#include "PlatformBase.h"
#include "Thread.h"

namespace VeraCrypt
{
	class PlatformTest
	{
	public:
		static bool TestAll ();

	protected:
		class RttiTestBase
		{
		public:
			virtual ~RttiTestBase () { };
		};

		class RttiTest : public RttiTestBase {
		public:
			virtual ~RttiTest () { };
		};

		PlatformTest ();
		static void SerializerTest ();
		static void ThreadTest ();
		static TC_THREAD_PROC ThreadTestProc (void *param);

		static bool TestFlag;
	};
}

#endif // TC_HEADER_Platform_PlatformTest
rc/Common/Dlgcode.c?h=VeraCrypt_1.24-Update2&id=ad3b8eca694ed4d7a0ff17f955736725aad0cea6'>Windows: Protect against using a container file as its own keyfile. Normalizi...
Mounir IDRASSI1-0/+10
2015-08-16Windows: Solve UI language change not taken into account for new install unle...Mounir IDRASSI1-0/+41
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 an...Mounir IDRASSI1-9/+12
2015-07-13Windows: on 64-bit Windows, more System favorite service from SysWoW64 to Sys...Mounir IDRASSI1-2/+2
2015-07-13Windows: Modify PIM parts in GUI to make it easier to use. Users must explici...Mounir IDRASSI1-1/+7
2015-07-11Use Pim name for internal variables instead of the old name PinMounir IDRASSI1-16/+16
2015-07-06Windows: Display source location of errors in order to help diagnose issues r...Mounir IDRASSI1-58/+58
2015-06-10Windows: solve installer issue on Windows 10 caused by failure to overwrite V...Mounir IDRASSI1-4/+33
2015-06-08Windows: rename PIN to PIM to avoid confusion. Better error messages.Mounir IDRASSI1-3/+3
2015-06-07Windows: Add support for PIN in favorites. Several enhancements to GUI handli...Mounir IDRASSI1-8/+26
2015-05-29Windows: workaround FormatEx keeping references on formatted volume by adding...Mounir IDRASSI1-4/+14
2015-05-27Windows: GUI modifications around PIN fieldMounir IDRASSI1-0/+18
2015-05-26Windows: first implementation of dynamic modeMounir IDRASSI1-8/+31
2015-05-26Windows: solve 64-bit compilation warnings after checking that they are harml...Mounir IDRASSI1-35/+36
2015-05-22Windows: Modifications to build 64-bit versions of VeraCrypt.exe & "VeraCrypt...Mounir IDRASSI1-4/+4
2015-05-17Windows: First implementation of non-system volumes decryption.Mounir IDRASSI1-6/+102
2015-05-06Windows: Solve detection issue when resuming encryption. Add separate logic f...Mounir IDRASSI1-6/+42
2015-05-03Windows Driver: Implement querying physical sector size of veraCrypt volume t...Mounir IDRASSI1-0/+78
2015-05-03Windows: Modify custom window class names to less generic value in order to a...Mounir IDRASSI1-5/+5
2015-04-27Windows: Support A: and B: as driver letters for mounting volumes.Mounir IDRASSI1-2/+2
2015-04-06Windows vulnerability fix: CryptAcquireContext vulnerability fix. Add checks ...Mounir IDRASSI1-5/+31
2015-03-19Windows: correctly handle WIN32 LastError when mounting. Harmonize file acces...Mounir IDRASSI1-2/+19
2015-03-02Windows: if TrueCrypt volume created with a version prior to 6.0, display thi...Mounir IDRASSI1-2/+3
2015-02-09Windows: Solve PIN blocked issue when trying to mount a volume right after co...Mounir IDRASSI1-2/+8
2015-02-09Static Code Analysis: Correct memory leaks. Add more checks.Mounir IDRASSI1-18/+76
2015-02-08Windows: retry UAC prompt operation in case of failure. This avoids cancel th...Mounir IDRASSI1-0/+5
2015-01-04Windows: better display of volume information and benchmark results.Mounir IDRASSI1-0/+2