Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-27 | ssh: Disable exec for non-default shell | Hans Nilsson | |
2018-02-22 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release ssh: Add option save_accepted_host ssh: No error message for signal kill ssh: Dont repeat supervisor defaults in map fields ssh: Move starting of channel child to ssh_channel_sup ssh: Test case for sup tree when shell server proc times out | |||
2018-02-21 | Merge branch 'hans/ssh/limit_knownhosts/OTP-14935' into maint-20 | Erlang/OTP | |
* hans/ssh/limit_knownhosts/OTP-14935: ssh: Add option save_accepted_host | |||
2018-02-21 | Merge branch 'hans/ssh/no_error_for_kill/OTP-14930' into maint-20 | Erlang/OTP | |
* hans/ssh/no_error_for_kill/OTP-14930: ssh: No error message for signal kill | |||
2018-02-21 | ssh: Add option save_accepted_host | Hans Nilsson | |
2018-02-20 | ssh: No error message for signal kill | Hans Nilsson | |
2018-02-20 | ssh: Dont repeat supervisor defaults in map fields | Hans Nilsson | |
2018-02-20 | ssh: Move starting of channel child to ssh_channel_sup | Hans Nilsson | |
2018-01-08 | ssh: A compatibility testing suite using dockers | Hans Nilsson | |
This suite tests compatibility with different combinations of OpenSSH and OpenSSL. The peer SSH is running in a docker container. | |||
2017-12-21 | ssh: ssh_dbg updates | Hans Nilsson | |
2017-12-14 | ssh: Special treatment of OpenSSH clients >= 7.2 rsa-sha2-* public keys | Hans Nilsson | |
Thoose clients signs with sha instead of sha2-*. Try first to verify with the correct one, and if that fails, retry with sha1. | |||
2017-12-08 | ssh: Update runtime dependencies of ssh | Hans Nilsson | |
2017-11-20 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release ssh: testcases for space trailing Hello msg ssh: Don't remove trailing WS in Hello msg ssh: dialyzer fixes ssh: Fix broken error handling during session setup Remove invalid EINTR loop around close(2) Conflicts: lib/ssh/test/ssh_options_SUITE.erl | |||
2017-11-17 | Merge branch 'hans/ssh/SYN_RST/OTP-14778' into maint-20 | Erlang/OTP | |
* hans/ssh/SYN_RST/OTP-14778: ssh: dialyzer fixes ssh: Fix broken error handling during session setup | |||
2017-11-16 | Merge branch 'maint-18' into maint | Hans Nilsson | |
* maint-18: Updated OTP version Prepare release ssh: Unicode encoding fix ssh: testcases for space trailing Hello msg Remove unused test include file from test suites eldap: Repair Makefile ssh: Don't remove trailing WS in Hello msg Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/vsn.mk lib/compiler/doc/src/notes.xml lib/compiler/vsn.mk lib/crypto/test/blowfish_SUITE.erl lib/eldap/doc/src/notes.xml lib/eldap/vsn.mk lib/inets/test/httpd_load.erl lib/inets/test/httpd_mod.erl lib/inets/test/old_httpd_SUITE.erl lib/ssh/doc/src/notes.xml lib/ssh/vsn.mk lib/stdlib/test/zip_SUITE.erl otp_versions.table | |||
2017-11-15 | ssh: Don't remove trailing WS in Hello msg | Hans Nilsson | |
2017-11-15 | ssh: Unicode encoding fix | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_connection_handler.erl | |||
2017-11-14 | ssh: dialyzer fixes | Hans Nilsson | |
2017-11-14 | ssh: Fix broken error handling during session setup | Hans Nilsson | |
2017-11-10 | ssh: Update SSH for engine-stored host keys | Hans Nilsson | |
2017-11-09 | ssh: Don't remove trailing WS in Hello msg | Hans Nilsson | |
2017-10-30 | ssh: Client checks user's public key | Hans Nilsson | |
2017-10-30 | ssh: Server checks host key files at start and at accept | Hans Nilsson | |
2017-10-30 | ssh: Sharpen the PubKey validity check | Hans Nilsson | |
2017-10-12 | ssh: Adapt to simplified public_key and simplify ssh | Hans Nilsson | |
2017-10-09 | ssh: ssh_dbg:algs function | Hans Nilsson | |
2017-10-03 | ssh: ssh_dbg reports cryptolib info | Hans Nilsson | |
2017-10-03 | ssh: enable host key debugging in ssh_dbg | Hans Nilsson | |
2017-10-03 | ssh: Make host key checking more debug friendly | Hans Nilsson | |
2017-10-03 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release Fix zlib merge snafu ssh: fix broken printouts ssh: exclude aes_gcm if peer is OpenSSH 6.2 (known bug) | |||
2017-10-02 | Merge branch 'hans/ssh/printout_crash/OTP-14645' into maint-20 | Erlang/OTP | |
* hans/ssh/printout_crash/OTP-14645: ssh: fix broken printouts | |||
2017-10-02 | ssh: add ecdsa_pass_phrase option in analogy with rsa_pass_phrase | Hans Nilsson | |
2017-09-29 | ssh: fix broken printouts | Hans Nilsson | |
2017-09-28 | ssh: exclude aes_gcm if peer is OpenSSH 6.2 (known bug) | Hans Nilsson | |
2017-09-11 | ssh: fix dialyzer error | Hans Nilsson | |
2017-09-11 | ssh: ssh:chk_algos_opts/1 | Hans Nilsson | |
This function is intended primarily for users who want to experiment with the options preferred_algorithms and modify_algorithms. | |||
2017-09-11 | ssh: Added option 'modify_algorithms' with prepend, append and rm | Hans Nilsson | |
If a user wants to enable one non-default algorithm or remove a default one, the option preferred_algorithms is too complicated since it replaces the whole set of algorithms. | |||
2017-08-24 | Merge branch 'maint-20' into maint | Raimo Niskanen | |
* maint-20: Updated OTP version Prepare release Accept non-binary options as socket-options Bump version Fix broken handling of default values in extensions for PER compiler: Fix live regs update on allocate in validator Take fail labels into account when determining liveness in block ops Check for overflow when appending binaries, and error out with system_limit | |||
2017-08-19 | Fix file owner access permission in ssh_sftp module | Hamidreza Soleimani | |
Previously, a hard-coded atom (read_write) has been used as file owner access permission in response to ssh_sftp:read_file_info/2 function. With this fix, the actual value of file owner access permission is added to the returning record. That value is calculated from file mode value. | |||
2017-08-17 | Accept non-binary options as socket-options | Hans Nilsson | |
For example the option {raw,6,6,<<2,0,0,0>>} | |||
2017-07-05 | Add support for binary input in ssh_io | Daniel Pettersson | |
2017-06-02 | ssh: Restructure internal tool ssh_dbg | Hans Nilsson | |
The need for more trace patterns requires a somewhat different structure. It was previoiusly a bit difficult to use in e.g. test suites. Now it is easier. | |||
2017-06-02 | ssh: Removed out-commented code | Hans Nilsson | |
2017-05-31 | ssh: Change printouts for ssh_dbg:auth() | Hans Nilsson | |
This reverts commit 4ee80fd8738393bf581e0393416befda1ca621b6. | |||
2017-05-31 | ssh: ssh_options checks 'pref_public_key_algs' for dubblets | Hans Nilsson | |
2017-05-31 | ssh: Improve 'server-sig-algs' handling in client | Hans Nilsson | |
2017-05-23 | ssh: Undocumented ssh_dbg extended | Hans Nilsson | |
with auth/0 auth/1 auth/2 ct_auth/0 ct_messages/0 | |||
2017-05-23 | ssh: ssh_dbg print some server-sig-algs info | Hans Nilsson | |
2017-05-23 | ssh: fix ssh_property_test | Hans Nilsson | |
2017-05-22 | Merge branch 'hans/ssh/trim_state' | Hans Nilsson | |