Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-09 | ssh: Don't remove trailing WS in Hello msg | Hans Nilsson | |
2017-03-24 | ssh: fixed crash in ssh:daemon_info | Hans Nilsson | |
2017-03-10 | Update copyright year | Rickard Green | |
2017-03-09 | ssh: Update .app file | Hans Nilsson | |
2017-02-20 | Merge branch 'hans/ssh/iolist_on_unicode/ERL-364/OTP-14230' into maint | Hans Nilsson | |
2017-02-17 | ssh: replace byte-only function with element-size agnostic | Hans Nilsson | |
An error report on ssh_cli pointed to a usage of erlang:iolist_size/1. It is replaced by a specialized function. | |||
2017-02-17 | Merge branch 'ssh_sftpd_relative_path' into hans/ssh/sftpd_fixes/OTP-14225 | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_sftpd_SUITE.erl | |||
2017-02-17 | Merge branch 'ssh_sftpd_cwd_with_root' into hans/ssh/sftpd_fixes/OTP-14225 | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_sftpd_SUITE.erl | |||
2017-02-16 | Merge branch 'hans/ssh/ssh_acceptor_bug/OTP-14108' into maint | Hans Nilsson | |
2017-02-15 | ssh: handle return values and exceptions from ssh_acceptor:handle_connection | Hans Nilsson | |
2017-02-15 | ssh: More exact test for is_tcp_socket | Hans Nilsson | |
2017-02-15 | ssh: Add error case for bad socket | Hans Nilsson | |
2017-02-15 | Return correct state in the case of failure | Karolis Petrauskas | |
2017-02-14 | ssh: allow a list of fingerprint algos in silently_accept_hosts option | Hans Nilsson | |
2017-02-12 | Check for directory with correct path | Karolis Petrauskas | |
When opening file in the ssh_sftpd, directory check should be performed on the server's file tree. | |||
2017-02-12 | Fix relative path handling in sftpd | Karolis Petrauskas | |
Relative path handling fixed to allow opening a file by a path relative to the current working directory. | |||
2017-02-12 | Consider root_dir and cwd in ssh_sftpd, if both are provided | Karolis Petrauskas | |
The SFTPD server should use root_dir and cwd when resolving file paths, if both are provided. The root directory should be used for resolving absolute file names, and cwd should be used for resolving relative paths. | |||
2017-02-03 | Merge branch 'maint-18' into maint | Hans Nilsson | |
Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/emulator/sys/unix/erl_unix_sys.h erts/emulator/sys/unix/sys.c erts/vsn.mk lib/crypto/c_src/crypto.c lib/crypto/doc/src/notes.xml lib/crypto/vsn.mk lib/inets/doc/src/notes.xml lib/inets/vsn.mk lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.app.src lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk otp_versions.table | |||
2017-01-31 | ssh: optimize kex dh_gex using new crypto functionality | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_connection_handler.erl lib/ssh/src/ssh_transport.erl | |||
2017-01-31 | ssh,crypto: prepare for release | Hans Nilsson | |
2017-01-30 | ssh: optimize kex dh_gex using new crypto functionality | Hans Nilsson | |
2017-01-25 | ssh: correct host key signature calculation | Hans Nilsson | |
2017-01-23 | ssh: ssh_dbg now reports HELLO msgs and timestamps | Hans Nilsson | |
2017-01-18 | ssh: Reduce info leakage on decrypt errors | Hans Nilsson | |
Use same message when there are packet errors like too long length, MAC, decrypt or decode errors. This is regarded as good practise to prevent some attacks | |||
2017-01-12 | ssh: Correct ssh_sftpd_file_api dialzyer spec | Philip Cristiano | |
The `State` seems to have been included twice in 91acfc. | |||
2016-12-14 | ssh: [test] Put tstflg values in a proplist | Hans Nilsson | |
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-11-23 | Merge branch 'hans/ssh/max_packetsize_sftp/OTP-13857' into maint | Hans Nilsson | |
2016-11-21 | ssh: fix error when large client packet size and small on server | Hans Nilsson | |
2016-11-18 | ssh: Add fun and fingerprint to option 'silently_accept_host' | Hans Nilsson | |
2016-11-11 | ssh: Adjust inet buffers if too small | Hans Nilsson | |
2016-11-11 | ssh: Change order on next_event actions in ssh_connection_handler | Hans Nilsson | |
2016-11-10 | ssh: exported ssh_dbg:shrink_bin and ssh_dbg:wr_record/3 for debugging purposes | Hans Nilsson | |
2016-10-27 | ssh: more info about shrinked binaries in ssh_dbg | Hans Nilsson | |
2016-10-27 | ssh: Add a 'catch' in ssh_channel.erl to prevent double close errors | Hans Nilsson | |
2016-10-18 | Merge branch 'maint-19' into maint | Hans Nilsson | |
2016-10-17 | ssh: fix renegotiation problem | Hans Nilsson | |
2016-10-14 | Merge branch 'maint-19' into maint | Hans Nilsson | |
2016-10-13 | ssh: Removed matching of 'ok' after send which could cause error reports | Hans Nilsson | |
2016-10-11 | Merge branch 'maint-19' into maint | Hans Nilsson | |
2016-10-10 | Revert "ssh: Add non-blocking send" since it introduces Error Reports | Hans Nilsson | |
This reverts commit 28baf1314b556bb592c24181f6967e1f324f44a7. | |||
2016-10-06 | Merge branch 'maint-19' into maint | Ingela Anderton Andin | |
2016-10-05 | ssh: Prepare release | Ingela Anderton Andin | |
2016-10-05 | ssh: Handle gen_server:call/3 exits properly | Ingela Anderton Andin | |
Handle all possible exit values that should be interpreted as {error, closed}. Failing to do so could lead to unexpected crashes for users of the ssh application. | |||
2016-09-19 | Fix SSH custom REPL exit status | Svilen Ivanov | |
When user defined SSH shell REPL process exits with reason normal SSH channel callback module should report successful exit status to the SSH client. This provides simple way for SSH clients to check for successful completion of executed commands. | |||
2016-09-06 | Merge branch 'hans/ssh/keyboard_interactive_defensics' into maint | Hans Nilsson | |
2016-09-06 | Merge branch 'hans/ssh/strengthen_pubkey/OTP-13847' into maint | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_auth.erl | |||
2016-09-06 | Merge branch 'hans/ssh/correct_sha_ecdsa/OTP-13850' into maint | Hans Nilsson | |
2016-09-05 | ssh: add tstflg value one_empty to force daemon send empty ↵ | Hans Nilsson | |
ssh_msg_userauth_info_request This behavour is assumed by Codenomicon Defensics. | |||
2016-09-02 | ssh: pre-verify key | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_auth.erl |