Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-09 | ssh: Fix option user_interaction to work as expected | Ingela Anderton Andin | |
When password authentication is implemented with ssh keyboard-interactive method and the password is already supplied, so that we do not need to query the user, connections should succeed even though the user_interaction option is set to false. | |||
2014-06-16 | ssh: Minor message encode/decode bugfixes | Hans Nilsson | |
SSH_MSG_IGNORE SSH_MSG_UNIMPLEMENTED | |||
2014-06-16 | ssh: Accept disconnect msgs without language tag | Hans Nilsson | |
2014-02-13 | ssh: Changed order of decode clauses to temp fix decode error | Hans Nilsson | |
2014-02-13 | ssh: Fixes memory crash | Hans Nilsson | |
2014-02-05 | Fix that result on stderr sent back to ssh:exec had length info present | Hans Nilsson | |
2014-01-21 | ssh: Adds unicode | Hans Nilsson | |
2013-11-13 | ssh: Merge connection_manager and connection_handler processes | Ingela Anderton Andin | |
Also start adding dialyzer specs and removing dead code | |||
2013-11-13 | ssh: Remove use of process dictionary | Ingela Anderton Andin | |
This is step one in in making ssh process structure less complicated. As an effect I also found other simplifications/clean ups of the code that could be done. |