aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh.app.src
AgeCommit message (Collapse)Author
2015-06-26ssh: Use old crypto with newer sshIngela Anderton Andin
Many issues with previous process design, causing for instance process leaks, are compleatly gone in the redesigned ssh-3.0 and later. This is a backport of newer ssh design to R15B
2012-02-28Prevent 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-13Add behaviour (api) module with callback specsGustav Simonsson
Function parameter and return type specifications for the public key functions
2012-02-10Removed no longer needed codeIngela Anderton Andin
2010-04-21Removed deprecated functions and moduleNiclas Eklund
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP