Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-05 | ssh: Prepare release | Ingela Anderton Andin | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-07 | ssh: Reset upgrade instructions to default | Ingela Anderton Andin | |
2014-12-09 | ssh: Fix syntax error in .appup | Hans Nilsson | |
2014-12-08 | ssh: Fix .app and .appup | Hans Nilsson | |
2014-12-02 | ssh: Add soft upgrade for ptty_alloc | Ingela Anderton Andin | |
2014-12-02 | ssh: Fixes wrong version in appup file | Hans Nilsson | |
2014-12-01 | ssh: prepares appup file for release | Hans Nilsson | |
2014-10-23 | ssh: fix ssh.appup.src. | Hans Nilsson | |
2014-10-23 | ssh: Corrected appup | Ingela Anderton Andin | |
2014-10-22 | ssh: fix .app and .appup errors | Hans Nilsson | |
2014-10-13 | ssh: Prepare for release | Ingela Anderton Andin | |
2014-09-22 | ssh: ssh-3.0.6 will not support soft ugrade | Ingela Anderton Andin | |
Customer requesting patch will not use soft upgrade and as it will be hard to meet customer deadline and assure quality of soft upgrade we decided to make it an application restart. | |||
2014-06-16 | ssh: Prepare for release | Hans Nilsson | |
2014-05-26 | ssh: Prepare for release | Hans Nilsson | |
2014-02-26 | ssh: Add appup file corrections | Hans Nilsson | |
2014-02-25 | ssh: Prepare for release | Hans Nilsson | |
2014-02-18 | Fix non-library appup files according to issue #240 | Tobias Schlager | |
Fix the appup files of runtime_tools and os_mon with wildcard version regexps. inets, odbc and ssh regexps have been corrected to match as originally intended. | |||
2013-06-05 | ssh: appup changes | Fredrik Gustafsson | |
2013-03-08 | Merge branch 'fredrik/ssh/fix-rekeying/OTP-10911' into maint-r16 | Erlang/OTP | |
* fredrik/ssh/fix-rekeying/OTP-10911: Fixed appup for 2.1.5 Conflicts: lib/ssh/src/ssh.appup.src | |||
2013-03-08 | ssh: Prepare for upcoming release | Ingela Anderton Andin | |
Note: If more things are added before the next releas the appup will need more updates. | |||
2013-03-08 | Fixed appup for 2.1.5 | Fredrik Gustafsson | |
2013-02-15 | Versions and appup ssh, R16B | Fredrik Gustafsson | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-22 | Bumped version numbers | Fredrik Gustafsson | |
2012-12-20 | Fixed syntax error in ssh appup file | Fredrik Gustafsson | |
2012-11-16 | Appup changes for SSH | Fredrik Gustafsson | |
2012-11-09 | Ssh appup modifications | Fredrik Gustafsson | |
2012-11-08 | Updated appup for ssh | Fredrik Gustafsson | |
2012-08-29 | ssh: Increase robustness | Ingela Anderton Andin | |
If a line of single line of the authorized_key file och known_hosts file is incorrectly formated ignore it. | |||
2012-08-28 | ssh: Prepare for release | Ingela Anderton Andin | |
2012-03-21 | Prepare for release | Ingela Anderton Andin | |
Supervisor tree changed so can not do soft upgrade | |||
2011-12-08 | Use new directive "-callback" and prepare version and appup for release | Ingela Anderton Andin | |
2011-06-21 | OTP-9386 - Calling ssh_sftp:stop_channel/1 resulted in that the trap_exit ↵ | Niclas Eklund | |
flag was set to true for the invoking process. | |||
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-01-20 | Added updated modules to the appup file. | Niclas Eklund | |
2010-11-01 | Move away from using deprecated public_key function pem_to_der. | Niclas Eklund | |
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-25 | The fix regarding OTP-8863 was not included in the previous version as stated | Niclas Eklund | |
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-08-23 | ssh: Patch 1127 | Niclas Eklund | |
OTP-8735 SSH in some cases generated a crash report when a channel was closed in a normal way. | |||
2010-08-23 | ssh: Patch 1126 | Niclas Eklund | |
OTP-8714 SSH in some cases terminated channels with reason normal when it should have been shutdown. | |||
2010-08-20 | ssh: Patch 1119 | Niclas Eklund | |
OTP-8550 The function ssh:connect/4 was not exported. OTP-8644 Aligned error message with used version (SSH_FX_FAILURE vs SSH_FX_NOT_A_DIRECTORY, the latter introduced in version 6). OTP-8645 Resolved race condition when another connection is started before a channel is opened in the first connection. OTP-8535 The configuration parameter ip_v6_disabled is now available, which makes it possible for the user to alter the IP version SSH shall use. OTP-8534 The ssh_connection:send operation now accepts infinity as timeout. OTP-8524 The connection handler now include stack traces when a channel message is not handled correctly. | |||
2010-04-21 | Removed deprecated functions and module | Niclas Eklund | |
2010-04-21 | Changes after ssh-1.1.8 | Niclas Eklund | |
2010-04-21 | New branch for ssh-2.0 and later | Niclas Eklund | |
2010-04-14 | Removed call to the deprecated module ssh_cm | Niclas Eklund | |
2010-03-22 | Fix usage of ip_v6_disabled and publish it | Niclas Eklund | |