Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-23 | Update release notes | Erlang/OTP | |
2014-10-23 | Merge branch 'hans/ssh/scanning/OTP-12247' into maint-17 | Erlang/OTP | |
* hans/ssh/scanning/OTP-12247: ssh: fix ssh.appup.src. ssh: Corrected appup ssh: fix .app and .appup errors ssh: remove supervisors for crashed connection worker ssh: Print supervisor tree (on demand). ssh: prepare for release ssh: avoid terminated but not deleted children to be counted. ssh: simple info function (ssh_info:print/0). ssh: Gracefully handle bad handshake messages ssh: reduce amount of printouts ssh: Fix port scanner problems | |||
2014-10-23 | ssh: fix ssh.appup.src. | Hans Nilsson | |
2014-10-23 | ssh: Corrected appup | Ingela Anderton Andin | |
2014-10-22 | ssh: fix .app and .appup errors | Hans Nilsson | |
2014-10-22 | ssh: remove supervisors for crashed connection worker | Hans Nilsson | |
2014-10-22 | ssh: Print supervisor tree (on demand). | Hans Nilsson | |
2014-10-21 | ssh: prepare for release | Hans Nilsson | |
2014-10-21 | ssh: avoid terminated but not deleted children to be counted. | Hans Nilsson | |
2014-10-21 | ssh: simple info function (ssh_info:print/0). | Hans Nilsson | |
2014-10-17 | ssh: Gracefully handle bad handshake messages | Ingela Anderton Andin | |
2014-10-17 | ssh: reduce amount of printouts | Hans Nilsson | |
2014-10-16 | ssh: Fix port scanner problems | Hans Nilsson | |
2014-10-13 | Updated OTP versionOTP-17.3.2 | Erlang/OTP | |
2014-10-13 | Update release notes | Erlang/OTP | |
2014-10-13 | Merge branch ↵ | Erlang/OTP | |
'ia/patch-17/ssh/user-interaction/OTP-11329/sftp-version/OTP-12227' into maint-17 * ia/patch-17/ssh/user-interaction/OTP-11329/sftp-version/OTP-12227: ssh: Prepare for release ssh: Add option sftp_vsn ssh: Fix option user_interaction to work as expected | |||
2014-10-13 | Merge branch 'ia/17-patch/ssl/empty-sni-from-server/OTP-12198' into maint-17 | Erlang/OTP | |
* ia/17-patch/ssl/empty-sni-from-server/OTP-12198: ssl: Prepare for release ssl: Servers may include an empty SNI-extension | |||
2014-10-13 | ssh: Prepare for release | Ingela Anderton Andin | |
2014-10-10 | ssh: Add option sftp_vsn | Ingela Anderton Andin | |
2014-10-09 | ssh: Fix option user_interaction to work as expected | Ingela Anderton Andin | |
When password authentication is implemented with ssh keyboard-interactive method and the password is already supplied, so that we do not need to query the user, connections should succeed even though the user_interaction option is set to false. | |||
2014-10-08 | ssl: Prepare for release | Ingela Anderton Andin | |
2014-10-08 | ssl: Servers may include an empty SNI-extension | Ingela Anderton Andin | |
2014-09-29 | Updated OTP versionOTP-17.3.1 | Erlang/OTP | |
2014-09-29 | Prepare release | Erlang/OTP | |
2014-09-29 | Merge branch 'siri/dont-check-appup-from-current-vsn' into maint-17 | Erlang/OTP | |
* siri/dont-check-appup-from-current-vsn: Do not test appup of core apps for upgrade from current vsn | |||
2014-09-29 | Merge branch 'lars/orber/ipv6-service-context/OTP-12193' into maint-17 | Erlang/OTP | |
* lars/orber/ipv6-service-context/OTP-12193: [orber] Fix problem with IPv6 addresses in service context | |||
2014-09-29 | Merge branch 'ia/ssh/version-appup' into maint-17 | Erlang/OTP | |
* ia/ssh/version-appup: ssh: ssh-3.0.6 will not support soft ugrade | |||
2014-09-29 | Merge branch 'ia/ssh/listner-restart/OTP-12168' into maint-17 | Erlang/OTP | |
* ia/ssh/listner-restart/OTP-12168: ssh: Adjust supervisor tree to make sure new listning options are honored ssh: Add test case for ssh:stop_listner | |||
2014-09-29 | Merge branch 'ia/ssh/version-handling-gracefull/OTP-12157' into maint-17 | Erlang/OTP | |
* ia/ssh/version-handling-gracefull/OTP-12157: ssh: Add format_status/2 so sensitive data will not be present in logs ssh: Gracefully handle incorrect versions | |||
2014-09-29 | Merge branch 'rickard/app-files/OTP-12178' into maint-17 | Erlang/OTP | |
* rickard/app-files/OTP-12178: Add erl_interface and jinterface .app files | |||
2014-09-29 | Merge branch 'rickard/ose-relnotes/OTP-12177' into maint-17 | Erlang/OTP | |
* rickard/ose-relnotes/OTP-12177: Add missing release notes | |||
2014-09-29 | Merge branch 'hans/ssh/parallel_login_not_working/OTP-12194' into maint-17 | Erlang/OTP | |
* hans/ssh/parallel_login_not_working/OTP-12194: ssh: Fixed parallel_login bug that made all logins serial | |||
2014-09-29 | Merge branch 'hans/eldap/tcpoptions/OTP-12171' into maint-17 | Erlang/OTP | |
* hans/eldap/tcpoptions/OTP-12171: eldap: update version eldap: New very basic test suite. eldap: Enable all tcp options in eldap:open | |||
2014-09-25 | ssh: Adjust supervisor tree to make sure new listning | Ingela Anderton Andin | |
options are honored | |||
2014-09-25 | ssh: Fixed parallel_login bug that made all logins serial | Hans Nilsson | |
2014-09-25 | Do not test appup of core apps for upgrade from current vsn | Siri Hansen | |
The appup tests for kernel, stdlib and sasl tests that the appup file allows upgrade from the previous and current major release to the current release. If, in the current release, the application version was not changed compared to the previous release, then we would still test that the appup supported the upgrade (i.e. from current release to current release). This is now changed, in order to avoid test failures on patch releases where kernel, stdlib and sasl are not changed. | |||
2014-09-24 | ssh: Add test case for ssh:stop_listner | Ingela Anderton Andin | |
Conflicts: lib/ssh/test/ssh_connection_SUITE.erl | |||
2014-09-24 | ssh: Add format_status/2 so sensitive data will not be present in logs | Ingela Anderton Andin | |
2014-09-24 | ssh: Gracefully handle incorrect versions | Ingela Anderton Andin | |
Conflicts: lib/ssh/test/ssh_connection_SUITE.erl | |||
2014-09-23 | [orber] Fix problem with IPv6 addresses in service context | Lars Thorsen | |
2014-09-22 | ssh: ssh-3.0.6 will not support soft ugrade | Ingela Anderton Andin | |
Customer requesting patch will not use soft upgrade and as it will be hard to meet customer deadline and assure quality of soft upgrade we decided to make it an application restart. | |||
2014-09-19 | Add erl_interface and jinterface .app files | Rickard Green | |
2014-09-18 | eldap: update version | Hans Nilsson | |
2014-09-18 | eldap: New very basic test suite. | Hans Nilsson | |
2014-09-18 | eldap: Enable all tcp options in eldap:open | Hans Nilsson | |
Options: OTP-12171 Correct error msgs for Options: OTP-12182 | |||
2014-09-18 | Add missing release notes | Rickard Green | |
2014-09-15 | Updated OTP versionOTP-17.3 | Erlang/OTP | |
2014-09-15 | Update release notes | Erlang/OTP | |
2014-09-15 | Update version numbers | Erlang/OTP | |
2014-09-15 | Merge branch 'siri/megaco/fix-appup' into maint | Siri Hansen | |
* siri/megaco/fix-appup: [megaco] Fix appup for OTP-17.3 |