Try not to leak passwords in memory
commitdf96f22f90dcca60c46e292b45127071c8b30d36
authorSven Strickroth <email@cs-ware.de>
Mon, 31 Dec 2018 11:58:36 +0000 (31 12:58 +0100)
committerSven Strickroth <email@cs-ware.de>
Tue, 1 Jan 2019 14:32:10 +0000 (1 15:32 +0100)
tree4376a9625a9bea479e98558934f24c84bf354569
parent53e83c022d52ef4f8287d0e153f91b635a28ddae
Try not to leak passwords in memory

Signed-off-by: Sven Strickroth <email@cs-ware.de>
16 files changed:
src/Resources/TortoiseProcENG.rc
src/SshAskPass/SshAskPass.cpp
src/TortoisePlink/LoginDialog.cpp
src/TortoisePlink/LoginDialog.h
src/TortoiseProc/AppUtils.cpp
src/TortoiseProc/SendMail.cpp
src/TortoiseProc/Settings/SettingSMTP.cpp
src/TortoiseProc/Settings/SettingSMTP.h
src/TortoiseProc/UserPassword.cpp
src/TortoiseProc/UserPassword.h
src/TortoiseProc/resource.h
src/Utils/HwSMTP.cpp
src/Utils/HwSMTP.h
src/Utils/WindowsCredentialsStore.cpp
src/Utils/WindowsCredentialsStore.h
test/UnitTests/WindowsCredentialsStoreTests.cpp