terrafrost
|
bc457521f1
|
Tests: update for 2.0 branch
|
2022-01-08 16:36:47 -06:00 |
|
terrafrost
|
d2994dafe1
|
Merge branch '1.0' into 2.0
|
2022-01-08 16:36:21 -06:00 |
|
terrafrost
|
9b587a87c0
|
Tests: add test for connecting to non-existant host
|
2022-01-08 16:35:57 -06:00 |
|
terrafrost
|
70a2120458
|
Merge branch '0.0' into 2.0
|
2021-12-28 00:27:18 -06:00 |
|
terrafrost
|
b3a606b90c
|
add 1.0.20 release
|
2021-12-28 00:26:23 -06:00 |
|
terrafrost
|
c60b0c3cc7
|
Merge branch '1.0' into 2.0
|
2021-12-26 02:23:57 -06:00 |
|
David Anderson
|
a9ed96833e
|
Check existence of phpinfo() before using
|
2021-12-21 14:19:00 +00:00 |
|
David Anderson
|
dd9dfeec18
|
Check phpinfo() available before using it
|
2021-12-21 14:17:16 +00:00 |
|
terrafrost
|
f449152c91
|
Merge branch '2.0' of https://github.com/phpseclib/phpseclib into 2.0
|
2021-12-15 07:24:06 -06:00 |
|
terrafrost
|
860342f644
|
Merge pull request #1722 from michaelKaefer/2.0
Remove define() from SSH2 and use class constants instead (2.0 branch)
|
2021-12-15 05:56:08 -06:00 |
|
Michael Käfer
|
624f328c88
|
Remove define() from SSH2 and use class constants instead
|
2021-12-14 13:18:33 +01:00 |
|
terrafrost
|
b1daeb1cb7
|
Merge branch '1.0' into 2.0
|
2021-12-10 07:44:50 -06:00 |
|
terrafrost
|
0868023216
|
Travis: add PHP 8.1.0
|
2021-12-10 07:39:19 -06:00 |
|
terrafrost
|
4e1e394aa9
|
Merge branch '1.0' into 2.0
|
2021-12-07 21:59:41 -06:00 |
|
terrafrost
|
a74707e080
|
SSH2: make login() return false if no valid auth methods are found
this is an issue if you, for example, login with a PublicKey instead of a PrivateKey
|
2021-12-07 21:59:24 -06:00 |
|
terrafrost
|
e9fbf9ed8a
|
Merge branch '1.0' into 2.0
|
2021-12-07 21:58:21 -06:00 |
|
terrafrost
|
649661cd5e
|
SSH2: make login() return false if no valid auth methods are found
|
2021-12-07 21:57:55 -06:00 |
|
terrafrost
|
f0a7fc8e63
|
Merge branch '1.0' into 2.0
|
2021-12-04 15:09:37 -06:00 |
|
terrafrost
|
e0068833b5
|
README: fix travis-ci.com link
|
2021-12-04 15:01:33 -06:00 |
|
terrafrost
|
4e16cf3f5f
|
CHANGELOG: add 2.0.35 release
|
2021-11-28 17:30:39 -06:00 |
|
terrafrost
|
ce5c4ee8c9
|
Merge branch '1.0' into 2.0
|
2021-11-17 09:22:52 -06:00 |
|
terrafrost
|
25ccee1238
|
BACKERS: add Allan Simon
|
2021-11-17 09:22:30 -06:00 |
|
terrafrost
|
ecd08ffc52
|
Merge branch '1.0' into 2.0
|
2021-11-11 19:51:19 -06:00 |
|
terrafrost
|
40035dc59c
|
SFTP: don't attempt to parse unsupported attributes
|
2021-11-11 19:50:52 -06:00 |
|
terrafrost
|
cee791820c
|
Merge branch '1.0' into 2.0
|
2021-11-11 19:17:17 -06:00 |
|
terrafrost
|
fe4dc433cc
|
SSH2: error out when no data is received from the server
|
2021-11-11 19:06:18 -06:00 |
|
terrafrost
|
fcf9dd6175
|
Merge branch '1.0' into 2.0
|
2021-11-10 19:45:36 -06:00 |
|
terrafrost
|
31eac61820
|
Bootstrap: use version_compare instead of PHP_VERSION_ID
|
2021-11-10 19:45:31 -06:00 |
|
yangming
|
c91671f176
|
mbstring.func_overload is deprecated in php 6.2 and removed in php 8.0
|
2021-11-10 19:44:24 -06:00 |
|
terrafrost
|
f92a58c83c
|
SFTP: getSupportedVersions() call didn't work
|
2021-11-08 06:44:36 -06:00 |
|
terrafrost
|
9fb26d478a
|
Merge branch '1.0' into 2.0
|
2021-11-03 22:16:57 -05:00 |
|
terrafrost
|
29c8591cb2
|
SSH2: add "smart multi factor" login mode (enabled by default)
|
2021-11-03 22:16:14 -05:00 |
|
terrafrost
|
895cf85dff
|
Merge branch '0.0' into 2.0
|
2021-10-30 18:04:25 -05:00 |
|
vgogolin
|
1a942620b3
|
Backward compatibility with old PHP versions
Fix for PHP Parse error: syntax error, unexpected '[' in /vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php on line 3558
|
2021-10-30 18:04:19 -05:00 |
|
terrafrost
|
98a6fe587f
|
CHANGELOG: add 2.0.34 release
|
2021-10-26 21:46:30 -05:00 |
|
terrafrost
|
dc290a1fa3
|
Merge branch '1.0' into 2.0
|
2021-10-26 20:17:40 -05:00 |
|
terrafrost
|
0539780a86
|
Travis: rm 5.3 support; composer won't install on it
|
2021-10-26 20:16:46 -05:00 |
|
terrafrost
|
2de84fba24
|
Merge branch '1.0' into 2.0
|
2021-10-26 20:14:31 -05:00 |
|
terrafrost
|
da6c1b06bf
|
SSH2: add support for zlib and zlib@openssh.com compression
|
2021-10-26 20:04:53 -05:00 |
|
terrafrost
|
3da069570c
|
Merge branch '1.0' into 2.0
|
2021-10-13 22:00:20 -05:00 |
|
terrafrost
|
30a9a1541c
|
Tests/SSH2: fix intermittently failing unit test
|
2021-10-13 21:03:54 -05:00 |
|
terrafrost
|
a684f12065
|
Merge branch '1.0' into 2.0
|
2021-10-12 20:37:27 -05:00 |
|
terrafrost
|
6f8d12ffc7
|
Tests: tests were being skipped because their deps had no asserts
|
2021-10-12 20:35:38 -05:00 |
|
terrafrost
|
eacb9f8614
|
Merge branch '1.0' into 2.0
|
2021-10-11 09:02:22 -05:00 |
|
terrafrost
|
74f1c9ed7b
|
SSH2: CS adjustments
|
2021-10-11 08:58:43 -05:00 |
|
terrafrost
|
9a61525f44
|
SSH2: rm unnecessary code
|
2021-10-11 08:53:21 -05:00 |
|
terrafrost
|
0fe328936c
|
SSH2: implement a different fix for #1613
|
2021-10-11 08:47:51 -05:00 |
|
terrafrost
|
2f3ca7123d
|
SSH2: fix channel constant
|
2021-10-09 13:31:14 -05:00 |
|
terrafrost
|
7b2097c6bd
|
Merge branch '1.0' into 2.0
|
2021-10-09 13:24:22 -05:00 |
|
terrafrost
|
1fab947f01
|
SSH2: fixes for noisy channels
|
2021-10-09 13:21:09 -05:00 |
|