aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_connection.erl
AgeCommit message (Expand)Author
2019-08-19Merge branch 'hans/ssh/gendoc/OTP-15395' into maintHans Nilsson
2019-08-14ssh: Remove unused port_bindings from #connection{}Hans Nilsson
2019-08-12ssh: change type namesHans Nilsson
2019-08-12ssh: The ssh_connection documentation is now generatedHans Nilsson
2018-06-18Update copyright yearHenrik Nord
2018-05-30ssh: Better crash report for bad channel callback moduleHans Nilsson
2018-04-27ssh: ssh_channel replaced by ssh_client_channelHans Nilsson
2018-04-27ssh: ssh_daemon_channel replaced by ssh_server_channelHans Nilsson
2018-04-27ssh: Use ssh_daemon_channel_sup and ssh_damon_channelHans Nilsson
2018-04-25ssh: Changes suggested by dialyzerHans Nilsson
2018-04-25ssh: New -spec and -typeHans Nilsson
2018-03-29ssh: Use the new ssh_dbg moduleHans Nilsson
2018-03-29ssh: Simplify ssh_connection and ssh_connection_handler and their internal in...Hans Nilsson
2018-02-20ssh: Move starting of channel child to ssh_channel_supHans Nilsson
2017-05-04Update copyright yearRaimo Niskanen
2017-03-02ssh: Types and spec fixes to conform to the ref manualHans Nilsson
2017-03-02ssh: Initial commit of option handling changesHans Nilsson
2016-12-07Update copyright-yearErlang/OTP
2016-11-21ssh: fix error when large client packet size and small on serverHans Nilsson
2016-04-29ssh: undocumented, untestesd and experimental tcpip_forward code removedHans Nilsson
2016-04-27ssh: fix dialyzer warnings and errorsHans Nilsson
2016-04-27ssh: Gen_statem rewrite of ssh_connection_handlerHans Nilsson
2015-11-05Fix spelling of ssh 'subsystem'Ben Tyler
2015-10-08ssh: Option max_channels added.Hans Nilsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-12ssh: Fix typoIngela Anderton Andin
2015-04-10Merge branch 'maint-17'Zandra Hird
2015-04-07ssh: Option minimal_remote_max_packet_size and test casesHans Nilsson
2015-04-07ssh: fix loop bug for zero maximum_packet_size.Hans Nilsson
2015-04-07ssh: Change send_buf implementation from list to queueIngela Anderton Andin
2014-12-29Merge branch 'lemenkov/use_os_getenv_2'Marcus Arendt
2014-12-17ssh: Improve errorhandling in ssh_connection.erlIngela Anderton Andin
2014-12-15Start using os:getenv/2 funPeter Lemenkov
2014-12-05Revert "ssh: Corrected ret val from ssh_connection:subsystem/4."Marcus Arendt
2014-10-22ssh: Add ptty_alloc/[2,3]Ingela Anderton Andin
2014-10-09ssh: Corrected ret val from ssh_connection:subsystem/4.Hans Nilsson
2014-07-23Fix SSH CLI when using custom "shell" optionMichael K. Schmidt
2014-01-21ssh: Adds unicodeHans Nilsson
2013-11-26ssh: Correct close handlingIngela Anderton Andin
2013-11-13ssh: Add option to disallow CLIIngela Anderton Andin
2013-11-13ssh: Merge connection_manager and connection_handler processesIngela Anderton Andin
2013-11-13ssh: Remove use of process dictionaryIngela Anderton Andin
2012-10-05Improve interoperability with SSH clientsStefan Zegenhagen
2012-10-03ssh: Make test case platform independantIngela Anderton Andin
2012-10-03ssh: ssh_connection:channel_data() and send_eof() now return {error, closed} ...Daniel Goertzen
2012-10-03ssh: Ensure that all data is sent before ssh:send returns.Daniel Goertzen
2012-09-24ssh: Will not hang if you attempt to send empty binaryIngela Anderton Andin
2012-08-28ssh: Use the correct channel id when adjusting the channel windowIngela Anderton Andin
2012-05-04The channel id in a channel failure message, sent to the peer, is now in all ...Ingela Anderton Andin
2012-02-28Prevent client hanging. (OTP-8111)Ingela Anderton Andin