Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-18 | Update copyright year | Henrik Nord | |
2018-04-27 | ssh: ssh_channel replaced by ssh_client_channel | Hans Nilsson | |
2018-04-27 | ssh: ssh_daemon_channel replaced by ssh_server_channel | Hans Nilsson | |
2018-04-27 | ssh: Use ssh_daemon_channel_sup and ssh_damon_channel | Hans Nilsson | |
2018-03-29 | ssh: New ssh_dbg module | Hans Nilsson | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-03-02 | ssh: Initial commit of option handling changes | Hans Nilsson | |
2016-11-10 | ssh: exported ssh_dbg:shrink_bin and ssh_dbg:wr_record/3 for debugging purposes | Hans Nilsson | |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-03-29 | ssh: Experimental debug interface module | Hans Nilsson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-08-24 | ssh: dependencies added in ssh/src/Makefile | Hans Nilsson | |
2015-08-03 | ssh: rm ssh_math and use crypto:compute_key instead | Hans Nilsson | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-03 | ssh: Correct Makefile | Ingela Anderton Andin | |
The ssh application does not have any external include files | |||
2014-10-23 | Merge branch 'maint-17' into maint | Henrik Nord | |
Conflicts: OTP_VERSION | |||
2014-10-21 | ssh: simple info function (ssh_info:print/0). | Hans Nilsson | |
2014-07-02 | Cleanup behaviour modules in ssh | Matwey V. Kornilov | |
Behaviour modules were not cleanuped. | |||
2013-11-13 | ssh: Simplify handling of connection attributes (e.i. user and sockname) | Ingela Anderton Andin | |
OTP-11296 | |||
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. | |||
2013-01-25 | ssh: Fix dialyzer and doc warnings | Ingela Anderton Andin | |
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2012-12-13 | ssh: Document and clean up SSH behaviours | Ingela Anderton Andin | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-04-27 | ssh: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
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-13 | Add behaviour (api) module with callback specs | Gustav Simonsson | |
Function parameter and return type specifications for the public key functions | |||
2012-02-10 | Removed no longer needed code | Ingela Anderton Andin | |
2012-02-10 | Use the public_key application for all public key handling | Ingela Anderton Andin | |
Also improved test suites to avoid copying of users keys to test server directories as this is a security liability | |||
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-08-08 | ssh: Support parallel make | Björn Gustavsson | |
2010-04-21 | Removed deprecated functions and module | Niclas Eklund | |
2010-04-21 | New branch for ssh-2.0 and later | Niclas Eklund | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |