Age | Commit message (Expand) | Author |
2015-02-05 | Fix ssh:connect erroneus error msg at timeout | Hans Nilsson |
2014-12-17 | ssh: Improve errorhandling in ssh_connection.erl | Ingela Anderton Andin |
2014-11-18 | ssh: Gracefully handle bad input | Ingela Anderton Andin |
2014-10-30 | ssh: Correct typo of renegotiate that could cause rekeying to fail | Ingela Anderton Andin |
2014-10-22 | ssh: remove supervisors for crashed connection worker | Hans Nilsson |
2014-10-21 | ssh: simple info function (ssh_info:print/0). | Hans Nilsson |
2014-10-17 | ssh: Gracefully handle bad handshake messages | Ingela Anderton Andin |
2014-10-17 | ssh: reduce amount of printouts | Hans Nilsson |
2014-10-16 | ssh: Fix port scanner problems | Hans Nilsson |
2014-09-29 | Merge branch 'ia/ssh/version-handling-gracefull/OTP-12157' into maint-17 | Erlang/OTP |
2014-09-25 | ssh: Fixed parallel_login bug that made all logins serial | Hans Nilsson |
2014-09-24 | ssh: Add format_status/2 so sensitive data will not be present in logs | Ingela Anderton Andin |
2014-09-24 | ssh: Gracefully handle incorrect versions | Ingela Anderton Andin |
2014-08-11 | ssh: negotiation_timeout bug fixed | Hans Nilsson |
2014-04-24 | ssh: remove confusing info in some reports | Hans Nilsson |
2014-03-26 | ssh: added daemon option 'parallel_login', default false | Hans Nilsson |
2014-03-25 | ssh: Fix dialyzer warning for arg Data in ssh_connection_handler:send/4 | Hans Nilsson |
2014-01-27 | ssh: Fix dialyzer type specs and documentation | Johannes Weißl |
2013-11-26 | ssh: Correct close handling | Ingela Anderton Andin |
2013-11-13 | ssh: Logging fun and document enhancement | Ingela Anderton Andin |
2013-11-13 | ssh: Simplify handling of connection attributes (e.i. user and sockname) | Ingela Anderton Andin |
2013-11-13 | ssh: Merge connection_manager and connection_handler processes | Ingela Anderton Andin |
2013-11-13 | ssh: Remove use of process dictionary | Ingela Anderton Andin |
2013-10-28 | ssh: Add ssh:sockname/1 incl doc and tests | Hans Nilsson |
2013-08-21 | Merge branch 'lpg/openssh_zlib/OTP-11256' into maint | Fredrik Gustafsson |
2013-07-01 | Merge branch 'maint-r15' into maint-r16 | Fredrik Gustafsson |
2013-06-27 | ssh: fixed bad match failure when disconnect msg | Fredrik Gustafsson |
2013-06-20 | Add openssh_zlib compression type to ssh_transport | Louis-Philippe Gauthier |
2013-03-08 | Fixed rekeying initiation and secured testcase | Fredrik Gustafsson |
2013-02-15 | Returning the actual reason why key exchange failed | Fredrik Gustafsson |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2013-01-18 | Fixed internal error on when client and server can not agree o which authmeth... | Fredrik Gustafsson |
2012-12-19 | Merge branch 'fredrik/ssh/rekeying' | Fredrik Gustafsson |
2012-12-13 | ssh: Document and clean up SSH behaviours | Ingela Anderton Andin |
2012-11-23 | Renegotiating every hour and every gb sent, can be decreased with option {rek... | Fredrik Gustafsson |
2012-11-02 | Option to ssh:connect {pref_public_key_algs, list()} where you can give the a... | Fredrik Gustafsson |
2012-02-28 | Prevent client hanging. (OTP-8111) | Ingela Anderton Andin |
2012-02-20 | Improve check so that we will not try to read ssh packet length indicator if ... | Ingela Anderton Andin |
2012-02-17 | Improved error handling | Ingela Anderton Andin |
2012-02-10 | Cleaned up code so that ssh_file can become a template for a documented | Ingela Anderton Andin |
2012-02-10 | Ssh daemon handles RSA host keys | Ingela Anderton Andin |
2011-05-06 | An unexpected message would crash the ssh_connection_handler and close the co... | Niclas Eklund |
2011-04-27 | OTP-9232: | Niclas Eklund |
2011-04-18 | Fixed SSH appup, copyright headers SSH vsn and SSH release note. | Niclas Eklund |
2011-04-15 | Adds NIFs for cryptographically strong random number generation. | Niclas Eklund |
2010-10-28 | Merge branch 'maint-r13' into maint-r14 | Niclas Eklund |
2010-10-06 | In some cases a crash report was generated when a connection was closing down. | Niclas Eklund |
2010-06-02 | Fixing compiler warnings regarding max/2 | Niclas Eklund |
2010-02-01 | In some cases SSH ceased to collect more data from the transport layer. | Niclas Eklund |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP |