Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-08 | fix typo on doc of maps | Jxck | |
typo | |||
2016-11-07 | Merge branch 'ferd/ssl-allow-ecc-config/PR-1210/OTP-13959' into maint | Ingela Anderton Andin | |
* ferd/ssl-allow-ecc-config/PR-1210/OTP-13959: Add ECC curve selection order config in TLS server | |||
2016-11-07 | Merge branch 'egil/clarify-dir-structure/OTP-14013' into maint | Björn-Egil Dahlberg | |
* egil/clarify-dir-structure/OTP-14013: doc: Clarify application directory structure | |||
2016-11-07 | Merge branch 'egil/erts/cuddle-tests' into maint | Björn-Egil Dahlberg | |
* egil/erts/cuddle-tests: stdlib: Increase timeouts in ets_SUITE stdlib: Increase timeouts in rand_SUITE stdlib: Increase timeouts in base64_SUITE erts: Use cmd on windows for port_SUITE | |||
2016-11-04 | stdlib: Increase timeouts in ets_SUITE | Björn-Egil Dahlberg | |
* valgrind needs lots of time | |||
2016-11-04 | stdlib: Increase timeouts in rand_SUITE | Björn-Egil Dahlberg | |
* valgrind needs lots of time | |||
2016-11-04 | stdlib: Increase timeouts in base64_SUITE | Björn-Egil Dahlberg | |
* valgrind needs lots of time | |||
2016-11-04 | erts: Use cmd on windows for port_SUITE | Björn-Egil Dahlberg | |
2016-11-03 | Merge branch 'sverker/kernel-erts-dependency/OTP-14003' into maint | Sverker Eriksson | |
* sverker/kernel-erts-dependency: kernel: Add lost dependency to erts-8.1 | |||
2016-11-02 | Add ECC curve selection order config in TLS server | Fred Hebert | |
As per RFC 4492 Sec 5.1, the preferred order of selection of named curves is based on client preferences. Currently, the SSL application only picks entries according to the absolute order of entries as tracked in a hardcoded list in code. This patch changes things so that the client-specified order is preferred. It also allows a mode where the server can be configured to override the client's preferred order with its own, although the chosen ECC must still be within both lists. The configuration is done through the following options: - `eccs`, shared by clients and servers alike, allows the specification of the supported named curves, in their preferred order, and may eventually support more values for explicit primes and so on. - `honor_ecc_order`, a server-only option, is similar to `honor_cipher_order` and will, by default let the server pick the client-preferred ECC, and otherwise pick the server-preferred one. The default value for `eccs` is the same as before, although the server-chosen ECC now defaults to the client rather than previous choice. A function `ssl:eccs()` has been added that returns the highest supported ECCs for the library. | |||
2016-11-02 | Merge branch 'okeuday/howto/verify_beams_info/ERL-288/PR-1231/OTP-13999' ↵ | Björn-Egil Dahlberg | |
into maint * okeuday/howto/verify_beams_info/ERL-288/PR-1231/OTP-13999: Add otp_build update_primary to HOWTO INSTALL | |||
2016-11-02 | Merge branch 'hasse/erts/fix_match_spec_head/OTP-13996' into maint | Hans Bolinder | |
* hasse/erts/fix_match_spec_head/OTP-13996: Update preloaded erts: Correct type declaration of match specification head | |||
2016-11-02 | Merge branch 'roadrunnr/tools/fprof-send-non-exist/PR-1201/OTP-13998' into maint | Lukas Larsson | |
* roadrunnr/tools/fprof-send-non-exist/PR-1201/OTP-13998: handle send_to_non_existing_process trace event in fprof | |||
2016-11-01 | Add otp_build update_primary to HOWTO INSTALL | Michael Truog | |
Document the existence of the otp_build update_primary command, to verify that the bootstrap beam files match the source files. | |||
2016-11-01 | Merge remote-tracking branch 'github/pr/1219' into maint | Ingela Anderton Andin | |
* github/pr/1219: Correct spelling error in ssl_distribution.xml | |||
2016-11-01 | Merge branch 'hans/ssh/cuddle_tests_maint' into maint | Hans Nilsson | |
2016-11-01 | Update preloaded | Hans Bolinder | |
2016-11-01 | erts: Correct type declaration of match specification head | Hans Bolinder | |
Bug reported by Peti Gömöri <[email protected]>. | |||
2016-11-01 | Merge branch 'josevalim/erts/document-epmd-switches/PR-1217/OTP-13994' into ↵ | Björn-Egil Dahlberg | |
maint * josevalim/erts/document-epmd-switches/PR-1217/OTP-13994: Document the -epmd_module switch in erl | |||
2016-10-31 | kernel: Add lost dependency to erts-8.1 | Sverker Eriksson | |
In OTP-19.1 (c70ca686fe269db6079a2ca1c7e09cdfc0cfa903) erts_code_purger:finish_after_on_load/2 was added and called by code_server.erl. | |||
2016-10-31 | Merge branch 'sverker/hipe-beam-stacktrace/ERL-205/OTP-13992' into maint | Sverker Eriksson | |
* sverker/hipe-beam-stacktrace/ERL-205: erts: Exclude random beam functions from hipe stacktrace | |||
2016-10-31 | ssh: retry in ssh_options_SUITE:ssh_connect_negtimeout_* | Hans Nilsson | |
2016-10-31 | ssh: make test more precise in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-31 | Merge branch 'legoscia/kernel/clarify-permission-bits/PR-1204/OTP-13991' ↵ | Björn-Egil Dahlberg | |
into maint * legoscia/kernel/clarify-permission-bits/PR-1204/OTP-13991: Clarify permission bits in file.xml | |||
2016-10-31 | Merge branch 't-richards/erts/fix-typos-erl_driver/PR-1221/OTP-13990' into maint | Björn-Egil Dahlberg | |
* t-richards/erts/fix-typos-erl_driver/PR-1221/OTP-13990: Fix typos in erl_driver.xml | |||
2016-10-31 | Merge branch 'egil/mnesia/dont-tty-log-nodes' into maint | Björn-Egil Dahlberg | |
* egil/mnesia/dont-tty-log-nodes: mnesia: Don't show error_logger messages in tests | |||
2016-10-31 | ssh: simplify test in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-31 | ssh: skip erlang_server_openssh_client_renegotiate test on non-unix | Hans Nilsson | |
2016-10-31 | Merge branch 'hans/eldap/docfixes' into maint | Hans Nilsson | |
2016-10-31 | Merge branch 'hans/ssh/cuddle_tests_maint' into maint | Hans Nilsson | |
2016-10-31 | ssh: Removed tracing in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-28 | Document the -epmd_module switch in erl | José Valim | |
2016-10-28 | doc: Clarify application directory structure | Björn-Egil Dahlberg | |
2016-10-28 | ssh: test for rekey with OpenSSH server | Hans Nilsson | |
2016-10-28 | ssh: move rekeying test to ssh_test_lib | Hans Nilsson | |
2016-10-28 | erts: Exclude random beam functions from hipe stacktrace | Sverker Eriksson | |
2016-10-28 | eldap: cosmetic doc fixes | Hans Nilsson | |
2016-10-28 | ssh: change of test helper ssh_test_lib:start_shell | Hans Nilsson | |
2016-10-28 | ssh: increase timeout in test in ssh_options_SUITE | Hans Nilsson | |
Prevents timeout before the processing is done on slow machines | |||
2016-10-28 | Merge branch 'bjorn/compiler/minor-fixes' into maint | Björn Gustavsson | |
* bjorn/compiler/minor-fixes: Don't copy funs into guards | |||
2016-10-27 | Fix typos in erl_driver.xml | Tom Richards | |
2016-10-27 | Correct spelling error in ssl_distribution.xml | Trevor Brown | |
Correct "...an exra distribution..." to "...an extra distribution...". | |||
2016-10-27 | ssh: trace all messages in ↵ | Hans Nilsson | |
ssh_to_openssh_SUITE:erlang_server_openssh_client_renegotiate/1 | |||
2016-10-27 | ssh: more info about shrinked binaries in ssh_dbg | Hans Nilsson | |
2016-10-27 | ssh: Add a 'catch' in ssh_channel.erl to prevent double close errors | Hans Nilsson | |
2016-10-27 | ssh: better ssh_basic_SUITE:end_per_suite/2 | Hans Nilsson | |
The testcases shell_unicode_string and shell_no_unicode in ssh_basic_SUITE could raise an exception in the end_per_suite when stopping the dameon. This is due to a natural race condition between the server and the client. | |||
2016-10-27 | ssh: improve result processing in test | Hans Nilsson | |
2016-10-27 | ssh: Reduce the renegotiation limit in test with OpenSSH client | Hans Nilsson | |
in ssh_to_openssh_SUITE:erlang_server_openssh_client_renegotiate/1 The reason is that it seems that on some small machines we get an out-of-memory exception if the limit is to high. This is probably because a chunk of data larger than the limit is piped from a file into the OpenSSH runing in a shell in a port. | |||
2016-10-27 | Merge branch 'sverker/purge-fix/OTP-13925' into maint | Sverker Eriksson | |
2016-10-27 | Don't copy funs into guards | Björn Gustavsson | |
Funs must not be created in guards. The instruction for creating a fun clobbers all X registers, which is a bad thing to do in a guard. |