Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-25 | Fix version numbers and dependencies | Raimo Niskanen | |
2016-06-27 | ssh: update vsn.mk | Hans Nilsson | |
2016-04-28 | ssh: Update version | Hans Nilsson | |
2016-02-25 | ssh: step vsn.mk | Hans Nilsson | |
2016-01-08 | ssh: update vsn.mk to 4.2.1 | Hans Nilsson | |
2015-11-27 | Merge branch 'maint-18' into maint | Hans Nilsson | |
* maint-18: Updated OTP version Update release notes ssh: vsn.mk updated ssh: New test cases for SSH_MSG_KEX_DH_GEX_REQUEST_OLD ssh: update existing testcases ssh: Improve group selection ssh: implemented server side SSH_MSG_KEX_DH_GEX_REQUEST_OLD for putty client Conflicts: lib/ssh/src/ssh_transport.erl lib/ssh/test/ssh_protocol_SUITE.erl lib/ssh/vsn.mk | |||
2015-11-26 | ssh: vsn.mk updated | Hans Nilsson | |
2015-10-15 | ssh: Add a 1024 group to the list of key gex groups | Hans Nilsson | |
2015-10-08 | ssh: update vsn.mk | Hans Nilsson | |
2015-10-02 | ssh: 4.1->4.2 | Hans Nilsson | |
2015-08-28 | ssh: update vsn.mk | Hans Nilsson | |
2015-05-07 | ssh: update vsn.mk to 4.0 | Hans Nilsson | |
2015-04-30 | ssh: Fix bug causing rekeying once per minute after 1st Gbyte Thanks Simon | Hans Nilsson | |
The port stats are not accumulated so that once rekey_limit bytes (by default, 1GB) have been transmitted the connection will be rekeyed every minute, not after the next 1GB. | |||
2015-04-21 | ssh: added id_string option for server and client | Hans Nilsson | |
For limiting Banner Grabbing attempts. | |||
2015-04-07 | ssh: Change version (vsn.mk) | Hans Nilsson | |
2015-03-31 | Prepare release | Erlang/OTP | |
2015-03-16 | ssh: uppdate version in vsn.mk | Hans Nilsson | |
2014-11-18 | ssh: update vsn.mk | Hans Nilsson | |
2014-10-21 | ssh: prepare for release | 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-09-03 | ssh: update vsn.mk | Hans Nilsson | |
2014-08-11 | ssh: Updated vsn.mk | Hans Nilsson | |
2014-06-16 | ssh: Prepare for release | Hans Nilsson | |
2014-05-26 | ssh: Prepare for release | Hans Nilsson | |
2014-01-21 | ssh: prepare vsn.mk for release | Hans Nilsson | |
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-03-19 | Prepare release | Erlang/OTP | |
2013-03-08 | Prepare release | Erlang/OTP | |
2013-02-15 | Versions and appup ssh, R16B | Fredrik Gustafsson | |
2013-01-22 | Bumped version numbers | Fredrik Gustafsson | |
2012-11-07 | Bumped revision | Fredrik Gustafsson | |
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-11-22 | Revert "Update version numbers for pre-release of R15" | Björn-Egil Dahlberg | |
This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7. | |||
2011-11-22 | Update version numbers for pre-release of R15OTP_R15A | Björn Gustavsson | |
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-17 | OTP-9031 - SSH did not handle the error reason enetunreach when trying to ↵ | Niclas Eklund | |
open a IPv6 connection. | |||
2010-11-01 | The fix regarding OTP-8849 was not included in the previous version as stated. | 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 | Update version numbers | Erlang/OTP | |
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-09-13 | Prepare releaseOTP_R14B | Erlang/OTP | |