Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-04 | Fix sftpd interop for SSH_FXP_STAT | Kristoffer Larsen | |
Some SFTP client's have been discover to claim one version of the protocol and send messages in a different version. In the spirit of Postel's law, we can for SSH_FXP_STAT, ignore the differences in the protocol, as we are not doing anything with the flags anyway. | |||
2018-12-27 | Merge branch 'hans/ssh/port_leak/OTP-15397' into maint-21 | Erlang/OTP | |
* hans/ssh/port_leak/OTP-15397: ssh: Fix port leakage for daemons failing at start ssh: Add port close test # Conflicts: # lib/ssh/test/ssh_basic_SUITE.erl | |||
2018-12-21 | ssh: Fix port leakage for daemons failing at start | Hans Nilsson | |
2018-11-19 | Merge branch 'hans/ssh/eddsa/OTP-15094' into maint | Hans Nilsson | |
* hans/ssh/eddsa/OTP-15094: ssh: Add Edward curves to the documentation ssh: Update test cases for eddsa ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448' | |||
2018-11-19 | ssh: Make host and user key pre-checking better | Hans Nilsson | |
This will prevent crashes in ssh_file for public key types which have no passphrase option although being supported. Also centralize host key checking to avoid code duplication. This was already done for user keys. | |||
2018-11-19 | ssh: Generalize unpublished test support option | Hans Nilsson | |
Also rename the corresponding testcase in ssh_options_SUITE and add logging. | |||
2018-11-19 | ssh: Cleaning and polishing of ssh_auth | Hans Nilsson | |
No intentional api changes. Only to make the code less hard to read. | |||
2018-11-19 | ssh: Add a common key_cb call function | Hans Nilsson | |
2018-11-19 | ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448' | Hans Nilsson | |
Requires OpenSSL-1.1.1 https://tools.ietf.org/html/draft-ietf-curdle-ssh-ed25519-ed448-00 | |||
2018-11-09 | ssh: Fix documentation for public key in ext_info | Hans Nilsson | |
2018-11-09 | Merge branch 'hans/ssh/fix_ext_info/OTP-15413' into maint | Hans Nilsson | |
* hans/ssh/fix_ext_info/OTP-15413: ssh: Fix ssh_options checking for ext_info ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as server ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as client | |||
2018-11-08 | ssh: Fix doc error in daemon 'exec' option | Hans Nilsson | |
2018-11-08 | ssh: Fix ssh_options checking for ext_info | Hans Nilsson | |
A bug for SSH_MSG_EXT_INFO was fixed both for client and server. Before that fix, wrong option was read for the information sent to the peer. This commit adapts the option checking so that the correct option now used is available not only for servers but also for clients. | |||
2018-11-07 | ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as server | Hans Nilsson | |
The wrong set of supported public keys was sent to the client. | |||
2018-11-07 | ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as client | Hans Nilsson | |
The message could not be received in connected state | |||
2018-10-24 | ssh: Re-phrase and adjust the documentation (ssh_file.xml) | Hans Nilsson | |
2018-10-24 | ssh: Move some option's documentation to ssh_file | Hans Nilsson | |
user_dir user_dir_fun (missing previously) *_passphrase system_dir | |||
2018-09-21 | Update copyright year | Henrik Nord | |
2018-09-13 | ssh: Use exported crypto types | Hans Nilsson | |
2018-08-23 | Merge branch 'hans/ssh/x25519_x448/OTP-15133' into maint | Hans Nilsson | |
* hans/ssh/x25519_x448/OTP-15133: ssh: Doc updates ssh: spec curve25519 & curve448 ssh: Fix non-conforming key generation in kex for x25519 and x448 ssh: Enable curve448-sha512 and curve25519-sha256 ssh: Remove the term 'eddh' | |||
2018-08-23 | ssh: spec curve25519 & curve448 | Hans Nilsson | |
2018-08-23 | ssh: Fix non-conforming key generation in kex for x25519 and x448 | Hans Nilsson | |
That is, curve25519-sha256, [email protected] and curve448-sha512 | |||
2018-08-23 | ssh: Enable curve448-sha512 and curve25519-sha256 | Hans Nilsson | |
2018-08-23 | ssh: Remove the term 'eddh' | Hans Nilsson | |
2018-08-23 | ssh: -spec | Hans Nilsson | |
2018-08-23 | ssh: Add [email protected] cipher | Hans Nilsson | |
2018-08-16 | ssh: Use the 'macs' tag in crypto:supports/0 | Hans Nilsson | |
2018-08-16 | ssh: Use the new crypto:supports/0 tag 'curves' | Hans Nilsson | |
2018-08-15 | ssh: prolong the timeout in ssh_dbg gen_server calls | Hans Nilsson | |
2018-08-13 | ssh: Circular trace buffer primitives | Hans Nilsson | |
2018-06-25 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release ssh: Report the signal name if there is an exit-signal to sftpd ssh: Bug fix sftp error codes ssh: Fix ssh_xfer decode_ATTR error for Vsn=4 syntax_tools: Fix a bug regarding reverting map types. Conflicts: OTP_VERSION lib/inets/doc/src/notes.xml lib/inets/vsn.mk lib/ssh/doc/src/notes.xml lib/ssh/vsn.mk lib/syntax_tools/doc/src/notes.xml lib/syntax_tools/vsn.mk otp_versions.table | |||
2018-06-21 | Merge branch 'hans/ssh/sftp_ver4_xfer/ERIERL-199/OTP-15149' into maint-20 | Erlang/OTP | |
* hans/ssh/sftp_ver4_xfer/ERIERL-199/OTP-15149: ssh: Fix ssh_xfer decode_ATTR error for Vsn=4 | |||
2018-06-21 | ssh: Report the signal name if there is an exit-signal to sftpd | Hans Nilsson | |
2018-06-21 | ssh: Bug fix sftp error codes | Hans Nilsson | |
Report the signal name if the signal error message is "" Do not report a return code of 0 as an error. | |||
2018-06-20 | ssh: Fix ssh_xfer decode_ATTR error for Vsn=4 | Hans Nilsson | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-06-11 | ssh: Add experimental eddh | Hans Nilsson | |
Not working | |||
2018-06-01 | Merge branch 'hans/ssh/channel_polish/OTP-15083' | Hans Nilsson | |
* hans/ssh/channel_polish/OTP-15083: ssh: Better crash report for bad channel callback module | |||
2018-05-30 | ssh: Better crash report for bad channel callback module | Hans Nilsson | |
2018-05-30 | ssh: Change get_stacktrace | Hans Nilsson | |
2018-05-17 | Merge branch 'hans/ssh/channel_cb_reason/OTP-15084' | Hans Nilsson | |
* hans/ssh/channel_cb_reason/OTP-15084: ssh: Terminate reason was always the name of the called callback module | |||
2018-05-16 | ssh: Terminate reason was always the name of the called callback module | Hans Nilsson | |
2018-05-16 | ssh: Replace link by monitor for exit supervision | Hans Nilsson | |
2018-05-14 | ssh: Use generic_timer for option idle_time | Hans Nilsson | |
2018-05-14 | ssh: Refactor connection_msg handling | Hans Nilsson | |
2018-05-14 | ssh: Unfold function in the single used place | Hans Nilsson | |
2018-05-14 | ssh: idle_timer sends special msg instead of EXIT | Hans Nilsson | |
2018-05-14 | Merge branch 'hans/ssh/rekey_limit/OTP-15069' | Hans Nilsson | |
* hans/ssh/rekey_limit/OTP-15069: ssh: Test the infinity rekey_limit option ssh: Add infinity as values to rekey_limit | |||
2018-05-09 | ssh: Add infinity as values to rekey_limit | Hans Nilsson | |
Zero is removed from the Minutes in the new tuple value to remove a loop possibility. The zero is kept for bytes since that is not dangerous and a removal would be an unnecssary incompatibility. | |||
2018-05-09 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Prepare release ssh: Renegotiation -> renegotiate ssh: Fix DH group exchange server bug for PuTTY and others following draft-draft-00 from 2001 and not the rfc4419 ssh: Fix server crashes for exit-normal signals |