terrafrost
1c8718f3dd
Merge pull request #1696 from terrafrost/sftpv456-2.0
...
add SFTP v4/5/6 support to phpseclib v2
2021-09-28 20:39:29 -05:00
terrafrost
a09eb04296
Merge pull request #1695 from terrafrost/sftpv456
...
add SFTP v4/5/6 support to phpseclib v1
2021-09-28 20:39:18 -05:00
terrafrost
13b5ad9593
Merge branch '1.0' into 3.0
2021-09-28 09:00:00 -05:00
terrafrost
addfd93b71
Merge branch '1.0' into 2.0
2021-09-28 08:59:13 -05:00
terrafrost
3ef68bd912
RSA: ssh-keygen -yf private.key fails if \r is present
2021-09-28 08:57:41 -05:00
terrafrost
defd5d23b1
fix bad merge
2021-09-18 10:35:21 -05:00
terrafrost
0dbbeb39ce
Merge branch 'sftpv455-2.0' into sftpv456-3.0
2021-09-16 16:24:11 -05:00
terrafrost
0af7ef7d9c
Merge branch 'sftpv454' into sftpv456-2.0
2021-09-15 20:24:05 -05:00
terrafrost
367fede9c0
rm double _precheck from rename()
2021-09-15 20:23:31 -05:00
terrafrost
658cacce9f
Merge branch 'sftpv456' into sftpv456-2.0
2021-09-15 20:22:35 -05:00
terrafrost
f6ae13a092
fixes for setting atime and mtime
2021-09-15 08:33:31 -05:00
terrafrost
d48bdde5c6
update comment
2021-09-14 20:34:30 -05:00
terrafrost
a64103a386
attr wasn't defined
2021-09-14 20:33:11 -05:00
terrafrost
4769de45f0
comment is no longer valid
2021-09-14 09:11:53 -05:00
terrafrost
bb17b35d3e
preferentially use SFTPv3, since that's waaaay more tested than any other version
2021-09-14 09:05:41 -05:00
terrafrost
9ae2b0030d
SFTP: update get(), put() and touch()
2021-09-13 09:08:48 -05:00
terrafrost
5fcba4627f
update rename
2021-09-11 21:24:43 -05:00
terrafrost
6303fbac9e
fix OpenSSH detection
2021-09-09 05:39:20 -05:00
terrafrost
ced7dab1d5
update symlink
2021-09-08 09:34:16 -05:00
terrafrost
41b5f7cfe9
tweak version management stuff
2021-08-29 13:11:26 -05:00
terrafrost
42b4ab065b
typo
2021-08-29 13:04:32 -05:00
terrafrost
4102bbaccc
add precheck in a few more places
2021-08-29 13:02:09 -05:00
terrafrost
19e7737ead
fix _precheck
2021-08-29 13:00:21 -05:00
terrafrost
c9e4944370
pwd didn't work if called first
2021-08-27 21:57:38 -05:00
terrafrost
a25d3a75d3
fix pre-php-5.4 syntax error
2021-08-27 12:40:38 -05:00
terrafrost
69dba39bc9
update chown / chgrp if stmt
2021-08-26 20:18:27 -05:00
terrafrost
dbfc762257
update chown and chgrp to wor with sftpv4+
2021-08-26 18:26:57 -05:00
terrafrost
1f1e2794c7
add attribute reading for sftpv6
2021-08-26 09:23:33 -05:00
terrafrost
1b90375231
Merge branch '2.0' into 3.0
2021-08-24 20:24:50 -05:00
terrafrost
f02f0005b4
Merge branch '1.0' into 2.0
2021-08-24 20:22:54 -05:00
terrafrost
fc40727cfb
SFTP: add disableArbitraryLengthPackets()
2021-08-24 20:22:29 -05:00
terrafrost
9db03e1536
Merge branch '2.0' into 3.0
2021-08-24 20:20:20 -05:00
terrafrost
ea4b75f165
Merge branch '0.0' into 2.0
2021-08-24 20:19:18 -05:00
Nick Lassonde
20500123e5
add option to allow arbitrary length packets, for servers like OpenText which sends extremely long directory listings
2021-08-24 20:18:52 -05:00
terrafrost
62fcc5a94a
Merge branch '2.0' into 3.0
2021-08-15 23:24:45 -05:00
terrafrost
fb53b78894
CHANGELOG: add 2.0.33 release
2021-08-15 23:20:12 -05:00
terrafrost
e5e21c114f
BigInteger: code cleanup
...
generateCustomReduction() is called by slidingWindow() and
createRecurringModuloFunction(). i suspect this code was an early
attempt to implement what'd later become createRecurringModuloFunction()
2021-08-14 18:15:14 -05:00
Claude Pache
291eec0ce5
PublicKeyLoader: make all methods static
2021-08-14 12:03:43 -05:00
terrafrost
12864bd9f6
AsymmetricKey: make more methods static
2021-08-14 12:03:23 -05:00
terrafrost
f56158e73f
add attribute reading for sftpv5
2021-08-01 23:16:31 -05:00
terrafrost
092bad12c5
add attribute reading for sftpv4
2021-07-31 15:38:21 -05:00
terrafrost
4cb6bcb75e
add setPreferredVersion() and other changes
2021-07-31 13:00:52 -05:00
terrafrost
a19c6ab7e6
Merge branch '1.0' into 3.0
2021-07-28 21:00:24 -05:00
terrafrost
c08afba575
Merge branch '1.0' into 2.0
2021-07-28 20:34:13 -05:00
terrafrost
0ec9d2bdf1
SFTP: CS adjustments
2021-07-28 20:33:52 -05:00
terrafrost
b0fe99b792
Merge branch '1.0' into 2.0
2021-07-28 20:01:26 -05:00
Nick Lassonde
dab514faff
timeout in _get_channel_packet during _init_sftp_connection should be a failure
2021-07-28 20:01:19 -05:00
terrafrost
5e290492d1
Serializable is being deprecated in PHP 8.1
2021-07-22 09:19:15 -05:00
terrafrost
05539a72be
PrimeField: plug memory leaks
2021-07-10 13:24:33 -05:00
terrafrost
8186db7533
SFTP: get_channel_packet throws exceptions in 3.0
2021-07-05 08:35:39 -05:00