Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-27 | Basic functionality for sftp ver6 and testcase | Fredrik Gustafsson | |
2012-11-23 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-11-23 | Update copyright years | Björn-Egil Dahlberg | |
2012-11-22 | Merge branch 'maint' | Fredrik Gustafsson | |
* maint: is_boolean/1 is called instead of checking Removed ip options to gen_tcp from ssh.erl | |||
2012-11-21 | is_boolean/1 is called instead of checking | Fredrik Gustafsson | |
2012-11-20 | Removed ip options to gen_tcp from ssh.erl | Fredrik Gustafsson | |
2012-11-16 | Merge branch 'fredrik/ssh/timer-on-connect/OTP-10514' | Fredrik Gustafsson | |
* fredrik/ssh/timer-on-connect/OTP-10514: New setup in testing idle_time Use same connect as the rest of testcases Fixed doc Added testcase for idle timer Not start the idle timer on connect Doc about idle_time option to ssh:connect Check cache on channel exec handle no idle-timer on check cache Option idle_time introduced, it will trigger the timer and if it is not given the timer_ref entry is infinity Timeout after 1h of idle on connection, which exits the connection Conflicts: lib/ssh/src/ssh.erl | |||
2012-11-16 | Merge branch 'maint' | Fredrik Gustafsson | |
* maint: Appup changes for SSH | |||
2012-11-16 | Appup changes for SSH | Fredrik Gustafsson | |
2012-11-16 | Merge branch 'maint' | Fredrik Gustafsson | |
* maint: Fixed if it is not the record to read from in read_password Fixed user interaction ssh | |||
2012-11-16 | Fixed if it is not the record to read from in read_password | Fredrik Gustafsson | |
2012-11-15 | Fixed user interaction ssh | Fredrik Gustafsson | |
2012-11-12 | Merge branch 'maint' | Fredrik Gustafsson | |
* maint: Ssh appup modifications Updated appup for ssh Bumped revision Removed some testing variables ssh_opts is now a proper list After auth rsa and dsa passwords is set to undefined Removing the password after auth | |||
2012-11-12 | Merge branch 'fredrik/ssh-password-conf/OTP-10511' into maint | Fredrik Gustafsson | |
* fredrik/ssh-password-conf/OTP-10511: Ssh appup modifications Updated appup for ssh Bumped revision Removed some testing variables ssh_opts is now a proper list After auth rsa and dsa passwords is set to undefined Removing the password after auth | |||
2012-11-09 | Ssh appup modifications | Fredrik Gustafsson | |
2012-11-08 | Merge branch 'maint' | Fredrik Gustafsson | |
* maint: Doc for quiet_mode SSH quiet mode | |||
2012-11-08 | Updated appup for ssh | Fredrik Gustafsson | |
2012-11-05 | Merge branch 'maint' | Fredrik Gustafsson | |
2012-11-05 | SSH quiet mode | Fredrik Gustafsson | |
2012-11-05 | Removed some testing variables | Fredrik Gustafsson | |
2012-11-05 | ssh_opts is now a proper list | Fredrik Gustafsson | |
2012-11-05 | After auth rsa and dsa passwords is set to undefined | Fredrik Gustafsson | |
2012-11-05 | Removing the password after auth | Fredrik Gustafsson | |
2012-11-05 | Not start the idle timer on connect | Fredrik Gustafsson | |
2012-11-02 | Option to ssh:connect {pref_public_key_algs, list()} where you can give the ↵ | Fredrik Gustafsson | |
algorithms you want to use | |||
2012-10-31 | Check cache on channel exec | Fredrik Gustafsson | |
2012-10-31 | handle no idle-timer on check cache | Fredrik Gustafsson | |
2012-10-31 | Option idle_time introduced, it will trigger the timer and if it is not ↵ | Fredrik Gustafsson | |
given the timer_ref entry is infinity | |||
2012-10-31 | Timeout after 1h of idle on connection, which exits the connection | Fredrik Gustafsson | |
2012-10-05 | Improve interoperability with SSH clients | Stefan Zegenhagen | |
This patch fixes a few problems of the SSH shell server that affect the interoperability with SSH clients in widespread use. First problem is that, whenever a channel_request message is received with want_reply=true, the reply ends up being sent to the servers channel id, not the clients channel id. This causes the client to terminate the connection. The easiest solution to the problem appears to be a new function in ssh_connection_manager.erl that translates the servers channel id before sending the reply (in the same manner as other functions do it). Second problem is in ssh_cli.erl. When an SSH client sends a window_change request between PTY allocation and starting the shell (which appears to happen with some clients), ssh_cli.erl crashes because #state.buf is yet 'undefined'. Allocating an empty buffer at PTY allocation time solves the problem. Affected SSH clients: - all clients based on SSH-2.0-TrileadSSH2Java_213 (problem #1) - SSH Term Pro (problem #2) | |||
2012-10-03 | ssh: Make test case platform independant | Ingela Anderton Andin | |
The test case interrupted_send did not work on all platforms. Also ct-ify the test suite | |||
2012-10-03 | ssh: ssh_connection:channel_data() and send_eof() now return {error, closed} ↵ | Daniel Goertzen | |
for closed or invalid channels. ssh_connection:handle_msg(#ssh_msg_channel_close...) will now cause any send() that was in progress to immediately return {error,closed}. | |||
2012-10-03 | ssh: Ensure that all data is sent before ssh:send returns. | Daniel Goertzen | |
2012-10-01 | Merge branch 'dg/keyboard_interactive' | Henrik Nord | |
* dg/keyboard_interactive: fix typo in keyboard-interactive string OTP-10456 | |||
2012-09-24 | ssh: Will not hang if you attempt to send empty binary | Ingela Anderton Andin | |
2012-09-07 | fix typo in keyboard-interactive string | Daniel Goertzen | |
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-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-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 |