Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-07 | ssh: Doc-changes to make clearer IP-address and 'ip'-option | Hans Nilsson | |
2017-04-07 | ssh: document what happens when ssh:daemon sets both HostAddr and ip option | Hans Nilsson | |
The idea is that the HostAddress argument takes precedence over an ip-option. However, an ip-option overrides the 'any' HostAddr. This fixes the case of dameon(Port, [{ip,IP}..] in a non-surprising way. | |||
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-07 | Merge branch 'bjorn/cuddle-with-tests' | Björn Gustavsson | |
* bjorn/cuddle-with-tests: Ensure code_SUITE:on_load_embedded/1 does not leak links | |||
2017-04-07 | Merge branch 'dgud/wx/fix-livelock/OTP-14289' | Dan Gudmundsson | |
* dgud/wx/fix-livelock/OTP-14289: Avoid livelock in driver when batching commands | |||
2017-04-06 | Merge branch 'tsloughter/ct_slave-nodename-inconsistency/PR-1095/OTP-13806' | Zandra Norman | |
* tsloughter/ct_slave-nodename-inconsistency/PR-1095/OTP-13806: handle ct_slave nodename in the same way as net_kernel | |||
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-06 | Avoid livelock in driver when batching commands | Dan Gudmundsson | |
With a bad timing in wx:batch() the driver could get stuck handling commands without ever checking for gui events. Avoid that by exiting loop after the driver have done cond_wait a couple of times. | |||
2017-04-05 | remove xmllint warning | Kenneth Lundin | |
deleted a <c> tag which was is not allowed inside the <pre> tag | |||
2017-04-05 | Merge branch 'ingela/ssl/dtls-cookie/OTP-14076' | Ingela Anderton Andin | |
* ingela/ssl/dtls-cookie/OTP-14076: dtls: Implement DTLS cookie secret generation | |||
2017-04-05 | Merge pull request #1401 from srenatus/sr/typos | Björn Gustavsson | |
fix docs typo: details | |||
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-04-04 | Merge branch 'g-andrade/strong-random-numbers/PR-1367/OTP-14317' | Raimo Niskanen | |
* g-andrade/strong-random-numbers/PR-1367/OTP-14317: Clean up documentation and test cases Attempt faster approach to strong random floats Allow for crypto upgrades when using rand plugin fixup! Support cryptographically strong rand plugin fixup! Support cryptographically strong rand plugin fixup! Support cryptographically strong rand plugin fixup! Support cryptographically strong rand plugin No longer expose strong_rand_(range|float) Support cryptographically strong rand plugin Restyle crypto strong numeric generators for usage in rand Support generation of strong random numbers | |||
2017-04-04 | Merge branch 'ingela/inets/tests-cuddle' | Ingela Anderton Andin | |
* ingela/inets/tests-cuddle: inets: Do not test https/ftps if crypto can not start | |||
2017-04-04 | Merge branch 'hasse/debugger/fix_edit_variable/OTP-14318' | Hans Bolinder | |
* hasse/debugger/fix_edit_variable/OTP-14318: debugger: Enable editing of bit strings in the bindings area debugger: Remove a debug printout | |||
2017-04-04 | Clean up documentation and test cases | Raimo Niskanen | |
2017-04-03 | Merge PR-1076 from g-andrade/feature/ets_conditional_insert OTP-14319 | Sverker Eriksson | |
ETS: Allow for conditional insertions | |||
2017-04-03 | debugger: Enable editing of bit strings in the bindings area | Hans Bolinder | |
The evaluated string looked like "V=<<1>>", which cannot be scanned correctly. A space after "=" fixes the bug. | |||
2017-04-03 | debugger: Remove a debug printout | Hans Bolinder | |
2017-04-03 | stdlib: Fix xmllint warnings | Hans Bolinder | |
Commit d2be06f introduced xmllint warnings. | |||
2017-04-03 | Merge branch 'dgud/observer/keep-selection/OTP-14270' | Dan Gudmundsson | |
* dgud/observer/keep-selection/OTP-14270: observer: (re)store config observer: Use event info to get active tab observer: Keep sel after column change tv observer: Keep port selection after refresh observer: Keep tv selection after refresh | |||
2017-04-03 | inets: Do not test https/ftps if crypto can not start | Ingela Anderton Andin | |
2017-04-03 | typo: details | Stephan Renatus | |
Signed-off-by: Stephan Renatus <[email protected]> | |||
2017-03-31 | Merge PR-1390 from kostis/on_load-no_native OTP-14316 | Sverker Eriksson | |
Add a no_native option to modules with an on_load | |||
2017-03-31 | Merge branch 'egil/kernel/refactor-supervisor/OTP-14315' | Björn-Egil Dahlberg | |
* egil/kernel/refactor-supervisor/OTP-14315: Update primary bootstrap kernel: Refactor supervision tree | |||
2017-03-31 | Update release notes | Erlang/OTP | |