Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-07 | ssh: Make test suites pass | Hans Nilsson | |
2017-04-07 | ssh: Change handling of IP addresses, 'any' and names in sup structure | Hans Nilsson | |
2017-04-07 | ssh: remove dead code and add comments | Hans Nilsson | |
2017-04-07 | ssh: change 'brutal_kill' to timeout' | Hans Nilsson | |
2017-04-07 | ssh: Mappify supervisors | Hans Nilsson | |
2017-04-07 | ssh: Fix supervisors, start daemon and connect code | Hans Nilsson | |
Remove many internal options and made them as explicit arguments. | |||
2017-04-07 | ssh: fix ssh_system_sup naming of Host-Port-Profile | Hans Nilsson | |
2017-04-07 | ssh: Lazy default in get options macro | Hans Nilsson | |
2017-04-07 | ssh: -type and -spec adjustments | Hans Nilsson | |
2017-04-07 | ssh: remove deprecated ssh_sftpd:listen and ssh_sftpd:stop | Hans Nilsson | |
2017-04-07 | ssh: Removed outdated comment in ssh_sftpd.erl | Hans Nilsson | |
2017-04-07 | ssh: Test-suites beautifications | Hans Nilsson | |
2017-04-07 | ssh: killed_acceptor_restarts test case | Hans Nilsson | |
2017-04-07 | ssh: handle HostAddr arg and ip-option for daemons | Hans Nilsson | |
2017-04-07 | ssh: Unified way of starting listening sockets | Hans Nilsson | |
2017-04-07 | ssh: enable 'none' as a secret accepted value in negotiation | Hans Nilsson | |
This is for testing only to disable e.g. encryption/decryption is measurements. The value must be explicitly enabled like {preferred_algorithms,[{cipher,[none]}]} | |||
2017-04-07 | ssh: option 'silently_accept_hosts' reworked | Hans Nilsson | |
New (yet) undocumented option value {false,Alg} where Alg :: md5 | sha | sha224 | sha256 | sha384 | sha512 This option includes the fingerprint value in the accept question to the user. The fingerprint is calculated with the Alg provided | |||
2017-04-07 | ssh: Make an internal option delete function | Hans Nilsson | |
2017-04-07 | ssh: Option pruning | Hans Nilsson | |
2017-04-07 | ssh: Bug fix when calling ssh_io:yes_no | Hans Nilsson | |
This was introduced by the new option handling in commit 89a829f32d855610b0bc0c3ea53e7c05454b7a24 | |||
2017-04-06 | ssh: ECDSA host keys *are* supported | Hans Nilsson | |
2017-04-06 | ssh: DSA was not retired | Hans Nilsson | |
It was erroneously stated in 2e25e7890af04d9001fa777d848ebce6d059edf2 that it was retired | |||
2017-04-06 | ssh: remove log printout | Hans Nilsson | |
2017-04-04 | ssh: idle_timer on daemon - implementation | Hans Nilsson | |
2017-04-04 | ssh: idle_timer on daemon - documentation | Hans Nilsson | |
2017-04-04 | ssh: idle_timer on daemon - test case | Hans Nilsson | |
2017-04-04 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: OTP_VERSION erts/vsn.mk lib/crypto/c_src/crypto.c lib/crypto/src/crypto.erl lib/ssh/src/ssh.erl | |||
2017-03-31 | Update release notes | Erlang/OTP | |
2017-03-31 | Update version numbers | Erlang/OTP | |
2017-03-24 | ssh: fixed crash in ssh:daemon_info | Hans Nilsson | |
2017-03-23 | ssh: disable problematic crypto in ssh_bench_SUITE | Hans Nilsson | |
2017-03-23 | ssh: new benchmark suite: ssh_bench_SUITE | Hans Nilsson | |
2017-03-23 | ssh: remove old ssh_benchmark_SUITE | Hans Nilsson | |
Seem to draw much resources (time & prim mem) | |||
2017-03-17 | ssh: remove from test | Hans Nilsson | |
2017-03-17 | ssh: remove from doc | Hans Nilsson | |
2017-03-17 | ssh: remove from code | Hans Nilsson | |
2017-03-14 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Prepare release Conflicts: OTP_VERSION lib/typer/doc/src/notes.xml lib/typer/vsn.mk | |||
2017-03-14 | Prepare release | Erlang/OTP | |
2017-03-10 | Update copyright year | Rickard Green | |
2017-03-09 | ssh: documents ssh:daemon_info/1 | Hans Nilsson | |
2017-03-09 | ssh: Host and Profile info returned in ssh:daemon_info | Hans Nilsson | |
2017-03-09 | Merge branch 'maint' | Hans Nilsson | |
2017-03-09 | ssh: Update .app file | Hans Nilsson | |
2017-03-02 | ssh: Simplify calling of user's callback funs | Hans Nilsson | |
Since the Options now are initialized with a correct fun (that does nothing), we can just call it without tests | |||
2017-03-02 | ssh: Remove missplaced options in test suites | Hans Nilsson | |
Removed daemon-only options from client and client-only options from daemon. | |||
2017-03-02 | ssh: Types and spec fixes to conform to the ref manual | Hans Nilsson | |
2017-03-02 | ssh: Initial commit of option handling changes | Hans Nilsson | |
2017-03-01 | Merge branch 'hans/ssh/cuddle_tests_maint' into maint | Hans Nilsson | |
2017-03-01 | Merge branch 'hans/ssh/cuddle_tests_maint' into maint | Hans Nilsson | |
2017-02-27 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Documentation: use behaviour(ssh_daemon_channel) Fix minor typo in compile:forms/1 doc |