| .. |
|
Bookmarks.cpp
|
5dfbf31821
Bug 1127: Bookmark drop down menu
|
7 rokov pred |
|
Bookmarks.h
|
5dfbf31821
Bug 1127: Bookmark drop down menu
|
7 rokov pred |
|
Common.cpp
|
b118d29399
Reusing FromUnixPath
|
3 rokov pred |
|
Common.h
|
efc0b60ad3
PackageName counter
|
3 rokov pred |
|
Configuration.cpp
|
88f20f64be
Factoring out a constant for .ssh folder name
|
3 rokov pred |
|
Configuration.h
|
88f20f64be
Factoring out a constant for .ssh folder name
|
3 rokov pred |
|
CopyParam.cpp
|
d8a274d910
Bug 1922: Do not use a transfer via temporary file for files that would exceed system length limit with the temporary extension
|
5 rokov pred |
|
CopyParam.h
|
75f69fbb0f
Redundant constants
|
3 rokov pred |
|
CoreMain.cpp
|
f074f481bf
Bug fix: Do not say "Terminated by user" when the session has actually timed out.
|
3 rokov pred |
|
CoreMain.h
|
26b6b13bc8
5.6
|
7 rokov pred |
|
Cryptography.cpp
|
965a14838f
Updating code to PuTTY 0d2d20aa
|
6 rokov pred |
|
Cryptography.h
|
e5887883a2
Updating code to PuTTY dfdb73e1
|
6 rokov pred |
|
Exceptions.cpp
|
55609e080c
Separating context from error
|
5 rokov pred |
|
Exceptions.h
|
b3fd583f41
Bug 1949: Improve handling of long shell command error messages
|
4 rokov pred |
|
FileBuffer.cpp
|
8730059803
With SFTP protocol files can be streamed from stdin in scripting (part of Bug 1738)
|
5 rokov pred |
|
FileBuffer.h
|
8730059803
With SFTP protocol files can be streamed from stdin in scripting (part of Bug 1738)
|
5 rokov pred |
|
FileInfo.cpp
|
26e3fa40f4
Code formatting
|
3 rokov pred |
|
FileInfo.h
|
98fa08c5c5
Bug fix: Version check did not work with five digit build number
|
5 rokov pred |
|
FileMasks.cpp
|
958a9949c6
Bug 2052: File masks relative to the root of an operation
|
3 rokov pred |
|
FileMasks.h
|
958a9949c6
Bug 2052: File masks relative to the root of an operation
|
3 rokov pred |
|
FileOperationProgress.cpp
|
f2fd31c4a8
Factoring out IsTransfer
|
3 rokov pred |
|
FileOperationProgress.h
|
f2fd31c4a8
Factoring out IsTransfer
|
3 rokov pred |
|
FileSystems.cpp
|
0eacaaaa9a
Compiler warning introduced by 64f634db37
|
7 rokov pred |
|
FileSystems.h
|
0a08412ec1
Bug 1653: Files can be optionally encrypted when storing them on SFTP server
|
7 rokov pred |
|
FtpFileSystem.cpp
|
384bb10524
Bug 2046: Automatically reconnect when FTP server fails to open data connection, if it previously worked
|
3 rokov pred |
|
FtpFileSystem.h
|
2be1e36e33
Typo in field name
|
3 rokov pred |
|
Global.cpp
|
270d8018f4
Bug 1796: Allow empty password authentication with FTP servers that prompt for empty passwords
|
6 rokov pred |
|
Global.h
|
270d8018f4
Bug 1796: Allow empty password authentication with FTP servers that prompt for empty passwords
|
6 rokov pred |
|
HierarchicalStorage.cpp
|
4f8013a2de
Switch-like raw session settings can be configured using on/off/auto keywords
|
4 rokov pred |
|
HierarchicalStorage.h
|
4f8013a2de
Switch-like raw session settings can be configured using on/off/auto keywords
|
4 rokov pred |
|
Http.cpp
|
80e08f8d60
Bug 572: Amazon S3 protocol (directory browsing)
|
7 rokov pred |
|
Http.h
|
80e08f8d60
Bug 572: Amazon S3 protocol (directory browsing)
|
7 rokov pred |
|
Interface.h
|
f074f481bf
Bug fix: Do not say "Terminated by user" when the session has actually timed out.
|
3 rokov pred |
|
KeyGen.cpp
|
dc4a08d325
USE_COMPATIBLE_THREAD directive does not exist anymore
|
6 rokov pred |
|
KeyGen.h
|
2e4b4738f0
5.2
|
7 rokov pred |
|
NamedObjs.cpp
|
3251009b94
Bug 1293: Option to turn off Natural order numerical sorting
|
7 rokov pred |
|
NamedObjs.h
|
d8f92984b9
First public commit of dev branch
|
7 rokov pred |
|
NeonIntf.cpp
|
4a208832b6
Synchronizing code discrepancies between master and dev branch mostly caused by different resolutions of conflicts when cherry picking changes for 5.20 version
|
3 rokov pred |
|
NeonIntf.h
|
90d27a6ac8
Bug 1842: Support SHA-256 fingerprints of TLS/SSL certificates
|
5 rokov pred |
|
Option.cpp
|
55a3b5b2d6
Factoring out TOptions::Parse
|
6 rokov pred |
|
Option.h
|
55a3b5b2d6
Factoring out TOptions::Parse
|
6 rokov pred |
|
PuttyIntf.cpp
|
7a9a31484f
Warning when selecting too new key file + Fixing selecting PPK files and error message when selecting SSH-1 keys, both broken by 5dfcf1eb
|
3 rokov pred |
|
PuttyIntf.h
|
21d47649f0
When connecting to new SSH host, its host key can be automatically accepted in scripting and .NET assembly
|
5 rokov pred |
|
PuttyTools.h
|
7a9a31484f
Warning when selecting too new key file + Fixing selecting PPK files and error message when selecting SSH-1 keys, both broken by 5dfcf1eb
|
3 rokov pred |
|
Queue.cpp
|
f2fd31c4a8
Factoring out IsTransfer
|
3 rokov pred |
|
Queue.h
|
17d5e0d1e5
Bug 1916: Displaying, what directory is being read at the end of login to a server, in a tooltip
|
5 rokov pred |
|
RemoteFiles.cpp
|
958a9949c6
Bug 2052: File masks relative to the root of an operation
|
3 rokov pred |
|
RemoteFiles.h
|
d2f9693f1c
Bug 1641: Support ACL for S3
|
3 rokov pred |
|
S3FileSystem.cpp
|
4d33df6ff6
Bug 2047: Automatically retry when S3 transfer fails with 503 code (Slow down or Service unavailable)
|
3 rokov pred |
|
S3FileSystem.h
|
d2f9693f1c
Bug 1641: Support ACL for S3
|
3 rokov pred |
|
ScpFileSystem.cpp
|
d2f9693f1c
Bug 1641: Support ACL for S3
|
3 rokov pred |
|
ScpFileSystem.h
|
0a08412ec1
Bug 1653: Files can be optionally encrypted when storing them on SFTP server
|
7 rokov pred |
|
Script.cpp
|
958a9949c6
Bug 2052: File masks relative to the root of an operation
|
3 rokov pred |
|
Script.h
|
5ec39a0c4e
Generalizing Bug 1956: Some errors and information while opening a session in scripting were not logged
|
4 rokov pred |
|
SecureShell.cpp
|
96ae60100d
Removing noop code
|
3 rokov pred |
|
SecureShell.h
|
cda4ea8a81
Removing support for SSH-1
|
3 rokov pred |
|
Security.cpp
|
9887ac9205
Optimization
|
3 rokov pred |
|
Security.h
|
9887ac9205
Optimization
|
3 rokov pred |
|
SessionData.cpp
|
e31d69dc93
Bug 2053: Support importing key files that are specified using home ~ prefix from OpenSSH config file
|
3 rokov pred |
|
SessionData.h
|
93ca220010
Bug fix: When initial remote directory specified in the "open" command does not exist, the error was silently ignored
|
3 rokov pred |
|
SessionInfo.cpp
|
63243511ec
Bug 597: Bytes transferred are recorded in XML log and available in .NET assembly API + Bug fix: When size of a file downloaded with FTP protocol changes (or when ASCII mode is used) the logged size did not reflect the actual transfer size
|
3 rokov pred |
|
SessionInfo.h
|
d2f9693f1c
Bug 1641: Support ACL for S3
|
3 rokov pred |
|
SftpFileSystem.cpp
|
d2f9693f1c
Bug 1641: Support ACL for S3
|
3 rokov pred |
|
SftpFileSystem.h
|
5b5a56f675
Bug fix: Some operations with relative paths (notably creating and deleting a subdirectory) were failing on encrypted session
|
4 rokov pred |
|
Terminal.cpp
|
88f20f64be
Factoring out a constant for .ssh folder name
|
3 rokov pred |
|
Terminal.h
|
0bb1949ebe
Bug 2016: Failure when entering directory that contains file with a slash in its name
|
3 rokov pred |
|
Usage.cpp
|
f36d12ce3d
StartupSeconds* counters
|
5 rokov pred |
|
Usage.h
|
f36d12ce3d
StartupSeconds* counters
|
5 rokov pred |
|
WebDAVFileSystem.cpp
|
d2f9693f1c
Bug 1641: Support ACL for S3
|
3 rokov pred |
|
WebDAVFileSystem.h
|
4dd8ee006c
Bug 1824: Workaround for specific encoding of special characters in filenames by OneDrive WebDAV interface
|
4 rokov pred |