Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
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-29 | Merge branch 'ia/ssh/prepare-for-release' into maint | Ingela Anderton Andin | |
* ia/ssh/prepare-for-release: ssh: Prepare for release | |||
2012-08-29 | Merge branch 'ia/ssh/connection-start-error-handling' into maint | Ingela Anderton Andin | |
* ia/ssh/connection-start-error-handling: ssh: Correct error handling of ssh connect | |||
2012-08-28 | ssh: Prepare for release | Ingela Anderton Andin | |
2012-08-28 | ssh: Correct error handling of ssh connect | Ingela Anderton Andin | |
2012-08-28 | ssh: Use the correct channel id when adjusting the channel window | Ingela Anderton Andin | |
2012-08-27 | ssh: Correct dialyzer specs | Ingela Anderton Andin | |
2012-08-27 | Merge branch 'sze/ssh-auth_methods/OTP-10224' into maint | Fredrik Gustafsson | |
* sze/ssh-auth_methods/OTP-10224: Corrected some documentation according to original SSH: Make "auth_methods" server option re-usable | |||
2012-08-22 | Corrected some documentation according to original | Fredrik Gustafsson | |
2012-08-01 | SSH: Make "auth_methods" server option re-usable | Stefan Zegenhagen | |
The 'auth_methods' option is used by the server side of the SSH code to tell a connecting SSH client about the authentication methods that are supported by the server. The code still extracts and handles the 'auth_methods' option from Opts in appropriate places, but the Opts checking code in ssh.erl didn't allow that option to be specified. | |||
2012-06-25 | Fix lib/src/test/ssh_basic_SUITE.erl to fix IPv6 option typos | Kenji Rikitake | |
Fixed incorrect option "ipv6_disable" to "ipv6_disabled" as documented in the ssh manual. | |||
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-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
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-06 | Skip set_attributes test on windows due to known erts bug in | Ingela Anderton Andin | |
file:read_file_info/1 | |||
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 | Merge branch 'ia/ssh/currently-supported-doc/OTP-8109' into maint | Ingela Anderton Andin | |
* ia/ssh/currently-supported-doc/OTP-8109: Document currently supported algorithms | |||
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 | Document currently supported algorithms | Ingela Anderton Andin | |
2012-02-17 | Improved error handling | Ingela Anderton Andin | |
2012-02-16 | Merge branch 'ia/ssh/server-user-dir-doc' into maint | Ingela Anderton Andin | |
* ia/ssh/server-user-dir-doc: Document user_dir for the server | |||
2012-02-15 | Remove unused files from test data as it is confusing | Ingela Anderton Andin | |
2012-02-15 | Add support for key files protected by pass phrases | Ingela Anderton Andin | |
2012-02-14 | Document user_dir for the server | 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 | Test case maintenance | Ingela Anderton Andin | |
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 | |