summaryrefslogtreecommitdiff
path: root/lib/ssh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hans/ssh/cuddle_tests' into maintHans Nilsson2016-11-231-21/+30
|\
| * ssh: interrupted_send test suite handle 'close CHANID' msgHans Nilsson2016-11-141-14/+21
| * ssh: interrupted_send receive loop reports missing number of bytesHans Nilsson2016-11-141-9/+11
* | Merge branch 'hans/ssh/max_packetsize_sftp/OTP-13857' into maintHans Nilsson2016-11-232-3/+20
|\ \
| * | ssh: fix error when large client packet size and small on serverHans Nilsson2016-11-211-0/+3
| * | ssh: testcase for too large packet size on clientHans Nilsson2016-11-211-3/+17
| |/
* | ssh: added two test casesHans Nilsson2016-11-181-1/+100
* | ssh: Removed irrelevant rfc reference in docHans Nilsson2016-11-182-4/+0
* | ssh: Add fun and fingerprint to option 'silently_accept_host'Hans Nilsson2016-11-183-8/+31
|/
* ssh: Adjust inet buffers if too smallHans Nilsson2016-11-111-0/+17
* ssh: Change order on next_event actions in ssh_connection_handlerHans Nilsson2016-11-111-4/+4
* ssh: Testcase polishingHans Nilsson2016-11-112-44/+75
* ssh: exported ssh_dbg:shrink_bin and ssh_dbg:wr_record/3 for debugging purposesHans Nilsson2016-11-103-1/+31
* ssh: retry in ssh_options_SUITE:ssh_connect_negtimeout_*Hans Nilsson2016-10-311-1/+8
* ssh: make test more precise in ssh_to_openssh_SUITEHans Nilsson2016-10-312-17/+37
* ssh: simplify test in ssh_to_openssh_SUITEHans Nilsson2016-10-311-25/+3
* ssh: skip erlang_server_openssh_client_renegotiate test on non-unixHans Nilsson2016-10-311-1/+1
* ssh: Removed tracing in ssh_to_openssh_SUITEHans Nilsson2016-10-311-12/+2
* ssh: test for rekey with OpenSSH serverHans Nilsson2016-10-281-2/+91
* ssh: move rekeying test to ssh_test_libHans Nilsson2016-10-282-28/+29
* ssh: change of test helper ssh_test_lib:start_shellHans Nilsson2016-10-283-28/+23
* ssh: increase timeout in test in ssh_options_SUITEHans Nilsson2016-10-281-3/+11
* ssh: trace all messages in ssh_to_openssh_SUITE:erlang_server_openssh_client_...Hans Nilsson2016-10-271-0/+1
* ssh: more info about shrinked binaries in ssh_dbgHans Nilsson2016-10-271-1/+6
* ssh: Add a 'catch' in ssh_channel.erl to prevent double close errorsHans Nilsson2016-10-271-1/+1
* ssh: better ssh_basic_SUITE:end_per_suite/2Hans Nilsson2016-10-271-5/+6
* ssh: improve result processing in testHans Nilsson2016-10-271-1/+1
* ssh: Reduce the renegotiation limit in test with OpenSSH clientHans Nilsson2016-10-271-3/+11
* Merge branch 'maint-19' into maintHans Nilsson2016-10-185-4/+66
|\
| * Prepare releaseErlang/OTP2016-10-172-1/+16
| * ssh: fix renegotiation problemHans Nilsson2016-10-171-2/+3
| * ssh: test case for renegotiation with openssh clientHans Nilsson2016-10-172-1/+47
* | Merge branch 'maint-19' into maintHans Nilsson2016-10-149-26/+244
|\ \ | |/
| * Prepare releaseErlang/OTP2016-10-132-1/+18
| * ssh: Removed matching of 'ok' after send which could cause error reportsHans Nilsson2016-10-131-24/+26
| * ssh: ssh_protocol_SUITE test for handling of illegal info_linesHans Nilsson2016-10-131-0/+31
| * ssh: property test case for illegal infoline and closeHans Nilsson2016-10-135-1/+169
* | Merge branch 'maint-19' into maintHans Nilsson2016-10-113-59/+51
|\ \ | |/
| * Prepare releaseErlang/OTP2016-10-102-1/+17
| * Revert "ssh: Add non-blocking send" since it introduces Error ReportsHans Nilsson2016-10-101-58/+34
* | Merge branch 'maint-19' into maintIngela Anderton Andin2016-10-063-1/+28
|\ \ | |/
| * Update release notesErlang/OTP2016-10-061-0/+18
| * ssh: Prepare releaseIngela Anderton Andin2016-10-052-1/+5
| * ssh: Handle gen_server:call/3 exits properlyIngela Anderton Andin2016-10-051-1/+6
* | ssh: Update vsn.mkHans Nilsson2016-09-281-1/+1
* | Merge branch 'isvilen/ssh_REPL_exit_status/PR-1173/OTP-13905' into maintHans Nilsson2016-09-282-4/+40
|\ \ | |/ |/|
| * Fix SSH custom REPL exit statusSvilen Ivanov2016-09-191-2/+9
| * Add SSH custom REPL exit status testSvilen Ivanov2016-09-191-2/+31
* | Prepare releaseErlang/OTP2016-09-201-0/+62
|/
* Merge branch 'hans/ssh/keyboard_interactive_defensics' into maintHans Nilsson2016-09-062-1/+30
|\