Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-06 | Merge branch 'hans/ssh/keyboard_interactive_defensics' into maint | Hans Nilsson | |
2016-09-06 | Merge branch 'hans/ssh/strengthen_pubkey/OTP-13847' into maint | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_auth.erl | |||
2016-09-06 | Merge branch 'hans/ssh/correct_sha_ecdsa/OTP-13850' into maint | Hans Nilsson | |
2016-09-06 | Merge branch 'hans/ssh/channel_no_detect_close/OTP-13859' into maint | Hans Nilsson | |
2016-09-06 | Merge branch 'ingela/ssl/ssl_to_openssl_SUITE' into maint | Ingela Anderton Andin | |
* ingela/ssl/ssl_to_openssl_SUITE: ssl: Make sure to have correct default | |||
2016-09-06 | Merge branch 'lukas/ts/no_flush_on_halt' into maint | Lukas Larsson | |
* lukas/ts/no_flush_on_halt: ts: Don't flush port when ending test run | |||
2016-09-06 | kernel: Correct file(3) | Hans Bolinder | |
2016-09-05 | Merge branch 'lukas/kernel/os_cmd_fix_stdin_close/OTP-13867' into maint | Lukas Larsson | |
* lukas/kernel/os_cmd_fix_stdin_close/OTP-13867: kernel: Close stdin of commands run in os:cmd | |||
2016-09-05 | Merge branch 'lukas/kernel/fix_os_SUITE_message_leak_testcase/OTP-13867' ↵ | Lukas Larsson | |
into maint * lukas/kernel/fix_os_SUITE_message_leak_testcase/OTP-13867: kernerl: Remove infinite loop from testcase | |||
2016-09-05 | ssl: Make sure to have correct default | Ingela Anderton Andin | |
2016-09-05 | Merge branch 'ingela/ssl/test-framework-checks' into maint | Ingela Anderton Andin | |
* ingela/ssl/test-framework-checks: ssl: Test ssl v2 clients rejection depending on configuration ssl: Add check in test framework for crypto support | |||
2016-09-05 | ssh: add tstflg value one_empty to force daemon send empty ↵ | Hans Nilsson | |
ssh_msg_userauth_info_request This behavour is assumed by Codenomicon Defensics. | |||
2016-09-02 | kernel: Close stdin of commands run in os:cmd | Lukas Larsson | |
This is needed when running programs that only exit when stdin has been closed, e.g. 'more'. | |||
2016-09-02 | ssl: Test ssl v2 clients rejection depending on configuration | Ingela Anderton Andin | |
Even though v2 is never supported v2 hellos can be. No support for v2 client hellos gives "handshake failiure" alert. Support for v2 hello but no higher SSL/TLS version offered gives "protocol version" alert. | |||
2016-09-02 | ssh: pre-verify key | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_auth.erl | |||
2016-09-02 | Merge branch 'sverker/hipe-sparc-19/PR-1148/OTP-13861' into maint | Sverker Eriksson | |
* sverker/hipe-sparc-19/PR-1148: Eliminate catch-all clause from two functions Increase the time limit used by the test suite | |||
2016-09-02 | ssl: Add check in test framework for crypto support | Ingela Anderton Andin | |
Avoid to run tests of algorithms not supported by crypto. | |||
2016-09-02 | ssh: make ecdsa sha dependent on curve | Hans Nilsson | |
Bug fix. | |||
2016-09-02 | ssh: separate clauses for first and second pk auth msg | Hans Nilsson | |
SSH sends the public key and user name twice. If we do not check the validity of that pair at the first time, Codenomicon Defensics will complain. | |||
2016-09-02 | Merge branch 'fenollp/syntax_tools/erl_tidy_option/PR-1151' into maint | Hans Bolinder | |
* fenollp/syntax_tools/erl_tidy_option/PR-1151: Fix documentation of an option of erl_tidy | |||
2016-09-02 | Merge branch 'hasse/doc/fix_editorial_changes' into maint | Hans Bolinder | |
* hasse/doc/fix_editorial_changes: doc: Correct errors introduced by Editorial changes | |||
2016-09-01 | ssh: fix no detect of tcp close | Hans Nilsson | |
2016-09-01 | beam_lib: Correct type for the abstract code chunk | Björn Gustavsson | |
The abstract_code chunk can also contain {eof,_}, {error,_}, and {warning,_} in addition to the abstract forms that make up the Erlang syntax proper. | |||
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
2016-09-01 | Merge branch 'dgud/observer/table-viewer-bug/ERL-237/OTP-13845' into maint | Dan Gudmundsson | |
* dgud/observer/table-viewer-bug/ERL-237/OTP-13845: observer: Fix error msg loop in table viewer | |||
2016-09-01 | observer: Fix error msg loop in table viewer | Dan Gudmundsson | |
When observing mnesia table on remote node and connection to that node is lost, a loop of error messages occur if mnesia is not running on the observer node. ERL-237 | |||
2016-09-01 | Merge branch 'hasse/dialyzer/fix_forms_to_type/OTP-13682' into maint | Hans Bolinder | |
* hasse/dialyzer/fix_forms_to_type/OTP-13682: dialyzer: Increase time limit of suites dialyzer: Remove a check that always fails dialyzer: Optimize an opaque type case | |||
2016-09-01 | Merge branch 'hasse/doc/fix_xmllint_warnings' into maint | Hans Bolinder | |
* hasse/doc/fix_xmllint_warnings: Fix xmllint-warnings | |||
2016-08-31 | Fix documentation of an option of erl_tidy | Pierre Fenoll | |
2016-08-31 | Emacs: make tags unit test more robust | Johan Claesson | |
2016-08-31 | Emacs: extend support for compile options | Johan Claesson | |
The syntax was limited to atoms, strings and 2-tuples. This covers most compile options but not for example {d,Macro,Value}. Add support for N-tuples and lists. Add a related unit test case. | |||
2016-08-31 | Function instead of lambda in advice | Johan Claesson | |
Lambda advice cannot easily be updated. | |||
2016-08-31 | Enable tag completion in emacs erlang shell | Johan Claesson | |
Completion in erlang shell buffer only works in Emacs 25. Minor cleanup of completion stuff. Add test-case for completion at point. Avoid inf-loop in erlang-end-of-clause when buffer starts with whitespace. | |||
2016-08-31 | dialyzer: Increase time limit of suites | Hans Bolinder | |
The test 'proper' takes some time. | |||
2016-08-31 | dialyzer: Remove a check that always fails | Hans Bolinder | |
2016-08-31 | dialyzer: Optimize an opaque type case | Hans Bolinder | |
Fix a mistake in commit 85f6fe3b. Instead of using the declared opaque type, the form's type is used in a case where the opaque type is turned into a non-opaque type. The result is more general types (smaller Erlang terms) and faster analyses. | |||
2016-08-31 | Fix xmllint-warnings | Hans Bolinder | |
2016-08-31 | Merge branch 'bjorn/fix-make/OTP-13855' into maint | Björn Gustavsson | |
* bjorn/fix-make/OTP-13855: make, ct_make: Handle warning attributes in source files | |||
2016-08-31 | kernerl: Remove infinite loop from testcase | Lukas Larsson | |
We don't want the infinite loop as it leaks after the test finished. | |||
2016-08-31 | Merge branch 'raimo/gen_statem-callback_mode/OTP-13752' into maint | Raimo Niskanen | |
* raimo/gen_statem-callback_mode/OTP-13752: ssl: Upgrade suite testing skipped if stdlib upgrade is required Fix version numbers and dependencies Conflicts: lib/ssl/src/ssl.appup.src lib/ssl/vsn.mk | |||
2016-08-31 | Merge branch 'maint' of git-server.otp.ericsson.se:otp into maint | Hans Nilsson | |
2016-08-31 | Merge branch 'hans/ssh/test_fixes/OTP-13854' into maint | Hans Nilsson | |
Fixes problems found by test suites as well as by Codenomicon/Defensics: - reduce max random padding to 15 bytes (Codenomicon/Defensics) - inclomplete pdu handling (Codenomicon/Defensics) - badmatch - non-blocking send fixes deadlock in ssh_connection_SUITE:interrupted_send | |||
2016-08-31 | Merge branch 'ingela/ssl/cuddle' into maint | Ingela Anderton Andin | |
* ingela/ssl/cuddle: ssl: Test and test suites shall be independent of each other | |||
2016-08-31 | Merge branch 'hans/ssh/ensure_all_started/PR-1147/OTP-13843' into maint | Hans Nilsson | |
2016-08-31 | ssl: Gracefulness behaviour when receiving partially malformed messages | Ingela Anderton Andin | |
2016-08-30 | Merge branch 'ingela/ssl/ERL-232/OTP-13853' into maint | Ingela Anderton Andin | |
* ingela/ssl/ERL-232/OTP-13853: ssl: Remove clause that postponed unexpected messages | |||
2016-08-30 | Merge branch 'ingela/ssl/tests-timouts' into maint | Ingela Anderton Andin | |
* ingela/ssl/tests-timouts: ssl: Timeout tuning | |||
2016-08-30 | ssl: Timeout tuning | Ingela Anderton Andin | |
Skip some test on really slow solaris machines | |||
2016-08-30 | Merge branch 'sverker/erl_interface/vxworks-socklen_t' into maint | Sverker Eriksson | |
2016-08-30 | Merge branch 'sverker/erl_interface-win-home/OTP-13849' into maint | Sverker Eriksson | |
* sverker/erl_interface-win-home: erl_interface: Look for .erlang.cookie in windows directory erl_interface: Refactor get_home() |