aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_connection_handler.erl
AgeCommit message (Expand)Author
2013-11-26ssh: Correct close handlingIngela Anderton Andin
2013-11-13ssh: Logging fun and document enhancementIngela Anderton Andin
2013-11-13ssh: Simplify handling of connection attributes (e.i. user and sockname)Ingela Anderton Andin
2013-11-13ssh: Merge connection_manager and connection_handler processesIngela Anderton Andin
2013-11-13ssh: Remove use of process dictionaryIngela Anderton Andin
2013-10-28ssh: Add ssh:sockname/1 incl doc and testsHans Nilsson
2013-08-21Merge branch 'lpg/openssh_zlib/OTP-11256' into maintFredrik Gustafsson
2013-07-01Merge branch 'maint-r15' into maint-r16Fredrik Gustafsson
2013-06-27ssh: fixed bad match failure when disconnect msgFredrik Gustafsson
2013-06-20Add openssh_zlib compression type to ssh_transportLouis-Philippe Gauthier
2013-03-08Fixed rekeying initiation and secured testcaseFredrik Gustafsson
2013-02-15Returning the actual reason why key exchange failedFredrik Gustafsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-18Fixed internal error on when client and server can not agree o which authmeth...Fredrik Gustafsson
2012-12-19Merge branch 'fredrik/ssh/rekeying'Fredrik Gustafsson
2012-12-13ssh: Document and clean up SSH behavioursIngela Anderton Andin
2012-11-23Renegotiating every hour and every gb sent, can be decreased with option {rek...Fredrik Gustafsson
2012-11-02Option to ssh:connect {pref_public_key_algs, list()} where you can give the a...Fredrik Gustafsson
2012-02-28Prevent client hanging. (OTP-8111)Ingela Anderton Andin
2012-02-20Improve check so that we will not try to read ssh packet length indicator if ...Ingela Anderton Andin
2012-02-17Improved error handlingIngela Anderton Andin
2012-02-10Cleaned up code so that ssh_file can become a template for a documentedIngela Anderton Andin
2012-02-10Ssh daemon handles RSA host keysIngela Anderton Andin
2011-05-06An unexpected message would crash the ssh_connection_handler and close the co...Niclas Eklund
2011-04-27OTP-9232:Niclas Eklund
2011-04-18Fixed SSH appup, copyright headers SSH vsn and SSH release note.Niclas Eklund
2011-04-15Adds NIFs for cryptographically strong random number generation.Niclas Eklund
2010-10-28Merge branch 'maint-r13' into maint-r14Niclas Eklund
2010-10-06In some cases a crash report was generated when a connection was closing down.Niclas Eklund
2010-06-02Fixing compiler warnings regarding max/2Niclas Eklund
2010-02-01In some cases SSH ceased to collect more data from the transport layer.Niclas Eklund
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP