Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-12 | Merge branch 'ia/ssh/missing-reason-in-catch-exit/OTP-10112' into maint | Ingela Anderton Andin | |
* ia/ssh/missing-reason-in-catch-exit/OTP-10112: Improved handling of multiple closes | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-06-01 | Improved handling of multiple closes | Ingela Anderton Andin | |
exit:{normal} -> exit:{normal, _} this typo could sometimes cause a crash when trying to close a channel that was already closed. | |||
2012-05-04 | The channel id in a channel failure message, sent to the peer, is now in all ↵ | Ingela Anderton Andin | |
cases the remote channel id | |||
2012-04-27 | ssh: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-04-24 | Merge branch 'ia/ssh/options-check-OTP-10061' into maint | Ingela Anderton Andin | |
* ia/ssh/options-check-OTP-10061: Corrected ssh option handling | |||
2012-04-24 | Corrected ssh option handling | Ingela Anderton Andin | |
The option ip_v6_disabled and the undocumented option exec was incorrectly handled by the option checking code. There where two options for allowing user interaction one documented and one undocumented, they where merge to to be the documented one. For backwards compatibility the undocumented one is transformed to the documented one in the option checking code. | |||
2012-04-20 | Avoid sending two ssh close messages | Ingela Anderton Andin | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-22 | ssh:close/1 will no longer crash if ssl manager already happens to have | Ingela Anderton Andin | |
been terminated. The function ssh_connection_manager:call now handles that exit reason may be shutdown. | |||
2012-03-22 | Merge branch 'ia/ssh/prepare-for-release' into maint | Ingela Anderton Andin | |
* ia/ssh/prepare-for-release: Prepare for release | |||
2012-03-21 | Prepare for release | Ingela Anderton Andin | |
Supervisor tree changed so can not do soft upgrade | |||
2012-03-01 | sftp daemon generates file handles correct | Ingela Anderton Andin | |
Also always run ssh_sftp_SUITE against own daemon as well as openssh if existing. Corrected links test case and found that openssh has a known bug that swaps the create link arguments. Created separate ticket (OTP-9951) to deal with this. | |||
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-21 | Added checks of API input | Ingela Anderton Andin | |
2012-02-20 | Improve check so that we will not try to read ssh packet length indicator if ↵ | Ingela Anderton Andin | |
not sure we have enough data. OTP-8380 | |||
2012-02-17 | Improved error handling | Ingela Anderton Andin | |
2012-02-15 | Add support for key files protected by pass phrases | Ingela Anderton Andin | |
2012-02-14 | Merge branch 'ia/ssh/crash-report-with-impatient-SFTP-client/OTP-9391' into ↵ | Ingela Anderton Andin | |
maint * ia/ssh/crash-report-with-impatient-SFTP-client/OTP-9391: Avoid to crash if the remote side closes the connection prematurely | |||
2012-02-14 | Merge branch 'ia/ssh/keyboard-interactive-disable-bug/OTP-9466' into maint | Ingela Anderton Andin | |
* ia/ssh/keyboard-interactive-disable-bug/OTP-9466: Client now honors the allow_user_interaction option | |||
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-13 | Client now honors the allow_user_interaction option | Ingela Anderton Andin | |
2012-02-13 | Avoid to crash if the remote side closes the connection prematurely | Ingela Anderton Andin | |
2012-02-10 | Correct access flag handling in sftpd | Ingela Anderton Andin | |
Also Moved app test to ssh_basic_SUITE There is no reason to have a separate suite for the app test it increases maintenance costs | |||
2012-02-10 | Client fallbacks to ipv4 if connection is refused with ipv6 | Ingela Anderton Andin | |
2012-02-10 | Cleaned up code so that ssh_file can become a template for a documented | Ingela Anderton Andin | |
ssh_keys behavior | |||
2012-02-10 | Better handling of IPv6 | Ingela Anderton Andin | |
2012-02-10 | Ssh daemon handles RSA host keys | Ingela Anderton Andin | |
Solves OTP-7677 | |||
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-12-08 | Use new directive "-callback" and prepare version and appup for release | Ingela Anderton Andin | |
2011-11-10 | Remove exec bit from: erl, hrl, xml, html, asn, gif, xpm | Ricardo Catalinas Jiménez | |
2011-08-25 | Merge branch 'dev' into major | Henrik Nord | |
2011-08-08 | ssh: Support parallel make | Björn Gustavsson | |
2011-06-21 | Corrected year in license header. | Niclas Eklund | |
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-20 | Merge branch 'maint-r14' of super:otp into nick/ssh/memory_leak/OTP-9232 | Niclas Eklund | |
2011-04-20 | Added deletion of clients to be used when a session is terminated. | Niclas Eklund | |
2011-04-19 | Renamed the function strong_rand_uniform to strong_rand_mpint. | Niclas Eklund | |
Added some checks in crypto.erl and crypto.c. Changed ssh_bits to use strong_rand_mpint. | |||
2011-04-18 | Fixed SSH appup, copyright headers SSH vsn and SSH release note. | Niclas Eklund | |
2011-04-15 | Adds NIFs for cryptographically strong random number generation. | Niclas Eklund | |
Also adds documentation and unit tests. Thanks to Geoff Cant. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-01-24 | Merge branch 'nick/ssh/sign-verify-binary' into maint-r14 | Erlang/OTP | |
* nick/ssh/sign-verify-binary: Updated appup file. Updated notes file. Changed year in copyright header. Added updated modules to the appup file. Improved error handling for ssh:connect/3/4. Release note contained wrong ticker number. OTP-8987 In some cases SSH returned {error, normal} when a channel was terminated unexpectedly. This has now been changed to {error, channel_closed}. | |||
2011-01-24 | Merge branch 'nick/ensure_ssh_dir_exists/OTP-9010' into maint-r14 | Erlang/OTP | |
* nick/ensure_ssh_dir_exists/OTP-9010: Updated appup file. Updated notes file. Updated year in license. OTP-9010: ssh: ensure ~/.ssh exists | |||
2011-01-20 | Updated appup file. | Niclas Eklund | |
2011-01-20 | Updated appup file. | Niclas Eklund | |
2011-01-20 | Added updated modules to the appup file. | Niclas Eklund | |