hierynomus
d68032a9b8
Improved test logging
2015-01-19 21:55:41 +01:00
hierynomus
c73ba8bfa7
Merge branch 'gradle'
2015-01-19 21:32:47 +01:00
hierynomus
7bbfd40627
Moved examples to own 'project'
2015-01-19 21:30:34 +01:00
hierynomus
7ae84be548
Fixed build by adding license headers to new files
2015-01-19 11:54:55 +01:00
hierynomus
f2793d1acf
Added osgi bundling info
2015-01-19 10:48:53 +01:00
hierynomus
bca5883422
Gradle build files
2015-01-19 10:23:25 +01:00
hierynomus
3e54e2c955
Merge branch 'heartbeat'
2015-01-19 10:06:23 +01:00
hierynomus
a7802ddcde
Added keep-alive mechanism that detects disconnects ( Fixes #166 )
2015-01-19 10:05:03 +01:00
hierynomus
a7872b394b
Added braces and log message to HeartBeater
2015-01-16 10:33:25 +01:00
Jeroen van Erp
3ade3977ef
Merge pull request #165 from Boris-de/fix_bsize_bug
...
Fix bsize bug
2015-01-12 09:51:06 +01:00
Jeroen van Erp
efb2c547f9
Merge pull request #164 from Boris-de/mac_unittests
...
added unit-tests for the "mac"-package
2015-01-12 09:49:56 +01:00
hierynomus
703a0df09d
Revert "no biggie if we don't send EOF on ChannelOutputStream.close()"
...
This reverts commit d95586508d .
2015-01-12 09:18:42 +01:00
Boris Wachtmeister
73de5b7b08
bugfix: BaseMac would not use bsize in certain cases
...
The implementation of BaseMac would only take the bsize (size of the
hash) into account if the #doFinal(byte[], int) method was called.
Both other #doFinal methods would behave as if bsize==defbsize and
not cut the hash to the right size.
2015-01-11 21:00:16 +01:00
Boris Wachtmeister
665cbf078a
added unit-tests for the "mac"-package
2015-01-11 20:56:36 +01:00
hierynomus
b3ea908996
Upgraded BouncyCastle to 1.51 ( Fixes #142 )
2015-01-09 14:53:24 +01:00
Jeroen van Erp
11da49a4e7
Merge pull request #141 from ziuchkovski/add-proxy-support
...
Add proxy support for SocketClient/SSHClient
2015-01-09 14:30:13 +01:00
Jeroen van Erp
5b1f9f2a7d
Merge pull request #156 from Boris-de/fix_hmac-sha2
...
fixed block sizes for hmac-sha2-256 and hmac-sha2-512
2015-01-09 14:15:14 +01:00
hierynomus
268de458e3
Changed log levels ( Fixes #161 )
2015-01-09 13:45:17 +01:00
hierynomus
834f0f22cd
Added gitignore
2015-01-09 13:43:38 +01:00
hierynomus
1daf456cbe
Added optional OSGi resolution for jzlib ( Fixes #162 )
2015-01-09 13:37:01 +01:00
Jeroen van Erp
ea11d34ac8
Merge pull request #157 from Donnerbart/master
...
Fixed unbounded range in pom.xml
2015-01-09 13:28:25 +01:00
Jeroen van Erp
e961dc1b27
Merge pull request #163 from lichtin/master
...
Update README.adoc
2015-01-09 13:27:45 +01:00
lichtin
25fbff245f
Update README.adoc
...
Fix link to Google group
2015-01-01 20:23:21 +01:00
Donnerbart
333c23e167
Fixed unbounded range in pom.xml:
...
[INFO] Failed to resolve artifact.
Unable to get dependency information: Unable to read the metadata file for artifact 'net.schmizz:sshj:jar': Invalid JDK version in profile 'doclint-java8-disable': Unbounded range: [1.8, for project net.schmizz:sshj
net.schmizz:sshj:jar:0.10.1-SNAPSHOT
2014-11-17 13:37:34 +01:00
Boris Wachtmeister
cf32842d0d
added hmac-sha2-256 and hmac-sha2-512 to the README
2014-11-16 17:33:19 +01:00
Boris Wachtmeister
70720de71b
fixed block sizes for hmac-sha2-256 and hmac-sha2-512
...
Both MACs have to use larger block/digest sizes than SHA1.
Additionally the KEX must be changed so that it will resize
the keys "E" and "F" to get keys of the right size for those
MACs (according to section 7.2 of rfc4253)
2014-11-11 19:32:41 +01:00
hierynomus
44e1ce1358
Moved readme to asciidoc format
2014-10-27 10:53:43 +01:00
Jeroen van Erp
921f41f9de
Update README.rst
2014-10-01 16:24:37 +02:00
hierynomus
34c4be848a
removed default signing and staging plugins
2014-10-01 16:18:48 +02:00
hierynomus
d10e303b1a
Added travis config
2014-10-01 16:12:27 +02:00
Shikhar Bhushan
46791c87f5
Merge pull request #148 from bluekeyes/bugfix/await-timeout
...
Use long for Channel#await timeout
2014-09-18 19:20:29 +05:30
Shikhar Bhushan
af0d873e5b
Merge pull request #150 from dkocher/master
...
Change handle to byte[]. Fix interoperability issue with Tectia SSH Serv...
2014-09-18 19:20:13 +05:30
David Kocher
d37b54b1fd
Change handle to byte[]. Fix interoperability issue with Tectia SSH Server. Refer to issue #54 .
2014-09-10 11:10:42 +02:00
Billy Keyes
c4408ac6dd
Use long for Channel#await duration
...
This matches the underlying method called by AbstractChannel and is the
standard for timeouts with a TimeUnit.
2014-09-02 15:00:51 -07:00
Bob Ziuchkovski
ebbf440304
Add proxy support for SocketClient/SSHClient
2014-08-13 18:58:45 -06:00
Shikhar Bhushan
ef5a54d33f
Merge pull request #139 from dkocher/master
...
Add constructor with file offset.
2014-08-03 22:06:31 +05:30
David Kocher
66514836c8
Add constructor with file offset.
2014-07-29 14:17:51 +02:00
shikhar
e943d80049
onwards to 0.10.1-SNAPSHOT
2014-07-02 11:44:26 +05:30
shikhar
81931f3b7a
restore accidently removed assembly plugin for examples jar
2014-07-02 11:42:15 +05:30
shikhar
b8bfc19ecf
release plugin mgmt
2014-07-02 11:36:54 +05:30
shikhar
0cb62c6d44
next release will be 0.10.0
2014-07-02 11:17:40 +05:30
shikhar
0ccc57b5af
consistent license headers using plugin
2014-07-02 11:13:22 +05:30
shikhar
4806b1d6c7
Read-ahead input stream moved to its own class, as it will not play nice with mark/reset/skip. Use it by defautl for SFTPFileTransfer.
...
Closes #76 - no longer a significant difference in scp & sftp transfer speed
2014-06-25 12:42:05 +05:30
shikhar
ecc1d06dc2
StreamCopier logging
2014-06-25 12:38:24 +05:30
shikhar
d95586508d
no biggie if we don't send EOF on ChannelOutputStream.close()
2014-06-25 11:21:35 +05:30
shikhar
5ee2f0a417
get rid of over-zealous sending of channel EOF & close messages which was implemented with questionable synchronization
...
fixes #105
also relevant to #126 since AbstractChannel does not synchronize on
'this' anymore
2014-06-24 17:57:23 +05:30
shikhar
2a7278d239
some small tweaks to PKCS8KeyFile in relation to the PEMReader -> PEMParser transition
2014-06-24 14:21:40 +05:30
shikhar
0875417dde
don't close underlying RemoteFile when closing streams of that file - reverts f34667521d
2014-06-24 14:20:04 +05:30
shikhar
0a3ad4f68f
not handed over yet
2014-06-24 11:54:06 +05:30
shikhar
fe58ecdee5
Change CONTRIBUTORS to contain the relevant command for getting at this info
2014-06-22 17:25:01 +05:30