Jeroen van Erp
7973cb1ff6
Upgraded Apache SSHD to 1.0.0
2015-11-03 13:43:00 +01:00
Jeroen van Erp
75c0ae9a83
Updated readme with new kex algorithms
2015-11-02 15:31:31 +01:00
Jeroen van Erp
f2314e74ed
Added support for ecdh-sha2-nistp256 and ecdh-sha2-nistp384 key exchange algorithms
2015-11-02 15:29:47 +01:00
Jeroen van Erp
e041e3e1e3
updated release notes
2015-10-29 12:37:17 +01:00
Jeroen van Erp
47df71c836
Implemented diffie-hellman-group-exchange Kex methods ( Fixes #167 )
2015-10-29 12:30:58 +01:00
Jeroen van Erp
e24ed6ee7b
Merge pull request #216 from juddgaddie/master
...
Throw a SCPRemoteException when an error occurs on the remote server
2015-10-28 22:46:51 +01:00
gaddiej
10f8645ecd
Throw a SCPRemoteException when an error occurs on the remote server. SCPRemoteException contains the error message returned from the remote server.
2015-10-24 13:54:49 +00:00
Jeroen van Erp
d520585a09
SCP remote path escaping is now configurable ( Fixes #212 , #184 , #152 )
2015-09-21 14:51:57 +02:00
Jeroen van Erp
28a11b0b45
Merge pull request #210 from iterate-ch/issue-209
...
Fix issue 209.
2015-08-18 18:55:50 +02:00
Jeroen van Erp
a335185827
Moved to SNAPSHOT
2015-08-18 17:30:25 +02:00
Jeroen van Erp
74a4012023
Merge pull request #208 from lguerin/bandwidth
...
SCP : limit the used bandwidth
2015-08-18 17:23:55 +02:00
Billy Keyes
c98ad22a7a
Skip blank lines when detecting key formats
...
Some private keys found in the wild start with a blank line, which
breaks SSHJ. OpenSSH utilities worked as expected with these key files.
Also add some basic tests for key formats.
2015-08-18 14:25:13 +02:00
Jeroen van Erp
1c749da957
v0.13.0
v0.13.0
2015-08-18 14:25:13 +02:00
David Kocher
5d81e87bce
Fix issue 209.
2015-08-17 10:11:55 +02:00
lguerin
d18e9d9961
Refactor SCP arguments
2015-08-13 14:44:45 +02:00
lguerin
84990ada08
Fix typo
2015-08-13 14:41:09 +02:00
lguerin
9c424f9431
Remove underscores from Test method's name
2015-08-13 11:37:15 +02:00
lguerin
dec00efcaa
Fix typo and clarify rate transfer comment
2015-08-13 10:49:56 +02:00
Jeroen van Erp
742553912c
Move to new travis infra
2015-08-13 10:23:08 +02:00
lguerin
e81fdb8d8b
Verbose failed tests
2015-08-13 09:36:02 +02:00
lguerin
782ff9b83e
Add an option to limit the used bandwidth with SCP upload and download features
2015-08-12 16:55:08 +02:00
Jeroen van Erp
84d15f4cf5
Removed old pom
2015-08-03 14:06:55 +02:00
Jeroen van Erp
1ebcbb07ba
Fixed examples build
2015-08-03 14:06:38 +02:00
Jeroen van Erp
9982e5c30e
Added testcase for #194
2015-06-17 21:49:05 +02:00
Jeroen van Erp
3f340d6927
Updated version in default config
2015-06-17 16:17:36 +02:00
Jeroen van Erp
b8eec64a37
Added tests and categories
2015-06-17 16:04:01 +02:00
Jeroen van Erp
314d9d01cf
Updated release notes
2015-06-17 13:04:32 +02:00
Jeroen van Erp
c526f8e3de
Merge branch 'bkarge-issue-183'
2015-06-17 12:37:55 +02:00
Jeroen van Erp
9529c30105
Reformatted
2015-06-17 12:36:31 +02:00
Jeroen van Erp
6a476858d1
Added RemoteFileTest
2015-06-17 12:28:57 +02:00
Jeroen van Erp
6bfb268c11
Merge branch 'issue-183' of https://github.com/bkarge/sshj into bkarge-issue-183
2015-06-17 12:12:56 +02:00
Jeroen van Erp
e334525da5
Rewritten integration tests
2015-06-17 12:12:37 +02:00
Jeroen van Erp
8776500fa0
Merge pull request #201 from iterate-ch/feature/algorithms-verifier
...
Add option for client to verify negotiated key exchange algorithms.
2015-06-16 15:50:06 +02:00
David Kocher
a747db88ed
Add option for client to verify negotiated key exchange algorithms.
2015-06-16 15:42:01 +02:00
Jeroen van Erp
97065264de
Cleared some JavaDoc warnings
2015-06-16 14:12:36 +02:00
Jeroen van Erp
7c26ac669a
Started better integration testing setup with Mina
2015-06-16 14:12:24 +02:00
Jeroen van Erp
1c5b462206
Merge pull request #195 from bluekeyes/feature/gss-api
...
Add support for "gssapi-with-mic" authentication (Kerberos)
2015-06-16 10:33:44 +02:00
Jeroen van Erp
4cb9610cdd
Merge pull request #196 from Boris-de/fix_hostname_matching
...
bugfix: match complete host instead of contains on the hoststring
2015-06-16 10:23:52 +02:00
Billy Keyes
b9d0a03cb3
Add simple test for AuthGssApiWithMic
...
Mock enough of the JGSS API to avoid needing a real Kerberos
environment. I'm not sure how accurate this is, but it should test that
the client is sending the correct packets in the corect order.
2015-06-11 11:44:44 -07:00
Billy Keyes
4adc83b9df
Expose GSSManager in AuthGssApiWithMic
...
The default implementation only supports Kerberos and encourages
subclassing, so there should be a way to provide subclasses.
2015-06-11 11:38:02 -07:00
Björn Karge
14edb33fa9
fix for issue 183 (sftp.RemoteFile.ReadAheadRemoteFileInputStream) (revised)
2015-06-04 10:50:13 +08:00
Björn Karge
8e74330b0b
fix for issue 183 (sftp.RemoteFile.ReadAheadRemoteFileInputStream)
2015-06-03 14:36:23 +08:00
Boris Wachtmeister
5217d34198
bugfix: match complete host instead of contains on the hoststring
...
The SimpleEntry currently matches the hostname of the connection against
the complete hoststring of the entry. This way substrings also match, so
for example "10.0.0.1" matches on an entry for "10.0.0.10", resulting in
a host-key-changed message if the key differs which is usually does.
2015-05-28 21:57:25 +02:00
Billy Keyes
d3d019c1c2
Remove unused imports in SSHClient
2015-05-19 10:49:20 -07:00
Ben Hamme
49185b044d
Added AuthGssApiWithMic for Kerberos auth
2015-05-18 15:00:11 -07:00
Jeroen van Erp
a18d623f44
Release notes for 0.12.0
v0.12.0
2015-04-14 13:14:15 +02:00
Jeroen van Erp
6855873ffd
removed release plugin
2015-04-14 12:57:40 +02:00
Jeroen van Erp
2ca8d8b19e
Upgraded gradle
2015-04-14 12:03:38 +02:00
Jeroen van Erp
da32b145df
Added braces to single-line statements
2015-04-13 11:50:34 +02:00
Jeroen van Erp
8ea6bb4a66
Updated README for fixed #181 and #180 issue
2015-04-01 11:28:14 +02:00