Commit Graph

5474 Commits

Author SHA1 Message Date
terrafrost
94bd3ad078 SSH2: CS adjustments 2024-08-15 23:38:47 -05:00
terrafrost
72fbfb77fc Merge branch '3.0' 2024-08-15 23:32:40 -05:00
terrafrost
e2488749ae SFTP: add getSupportedExtensions() method 2024-08-15 23:32:10 -05:00
terrafrost
b11430c786 Merge branch '3.0' 2024-08-15 08:56:21 -05:00
terrafrost
25761222fe SSH2: enhance logging
log the time it took for fsockopen to connect and the time it took
for the SSH identification strings to be sent
2024-08-15 08:55:05 -05:00
Robert
c82594e222 Add DISCONNECT bitmap mask and use to prevent looping potential while disconnecting. Do not attempt disconnect packet send on closed socket. 2024-08-14 10:32:36 -04:00
Sam Mousa
a49f431bc1
chore: add tests fix cs 2024-08-13 11:20:30 +02:00
Sam Mousa
e071afdb2e
feat: add posix_rename and statvfs extensions 2024-08-13 09:41:43 +02:00
terrafrost
cdd87934cc Merge branch '3.0' 2024-08-11 19:14:09 -05:00
terrafrost
621c73f7dc CHANGELOG: add 3.0.41 release 2024-08-11 19:13:54 -05:00
terrafrost
87a5e5b472 Merge branch '3.0' 2024-08-11 19:12:43 -05:00
terrafrost
9e399cf21a
Merge pull request #2027 from buismaarten/3.0
Fix deprecation warning
2024-08-11 19:11:45 -05:00
Maarten Buis
fb3d6bd713
Fix deprecation warning 2024-08-11 23:17:31 +02:00
terrafrost
ea55a4993a Merge branch '3.0' 2024-08-11 11:34:16 -05:00
terrafrost
3dd2561d14 add 3.0.40 release 2024-08-11 11:34:00 -05:00
terrafrost
3521f74b4e Merge branch '3.0' 2024-08-11 11:09:52 -05:00
terrafrost
36d2092a81 BigInteger/BCMath engine's bitwise_or() was doing XOR 2024-08-11 11:02:56 -05:00
terrafrost
67f87dd1e2 Tests/BigInteger: update bitwise_OR test 2024-08-11 10:47:47 -05:00
terrafrost
1ddd82837d Merge branch '3.0' 2024-08-10 20:01:01 -05:00
terrafrost
05f45f0337 Merge branch '2.0' into 3.0 2024-08-10 20:00:48 -05:00
terrafrost
43af71e538 Merge branch '1.0' into 2.0 2024-08-10 19:59:45 -05:00
terrafrost
90eb0220af SSH2: fix possible infinite loop on packet timeout
get_channel_packet() could call close_channel() which would call
get_channel_packet(), again, repeat ad nauseam
2024-08-10 19:55:03 -05:00
terrafrost
9983f00675 Merge branch '3.0' 2024-08-05 11:12:01 -05:00
terrafrost
935c41a33f CS adjustment 2024-08-05 11:11:02 -05:00
terrafrost
47895e2851
Merge pull request #2023 from rposky/ssh-default-socket-timeout
SSH2: Defer to default socket timeout in absence of more specific value
2024-08-05 10:59:09 -05:00
terrafrost
cfaeb34813 Merge branch '3.0' 2024-08-03 11:55:16 -05:00
terrafrost
42ecb34430 CS adjustments 2024-08-03 11:47:18 -05:00
terrafrost
10075ea57e SSH/Agent: make it so identities include key comments and add new
findIdentityByPublicKey() method
2024-08-03 09:47:18 -05:00
terrafrost
87c6982b4d Revert "..."
This reverts commit 5c0babc94e.
2024-08-02 10:45:32 -05:00
terrafrost
f6bf4471d9 Merge branch '3.0' 2024-08-02 09:37:13 -05:00
terrafrost
45b98d8cb3 fix IEEE length calculations
secp521r1 has length of 521 so we want 66 to cover that last extra bit
- not 65
2024-08-02 09:04:47 -05:00
Robert
b94d55a734 Use the default socket timeout in absence of more specific user-defined value 2024-08-01 12:14:33 -04:00
terrafrost
2276cf51c0 Strings: make it so base64url_encode() does not do padding
base64url_decode() already doesn't do padding
2024-08-01 09:54:53 -05:00
terrafrost
5c0babc94e ... 2024-07-31 21:32:33 -05:00
terrafrost
be03bb8ef6 CS adjustments 2024-07-31 18:42:41 -05:00
terrafrost
e1345b0ad9 Merge branch '3.0' 2024-07-31 18:34:21 -05:00
terrafrost
6ad7c53bbf CS adjustments 2024-07-31 18:28:22 -05:00
terrafrost
a015cded00 fix issue creating IEEE signatures 2024-07-31 09:02:31 -05:00
terrafrost
04a559debb EC/Formats/Signature/IEEE: make key length more consistent 2024-07-31 07:27:15 -05:00
terrafrost
44d5ca2ab5 CS adjustment 2024-07-25 00:42:32 -05:00
terrafrost
dc15f18bc6 fix bad merge 2024-07-25 00:16:43 -05:00
terrafrost
0d8ec30267 Merge branch '3.0' 2024-07-24 23:17:25 -05:00
terrafrost
38b617210d
Merge pull request #2017 from rposky/ssh-binary-packet-uniform-retval
SSH2: Consolidate get_binary_packet error handling
2024-07-24 20:06:20 -05:00
Robert
e5d94c817c Remove trailing commas in modified method calls 2024-07-24 09:27:44 -04:00
Robert
cc7fdd59e0 Improve get binary packet helper with variadic argument 2024-07-24 09:25:45 -04:00
Robert
c1e69ddb79 Remove use of master MessageType 2024-07-12 17:14:54 -04:00
Robert
e401ee05f5 Introduce buffering to send channel packet for capability to resume across timeout 2024-07-12 17:09:21 -04:00
Robert
18d4c79bd4 Revert risky while-loop change, too fancy 2024-07-12 15:30:43 -04:00
Robert
d9d2ba59cd Reset is_timeout when sending and receiving SFTP packets 2024-07-12 15:01:35 -04:00
Robert
35fcd1984b Remove yet another remaining boolean retval, relocating window adjust recv packet handling to get_channel_packet. Ensuring window is adjusted for empty channel prior to send. 2024-07-12 15:00:22 -04:00