Commit graph

20 commits

Author SHA1 Message Date
İsmail Yılmaz
7769e4a04c
Core/SSH: libssh2 upgraded to version 1.11.1 (#209)
* Core/SSH: libssh2 upgraded to version 1.11.1

* Core/SSH: SFtpStream: Don't try to read file attrs if the file is newly created.

* Core/SSH: Error log fix.
2025-01-31 13:14:25 +01:00
İsmail Yılmaz
4c149b9066
SSH: Deprecated methods are removed. (#82) 2022-07-19 10:15:40 +02:00
oblivion
1e501e0d70 Core/SSH: Cosmetics.
git-svn-id: svn://ultimatepp.org/upp/trunk@15510 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-24 12:37:03 +00:00
oblivion
13766bd1c6 Core/SSH: SetError internal method is renamed as ThrowError to better describe its function.
git-svn-id: svn://ultimatepp.org/upp/trunk@15504 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-23 22:24:35 +00:00
oblivion
fd99bb03fb Core/SSH: Ssh class is refactored.
Core/SSH: Read/write methods are improved.
Core/SSH: Stream operations and abort mechanism in MT are improved.
Core/SSH: Minor cleanup & cosmetics.

git-svn-id: svn://ultimatepp.org/upp/trunk@15484 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-22 00:00:37 +00:00
oblivion
a403e111d8 Core/SSH: Minor fixes & decprecated methods are marked with [[deprecated]] attribute.
git-svn-id: svn://ultimatepp.org/upp/trunk@14997 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-07 18:53:40 +00:00
oblivion
810ea1ec95 Core/SSH: Z compression is enabled. (uses plugin/z on WIN32)
Core/SSH: A CLANG warning (-Wimplicit-function-declaration) condition for gettimeofday() function is fixed. 
Core/SSH: Cleanup, small bugfixes and cosmetics..
Core/SSH: API docs are updated accordingly.

git-svn-id: svn://ultimatepp.org/upp/trunk@14509 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-28 13:22:30 +00:00
oblivion
4010fbc913 SSH: New Fingerprint methods are added (MD5, SHA1, SHA256).
SSH: Old Fingerprint() and HashType() methods are deprecated.
SSH: Client and server side language method preference can now be specified.
SSH: Docs are updated.
SSH: Cosmetics & misc.

git-svn-id: svn://ultimatepp.org/upp/trunk@13647 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-10-16 13:02:00 +00:00
oblivion
0a6cd73237 SSH: SshSession - Authentication scheme 'none' is implemented.
git-svn-id: svn://ultimatepp.org/upp/trunk@13641 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-10-14 20:51:36 +00:00
oblivion
f8d8b55e09 SSH: Password change request and event is implemented.
git-svn-id: svn://ultimatepp.org/upp/trunk@13639 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-10-14 14:06:20 +00:00
oblivion
c59a668832 SSH: SshSession - Transport method prefrerences handling is fixed.
git-svn-id: svn://ultimatepp.org/upp/trunk@13637 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-10-12 22:54:29 +00:00
cxl
4a1d5d239b Core: flagHEAPOVERRIDE
git-svn-id: svn://ultimatepp.org/upp/trunk@13446 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-27 07:35:51 +00:00
oblivion
904039a141 SFtp: GetDefaultDir() method added. SshSession::WhenPhase added. Docs updated. Various improvements.
git-svn-id: svn://ultimatepp.org/upp/trunk@12237 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-02 18:56:26 +00:00
oblivion
c46da97d84 SFtp: CopyStream has replaced the Upp::CopyStream.
git-svn-id: svn://ultimatepp.org/upp/trunk@12185 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-25 19:20:22 +00:00
oblivion
665332a5e3 SSH: SshHosts error handling improved. Various fixes & cosmetics.
git-svn-id: svn://ultimatepp.org/upp/trunk@12181 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-23 12:50:05 +00:00
oblivion
89d8965e10 SSH: Standard channels (scp, exec, tunnel, shell) are all re-added. Minor bugfixes, cosmetics, cleanup. Docs updated.
git-svn-id: svn://ultimatepp.org/upp/trunk@12168 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-15 20:29:12 +00:00
oblivion
0c94f1e3d3 SSH: SshChannel and SshExec classes are refactored, and re-added to the package. Cosmetics & various cleanup.
git-svn-id: svn://ultimatepp.org/upp/trunk@12164 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-12 19:36:30 +00:00
oblivion
4c8563b309 SFtp::SymLink parameters are now references instead of pointers & various other small changes.
git-svn-id: svn://ultimatepp.org/upp/trunk@12159 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-11 09:47:10 +00:00
oblivion
10038d8b94 Third iteration: Started SshSession & SFtp refactoring.
git-svn-id: svn://ultimatepp.org/upp/trunk@12157 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-10 18:46:16 +00:00
cxl
c1f17ebfbe Core/SSH added (thanks Oblivion)
git-svn-id: svn://ultimatepp.org/upp/trunk@12125 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-31 08:17:23 +00:00