Gert Driesen
|
80702f796d
Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591.
|
11 gadi atpakaļ |
Gert Driesen
|
e7ff062145
Remove redundant this qualifier, and fixes general warnings.
|
11 gadi atpakaļ |
Gert Driesen
|
9366658bc4
Added simple ServiceFactory to allow unit testing of SshClient.
|
11 gadi atpakaļ |
Gert Driesen
|
00ed218425
Added internal IForwardPort interface to allow mocking of forwarded ports.
|
11 gadi atpakaļ |
Gert Driesen
|
ba309fc716
Modify accessiblity of Authenticate to internal, and modify IsAuthenticated depending on the outcome of the authentication.
|
11 gadi atpakaļ |
Gert Driesen
|
23a178f7aa
Document exceptions for ConnectionInfo constructors.
|
11 gadi atpakaļ |
Gert Driesen
|
8678d087d9
Modify ShellStream.ReadLine() to take into account multi-byte character.
|
11 gadi atpakaļ |
Gert Driesen
|
2427090ecb
Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking.
|
11 gadi atpakaļ |
Gert Driesen
|
ac180a580a
Use lambda expression.
|
11 gadi atpakaļ |
Gert Driesen
|
3384a7d806
Fix compile on .NET 3.5
|
11 gadi atpakaļ |
Gert Driesen
|
397640ef10
Issue #1930: No connection possible with the same auth method requested multiple times. Improve exception message for authentication failures.
|
11 gadi atpakaļ |
Gert Driesen
|
bbd5e2f6bb
Document default values of ConnectionInfo class.
|
11 gadi atpakaļ |
Gert Driesen
|
cd640aa1cd
Fix compiler and (correct) resharper warnings across the solution.
|
11 gadi atpakaļ |
olegkap_cp
|
908c22cc93
Fix SshAuthenticationException by handling PartialSuccess response and continue authentication proccess in that case
|
12 gadi atpakaļ |
olegkap_cp
|
2825e44f45
Improve HTTP proxy error handling, regarding issue #1509
|
12 gadi atpakaļ |
olegkap_cp
|
e1b2d13a99
Fix SCP to handle root path
|
12 gadi atpakaļ |
olegkap_cp
|
3bf76ef842
Add HashInfo class and refactor hashing works
|
12 gadi atpakaļ |
olegkap_cp
|
db38a04f8a
Add Encoding property to ConnectionInfo to specify what encoding to use for current session.
|
12 gadi atpakaļ |
olegkap_cp
|
ff2d8b3f52
Add support for hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96
|
12 gadi atpakaļ |
olegkap_cp
|
111fd3e052
Add support for twofish cipher
|
12 gadi atpakaļ |
olegkap_cp
|
c46ceaf34b
Add support for arcfour cipher and hmac-ripemd160 algorithms
|
12 gadi atpakaļ |
olegkap_cp
|
6d2604948d
Remove documention content and move code examples into test and code comments
|
12 gadi atpakaļ |
olegkap_cp
|
358b08905f
Fix and add XML comments
|
12 gadi atpakaļ |
olegkap_cp
|
807259a016
Apply 13574 patch
|
12 gadi atpakaļ |
olegkap_cp
|
3b3c3f7be4
Change DEFAULT_PORT from test 2222 to production 22
|
13 gadi atpakaļ |
olegkap_cp
|
83f3f63c21
Add ConnectionInfo.DEFAULT_PORT to be used as default port instead of static
|
13 gadi atpakaļ |
olegkap_cp
|
552a9f0cc3
Fix partial authentication error
|
13 gadi atpakaļ |
Kenneth_aa_cp
|
3be0eaf09b
Fixed BUG from revision 16218. Changed ConnectionInfo so if ProxyType is set to None, constructor will not validate proxy parameters (host, port specifically), and when set to ProxyType.None, host, username and password is set to null in the other constructors - instead of string.Empty.
|
13 gadi atpakaļ |
Kenneth_aa_cp
|
25816b1dd7
ConnectionInfo.cs:235 - Removed ! infront of IsNullOrEmpty in final constructor.
|
13 gadi atpakaļ |
olegkap_cp
|
8ac242d197
Add ServerVersion and ClientVersion to the ConnectionInfo
|
13 gadi atpakaļ |