Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-28 | Prevent client hanging. (OTP-8111) | Ingela Anderton Andin | |
Restored supervisor tree so that error propagation will work as intended, although connection processes are set to temporary, instead of permanent with restart times set to 0, and termination of the connection subtree is initiated by a temporary process spawned by ssh_connection_managers terminate. This is done to avoid unwanted supervisor reports. Pherhaps we need some new supervisor functionality. | |||
2012-02-20 | Improve check so that we will not try to read ssh packet length indicator if ↵ | Ingela Anderton Andin | |
not sure we have enough data. OTP-8380 | |||
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 | |
ssh_keys behavior | |||
2012-02-10 | Ssh daemon handles RSA host keys | Ingela Anderton Andin | |
Solves OTP-7677 | |||
2011-05-06 | An unexpected message would crash the ssh_connection_handler and close the ↵ | Niclas Eklund | |
connection. Now an error message is generated instead. | |||
2011-04-27 | OTP-9232: | Niclas Eklund | |
A memory leak has been fixed. I.e. per terminated connection the size of a pid and the length of a user name string was not cleared. | |||
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 | |
Also adds documentation and unit tests. Thanks to Geoff Cant. | |||
2010-10-28 | Merge branch 'maint-r13' into maint-r14 | Niclas Eklund | |
Conflicts: lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.appup.src lib/ssh/src/ssh_system_sup.erl lib/ssh/vsn.mk | |||
2010-10-06 | In some cases a crash report was generated when a connection was closing down. | Niclas Eklund | |
This was caused by a race condition between two processes. | |||
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 | |