Martin Prikryl f44fa04699 Change: By default, warning is issued when using Diffie-Hellman group 1 key exchange algorithm. 9 years ago
..
Bookmarks.cpp 0409ecd920 Merging declaration and assignment 7 years ago
Bookmarks.h 2e4b4738f0 5.2 7 years ago
Common.cpp 4d2319daf3 Supporting long paths when saving or loading the extension or script file 7 years ago
Common.h b9fc2ce751 Extensions adding 7 years ago
Configuration.cpp e3df51904c Bug fix: The /loglevel switch did not apply when used with pre-configured log file 7 years ago
Configuration.h aeec70feb5 Separating head and tail session code generation to allow inserting transfer code 7 years ago
CopyParam.cpp a75af65a64 Bug 1410: Option to preserve directory timestamps is not enabled for synchronization 7 years ago
CopyParam.h 04fab653e6 Not using "my" prefix for VB.NET variables + No redundant declaration of Session variable type + Bug fix: Session timeout was incorrectly set in seconds, instead of milliseconds + Using -Property switch to initialize SessionOptions properties in PowerShell + Generating code for transfer settings + TransferOptions.ResumeSupport is settable + Setting TransferResumeSupport.Threshold automatically sets State to Smart 7 years ago
CoreMain.cpp 987728ea0c Prettifying debug macros 7 years ago
CoreMain.h 26b6b13bc8 5.6 7 years ago
Cryptography.cpp d8f92984b9 First public commit of dev branch 7 years ago
Cryptography.h 2e4b4738f0 5.2 7 years ago
Exceptions.cpp 0028f4da63 Do not consider "out of memory" error if user loads too large file, despite being warned, as an internal error 7 years ago
Exceptions.h 5a9d22512f 5.6.2 7 years ago
FileBuffer.cpp b55e9565da Function call-line syntax for DebugFail + Replacing all DebugAssert(false) with DebugFail 7 years ago
FileBuffer.h d8f92984b9 First public commit of dev branch 7 years ago
FileInfo.cpp 56a595dc47 .NET extension dependency 7 years ago
FileInfo.h f852f86f1a Extensions 7 years ago
FileMasks.cpp d8f92984b9 First public commit of dev branch 7 years ago
FileMasks.h d8f92984b9 First public commit of dev branch 7 years ago
FileOperationProgress.cpp d8f92984b9 First public commit of dev branch 7 years ago
FileOperationProgress.h d8f92984b9 First public commit of dev branch 7 years ago
FileSystems.cpp d8f92984b9 First public commit of dev branch 7 years ago
FileSystems.h d8f92984b9 First public commit of dev branch 7 years ago
FtpFileSystem.cpp c4eedd3d7a Bug 1074: Support for FTP servers with Windows-like paths (fixed again after broken in 5.8.2 by Bug 1400) 7 years ago
FtpFileSystem.h 61320ef766 Bug 1403: Do not list remote directory when uploading file using FTP protocol with overwrite confirmations off 7 years ago
Global.cpp d8f92984b9 First public commit of dev branch 7 years ago
Global.h b55e9565da Function call-line syntax for DebugFail + Replacing all DebugAssert(false) with DebugFail 7 years ago
HierarchicalStorage.cpp f2ce5adc98 Compiler warnings discovered by build server 7 years ago
HierarchicalStorage.h d8f92984b9 First public commit of dev branch 7 years ago
Http.cpp bccbf26e02 Fixing sending of HTTP headers 7 years ago
Http.h b9fc2ce751 Extensions adding 7 years ago
Interface.h ca3f4cf73f Explicit include, needed for an isolated build 7 years ago
KeyGen.cpp b55e9565da Function call-line syntax for DebugFail + Replacing all DebugAssert(false) with DebugFail 7 years ago
KeyGen.h 2e4b4738f0 5.2 7 years ago
NamedObjs.cpp d8f92984b9 First public commit of dev branch 7 years ago
NamedObjs.h d8f92984b9 First public commit of dev branch 7 years ago
NeonIntf.cpp b55e9565da Function call-line syntax for DebugFail + Replacing all DebugAssert(false) with DebugFail 7 years ago
NeonIntf.h d8f92984b9 First public commit of dev branch 7 years ago
Option.cpp b55e9565da Function call-line syntax for DebugFail + Replacing all DebugAssert(false) with DebugFail 7 years ago
Option.h d8f92984b9 First public commit of dev branch 7 years ago
PuttyIntf.cpp a6251535e7 PuTTY EC curve memory leak 7 years ago
PuttyIntf.h d8f92984b9 First public commit of dev branch 7 years ago
PuttyTools.h eee5e3964a Support for new private key files formats + Recognition of public key files + Conversion of new OpenSSH private key format 7 years ago
Queue.cpp b55e9565da Function call-line syntax for DebugFail + Replacing all DebugAssert(false) with DebugFail 7 years ago
Queue.h 26b6b13bc8 5.6 7 years ago
RemoteFiles.cpp b55e9565da Function call-line syntax for DebugFail + Replacing all DebugAssert(false) with DebugFail 7 years ago
RemoteFiles.h d8f92984b9 First public commit of dev branch 7 years ago
ScpFileSystem.cpp e9a33df806 Bug 1416: Ignore blank lines in "ls" command output 7 years ago
ScpFileSystem.h d8f92984b9 First public commit of dev branch 7 years ago
Script.cpp fb68ee6f0c Generating transfer script + Not highlighting script strings + Script command-line 7 years ago
Script.h d8f92984b9 First public commit of dev branch 7 years ago
SecureShell.cpp 0b19717743 Updates to make code compatible with PuTTY 2016-03-31 (7f3c956) 7 years ago
SecureShell.h 197c95a87b Bug 1394: API/Method Session.ScanFingerprint to scan server's hostkey or certificate fingerprint 7 years ago
Security.cpp d8f92984b9 First public commit of dev branch 7 years ago
Security.h 26b6b13bc8 5.6 7 years ago
SessionData.cpp f44fa04699 Change: By default, warning is issued when using Diffie-Hellman group 1 key exchange algorithm. 7 years ago
SessionData.h fe368a4716 Updates to make code compatible with PuTTY 2016-04-07.8552f5c - SSH version fallback is not supported anymore 7 years ago
SessionInfo.cpp 99498ac3e7 Bug 51: Optionally following symbolic links to directories during file operations 7 years ago
SessionInfo.h fb68ee6f0c Generating transfer script + Not highlighting script strings + Script command-line 7 years ago
SftpFileSystem.cpp 99498ac3e7 Bug 51: Optionally following symbolic links to directories during file operations 7 years ago
SftpFileSystem.h d8f92984b9 First public commit of dev branch 7 years ago
Terminal.cpp f2ce5adc98 Compiler warnings discovered by build server 7 years ago
Terminal.h 99498ac3e7 Bug 51: Optionally following symbolic links to directories during file operations 7 years ago
Usage.cpp a9cd1f05f4 5.2.6 7 years ago
Usage.h 0c93cf6567 5.5.4 7 years ago
WebDAVFileSystem.cpp 99498ac3e7 Bug 51: Optionally following symbolic links to directories during file operations 7 years ago
WebDAVFileSystem.h af1d70a95f Bug 1397: SSPI/NTLM/Negotiate authentication is endlessly retried with WebDAV protocol + Bug fix: User is not informed when SSPI/NTLM/Negotiate authentication fails 7 years ago