aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_connection_handler.erl
AgeCommit message (Expand)Author
2019-08-19Merge branch 'hans/ssh/remove_unused_rec_fields/OTP-15984' into maintHans Nilsson
2019-08-16ssh: Don't assume Reason to be a string()Hans Nilsson
2019-08-14ssh: Remove unused port_bindings from #connection{}Hans Nilsson
2019-06-28ssh: added log/4Hans Nilsson
2019-06-28ssh: Fix log problem in early stages of initializationHans Nilsson
2019-06-28ssh: Fix potential crash if failure in init of clientHans Nilsson
2019-04-18ssh: Dump 64 bytes in case of unexpected info lineHans Nilsson
2018-11-19ssh: Make host and user key pre-checking betterHans Nilsson
2018-11-19ssh: Cleaning and polishing of ssh_authHans Nilsson
2018-11-19ssh: Add a common key_cb call functionHans Nilsson
2018-11-09Merge branch 'hans/ssh/fix_ext_info/OTP-15413' into maintHans Nilsson
2018-11-07ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as clientHans Nilsson
2018-08-23ssh: Add [email protected] cipherHans Nilsson
2018-06-18Update copyright yearHenrik Nord
2018-06-11ssh: Add experimental eddhHans Nilsson
2018-05-30ssh: Change get_stacktraceHans Nilsson
2018-05-14ssh: Use generic_timer for option idle_timeHans Nilsson
2018-05-14ssh: Refactor connection_msg handlingHans Nilsson
2018-05-14ssh: Unfold function in the single used placeHans Nilsson
2018-05-14ssh: idle_timer sends special msg instead of EXITHans Nilsson
2018-05-08Merge branch 'maint'Hans Nilsson
2018-05-04ssh: Renegotiation -> renegotiateHans Nilsson
2018-05-04ssh: Extend rekey_limit to also take an optional timeHans Nilsson
2018-04-27ssh: ssh_channel replaced by ssh_client_channelHans Nilsson
2018-04-27Merge branch 'hans/ssh/dbg/OTP-14896'Hans Nilsson
2018-04-25ssh: New -spec and -typeHans Nilsson
2018-04-25ssh: Correct a call that re-appeared by misstakeHans Nilsson
2018-04-20Merge branch 'maint'Hans Nilsson
2018-04-17ssh: Fix server crashes for exit-normal signalsHans Nilsson
2018-03-29ssh: Use the new ssh_dbg moduleHans Nilsson
2018-03-29ssh: Add ssh_connection_handler:alg/1 for test purposesHans Nilsson
2018-03-29ssh: Simplify ssh_connection and ssh_connection_handler and their internal in...Hans Nilsson
2018-03-16ssh: Remove deadlock in supervisor treeHans Nilsson
2018-03-02ssh: Fix the bugHans Nilsson
2018-02-20ssh: No error message for signal killHans Nilsson
2017-11-20Merge branch 'maint-20' into maintHans Nilsson
2017-11-14ssh: dialyzer fixesHans Nilsson
2017-11-14ssh: Fix broken error handling during session setupHans Nilsson
2017-10-30ssh: Server checks host key files at start and at acceptHans Nilsson
2017-09-29ssh: fix broken printoutsHans Nilsson
2017-06-02ssh: Removed out-commented codeHans Nilsson
2017-05-31ssh: Improve 'server-sig-algs' handling in clientHans Nilsson
2017-05-22Merge branch 'hans/ssh/trim_state'Hans Nilsson
2017-05-22ssh: remove extra options copy from internal stateHans Nilsson
2017-05-22ssh: Handle if server-sig-algs and client has empty intersectionHans Nilsson
2017-05-17ssh: Use 'server-sig-algs' for client's selection of algsHans Nilsson
2017-05-12ssh: Option 'auth_methods' available not only in server but also in clientHans Nilsson
2017-05-04Update copyright yearRaimo Niskanen
2017-04-26ssh: Codenomicon/Defensics fixesHans Nilsson
2017-04-26ssh: Implement signature algorithms rsa-sha2-*. draft-ietf-curdle-rsa-sha2Hans Nilsson