terrafrost
ee278f3062
Merge branch 'timeout-alt-1.0' into timeout-alt-2.0
2020-05-29 08:10:36 -05:00
terrafrost
9651d075e3
SSH2: timeout after 5s for channel closures
2020-05-29 08:10:03 -05:00
terrafrost
ceaffa8fa9
Merge branch '1.0' into 2.0
2020-05-10 23:52:20 -05:00
terrafrost
ef9785d9c5
SFTP: if /path/to/file is a file then /path/to/file/whatever errors
2020-05-10 23:51:16 -05:00
terrafrost
f79b34f75a
Merge branch '1.0' into 2.0
2020-05-10 10:26:53 -05:00
terrafrost
bcaa494af2
ANSI: fix "Number of elements can't be negative" error
2020-05-10 10:25:03 -05:00
terrafrost
2a6fc5695c
Merge branch '1.0' into 2.0
2020-05-01 21:35:53 -05:00
terrafrost
a07f5bc6a2
SFTP: realpath('') produced an error
2020-05-01 21:34:44 -05:00
terrafrost
3b99d23220
Merge branch '1.0' into 2.0
2020-04-28 22:07:45 -05:00
Simon Podlipsky
e29f5bda14
Fix return type hint of SSH2::read()
2020-04-28 22:07:39 -05:00
terrafrost
34620af4df
CHANGELOG: add entries for 2.0.25 and 2.0.26 release notes
2020-04-04 18:17:33 -05:00
terrafrost
9c0ad2f1f4
SFTP: optimize call to parent login method for 2.0 branch
2020-04-04 12:49:56 -05:00
terrafrost
e02b93443c
Merge branch '1.0' into 2.0
2020-04-04 12:49:41 -05:00
terrafrost
c301ddf38f
SFTP: make it so extending SFTP class doesn't cause a segfault
2020-04-04 12:47:30 -05:00
terrafrost
e72c88cf16
Merge branch '1.0' into 2.0
2020-04-03 07:34:08 -05:00
Tyson Andre
41eb0d8012
Fix logic error reading random bytes from /dev/urandom
...
Fixes a bug introduced in c2be7e648
Previously, this would return those bytes if the number of bytes read
was **less than** the number of bytes this was trying to read.
In practice, I believe this would mean bytes from /dev/urandom would never
get used. (Noticed when upgrading phpseclib)
2020-04-03 07:33:58 -05:00
terrafrost
7e67f882ee
Merge branch '1.0-mkdir-mode-adjustment' into 2.0-mkdir-mode-adjustment
2020-03-28 18:05:49 -05:00
terrafrost
5e2951f83a
SFTP: change the mode with a SETSTAT instead of MKDIR
2020-03-28 18:04:26 -05:00
terrafrost
09655fcc1f
Merge branch '1.0' into 2.0
2020-03-12 23:15:39 -05:00
terrafrost
645dc5c817
BACKERS: Jan Slabon -> Setasign
2020-03-12 23:15:34 -05:00
terrafrost
7102751a8a
Merge branch '1.0' into 2.0
2020-03-12 08:27:34 -05:00
terrafrost
97d0e4164b
BACKERS: add Jan Slabon
2020-03-12 08:26:51 -05:00
terrafrost
63a76e88a1
Merge branch '1.0' into 2.0
2020-03-09 19:49:37 -05:00
terrafrost
229f6af1ca
SFTP: re-use SSH2 login method
2020-03-09 19:49:20 -05:00
terrafrost
8f6a69a32d
Merge branch '1.0' into 2.0
2020-03-07 22:21:35 -06:00
terrafrost
5f30f59d53
Merge branch '2.0-speed-up-uploads' into 2.0
2020-03-07 22:21:31 -06:00
terrafrost
69840093be
Merge branch '1.0-speed-up-uploads' into 1.0
2020-03-07 22:21:21 -06:00
terrafrost
21c5aa3de3
Merge branch '1.0' into 2.0
2020-03-07 21:35:34 -06:00
terrafrost
95d189ca72
SSH2: try logging in with none as an auth method first
2020-03-07 21:34:38 -06:00
terrafrost
0cdae704b6
Tests/X509: update unit test for 2.0
2020-03-02 10:34:52 -06:00
terrafrost
6f0e3d22d6
Merge branch '1.0' into 2.0
2020-03-02 10:34:06 -06:00
terrafrost
fc0832ae99
ASN1: fix for malformed ASN1 strings
2020-03-02 10:18:30 -06:00
terrafrost
935fa407e3
ASN1: add unit test for malformed ASN1 strings
2020-03-02 10:03:02 -06:00
terrafrost
a563ee6704
Merge branch '1.0-speed-up-uploads' into 2.0-speed-up-uploads
2020-02-25 20:42:32 -06:00
terrafrost
08e4096e7c
SFTP: speed up uploads
2020-02-25 20:37:20 -06:00
terrafrost
c18159618e
Merge branch '1.0' into 2.0
2020-02-24 22:16:50 -06:00
terrafrost
db6ce986f3
Revert "SFTP: don't buffer up download requests (PuTTY doesn't)"
...
This reverts commit 333e2e4c2b
.
2020-02-24 22:14:28 -06:00
terrafrost
91eaf8a310
CHANGELOG: 2.0.24 release
2020-02-22 17:43:33 -06:00
terrafrost
40998159a0
Merge branch '1.0' into 2.0
2020-02-04 06:15:04 -06:00
terrafrost
6cb500d7c8
SSH1: typo
2020-02-04 06:14:40 -06:00
terrafrost
8a761b5265
Merge branch '1.0' into 2.0
2020-02-01 20:14:46 -06:00
terrafrost
c2be7e6480
return early if fread() response is bool(false)
2020-02-01 17:30:52 -06:00
terrafrost
b4cb07593f
Merge branch '1.0' into 2.0
2020-01-17 06:06:32 -06:00
terrafrost
500e3225a8
SSH2: logging enhancements
2020-01-17 06:06:01 -06:00
terrafrost
81152288f8
Merge branch '1.0' into 2.0
2020-01-17 06:05:12 -06:00
terrafrost
3f448d0904
...
2020-01-17 05:54:42 -06:00
terrafrost
2b08c31fb7
Merge branch '1.0' into 2.0
2020-01-17 03:59:18 -06:00
terrafrost
88568b8020
SSH2: logging enhancements
2020-01-17 03:37:25 -06:00
terrafrost
fa5129bdb7
Merge branch '1.0' into 2.0
2020-01-17 02:13:36 -06:00
terrafrost
ef5e6a909f
X509: fix PHP4 errors
2020-01-17 02:12:27 -06:00