summaryrefslogtreecommitdiff
path: root/lib/ssh/doc/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | ssh: Add fun and fingerprint to option 'silently_accept_host'Hans Nilsson2016-11-181-2/+12
| |
* | Prepare releaseErlang/OTP2016-10-171-0/+15
| |
* | Prepare releaseErlang/OTP2016-10-131-0/+17
| |
* | Prepare releaseErlang/OTP2016-10-101-0/+16
| |
* | Update release notesErlang/OTP2016-10-061-0/+18
| |
* | Prepare releaseErlang/OTP2016-09-201-0/+62
| |
* | doc: Correct errors introduced by Editorial changesHans Bolinder2016-09-013-6/+6
| | | | | | | | Fix some older errors as well.
* | Merge branch 'maint-19' into maintHans Nilsson2016-06-301-0/+24
|\ \
| * | Update release notesErlang/OTP2016-06-291-0/+24
| | |
* | | Merge branch 'maint-18' into maintHans Nilsson2016-06-271-0/+16
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk otp_versions.table
| * Update release notesErlang/OTP2016-06-221-0/+16
| |
* | Prepare releaseErlang/OTP2016-06-211-0/+78
| |
* | ssh: daemon taking open socket as inputHans Nilsson2016-06-011-2/+5
| |
* | ssh: update connect docHans Nilsson2016-06-012-10/+14
| |
* | ssh: ssh:connect, ssh:shell and ssh_sftp:start_subsystem supports client ↵Hans Nilsson2016-05-302-5/+17
| | | | | | | | tcp-socket as input
* | Revert "Prepare release"Erlang/OTP2016-05-121-64/+0
| | | | | | | | This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.
* | Prepare releaseErlang/OTP2016-05-111-0/+64
| |
* | Merge branch 'hans/ssh/doc_sftp_error_codes/ERL-86/OTP-13347'Hans Nilsson2016-05-021-119/+97
|\ \
| * | ssh: re-phrase ssh_sftp ref man section on timeoutsHans Nilsson2016-04-251-3/+3
| | |
| * | ssh: fix some errors in ssh_sftp docHans Nilsson2016-04-251-28/+26
| | |
| * | ssh: ssh_sftp doc updated (error reason, no file: refs)Hans Nilsson2016-04-251-91/+71
| | |
* | | Merge branch 'hans/ssh/daemon_port_0/OTP-13527'Hans Nilsson2016-05-021-1/+14
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: lib/ssh/test/ssh_test_lib.erl
| * | | ssh: make ssh:daemon choose port when Port=0 in the argumentsHans Nilsson2016-04-281-1/+14
| |/ /
* | | ssh: fix same doc error as PR-1021 in another place where it also was wrongHans Nilsson2016-04-271-0/+1
| | |
* | | Documentation: example provided was not a valid termStuart Thackray2016-04-271-0/+1
|/ /
* | update copyright-yearHenrik Nord2016-03-1512-12/+12
|/
* Prepare releaseErlang/OTP2016-03-141-0/+17
|
* Minor correction of documentation as reported in bugs.erlang.org:ERL-87Kenneth Lundin2016-02-051-3/+3
|
* Update release notesErlang/OTP2016-01-081-0/+18
|
* Update release notesErlang/OTP2015-12-151-0/+185
|
* [ssh] Align documentation to DTDLars Thorsen2015-12-115-58/+62
|
* ssh: client pub key documentationHans Nilsson2015-12-031-19/+20
|
* Support SSH key callback module optionsVipin Nair2015-12-011-8/+21
| | | | | | | | | | | | | | | | | | | | | | | | This patch allows extra callback options to be passed to the module implementing the SSH callback module behaviour. A module implementing the SSH key callback API is used to customize the handling of public key. This patch allows extra callback options to be passed to the module implementing the SSH callback module behaviour. The key_cb option has been changed: {key_cb, atom()} -> {key_cb, key_cb()} Where: key_cb() :: atom() | {atom(), list()} The callback options, if specified, is made available to the callback module via the options passed to it under the key 'key_cb_private'. More details and some backgorund is available here[1]. [1]: http://erlang.org/pipermail/erlang-patches/2015-November/004800.html
* Merge branch 'maint-18' into maintHans Nilsson2015-11-271-0/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-18: Updated OTP version Update release notes ssh: vsn.mk updated ssh: New test cases for SSH_MSG_KEX_DH_GEX_REQUEST_OLD ssh: update existing testcases ssh: Improve group selection ssh: implemented server side SSH_MSG_KEX_DH_GEX_REQUEST_OLD for putty client Conflicts: lib/ssh/src/ssh_transport.erl lib/ssh/test/ssh_protocol_SUITE.erl lib/ssh/vsn.mk
| * Update release notesErlang/OTP2015-11-261-0/+16
| |
* | Merge branch 'hans/ssh/aes_gcm_crypto/OTP-13018' into maintHans Nilsson2015-11-241-15/+55
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * hans/ssh/aes_gcm_crypto/OTP-13018: ssh: fix dialyzer reported error ssh: renegotiate test group for AES_GCM ssh: documentation updates ssh: AEAD_AES_(128|256)_GCM and aes(128|256)-gcm@openssh.com crypto ssh: refactor packet reception
| * | ssh: documentation updatesHans Nilsson2015-11-231-15/+55
| | |
* | | Merge branch 'riverrun/maint' into maintZandra2015-11-201-1/+1
|\ \ \ | |/ / |/| | | | | | | | * riverrun/maint: Recommend against using crypto:rand_bytes
| * | Recommend against using crypto:rand_bytesDavid Whitlock2015-11-061-1/+1
| | |
* | | [ssh] Correct documentationHans Bolinder2015-11-172-7/+7
| | | | | | | | | | | | Fix mistakes found by 'xmllint'.
* | | ssh: alternative lookHans Nilsson2015-11-131-15/+56
| | |
* | | ssh: list supported rfcsHans Nilsson2015-11-111-0/+30
| | |
* | | ssh: moved "supported" section from ssh module man page to SSH_app man pageHans Nilsson2015-11-112-27/+83
| | |
* | | ssh: links to crypto and public_key in the ssh app refHans Nilsson2015-11-112-5/+8
| | |
* | | ssh: updated ssh_app.xml with ecdsa infoHans Nilsson2015-11-111-3/+6
| | |
* | | ssh: document function dependencies in ssh_connection.erlHans Nilsson2015-11-111-0/+6
| | |
* | | Merge branch 'hans/ssh/pwdfun/OTP-13055' into maintHans Nilsson2015-11-061-1/+55
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hans/ssh/pwdfun/OTP-13055: ssh: changes after doc review ssh: Document pwdfun ssh: make corrections of keyboard-interactive client ssh: enable users to give option keyboard_interact_fun ssh: pwdfun/4 and simple tests Conflicts: lib/ssh/doc/src/ssh.xml
| * | | ssh: changes after doc reviewHans Nilsson2015-11-041-1/+24
| | | |
| * | | ssh: Document pwdfunHans Nilsson2015-11-041-1/+32
| |/ /
* | | ssh: correct a bad doc xrefHans Nilsson2015-11-051-2/+2
| | |