summaryrefslogtreecommitdiff
path: root/lib/ssh/doc/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Revert "Prepare release"Rickard Green2019-02-271-15/+0
| | | | | | | | | | | | | | | | This reverts commit df130102cdeca8d35fec95a0c926fd1cfec54eab.
* | | | Prepare releaseErlang/OTP2019-02-261-0/+15
| | | |
* | | | Merge branch 'maint'Hans Nilsson2019-01-031-0/+15
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release
| * | | Merge branch 'maint-20' into maintHans Nilsson2019-01-031-0/+15
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | * maint-20: Updated OTP version Prepare release
| | * | Prepare releaseErlang/OTP2018-12-281-0/+15
| | | |
* | | | Merge branch 'maint'Hans Nilsson2018-12-281-0/+15
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release ssh: Fix port leakage for daemons failing at start ssh: Add port close test
| * | | Merge branch 'maint-21' into maintHans Nilsson2018-12-281-0/+15
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-21: Updated OTP version Prepare release ssh: Fix port leakage for daemons failing at start ssh: Add port close test
| | * | | Prepare releaseErlang/OTP2018-12-271-0/+15
| | | | |
* | | | | Merge branch 'maint'Sverker Eriksson2018-12-139-132/+132
|\ \ \ \ \ | |/ / / /
| * | | | Add empty 'since' attribute for old modules and functionsSverker Eriksson2018-12-124-89/+89
| | | | |
| * | | | Add "since" attributes in xml for new functions and modulesSverker Eriksson2018-12-118-43/+43
| |/ / / | | | | | | | | | | | | introduced after OTP_R13B03.
* | | | Merge branch 'maint'Henrik Nord2018-12-111-0/+63
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release
| * | | Prepare releaseErlang/OTP2018-12-101-0/+63
| | | |
* | | | Merge branch 'maint'Hans Nilsson2018-11-221-2/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | * maint: ssh: Add forgotten doc about the files ssh_host_ed*_key
| * | | ssh: Add forgotten doc about the files ssh_host_ed*_keyHans Nilsson2018-11-211-2/+4
| | | |
* | | | Merge branch 'maint'Hans Nilsson2018-11-192-1/+15
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | * maint: ssh: Add Edward curves to the documentation ssh: Update test cases for eddsa ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448'
| * | | ssh: Add Edward curves to the documentationHans Nilsson2018-11-192-1/+15
| | | |
* | | | Merge branch 'maint'Hans Nilsson2018-11-151-1/+16
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release
| * | | Merge branch 'maint-20' into maintHans Nilsson2018-11-151-1/+16
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | * maint-20: Updated OTP version Prepare release
| | * | Prepare releaseErlang/OTP2018-11-141-0/+16
| | | |
* | | | Merge branch 'maint'Hans Nilsson2018-11-091-16/+16
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: ssh: Clear remote user_dir in ssh_compat_SUITE ssh: Check compatibility with new OpenSSH versions ssh: Fix documentation for public key in ext_info 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
| * | | ssh: Fix documentation for public key in ext_infoHans Nilsson2018-11-091-16/+16
| | | |
* | | | Merge branch 'maint'Hans Nilsson2018-11-081-0/+11
|\ \ \ \ | |/ / / | | | | | | | | | | | | * maint: ssh: Fix doc error in daemon 'exec' option
| * | | ssh: Fix doc error in daemon 'exec' optionHans Nilsson2018-11-081-0/+11
| | | |
* | | | Merge branch 'maint'Hans Nilsson2018-10-301-1/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | * maint: fix extra parameter in <type> Update profiling.xml Fix docs on gen_event optional callback
| * | | fix extra parameter in <type>Bikram Chatterjee2018-10-291-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | ```erlang Position = integer() ``` Parameter doesn't exist in `read/3,4`
* | | | Merge branch 'maint'Hans Nilsson2018-10-249-57/+499
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: ssh: Re-phrase and adjust the documentation (ssh_file.xml) ssh: Move some option's documentation to ssh_file user_dir user_dir_fun (missing previously) *_passphrase system_dir ssh: Clearify a couple of options user_dir, system_dir and *_passphrase are only used in the default callback module ssh_file ssh: Links updated in ssh.xml ssh: Add reference manual page for the ssh_file module ssh: Add new User's Guide chapter about SSH terminology The term "user" means different things in OpenSSH and in Erlang/SSH. This new chapter explains why.
| * | | ssh: Re-phrase and adjust the documentation (ssh_file.xml)Hans Nilsson2018-10-241-65/+68
| | | |
| * | | ssh: Move some option's documentation to ssh_fileHans Nilsson2018-10-245-103/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | user_dir user_dir_fun (missing previously) *_passphrase system_dir
| * | | ssh: Clearify a couple of optionsHans Nilsson2018-10-241-1/+20
| | | | | | | | | | | | | | | | user_dir, system_dir and *_passphrase are only used in the default callback module ssh_file
| * | | ssh: Links updated in ssh.xmlHans Nilsson2018-10-241-6/+14
| | | |
| * | | ssh: Add reference manual page for the ssh_file moduleHans Nilsson2018-10-244-0/+217
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This callback module has the knowledge about the different files used by Erlang/OTP SSH. It was unfortunatly not documented previously.
| * | | ssh: Add new User's Guide chapter about SSH terminologyHans Nilsson2018-10-243-1/+187
| | | | | | | | | | | | | | | | | | | | The term "user" means different things in OpenSSH and in Erlang/SSH. This new chapter explains why.
* | | | Merge branch 'maint'Henrik Nord2018-09-251-0/+39
|\ \ \ \ | |/ / /
| * | | Prepare releaseErlang/OTP2018-09-241-0/+39
| | | |
* | | | Merge branch 'maint'Hans Nilsson2018-08-231-0/+7
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: crypto: doc x25519 & x448 crypto: Test vectors for ecdh x25519 and x448 crypto: Remove the term 'eddh' crypto: Enable EDDH all OpenSSL cryptolib over beta version 1.1.1-pre8 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' crypto: Disable non-working SHA3_224 and SHA3_256 crypto: doc SHA3 (hash & hmac) crypto: Tests for SHA3 crypto: SHA3 hash on OpenSSL-1.1.1
| * | | Merge branch 'hans/ssh/x25519_x448/OTP-15133' into maintHans Nilsson2018-08-231-0/+7
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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'
| | * | | ssh: Doc updatesHans Nilsson2018-08-231-0/+7
| | | | |
* | | | | Merge branch 'maint'Hans Nilsson2018-08-231-0/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: ssh: Doc updates ssh: some benchmarking of chacha20-poly1305@erlang.org ssh: -spec ssh: Add chacha20-poly1305@openssh.com cipher crypto: doc poly1305 crypto: doc chacha20 crypto: Error in test case crypto: chacha20 test case crypto: poly1305 test case crypto: -spec crypto: chacha20 cipher crypto: Mac POLY1305 if >=OpenSSL 1.1.1-pre8
| * | | | ssh: Doc updatesHans Nilsson2018-08-231-0/+1
| |/ / /
* | | | Merge pull request #1924 from omh/doc/typo-fixesLukas Larsson2018-08-141-1/+1
|\ \ \ \ | | | | | | | | | | Documentation typo fixes, Thoose -> Those.
| * | | | Doc typo fixes, Thoose -> Those.Ole Morten Halvorsen2018-08-131-1/+1
| |/ / /
* | | | Change "can not" into "cannot"Raimo Niskanen2018-07-271-1/+1
|/ / / | | | | | | | | | | | | I did not find any legitimate use of "can not", however skipped changing e.g RFCs archived in the source tree.
* | | docs: make clean all XMLDIRLukas Larsson2018-07-131-0/+1
| | |
* | | Merge branch 'maint-20' into maintHans Nilsson2018-06-252-3/+33
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | Prepare releaseErlang/OTP2018-06-211-0/+29
| | |
| * | ssh: Bug fix sftp error codesHans Nilsson2018-06-211-2/+6
| | | | | | | | | | | | | | | Report the signal name if the signal error message is "" Do not report a return code of 0 as an error.
* | | Prepare releaseErlang/OTP2018-06-191-0/+163
| | |
* | | Update copyright yearHenrik Nord2018-06-1817-17/+17
| | |
* | | ssh: Document default algorithm order + update SSH_app linksHans Nilsson2018-06-051-16/+39
| | |