Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-25 | Merge branch 'hans/ssh/max_sessions/OTP-11885' into maint | Hans Nilsson | |
* hans/ssh/max_sessions/OTP-11885: ssh: Doc change on max_session param ssh: Add max_session parameter to ssh:daemon | |||
2014-04-25 | Merge branch 'hans/ssh/error_msg/OTP-11883' into maint | Hans Nilsson | |
* hans/ssh/error_msg/OTP-11883: ssh: remove confusing info in some reports | |||
2014-04-25 | Update sasl/test/test_lib.hrl with recent versions of kernel and stdlib | Siri Hansen | |
2014-04-24 | ssh: Doc change on max_session param | Hans Nilsson | |
2014-04-24 | ssh: Add max_session parameter to ssh:daemon | Hans Nilsson | |
2014-04-24 | ssh: remove confusing info in some reports | Hans Nilsson | |
2014-04-24 | Merge branch 'maint' | Hans Nilsson | |
2014-04-24 | Merge branch 'hans/ssl/ssl_crl_SUITE/win_connect_failure_b' into maint | Hans Nilsson | |
2014-04-24 | ssl: Fixes ssl_crl_SUITE errors on mixed ipv6-v4 interfaces | Hans Nilsson | |
2014-04-24 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2014-04-24 | Merge branch 'ia/ssl/remove-otdated-doc' into maint | Ingela Anderton Andin | |
* ia/ssl/remove-otdated-doc: ssl: Remove outdated documentation | |||
2014-04-24 | ssl: Remove outdated documentation | Ingela Anderton Andin | |
2014-04-24 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2014-04-24 | Merge branch 'ia/pr/339' into maint | Ingela Anderton Andin | |
* ia/pr/339: ssl: Fix crash on garbage during handshake | |||
2014-04-24 | Merge branch 'ia/pr/340' into maint | Ingela Anderton Andin | |
* ia/pr/340: ssl: Refactor so that there is only one source for the default hashsign values ssl: always pass negotiated version when selecting hashsign ssl: TLSv1.2: proper default sign algo for RSA | |||
2014-04-23 | Merge branch 'hans/ssl/ssl_crl_SUITE/win_connect_failure' | Hans Nilsson | |
* hans/ssl/ssl_crl_SUITE/win_connect_failure: ssl: Fixes ssl_crl_SUITE errors on mixed ipv6-v4 interfaces | |||
2014-04-23 | Document that spawn_opt/5 does not support the 'monitor' option | Björn Gustavsson | |
2014-04-23 | ssl: Fix crash on garbage during handshake | Danil Zagoskin | |
If a client sends some garbage in ssl record instead of valid fragment, server crashes with function_clause while receiving next record from client. This patch makes server raise handshake failure instead of crashing and exposing internal state to user code. | |||
2014-04-23 | ssl: Refactor so that there is only one source for the default hashsign values | Ingela Anderton Andin | |
Also fix DTLS call to supply its corresponding TLS version | |||
2014-04-23 | Update crashdump_viewer_SUITE with new release numbers | Siri Hansen | |
After bumping to Erlang/OTP 18, R15 dumps can no longer be created. Now we test dumps from R16B and 17. | |||
2014-04-23 | Update kernel, stdlib and sasl appup tests | Siri Hansen | |
Add test of update instructions from current major to current minor. Earlier only previous major to current was tested. | |||
2014-04-23 | Merge branch 'maint' | Siri Hansen | |
2014-04-23 | ssl: always pass negotiated version when selecting hashsign | Danil Zagoskin | |
Negotiated version is now always passed to ssl_handshake:select_hashsign because ssl_handshake:select_cert_hashsign has different rsa defaults on tlsv1.2 and older versions. | |||
2014-04-23 | ssl: TLSv1.2: proper default sign algo for RSA | Danil Zagoskin | |
2014-04-23 | ssl: Fixes ssl_crl_SUITE errors on mixed ipv6-v4 interfaces | Hans Nilsson | |
2014-04-22 | Minor update to test_server for finding old releases | Siri Hansen | |
This is valid internal in OTP test environment only Links starting with 'otp_beam_linux_' are removed. | |||
2014-04-22 | Merge branch 'siri/ac-change_app_data/OTP-11864' into maint | Siri Hansen | |
* siri/ac-change_app_data/OTP-11864: Store expanded config in application_controller:change_application_data | |||
2014-04-22 | Merge branch 'siri/kernel_app-doc-links/OTP-11862' into maint | Siri Hansen | |
* siri/kernel_app-doc-links/OTP-11862: Add hyperlinks to modules in reference manual for kernel application | |||
2014-04-22 | Update kernel, stdlib and sasl appup files for Erlang/OTP-18 | Siri Hansen | |
2014-04-22 | Merge branch 'maint' | Siri Hansen | |
2014-04-22 | Merge branch 'siri/cuddle-with-tests' into maint | Siri Hansen | |
* siri/cuddle-with-tests: [reltool] Adapt tests to better quoting of paths on windows [reltool] Increase timetrap timeout to handle slow test machines Skip test when needed applications are missing Don't allow slave nodes to survive their test case | |||
2014-04-22 | Merge branch 'maint' | Ingela Anderton Andin | |
2014-04-22 | Merge branch 'ia/ssl/decrypt-alert/OTP-11880' into maint | Ingela Anderton Andin | |
* ia/ssl/decrypt-alert/OTP-11880: ssl: Correct decryption error handling | |||
2014-04-22 | Merge branch 'maint' | Ingela Anderton Andin | |
2014-04-22 | Merge branch 'ia/ssl/recv/OTP-11878' into maint | Ingela Anderton Andin | |
* ia/ssl/recv/OTP-11878: ssl: recv shall ruturn {error, einval} on active socket | |||
2014-04-22 | Merge branch 'ia/ssl/suites-match-negotiated-version/OTP-11875' into maint | Ingela Anderton Andin | |
* ia/ssl/suites-match-negotiated-version/OTP-11875: ssl: Select supported cipher suites for the negotiated SSL/TLS-version | |||
2014-04-22 | Merge branch 'ia/ssl/warning-alert/OTP-11874' into maint | Ingela Anderton Andin | |
* ia/ssl/warning-alert/OTP-11874: ssl: Graceful handling of warning alerts | |||
2014-04-17 | ssl: Correct decryption error handling | Ingela Anderton Andin | |
2014-04-17 | ssl: recv shall ruturn {error, einval} on active socket | Ingela Anderton Andin | |
2014-04-17 | ssl: Graceful handling of warning alerts | Ingela Anderton Andin | |
Generalize last warning alert function clause | |||
2014-04-17 | Merge branch 'maint' | Hans Bolinder | |
* maint: hipe, dialyzer: Fix a bug concerning opaque types | |||
2014-04-17 | Merge branch 'hb/dialyzer/bugfix_opaque/OTP-11869' into maint | Hans Bolinder | |
* hb/dialyzer/bugfix_opaque/OTP-11869: hipe, dialyzer: Fix a bug concerning opaque types | |||
2014-04-17 | hipe, dialyzer: Fix a bug concerning opaque types | Hans Bolinder | |
Dialyzer sometimes output warnings like Attempt to test for inequality between a term of type 'false' and a term of opaque type 'false' | gb_set() The reason was that erl_types:t_inf/3 when called from erl_types:t_find_unknown_opaque() did not return 'false' but found the mismatch. It should not return the mismatch unless the intersection is empty ('none'). Thanks to Shayan Pooya [[email protected]] for pointing out the bug. | |||
2014-04-17 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Fix error message when exporting (redefined) map() type | |||
2014-04-17 | Merge branch 'hb/stdlib/map_type_fix/OTP-11872' into maint | Hans Bolinder | |
* hb/stdlib/map_type_fix/OTP-11872: stdlib: Fix error message when exporting (redefined) map() type | |||
2014-04-16 | ssl: Select supported cipher suites for the negotiated SSL/TLS-version | Ingela Anderton Andin | |
When selecting the available cipher suites for the server all cipher suites for the highest supported SSL/TLS-version would be selected, and not all supported for the negotiated SSL/TLS-version. This could lead to that faulty clients could negotiate cipher suites that they can not support. This change will enable the faulty client to negotiate another cipher suite that it can support. | |||
2014-04-16 | erts: Add etp commands for alloc_util block and carrier inspection | Sverker Eriksson | |
etp-block etp-block2mbc etp-carrier-blocks | |||
2014-04-16 | stdlib: Fix error message when exporting (redefined) map() type | Hans Bolinder | |
When redefining and exporting the type map() erl_lint erroneously emitted an error. This bug has been fixed. | |||
2014-04-16 | Fix problem with send printout not being tagged with connection name | Peter Andersson | |
2014-04-16 | Fix problem with substring in large message getting incorrectly reversed | Peter Andersson | |
OTP-11871 |