summaryrefslogtreecommitdiff
path: root/lib/ssh/src/ssh_connection_handler.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-02-141-1/+1
* ssh: replace size/1 by xxx_size/1Kiko Fernandez-Reyes2023-02-031-1/+1
* Merge pull request #6746 from u3s/kuba/ssh/reduce_log_size/OTP-18417Jakub Witczak2023-01-311-7/+12
|\
| * ssh: reduce log lengthJakub Witczak2023-01-301-7/+12
* | Fix `ssh_connection_handler` logging of atomsJon Carstens2023-01-011-1/+1
|/
* graceful shutdown of ssh_conection_handler when connection is closed by peerAnupama Singh2022-11-171-1/+1
* ssh: Implement max_initial_idle_timeHans Nilsson2022-08-191-1/+7
* ssh: Fix error in ssh_dbg_off(tcp)Hans Nilsson2022-08-081-1/+1
* ssh: Introduce option max_log_item_lenHans Nilsson2022-05-241-7/+26
* Merge pull request #5564 from kianmeng/fix-typos-in-lib-sshCons T Åhs2022-02-021-7/+7
|\
| * Fix typos in lib/sshKian-Meng, Ang2022-01-201-7/+7
* | Merge branch 'maint-23' into maintHans Nilsson2022-01-261-1/+1
|\ \ | |/ |/|
| * Update copyright yearErlang/OTP2022-01-241-1/+1
| * ssh: Trap exits on handshake processHans Nilsson2022-01-121-1/+7
| * ssh: Extend ssh_dbg with 'handshake'Hans Nilsson2021-12-281-2/+24
| * ssh: Rework crash state formatting in ssh_connection_handlerHans Nilsson2021-06-011-38/+51
| * Merge branch 'hans/ssh/idle_time-bug/OTP-17279' into maint-23Erlang/OTP2021-03-291-2/+7
| |\
* | | ssh: Extend ssh_dbg with 'handshake'Hans Nilsson2022-01-121-2/+22
* | | ssh: Fix parallel_login option and an intermediate controlling procHans Nilsson2022-01-111-1/+4
* | | Update copyright yearRickard Green2021-12-131-1/+1
* | | Merge branch 'hans/ssh/add_tcp_tracepoint_ssh_dbg/OTP-17587' into maintHans Nilsson2021-08-301-1/+51
|\ \ \
| * | | ssh: Add 'tcp' to ssh_dbgHans Nilsson2021-08-261-1/+51
* | | | ssh: Rework crash state formatting in ssh_connection_handlerHans Nilsson2021-06-011-46/+55
|/ / /
* | | ssh: New window init strategyHans Nilsson2021-04-261-13/+36
* | | ssh: Re-write supervisor tree to use PR-4368Hans Nilsson2021-04-151-146/+44
* | | Merge branch 'maint'Hans Nilsson2021-03-261-2/+7
|\ \ \
| * \ \ Merge branch 'hans/ssh/idle_time-bug/OTP-17279' into maintHans Nilsson2021-03-261-2/+7
| |\ \ \ | | |/ / | |/| / | | |/
| | * ssh: Fix idle_time bugHans Nilsson2021-03-221-2/+7
* | | ssh: connected/not_connected via new handshake/2Hans Nilsson2021-03-021-7/+11
* | | ssh: Make ssh_connection_handler:role/1 a macro in ssh_fsm.hrlHans Nilsson2021-03-021-10/+6
* | | ssh: Use group_leader of process calling ssh:connect for user i/oHans Nilsson2021-03-021-10/+9
* | | ssh: Cosmetic changes + some commentsHans Nilsson2021-03-021-5/+14
* | | ssh: Fix strange codeHans Nilsson2021-03-021-1/+3
* | | ssh: ssh_connection_handler fixesHans Nilsson2021-02-191-11/+19
* | | ssh: Add quick testcase fixHans Nilsson2021-02-191-0/+4
* | | ssh: Change variable namesHans Nilsson2021-02-191-3/+3
* | | ssh: Split huge fsm in ssh_connection_handlerHans Nilsson2021-02-191-422/+17
* | | ssh: Explicit event-types in handle_event/4Hans Nilsson2021-02-191-75/+55
* | | ssh: Fix superfluous error/1 messageHans Nilsson2021-02-191-2/+2
* | | ssh: Refactor for changes laterHans Nilsson2021-02-021-24/+28
* | | ssh: New connection start procedureHans Nilsson2021-02-021-188/+142
|/ /
* | ssh: Add 4th argument (#ssh) to ssh_connection:handl_msgHans Nilsson2021-01-151-2/+2
* | Merge branch 'hans/ssh/client_sup_tree_fix/ERIERL-567/OTP-17021' into maintHans Nilsson2020-12-061-14/+24
|\ \
| * | ssh: Keeping/killing sup trees when starting on socketsHans Nilsson2020-12-041-11/+22
| * | ssh: Fix strange terminate(kill,...)Hans Nilsson2020-12-041-2/+2
| * | ssh: Remove funny trap_exitHans Nilsson2020-12-041-1/+0
* | | ssh: Refresh the setenv framework on server sideHans Nilsson2020-10-021-8/+4
* | | ssh: ssh:shell now sends LANG and LC_ALL env vars to serverHans Nilsson2020-10-021-5/+17
|/ /
* | Merge branch 'hans/ssh/hello_timeout/OTP-16803' into maintHans Nilsson2020-08-201-3/+8
|\ \
| * | ssh: Add daemon option "hello_timeout"Hans Nilsson2020-08-201-3/+8