aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_connection_manager.erl
AgeCommit message (Expand)Author
2013-11-13ssh: Merge connection_manager and connection_handler processesIngela Anderton Andin
2013-11-13ssh: Remove use of process dictionaryIngela Anderton Andin
2013-03-14Removed timing rekeyingFredrik Gustafsson
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-15Added event/3 and clarified error messageFredrik Gustafsson
2013-02-15Returning the actual reason why key exchange failedFredrik Gustafsson
2012-11-23Renegotiating every hour and every gb sent, can be decreased with option {rek...Fredrik Gustafsson
2012-11-16Merge branch 'fredrik/ssh/timer-on-connect/OTP-10514'Fredrik Gustafsson
2012-11-12Merge branch 'maint'Fredrik Gustafsson
2012-11-05Removed some testing variablesFredrik Gustafsson
2012-11-05ssh_opts is now a proper listFredrik Gustafsson
2012-11-05After auth rsa and dsa passwords is set to undefinedFredrik Gustafsson
2012-11-05Removing the password after authFredrik Gustafsson
2012-11-05Not start the idle timer on connectFredrik Gustafsson
2012-10-31Check cache on channel execFredrik Gustafsson
2012-10-31handle no idle-timer on check cacheFredrik Gustafsson
2012-10-31Option idle_time introduced, it will trigger the timer and if it is not given...Fredrik Gustafsson
2012-10-31Timeout after 1h of idle on connection, which exits the connectionFredrik Gustafsson
2012-10-05Improve interoperability with SSH clientsStefan Zegenhagen
2012-10-03ssh: ssh_connection:channel_data() and send_eof() now return {error, closed} ...Daniel Goertzen
2012-06-01Improved handling of multiple closesIngela Anderton Andin
2012-05-04The channel id in a channel failure message, sent to the peer, is now in all ...Ingela Anderton Andin
2012-04-20Avoid sending two ssh close messagesIngela Anderton Andin
2012-03-22ssh:close/1 will no longer crash if ssl manager already happens to haveIngela Anderton Andin
2012-02-28Prevent client hanging. (OTP-8111)Ingela Anderton Andin
2012-02-13Avoid to crash if the remote side closes the connection prematurelyIngela Anderton Andin
2010-12-20OTP-8987Niclas Eklund
2010-09-02fix process leak in ssh_system_sup (dynamicaly created childs where not clean...Stefan Grundmann
2010-08-23ssh: Patch 1127Niclas Eklund
2010-08-20ssh: Patch 1119Niclas Eklund
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP