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 години |
Gert Driesen
|
e7ff062145
Remove redundant this qualifier, and fixes general warnings.
|
преди 11 години |
Gert Driesen
|
9366658bc4
Added simple ServiceFactory to allow unit testing of SshClient.
|
преди 11 години |
Gert Driesen
|
00ed218425
Added internal IForwardPort interface to allow mocking of forwarded ports.
|
преди 11 години |
Gert Driesen
|
ba309fc716
Modify accessiblity of Authenticate to internal, and modify IsAuthenticated depending on the outcome of the authentication.
|
преди 11 години |
Gert Driesen
|
23a178f7aa
Document exceptions for ConnectionInfo constructors.
|
преди 11 години |
Gert Driesen
|
8678d087d9
Modify ShellStream.ReadLine() to take into account multi-byte character.
|
преди 11 години |
Gert Driesen
|
2427090ecb
Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking.
|
преди 11 години |
Gert Driesen
|
ac180a580a
Use lambda expression.
|
преди 11 години |
Gert Driesen
|
3384a7d806
Fix compile on .NET 3.5
|
преди 11 години |
Gert Driesen
|
397640ef10
Issue #1930: No connection possible with the same auth method requested multiple times. Improve exception message for authentication failures.
|
преди 11 години |
Gert Driesen
|
bbd5e2f6bb
Document default values of ConnectionInfo class.
|
преди 11 години |
Gert Driesen
|
cd640aa1cd
Fix compiler and (correct) resharper warnings across the solution.
|
преди 11 години |
olegkap_cp
|
908c22cc93
Fix SshAuthenticationException by handling PartialSuccess response and continue authentication proccess in that case
|
преди 12 години |
olegkap_cp
|
2825e44f45
Improve HTTP proxy error handling, regarding issue #1509
|
преди 12 години |
olegkap_cp
|
e1b2d13a99
Fix SCP to handle root path
|
преди 12 години |
olegkap_cp
|
3bf76ef842
Add HashInfo class and refactor hashing works
|
преди 12 години |
olegkap_cp
|
db38a04f8a
Add Encoding property to ConnectionInfo to specify what encoding to use for current session.
|
преди 12 години |
olegkap_cp
|
ff2d8b3f52
Add support for hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96
|
преди 12 години |
olegkap_cp
|
111fd3e052
Add support for twofish cipher
|
преди 12 години |
olegkap_cp
|
c46ceaf34b
Add support for arcfour cipher and hmac-ripemd160 algorithms
|
преди 12 години |
olegkap_cp
|
6d2604948d
Remove documention content and move code examples into test and code comments
|
преди 12 години |
olegkap_cp
|
358b08905f
Fix and add XML comments
|
преди 12 години |
olegkap_cp
|
807259a016
Apply 13574 patch
|
преди 12 години |
olegkap_cp
|
3b3c3f7be4
Change DEFAULT_PORT from test 2222 to production 22
|
преди 13 години |
olegkap_cp
|
83f3f63c21
Add ConnectionInfo.DEFAULT_PORT to be used as default port instead of static
|
преди 13 години |
olegkap_cp
|
552a9f0cc3
Fix partial authentication error
|
преди 13 години |
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 години |
Kenneth_aa_cp
|
25816b1dd7
ConnectionInfo.cs:235 - Removed ! infront of IsNullOrEmpty in final constructor.
|
преди 13 години |
olegkap_cp
|
8ac242d197
Add ServerVersion and ClientVersion to the ConnectionInfo
|
преди 13 години |