Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-05 | ssh, public_key: updates after doc review | Hans Nilsson | |
2015-11-04 | ssh: changes after doc review | Hans Nilsson | |
2015-11-04 | ssh: extend 'dh_gex_limits' to server side | Hans Nilsson | |
OTP-13066 | |||
2015-11-04 | ssh: option dh_gex_groups with tag ssh_moduli_file | Hans Nilsson | |
Makes this existing option also accept a file in openssh format OTP-13052 | |||
2015-11-04 | ssh, public_key: random selection of diffie-hellman moduli | Hans Nilsson | |
Also tool (public_key:gen_moduli_hrl) to convert an openssh moduli file to erlang format. | |||
2015-10-16 | Merge branch 'maint-18' into maint | Henrik Nord | |
Conflicts: lib/ssh/vsn.mk | |||
2015-10-15 | Update release notes | Erlang/OTP | |
2015-10-14 | Merge branch 'maint-18' into maint | Henrik Nord | |
Conflicts: lib/ssh/vsn.mk | |||
2015-10-13 | Update release notes | Erlang/OTP | |
2015-10-12 | ssh: polished ssh.xml | Hans Nilsson | |
Some changes in the SSH section at top (supported algorithms). Added links to default_algorithms and preferred_algorithms in the SSH section. | |||
2015-10-08 | ssh: Option max_channels added. | Hans Nilsson | |
It actually counts the number of subsystem alive. Allocating a channel does not consume any resources (except some cpu cycles), but the subsystem start spawns processes. | |||
2015-10-08 | ssh: document new pub key algorithms | Hans Nilsson | |
2015-10-06 | ssh: doc update | Hans Nilsson | |
2015-10-06 | ssh: document ctr crypto mode | Hans Nilsson | |
2015-10-02 | Merge branch 'hans/ssh/doc_dh-gex_defaults' into maint | Hans Nilsson | |
* hans/ssh/doc_dh-gex_defaults: ssh: document dh-gex default values | |||
2015-10-01 | ssh: document dh-gex default values | Hans Nilsson | |
2015-10-01 | ssh: document ecdh and hmac-sha2-512 | Hans Nilsson | |
2015-09-21 | Prepare release | Erlang/OTP | |
2015-08-05 | ssh: document new options in doc/ssh.xml | Hans Nilsson | |
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-16 | ssh: Modernize type definitions | Ingela Anderton Andin | |
2015-06-10 | Merge branch 'hans/ssh/unknown_msgfun/OTP-12813' | Hans Nilsson | |
* hans/ssh/unknown_msgfun/OTP-12813: ssh: Option unexpectedfun for ssh:daemon and ssh:connect | |||
2015-06-09 | ssh: Option unexpectedfun for ssh:daemon and ssh:connect | Hans Nilsson | |
This option has a fun as value. The fun will be called when an unexpected message arrives. The fun returns either 'skip' or 'report' to guide the connection_handler what to do. One usage is to filter out messages that are not wanted in the error logger as info reports. An example of such a message is the 'etimedout' tcp error message that will be received if a connection has keep_alive and the peer is restarted. | |||
2015-06-09 | ssh: doc change for keyboard-interaction, pwd->password | Hans Nilsson | |
2015-06-09 | Merge branch 'hans/ssh/missing_doc' | Hans Nilsson | |
* hans/ssh/missing_doc: ssh: add missing doc for option auth_method_kb_interactive_data | |||
2015-06-08 | Merge branch 'ia/ssh/name-spaces/OTP-12675' | Ingela Anderton Andin | |
* ia/ssh/name-spaces/OTP-12675: ssh: Correct Makefile ssh: Add profile option | |||
2015-06-08 | ssh: add missing doc for option auth_method_kb_interactive_data | Hans Nilsson | |
2015-06-04 | ssh: make disconnectfun work for both server&client | Hans | |
2015-06-03 | ssh: Add profile option | Ingela Anderton Andin | |
To enable the ssh daemon to run in a virtualized environment, where there can be more that one server that has the same ip-address and port, we add a new option profile. The profile name will be used in concatenation with ip-address and port to identify the ssh daemon instance. The name profile was chosen as there is a similar concept in the HTTP client in inets where profile names can be used to instantiate client configurations. Also the same type of option has been added to the HTTP server in inets. | |||
2015-06-02 | Merge branch 'maint' | Henrik Nord | |
Conflicts: OTP_VERSION lib/inets/test/httpd_SUITE.erl lib/inets/vsn.mk lib/ssh/src/ssh.erl lib/ssh/vsn.mk lib/ssl/src/ssl.appup.src lib/ssl/vsn.mk | |||
2015-06-01 | Update release notes | Erlang/OTP | |
2015-05-26 | ssh: Algorithms test case added | Hans Nilsson | |
2015-05-26 | ssh: New option 'preferred_algorithms' | Hans Nilsson | |
This option enables the user to define which algorithms that are to be used as well as their precedences in the negotiation between server and client. | |||
2015-05-18 | Merge branch 'ia/ssh/doc/types' | Ingela Anderton Andin | |
* ia/ssh/doc/types: ssh: Align "=" sign in type declarations to decided policy | |||
2015-05-18 | Merge branch 'maint' | Zandra Hird | |
Conflicts: OTP_VERSION lib/ssh/doc/src/ssh.xml lib/ssh/vsn.mk | |||
2015-05-18 | Update release notes | Erlang/OTP | |
2015-05-13 | ssh: option for handling the SSH_MSG_DEBUG message's printouts | Hans Nilsson | |
A fun could be given in the options that will be called whenever the SSH_MSG_DEBUG message arrives. This enables the user to format the printout or just discard it. The default is changed to not print the message. In RFC4253 printing is a SHOULD, but our new default is to protect logs from dos attacs. | |||
2015-05-13 | Revert "Prepare release" | Henrik Nord | |
This reverts commit e09dd66dc4d89c62ddfd8c19791f9678d5d787c6. | |||
2015-05-12 | Prepare release | Erlang/OTP | |
2015-05-12 | ssh: Align "=" sign in type declarations to decided policy | Ingela Anderton Andin | |
2015-05-05 | ssh: No description in v-tag | Ingela Anderton Andin | |
2015-05-05 | ssh: Fix missed alphabetic ordering and indentation | Ingela Anderton Andin | |
2015-05-05 | ssh: Use correct ASCII char for quote | Ingela Anderton Andin | |
2015-05-05 | ssh: Fix links | Ingela Anderton Andin | |
2015-04-27 | Merge branch 'hans/ssh/improve_docs' | Hans Nilsson | |
* hans/ssh/improve_docs: ssh: broken doc links to file functions fixed | |||
2015-04-27 | ssh: broken doc links to file functions fixed | Hans Nilsson | |
2015-04-24 | Merge branch 'hans/ssh/improve_docs' | Hans Nilsson | |
2015-04-24 | Merge branch 'ia/ssh/improve_docs' | Ingela Anderton Andin | |
* ia/ssh/improve_docs: ssh: Move code example to Users Guide ssh: Keep dependency info in only one place ssh: Add links ssh: Align to alphabetic order ssh: Change wording to become accurate ssh: Remove extra whitespace ssh: Corrected information about error and event logging ssh: Remove legacy statement ssh: Technically correct description Editorial updates | |||
2015-04-23 | ssh: Timeout unit and default added to some missing places | Hans Nilsson | |