summaryrefslogtreecommitdiff
path: root/lib/ssh/doc/src
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
| | | | |
* | | | | Merge branch 'maint-18' into maintHans Nilsson2017-11-161-1/+0
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | | Prepare releaseErlang/OTP2017-11-151-0/+18
| | | | |
| * | | | Prepare releaseErlang/OTP2017-02-011-0/+37
| | | | |
| * | | | Update release notesErlang/OTP2016-08-041-0/+17
| | | | |
* | | | | ssh: Document engine_key_ref() returned from ssh_server_key:host_key/2Hans Nilsson2017-11-101-2/+3
| | | | |
* | | | | ssh: Update ssh_{server|client}_key doc to what it should have beenHans Nilsson2017-11-102-21/+35
| |/ / / |/| | |
* | | | Merge branch 'lars/doc-cleanup/OTP-14475' into maintLars Thorsen2017-10-103-64/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * lars/doc-cleanup/OTP-14475: [edoc] Remove unused module otpsgml_layout.erl Remove unused files from the documentation build
| * | | | Remove unused files from the documentation buildLars Thorsen2017-09-283-64/+8
| | | | |
* | | | | Merge branch 'maint-20' into maintHans Nilsson2017-10-031-0/+28
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
| * | | | Prepare releaseErlang/OTP2017-10-021-0/+28
| | | | |
* | | | | ssh: add ecdsa_pass_phrase option in analogy with rsa_pass_phraseHans Nilsson2017-10-021-0/+6
|/ / / /
* | | | Update release notesErlang/OTP2017-09-221-0/+42
|/ / /
* | | ssh: Doc modified after commentsHans Nilsson2017-09-112-60/+52
| | |
* | | ssh: Document the option modify_algorithms and a User's Guide chapterHans Nilsson2017-09-115-4/+541
| | |
* | | Prepare releaseErlang/OTP2017-08-231-0/+16
| | |
* | | Prepare releaseErlang/OTP2017-06-211-0/+170
| | |
* | | Update copyright yearHans Nilsson2017-06-141-1/+1
| | |
* | | ssh: re-formulate timeouts in ssh_sftp:start_channelHans Nilsson2017-06-121-2/+8
| | |
* | | ssh: Document send_ext_info and recv_ext_info optionsHans Nilsson2017-06-121-0/+44
| | |
* | | ssh: Doc for SSH application updatedHans Nilsson2017-06-121-7/+37
| | |
* | | Revert "Prepare release"Hans Nilsson2017-05-311-163/+0
| | | | | | | | | | | | This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0.
* | | Prepare releaseErlang/OTP2017-05-301-0/+163
| | |
* | | ssh: fix broken preferred_algorithms and pref_public_key_algs optionsHans Nilsson2017-05-171-3/+5
| | |
* | | ssh: Doc option 'auth_methods' for clientHans Nilsson2017-05-121-0/+13
| | |
* | | Revert "Prepare release"Raimo Niskanen2017-05-051-117/+0
| | | | | | | | | | | | This reverts commit dc57404252c47520f352834ad9be45ad684f96c9.
* | | Prepare releaseErlang/OTP2017-05-041-0/+117
| | |