Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sshnet/IntegrationTests

Integration tests for SSH.NET
https://github.com/sshnet/IntegrationTests

Remove old target frameworks (#10)

* Remove old target frameworks
* Add comments

1ee6063d195c4d1b26aa5edadfa58ba4842a706a authored over 1 year ago by Wojciech Nagórski <[email protected]>
Add tests for SftpFileStream.Seek(...) (#9)

* Add tests for SftpFileStream.Seek(...) to cover https://github.com/sshnet/SSH.NET/pull/910.

...

3f5a7d77e642aac6db74b610912712725431e082 authored about 2 years ago by Gert Driesen <[email protected]>
Override sudoers with configuration that allows root and the sudo group to run any command. (#8)

Members of the sudo do not have to specify a password.

c5ca24176cd21174fd79dd89859e3408f9d43a4c authored about 2 years ago by Gert Driesen <[email protected]>
Fixes and improvements for port forwarding tests (#6)

* Support configuration of PrintMotd and AllowTcpForwarding options.
* Fix and extend public ke...

a31325ec1892265142e6e68abf99a99d4c29abf6 authored over 2 years ago by Gert Driesen <[email protected]>
Support keyboard-interactive authentication (#3)

Support keyboard-interactive authentication:
* Use PAM-enabled version of OpenSSH.
* Install s...

3bfbc71b408a18dade5a0a70457695d51966361b authored over 2 years ago by Gert Driesen <[email protected]>
Pass data to MemoryStream.ctor(byte[]) instead of writing it to the memory stream (which would have it allocate a new buffer).

Fixes issue #1.

98972c80f0bcb0bbcad9348d9243856c1eba27fb authored almost 3 years ago by drieseng <[email protected]>
Merge branch 'main' of https://github.com/sshnet/IntegrationTests

9597d64b89f2b4aa096b5711ea47489664784890 authored almost 3 years ago by drieseng <[email protected]>
Clean up project file. Ignore more files.

2b1eb37ebe78b16a2c25d35e92c280e3016d577e authored almost 3 years ago by drieseng <[email protected]>
Prettify :p

ea429f09b3a4f1392ecfe93fac0830815c1dc391 authored almost 3 years ago by Gert Driesen <[email protected]>
Merge branch 'main' of https://github.com/sshnet/IntegrationTests

26ea95fdf8022ac5b67239902327721459aa92df authored almost 3 years ago by drieseng <[email protected]>
Remove obsolete files.

12082370582c5deab5e0181f5857f9a2babf16b5 authored almost 3 years ago by drieseng <[email protected]>
Remove obsolete files.

aa2ffa1428db233d57eb84573587f410b70d7374 authored almost 3 years ago by drieseng <[email protected]>
Move sources to src directory.

100732801c1dd08a2272c4ff9f9f54fafef9e48a authored almost 3 years ago by drieseng <[email protected]>
Use docker to run integration tests.

1990ae4864dbf48ae9e77fdb394b1785c8929d59 authored almost 3 years ago by drieseng <[email protected]>
Initial commit

6c77b37074022e77ceafc8d9dcf772c3eaeee36c authored almost 3 years ago by Gert Driesen <[email protected]>
Initial (rough) version of integration tests for SSH.NET.

f8fef0b38e98390fd5319027b0bdbc745ee68d72 authored almost 3 years ago by drieseng <[email protected]>