Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-06 | Merge branch 'maint-19' into maint | Ingela Anderton Andin | |
2016-10-06 | Update release notes | Erlang/OTP | |
2016-10-05 | ssh: Prepare release | Ingela Anderton Andin | |
2016-10-05 | ssh: Handle gen_server:call/3 exits properly | Ingela Anderton Andin | |
Handle all possible exit values that should be interpreted as {error, closed}. Failing to do so could lead to unexpected crashes for users of the ssh application. | |||
2016-09-28 | ssh: Update vsn.mk | Hans Nilsson | |
2016-09-28 | Merge branch 'isvilen/ssh_REPL_exit_status/PR-1173/OTP-13905' into maint | Hans Nilsson | |
2016-09-20 | Prepare release | Erlang/OTP | |
2016-09-19 | Fix SSH custom REPL exit status | Svilen Ivanov | |
When user defined SSH shell REPL process exits with reason normal SSH channel callback module should report successful exit status to the SSH client. This provides simple way for SSH clients to check for successful completion of executed commands. | |||
2016-09-19 | Add SSH custom REPL exit status test | Svilen Ivanov | |
Test that when used defined shell REPL exit with reason normal SSH client receives exit status 0. | |||
2016-09-06 | Merge branch 'hans/ssh/keyboard_interactive_defensics' into maint | Hans Nilsson | |
2016-09-06 | Merge branch 'hans/ssh/strengthen_pubkey/OTP-13847' into maint | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_auth.erl | |||
2016-09-06 | Merge branch 'hans/ssh/correct_sha_ecdsa/OTP-13850' into maint | Hans Nilsson | |
2016-09-06 | Merge branch 'hans/ssh/channel_no_detect_close/OTP-13859' into maint | Hans Nilsson | |
2016-09-05 | ssh: add tstflg value one_empty to force daemon send empty ↵ | Hans Nilsson | |
ssh_msg_userauth_info_request This behavour is assumed by Codenomicon Defensics. | |||
2016-09-02 | ssh: pre-verify key | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_auth.erl | |||
2016-09-02 | ssh: make ecdsa sha dependent on curve | Hans Nilsson | |
Bug fix. | |||
2016-09-02 | ssh: separate clauses for first and second pk auth msg | Hans Nilsson | |
SSH sends the public key and user name twice. If we do not check the validity of that pair at the first time, Codenomicon Defensics will complain. | |||
2016-09-01 | ssh: fix no detect of tcp close | Hans Nilsson | |
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
2016-08-31 | Merge branch 'raimo/gen_statem-callback_mode/OTP-13752' into maint | Raimo Niskanen | |
* raimo/gen_statem-callback_mode/OTP-13752: ssl: Upgrade suite testing skipped if stdlib upgrade is required Fix version numbers and dependencies Conflicts: lib/ssl/src/ssl.appup.src lib/ssl/vsn.mk | |||
2016-08-31 | Merge branch 'hans/ssh/test_fixes/OTP-13854' into maint | Hans Nilsson | |
Fixes problems found by test suites as well as by Codenomicon/Defensics: - reduce max random padding to 15 bytes (Codenomicon/Defensics) - inclomplete pdu handling (Codenomicon/Defensics) - badmatch - non-blocking send fixes deadlock in ssh_connection_SUITE:interrupted_send | |||
2016-08-31 | Merge branch 'hans/ssh/ensure_all_started/PR-1147/OTP-13843' into maint | Hans Nilsson | |
2016-08-29 | ssh: reduce random padding to 15 bytes | Hans Nilsson | |
This is to get rid of some warnings in Codenomicon/Defensics. It also speeds up the communications. | |||
2016-08-29 | ssh: Add non-blocking send | Hans Nilsson | |
This is to try to fix ssh_connection_SUITE:interrupted_send problem. On machines with small buffers (<65k) like some Windows and *BSDs, this test case could deadlock with both sides having filled tcp receice buffers but stuck in prim_inet:send. This commit fixes this. | |||
2016-08-29 | ssh: fix Codenomicon/Defensics auth problem with incomplete pdu | Hans Nilsson | |
Trailing pdu values being 0 or empty strings are just excluded from the pdu by Codenomicon/Defensics. This is wrong but some kind of habit "out there". This commit makes Erlang SSH accept such pdu in one place because Defensics is king of security tests ... | |||
2016-08-29 | ssh: fix changed badmatch error msg in ssh_algorithms_SUITE | Hans Nilsson | |
2016-08-25 | Fix version numbers and dependencies | Raimo Niskanen | |
2016-08-24 | Improve ssh:start/1,2 functions | Aleksei Magusev | |
Use application:ensure_all_started/2 instead of hard-coding dependencies | |||
2016-08-02 | Rewrite SSH for gen_statem M:callback_mode/0 | Raimo Niskanen | |
2016-06-30 | Merge branch 'maint-19' into maint | Hans Nilsson | |
2016-06-29 | Update release notes | Erlang/OTP | |
2016-06-29 | Merge branch 'hans/ssh/ssh_patches/OTP-13715' into maint-19 | Erlang/OTP | |
* hans/ssh/ssh_patches/OTP-13715: ssh: Update ssh version ssh: Remove possible hanging in TCs when server and client is on the same node ssh: added dbg keys to ssh:connection_info/2 and ssh:channel_info/3 ssh: Extend experimental ssh_dbg.erl ssh: remove 'sync sleeps' | |||
2016-06-29 | ssh: Update ssh version | Hans Nilsson | |
2016-06-29 | ssh: Remove possible hanging in TCs when server and client is on the same node | Hans Nilsson | |
2016-06-29 | ssh: added dbg keys to ssh:connection_info/2 and ssh:channel_info/3 | Hans Nilsson | |
2016-06-29 | ssh: Extend experimental ssh_dbg.erl | Hans Nilsson | |
1) extend ssh_dbg:message with second arg, a fun/1 that is intended to replace pids in the trace printouts with better descriptions. 2) printout improvments | |||
2016-06-29 | ssh: remove 'sync sleeps' | Hans Nilsson | |
2016-06-27 | ssh: update vsn.mk | Hans Nilsson | |
2016-06-27 | ssh: polishing of password prompt's linefeed | Hans Nilsson | |
2016-06-27 | ssh: Fix a hazard bug in ssh_auth | Hans Nilsson | |
2016-06-27 | ssh: Some code cuddling in ssh_io | Hans Nilsson | |
2016-06-27 | ssh: Fix type error in args of ssh_auth:sort_selected_mthds | Hans Nilsson | |
2016-06-27 | ssh: Make client send a faulty pwd only once, ssh_connection_handler part | Hans Nilsson | |
2016-06-27 | ssh: Make client send a faulty pwd only once, ssh_auth part | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_connection_handler.erl | |||
2016-06-27 | ssh: test cases for no repetition of bad passwords | Hans Nilsson | |
2016-06-27 | Merge branch 'maint-18' into maint | Hans Nilsson | |
Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk otp_versions.table | |||
2016-06-22 | Update release notes | Erlang/OTP | |
2016-06-22 | ssh: update vsn.mk | Hans Nilsson | |
2016-06-22 | ssh: polishing of password prompt's linefeed | Hans Nilsson | |
2016-06-22 | ssh: Fix a hazard bug in ssh_auth | Hans Nilsson | |