summaryrefslogtreecommitdiff
path: root/lib/ssh/src/ssh_connection_handler.erl
Commit message (Expand)AuthorAgeFilesLines
* ssh: Extend ssh:connection_infoHans Nilsson2019-09-061-5/+47
* Merge branch 'hans/ssh/remove_unused_rec_fields/OTP-15984' into maintHans Nilsson2019-08-191-1/+0
|\
| * ssh: Remove unused port_bindings from #connection{}Hans Nilsson2019-08-141-1/+0
* | ssh: Don't assume Reason to be a string()Hans Nilsson2019-08-161-1/+7
|/
* ssh: added log/4Hans Nilsson2019-06-281-7/+10
* ssh: Fix log problem in early stages of initializationHans Nilsson2019-06-281-30/+44
* ssh: Fix potential crash if failure in init of clientHans Nilsson2019-06-281-7/+15
* ssh: Dump 64 bytes in case of unexpected info lineHans Nilsson2019-04-181-4/+4
* ssh: Make host and user key pre-checking betterHans Nilsson2018-11-191-25/+25
* ssh: Cleaning and polishing of ssh_authHans Nilsson2018-11-191-5/+5
* ssh: Add a common key_cb call functionHans Nilsson2018-11-191-1/+0
* Merge branch 'hans/ssh/fix_ext_info/OTP-15413' into maintHans Nilsson2018-11-091-0/+4
|\
| * ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as clientHans Nilsson2018-11-071-0/+4
* | ssh: Add chacha20-poly1305@openssh.com cipherHans Nilsson2018-08-231-5/+10
* | Update copyright yearHenrik Nord2018-06-181-1/+1
* | ssh: Add experimental eddhHans Nilsson2018-06-111-0/+4
* | ssh: Change get_stacktraceHans Nilsson2018-05-301-4/+4
* | ssh: Use generic_timer for option idle_timeHans Nilsson2018-05-141-130/+131
* | ssh: Refactor connection_msg handlingHans Nilsson2018-05-141-87/+66
* | ssh: Unfold function in the single used placeHans Nilsson2018-05-141-16/+11
* | ssh: idle_timer sends special msg instead of EXITHans Nilsson2018-05-141-1/+5
* | Merge branch 'maint'Hans Nilsson2018-05-081-1/+1
|\ \ | |/
| * ssh: Renegotiation -> renegotiateHans Nilsson2018-05-041-1/+1
* | ssh: Extend rekey_limit to also take an optional timeHans Nilsson2018-05-041-7/+10
* | ssh: ssh_channel replaced by ssh_client_channelHans Nilsson2018-04-271-22/+22
* | Merge branch 'hans/ssh/dbg/OTP-14896'Hans Nilsson2018-04-271-1/+0
|\ \
| * | ssh: Correct a call that re-appeared by misstakeHans Nilsson2018-04-251-1/+0
* | | ssh: New -spec and -typeHans Nilsson2018-04-251-8/+10
|/ /
* | Merge branch 'maint'Hans Nilsson2018-04-201-2/+15
|\ \ | |/
| * ssh: Fix server crashes for exit-normal signalsHans Nilsson2018-04-171-2/+15
* | ssh: Use the new ssh_dbg moduleHans Nilsson2018-03-291-177/+437
* | ssh: Add ssh_connection_handler:alg/1 for test purposesHans Nilsson2018-03-291-1/+8
* | ssh: Simplify ssh_connection and ssh_connection_handler and their internal in...Hans Nilsson2018-03-291-52/+46
* | ssh: Remove deadlock in supervisor treeHans Nilsson2018-03-161-24/+33
|/
* ssh: Fix the bugHans Nilsson2018-03-021-14/+32
* ssh: No error message for signal killHans Nilsson2018-02-201-4/+3
* Merge branch 'maint-20' into maintHans Nilsson2017-11-201-19/+44
|\
| * ssh: dialyzer fixesHans Nilsson2017-11-141-9/+18
| * ssh: Fix broken error handling during session setupHans Nilsson2017-11-141-10/+26
* | ssh: Server checks host key files at start and at acceptHans Nilsson2017-10-301-30/+28
|/
* ssh: fix broken printoutsHans Nilsson2017-09-291-4/+6
* ssh: Removed out-commented codeHans Nilsson2017-06-021-10/+0
* ssh: Improve 'server-sig-algs' handling in clientHans Nilsson2017-05-311-27/+61
* Merge branch 'hans/ssh/trim_state'Hans Nilsson2017-05-221-6/+5
|\
| * ssh: remove extra options copy from internal stateHans Nilsson2017-05-221-6/+5
* | ssh: Handle if server-sig-algs and client has empty intersectionHans Nilsson2017-05-221-1/+6
|/
* ssh: Use 'server-sig-algs' for client's selection of algsHans Nilsson2017-05-171-7/+10
* ssh: Option 'auth_methods' available not only in server but also in clientHans Nilsson2017-05-121-5/+1
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* ssh: Codenomicon/Defensics fixesHans Nilsson2017-04-261-5/+8