David Kocher
bdc541c959
Format client identification.
2014-06-03 11:54:38 +02:00
David Kocher
f2ebbe288f
Ignore socket timeout in read which occurs if we have set the timeout to > 0. We should continue reading from the stream unless the reader is interrupted. Note that with the default timeout set to 0, the reader thread will never return.
2014-05-16 22:21:00 +02:00
David Kocher
9297338195
Use plain server message.
2014-05-16 15:33:24 +02:00
David Kocher
a8d2ea2028
Add disconnect message from server.
2014-05-16 15:30:04 +02:00
David Kocher
f34667521d
Close remote handles when closing stream.
2014-05-14 23:31:07 +02:00
David Kocher
77f5d7fdb8
Extract encode method for signature. Implement signing for ECDSA.
2014-05-14 12:33:46 +02:00
David Kocher
08d0e59b6b
Logging
2014-05-14 11:06:33 +02:00
David Kocher
5c540b6889
Interrupt packet reader thread on close.
2014-05-14 11:03:46 +02:00
David Kocher
baa8c8e995
Merge branch 'master' of https://github.com/xardazz/sshj
2014-05-09 14:04:25 +02:00
David Kocher
f354fd6661
Implement read ahead to speed up transfer rates for downloads by a magnitude.
2014-05-09 13:43:52 +02:00
David Kocher
93f1543af8
Add PuTTY key file implementation.
2014-05-09 10:37:53 +02:00
David Kocher
63424657da
Check index length.
2014-05-08 16:17:43 +02:00
David Kocher
131e85c4d0
Add write method to append single entry.
2014-05-07 17:02:18 +02:00
David Kocher
587684c6a8
Fix null pointer.
2014-05-07 17:01:45 +02:00
xardazz
66f67db21b
Update KeyType.java
...
remove my common lib
2014-05-07 13:14:16 +04:00
David Kocher
3356f533d0
Add dependencyManagement.
2014-05-07 10:42:27 +02:00
David Kocher
97535bbcae
Merge interfaces.
2014-05-07 10:37:14 +02:00
David Kocher
896b0ea288
Add provider with reader resource.
2014-05-06 21:22:12 +02:00
David Kocher
60d54fa5de
Addendum
2014-05-06 21:21:23 +02:00
David Kocher
06e421e752
Extract formats. Add PuTTY to enum.
2014-05-06 15:41:35 +02:00
Alexey Gromov
b5796f5e74
fix version
2014-05-06 12:13:11 +04:00
Alexey Gromov
0f7355a277
add ecdsa
2014-05-06 12:09:50 +04:00
David Kocher
466ff99e1c
Update BC dependency to 1.50.
2014-05-05 13:12:48 +02:00
David Kocher
1f992c3fae
Ignore user auth banner in transport.
2014-05-05 13:12:10 +02:00
David Kocher
df6019accc
Fix type of fileOffset to long.
2014-05-05 13:11:54 +02:00
David Kocher
fdb891b842
Add hmac-sha2-256 and hmac-sha2-512.
2014-05-05 13:11:27 +02:00
Shikhar Bhushan
5159a799df
fix the fix for #90 - need to statExistence of targetCwd not cwd
2013-09-07 11:39:28 -04:00
shikhar
78e5a2e30e
bump ident for 0.9.1 before i forget
2013-08-11 22:35:19 -04:00
shikhar
db22f08f97
[maven-release-plugin] prepare for next development iteration
2013-08-11 22:25:50 -04:00
shikhar
c8cfc796af
[maven-release-plugin] prepare release v0.9.0
v0.9.0
2013-08-11 22:25:46 -04:00
shikhar
d9c0c6725c
for 0.9.0
2013-08-11 22:08:26 -04:00
shikhar
b2297c6b44
version bumps
2013-08-11 18:56:46 -04:00
shikhar
e10ad28f2f
inherit from sonatype oss parent pom
2013-08-11 18:56:46 -04:00
shikhar
61fc00a90a
fix javadoc warning
2013-08-11 18:56:46 -04:00
shikhar
c8ef7ff0ca
0.9.0 snapshot
2013-08-11 17:27:04 -04:00
shikhar
e6c4f6ae69
#90 - only update cwd state if stat succeeds
2013-08-11 17:16:40 -04:00
shikhar
3418df7a56
#114 - visibility issue
2013-08-11 16:04:49 -04:00
shikhar
0ddd1f38c5
Simplify the UserAuth.authenticate(..) interface, move the multi-auth-method trial-and-error into SSHClient API
2013-04-15 22:56:24 -04:00
shikhar
0ec6918d7a
minor javadoc
2013-03-24 19:09:21 -04:00
shikhar
88a88c5dba
change transport layer to use millisecond timeouts
2013-03-24 17:36:11 -04:00
shikhar
6656214803
change connection layer to use millisecond timeouts
2013-03-24 17:27:36 -04:00
shikhar
c781724028
whitespace
2013-03-24 14:55:09 -04:00
shikhar
eefaa26882
missing flush() during banner exchange
2013-03-24 14:54:38 -04:00
Shikhar Bhushan
0d52441f01
Add 'unconfirmed writes' feature to SFTP RemoteFileOutputStream, allowing for major speedups
...
Thanks to @romainreuillon for the idea and initial implementation! #97
2013-02-23 18:16:29 -05:00
Shikhar Bhushan
9539ff6b7a
In SFTPEngine / Requester, move from using TimeUnit.SECONDS to TimeUnit.MILLISECONDS, and start using some more explicit naming
2013-02-23 16:26:37 -05:00
Shikhar Bhushan
1ced1d4fdc
Get rid of Requester.doRequest(), replace with request() method that returns the response promise. Make getTimeout() part of the interface.
2013-02-23 16:22:28 -05:00
Shikhar Bhushan
77924fd0be
Revert "Implement concurent write requests."
...
This reverts commit 9acff6202c .
2013-02-23 16:00:53 -05:00
Shikhar Bhushan
3f195649fa
Merge pull request #98 from andreaturli/master
...
Updated bouncycastle dependency
2013-02-23 03:41:44 -08:00
Shikhar Bhushan
42a4358f5c
Merge pull request #104 from mpoindexter/master
...
ArrayIndexOutOfBounds when writing to a SFTP RemoteFile's OutputStream with large buffer
2013-02-23 03:41:19 -08:00
mpoindexter
61ce0f4868
Fix ArrayIndexOutOfBounds when writing big buffer
...
If ChannelOutputStream.write(byte[], int, int) was called with a buffer larger
than bufferSize the loop in that method would call DataBuffer.write with a small len
and a large off. This would cause the calculation in line 90 to return a negative n
leading to a ArrayIndexOutOfBounds. The offset should not be taken into account when
calculating the number of bytes to put in the buffer.
2013-02-21 21:05:20 -08:00