Age | Commit message (Collapse) | Author |
|
Conflicts:
OTP_VERSION
lib/ssh/doc/src/notes.xml
lib/ssh/src/ssh_connection_handler.erl
lib/ssh/vsn.mk
otp_versions.table
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OTP-13565
|
|
tcp-socket as input
|
|
* hans/ssh/benchmark_crash:
ssh: Benchmark suite timeouts were to short
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
lib/ssh/test/ssh_sup_SUITE.erl
|
|
|
|
Conflicts:
lib/ssh/test/ssh_test_lib.erl
|
|
Conflicts:
lib/ssh/test/ssh_algorithms_SUITE.erl
|
|
|
|
|
|
|
|
|
|
The lack of this caused problems on some Windows machines
|
|
|
|
Dsa is outdated and not supported by modern OpenSSH
|
|
|
|
|
|
|
|
|
|
Removed pty alloc from the test since it does not work on all test targets.
Also added a final check that the upper limit of channels still holds.
|
|
The supervisor tree need some time to count down number of workers when one dies.
With a fixed waiting time in the test, there will be spurious errors. There will also be
unnecessarily long waits on some machines.
|
|
|
|
|
|
Including misc fixes in surronding code as well as in test cases.
|
|
|
|
ssh use cases are cryptographical so use crypto:strong_rand_bytes/1 instead.
|
|
* henrik/update-copyrightyear:
update copyright-year
|
|
|