Debug x64 Win32 Debug x86 Win32 Debug Win32 Release x64 Win32 Release x86 Win32 Release Win32 {EF5EF444-18D0-40D7-8DFA-775EC4448602} Driver MakeFileProj Makefile Makefile Makefile Makefile Makefile Makefile <_ProjectFileVersion>10.0.40219.1 Debug\ Debug\ echo ------ Building veracrypt.sys: Debug x86 ------ cmd.exe /c BuildDriver.c
/*
 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-2016 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_Main_Forms_ChangePasswordDialog
#define TC_HEADER_Main_Forms_ChangePasswordDialog

#include "Forms.h"
#include "Main/Main.h"
#include "VolumePasswordPanel.h"

namespace VeraCrypt
{
	class ChangePasswordDialog : public ChangePasswordDialogBase
	{
	public:
		struct Mode
		{
			enum Enum
			{
				ChangePasswordAndKeyfiles,
				ChangeKeyfiles,
				RemoveAllKeyfiles,
				ChangePkcs5Prf
			};
		};

		ChangePasswordDialog (wxWindow* parent, shared_ptr <VolumePath> volumePath, Mode::Enum mode = Mode::ChangePasswordAndKeyfiles, shared_ptr <VolumePassword> password = shared_ptr <VolumePassword> (), shared_ptr <KeyfileList> keyfiles = shared_ptr <KeyfileList> (), shared_ptr <VolumePassword> newPassword = shared_ptr <VolumePassword> (), shared_ptr <KeyfileList> newKeyfiles = shared_ptr <KeyfileList> ());
		virtual ~ChangePasswordDialog ();

	protected:
		void OnOKButtonClick (wxCommandEvent& event);
		void OnPasswordPanelUpdate ();
		void OnPasswordPanelUpdate (EventArgs &args) { OnPasswordPanelUpdate(); }

		Mode::Enum DialogMode;

		VolumePasswordPanel *CurrentPasswordPanel;
		VolumePasswordPanel *NewPasswordPanel;
		shared_ptr <VolumePath> Path;
	};
}

#endif // TC_HEADER_Main_Forms_ChangePasswordDialog
guration)|$(Platform)'=='Release x64|Win32'">$(NMakeAssemblySearchPath) $(NMakeForcedUsingAssemblies) $(Configuration)\ $(Configuration)\ if exist $(SolutionDir)\Mount\Debug\VeraCrypt.exe ( copy $(SolutionDir)\Mount\Debug\VeraCrypt.exe $(ProjectDir)\obj_driver_debug\amd64\VeraCrypt.exe >NUL: ) else ( copy $(SolutionDir)\Mount\Release\VeraCrypt.exe $(ProjectDir)\obj_driver_debug\amd64\VeraCrypt.exe >NUL: ) BuildDriver.cmd -build -debug -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)" if exist $(SolutionDir)\Mount\Debug\VeraCrypt.exe ( copy $(SolutionDir)\Mount\Debug\VeraCrypt.exe $(ProjectDir)\obj_driver_debug\amd64\VeraCrypt.exe >NUL: ) else ( copy $(SolutionDir)\Mount\Release\VeraCrypt.exe $(ProjectDir)\obj_driver_debug\amd64\VeraCrypt.exe >NUL: ) BuildDriver.cmd -rebuild -debug -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)" BuildDriver.cmd -clean -debug -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)" $(ProjectDir)\obj_driver_debug\amd64\VeraCrypt.exe DEBUG;_DEBUG;TC_WINDOWS_DRIVER;$(NMakePreprocessorDefinitions) $(ProjectDir);$(SolutionDir);$(SolutionDir)\Common;$(SolutionDir)\Crypto;$(WINDDK_ROOT)\inc\ddk;$(WINDDK_ROOT)\inc\api;$(NMakeIncludeSearchPath) $(NMakeForcedIncludes) $(NMakeAssemblySearchPath) $(NMakeForcedUsingAssemblies)
{8b7f059f-e4c7-4e11-88f5-ee8b8433072e} false