summaryrefslogtreecommitdiff
path: root/lib/ssh/doc/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Revert "Prepare release"Henrik2018-05-291-138/+0
| | | | | | | | | | | | This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08.
* | | Prepare releaseErlang/OTP2018-05-251-0/+138
| | |
* | | Merge branch 'hans/ssh/rekey_limit/OTP-15069'Hans Nilsson2018-05-141-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | * hans/ssh/rekey_limit/OTP-15069: ssh: Test the infinity rekey_limit option ssh: Add infinity as values to rekey_limit
| * | | ssh: Add infinity as values to rekey_limitHans Nilsson2018-05-091-0/+6
| | | | | | | | | | | | | | | | 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.
* | | | Merge branch 'maint'Hans Nilsson2018-05-091-0/+28
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * \ \ \ Merge branch 'maint-19' into maintHans Nilsson2018-05-091-0/+28
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-19: 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 Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh_connection_handler.erl lib/ssh/src/ssh_transport.erl lib/ssh/vsn.mk otp_versions.table
| | * | | | Prepare releaseErlang/OTP2018-05-081-0/+29
| | | | | |
* | | | | | Merge branch 'maint'Hans Nilsson2018-05-081-0/+22
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 crypto: get_engine_load_cmd_list excluded if no engine support crypto: Fix compilation for LibreSSL 2.7.x crypto: Disable test_engine if engine is disabled crypto: disable engine if OPENSSL_NO_EC* is set If that flag is set, and openssl/engine.h is included, there will be an erro further down in files included by engine.h Conflicts: OTP_VERSION
| * | | | Merge branch 'maint-20' into maintHans Nilsson2018-05-081-0/+22
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-20: 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 crypto: get_engine_load_cmd_list excluded if no engine support crypto: Fix compilation for LibreSSL 2.7.x crypto: Disable test_engine if engine is disabled crypto: disable engine if OPENSSL_NO_EC* is set If that flag is set, and openssl/engine.h is included, there will be an erro further down in files included by engine.h
| | * | | Prepare releaseErlang/OTP2018-05-071-0/+22
| | | | |
* | | | | ssh: Extend rekey_limit to also take an optional timeHans Nilsson2018-05-041-2/+10
| | | | |
* | | | | Revert "Update release notes"Henrik2018-05-021-116/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit 202bb737e3deabfebee683266f4b7c42781eb521.
* | | | | Update release notesErlang/OTP2018-04-301-0/+116
| | | | |
* | | | | ssh: ssh_channel replaced by ssh_client_channelHans Nilsson2018-04-2711-81/+32
| | | | |
* | | | | ssh: ssh_daemon_channel replaced by ssh_server_channelHans Nilsson2018-04-2710-140/+205
| | | | |
* | | | | ssh: Use ssh_daemon_channel_sup and ssh_damon_channelHans Nilsson2018-04-271-1/+1
| | | | |
* | | | | ssh: Create doc for the ssh_daemon_channel behaviourHans Nilsson2018-04-278-27/+210
| | | | |
* | | | | ssh: Use -spec and -type for documentation generationHans Nilsson2018-04-2511-968/+1136
| | | | |
* | | | | Merge branch 'maint'Hans Nilsson2018-04-241-3/+15
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release ssh: Fix server crashes for exit-normal signals
| * | | | Merge branch 'maint-18' into maintHans Nilsson2018-04-241-3/+15
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-18: Updated OTP version Prepare release ssh: Fix server crashes for exit-normal signals Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk otp_versions.table
| | * | | | Prepare releaseErlang/OTP2018-04-231-0/+16
| | | | | |
* | | | | | Merge branch 'maint'Hans Nilsson2018-04-201-0/+23
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release inets: Fix broken httpc options handling ssh: Fix server crashes for exit-normal signals ssh: Fix ssh_sftpd:handle_op not returning State Conflicts: OTP_VERSION
| * | | | | Merge branch 'maint-20' into maintHans Nilsson2018-04-201-0/+23
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-20: Updated OTP version Prepare release erl_interface: Optimize latin1_to_utf8 and friend inets: Fix broken httpc options handling erl_interface: Fix ei_connect ssh: Fix server crashes for exit-normal signals ssh: Fix ssh_sftpd:handle_op not returning State ic: Optimize oe_ei_encode_atom
| | * | | | Prepare releaseErlang/OTP2018-04-191-0/+23
| | | | | |
* | | | | | Merge pull request #1780 from erlang/HansN-patch-1Hans Nilsson2018-04-161-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update SSH(6) documentation
| * | | | | | Update SSH(6) documentationHansN-patch-1Hans Nilsson2018-04-111-2/+2
| | | | | | | | | | | | | | | | | | | | | Two drafts have now been RFCs. Only editorial changes in them from implementation point of view.
* | | | | | | Fix typo in ssh key_cb type descriptionYury Gargay2018-04-061-1/+1
|/ / / / / / | | | | | | | | | | | | `ssh_server_key_api` was missed instead`ssh_client_key_api` mentioned two times.
* | | | | | Merge branch 'maint'Hans Nilsson2018-04-061-0/+14
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release ssh: Fix ssh_sftpd:handle_op not returning State
| * | | | | Merge branch 'maint-19' into maintHans Nilsson2018-04-061-0/+14
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-19: Updated OTP version Prepare release ssh: Fix ssh_sftpd:handle_op not returning State Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/vsn.mk otp_versions.table
| | * | | Prepare releaseErlang/OTP2018-04-051-0/+16
| | | | |
* | | | | Merge branch 'hans/ssh/exec_fun_mfa/OTP-14851'Hans Nilsson2018-03-231-7/+86
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hans/ssh/exec_fun_mfa/OTP-14851: ssh: Document the exec option ssh: Simplification of using fun:s as exec subsystems
| * | | | | ssh: Document the exec optionHans Nilsson2018-03-231-7/+86
| |/ / / /
* | | | | ssh: Doc fixHans Nilsson2018-03-231-1/+5
|/ / / /
* | | | Update release notesErlang/OTP2018-03-211-0/+15
| | | |
* | | | Update release notesErlang/OTP2018-03-091-0/+49
| | | |
* | | | ssh: README updated with missing 4-number's versionsHans Nilsson2018-03-051-0/+90
| | | |
* | | | Merge branch 'maint-18' into maintHans Nilsson2018-03-051-2/+15
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-18: Updated OTP version Update release notes Update version numbers ssh: Fix cli ssh: Test for disabled shell Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.erl lib/ssh/src/ssh_cli.erl lib/ssh/vsn.mk otp_versions.table
| * | | Update release notesErlang/OTP2018-03-021-0/+16
| | | |
* | | | Merge branch 'maint-19' into maintHans Nilsson2018-03-021-1/+16
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-19: Updated OTP version Prepare release ssl: Prepare for release ssl: Backport PR-1709 ssh: Fix cli ssh: Test for disabled shell Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.erl lib/ssh/vsn.mk lib/ssl/doc/src/notes.xml lib/ssl/vsn.mk otp_versions.table
| * | | Prepare releaseErlang/OTP2018-02-281-0/+16
| | | |
| * | | Prepare releaseErlang/OTP2017-12-151-0/+18
| | | |
* | | | ssh: Clearify links in ssh_sftp:read_file_info/2Hans Nilsson2018-02-271-1/+6
| | | |
* | | | Prepare releaseErlang/OTP2018-02-211-0/+36
| | | |
* | | | ssh: Add option save_accepted_hostHans Nilsson2018-02-211-0/+12
| | | |
* | | | Prepare releaseErlang/OTP2017-12-141-0/+17
| | | |
* | | | Update release notesErlang/OTP2017-12-081-0/+42
| | | |
* | | | Merge branch 'maint-20' into maintHans Nilsson2017-11-201-0/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | | Prepare releaseErlang/OTP2017-11-171-0/+26
| | | | |
* | | | | Merge branch 'lukas/docs/xmllint_fixes/OTP-14721' into maintLukas Larsson2017-11-201-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lukas/docs/xmllint_fixes/OTP-14721: ssl/ssh: Remove/ignore unused XML_FILES doc files Refactor xmllint check and make it fail on failure Add toplevel xmllint make target Conflicts: lib/crypto/doc/src/Makefile
| * | | | | ssl/ssh: Remove/ignore unused XML_FILES doc filesLukas Larsson2017-11-201-1/+1
| | | | | |