Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-14 | Merge branch 'gustav/ssh/ssh-key-callback-specs' into maint | Gustav Simonsson | |
* gustav/ssh/ssh-key-callback-specs: Add behaviour (api) module with callback specs | |||
2012-02-14 | Merge branch 'gustav/orber/fix-dbg-printout-format/OTP-9887' into maint | Gustav Simonsson | |
* gustav/orber/fix-dbg-printout-format/OTP-9887: Add parameter to error message string format | |||
2012-02-14 | Merge branch 'gustav/sasl_release_handler_file_bugfix/OTP-9864' into maint | Gustav Simonsson | |
* gustav/sasl_release_handler_file_bugfix/OTP-9864: Fix so remove_release can remove symlinks | |||
2012-02-14 | Merge branch 'pg/fix-ssl_tls_dist_proxy-setup-loop' into maint | Henrik Nord | |
* pg/fix-ssl_tls_dist_proxy-setup-loop: Fix setup loop of SSL TLS dist proxy OTP-9915 OTP-9916 | |||
2012-02-14 | Merge branch 'pg/ssl_dist-fixes' into maint | Henrik Nord | |
* pg/ssl_dist-fixes: Robustness and improvement to distribution over SSL | |||
2012-02-14 | Robustness and improvement to distribution over SSL | Paul Guyot | |
Fix a bug where the caller would timeout and ssl_tls_dist_proxy would crash. Fix a bug where a timeout from the SSL layer would block the distribution forever (typically when a non-SSL node tries to connect to an SSL node). Add this very case as a test (test_server tries to connect to SSL nodes). Run the proxy exclusively on the loopback interface. | |||
2012-02-14 | Merge branch 'ws/erl-xcomp-avr32' into maint | Henrik Nord | |
* ws/erl-xcomp-avr32: Update xcomp config for AVR32/buildroot-v3.0.0 OTP-9914 | |||
2012-02-14 | Merge branch 'av/maint-memsup' into maint | Henrik Nord | |
* av/maint-memsup: Fix segmentation fault in memsup OTP-9913 | |||
2012-02-14 | Merge branch 'jz/reduce-smp-locking-time-range' into maint | Henrik Nord | |
* jz/reduce-smp-locking-time-range: erts: reduce smp locking time range in erts_garbage_collect OTP-9912 | |||
2012-02-13 | Merge branch 'bjorn/makefiles' into maint | Björn Gustavsson | |
* bjorn/makefiles: Include the xmerl include files in the bootstrap Teach lib/Makefile to build applications listed in EXTRA-APPLICATIONS Clean up lib/Makefile | |||
2012-02-13 | Add behaviour (api) module with callback specs | Gustav Simonsson | |
Function parameter and return type specifications for the public key functions | |||
2012-02-13 | Make dialyzer recognize the process_flag option sensitive | Henrik Nord | |
add missing specs to documentation | |||
2012-02-13 | Client now honors the allow_user_interaction option | Ingela Anderton Andin | |
2012-02-13 | Avoid to crash if the remote side closes the connection prematurely | Ingela Anderton Andin | |
2012-02-13 | Fix to integer and sequence definitions | Gustav Simonsson | |
Enable re-use of integer definitions in subsequent definitions and added clauses to check greatest common range for sequence definitions | |||
2012-02-13 | compiler: Teach the inliner to preserve on_load functions | Björn Gustavsson | |
The inliner was ignorant of on_load functions and would discard them (unless they were exported or referenced). Noticed-by: Yiannis Tsiouris <[email protected]> | |||
2012-02-13 | Merge branch 'ia/ssh/public_keys/OTP-9911' into maint | Ingela Anderton Andin | |
* ia/ssh/public_keys/OTP-9911: Correct access flag handling in sftpd Client fallbacks to ipv4 if connection is refused with ipv6 Cleaned up code so that ssh_file can become a template for a documented ssh_keys behavior Test case maintenance Better handling of IPv6 Ssh daemon handles RSA host keys Removed no longer needed code Use the public_key application for all public key handling | |||
2012-02-10 | Correct access flag handling in sftpd | Ingela Anderton Andin | |
Also Moved app test to ssh_basic_SUITE There is no reason to have a separate suite for the app test it increases maintenance costs | |||
2012-02-10 | Client fallbacks to ipv4 if connection is refused with ipv6 | Ingela Anderton Andin | |
2012-02-10 | Cleaned up code so that ssh_file can become a template for a documented | Ingela Anderton Andin | |
ssh_keys behavior | |||
2012-02-10 | Test case maintenance | Ingela Anderton Andin | |
2012-02-10 | Better handling of IPv6 | Ingela Anderton Andin | |
2012-02-10 | Ssh daemon handles RSA host keys | Ingela Anderton Andin | |
Solves OTP-7677 | |||
2012-02-10 | Removed no longer needed code | Ingela Anderton Andin | |
2012-02-10 | Use the public_key application for all public key handling | Ingela Anderton Andin | |
Also improved test suites to avoid copying of users keys to test server directories as this is a security liability | |||
2012-02-10 | [inets] Skip test case on windows (long path's) | Micael Karlberg | |
On windows we have a problem opening files when the path's are long (error reason eio). | |||
2012-02-10 | Include the xmerl include files in the bootstrap | Björn Gustavsson | |
2012-02-10 | Teach lib/Makefile to build applications listed in EXTRA-APPLICATIONS | Björn Gustavsson | |
2012-02-10 | Clean up lib/Makefile | Björn Gustavsson | |
We only support building epmd, erl_interface, and ic for VxWorks; therefore there is no need to have a conditional section for VxWorks. We use to build different applications on Windows and Unix, but that is no longer the case; therefore one list of applications is sufficient. Unfortunately, there are build order dependencies between the applications, so we must not sort the list. | |||
2012-02-10 | Merge branch 'hb/stdlib/sofs_tuple_funs/OTP-9909' into maint | Hans Bolinder | |
* hb/stdlib/sofs_tuple_funs/OTP-9909: Remove usage of tuple funs in sofs | |||
2012-02-09 | [inets] Add test case group check for IPv6 support | Micael Karlberg | |
2012-02-09 | [inets] Minor improvement to escaped_url_in_error_body | Micael Karlberg | |
2012-02-09 | Remove usage of tuple funs in sofs | Hans Bolinder | |
2012-02-09 | Update primary bootstrap | Björn Gustavsson | |
2012-02-09 | Merge branch 'bjorn/remove-is_constant-vestiges/OTP-6454' into maint | Björn Gustavsson | |
* bjorn/remove-is_constant-vestiges/OTP-6454: HiPE: Remove support for is_constant/1 erl_lint: Remove handling of constant/1 erl_bif_types: Remove type for is_constant/1 erl_eval: Remove support for is_constant/1 Remove support for is_constant/1 in ms_transform Remove references to is_constant/1 from the match spec documentation | |||
2012-02-09 | [inets] Used invalid transport option for ssl (inet6fb4) | Micael Karlberg | |
2012-02-09 | Merge branch 'ia/ssl/test-maint/reject-sslv2-test' into maint | Ingela Anderton Andin | |
* ia/ssl/test-maint/reject-sslv2-test: Do not test sslv2 rejection with openssl-1.* | |||
2012-02-09 | Merge branch 'ia/ssl/verify_fun' into maint | Ingela Anderton Andin | |
* ia/ssl/verify_fun: User defined verify_fun is now called correctly | |||
2012-02-09 | [wx] Cleanup Makefiles | Dan Gudmundsson | |
Remove old "outside" otp building support. | |||
2012-02-09 | Update primary bootstrap | Björn Gustavsson | |
2012-02-09 | Merge branch 'bjorn/deprecations/OTP-9907' into maint | Björn Gustavsson | |
* bjorn/deprecations/OTP-9907: Deprecate the Toolbar application Deprecate applications that have been superseded by observer Suppress deprecated warnings in all modules that call 'gs' Deprecate the gs application Mark doc_builder as removed (and not merely deprecated) | |||
2012-02-08 | Deprecate the Toolbar application | Björn Gustavsson | |
2012-02-08 | Deprecate applications that have been superseded by observer | Björn Gustavsson | |
2012-02-08 | Suppress deprecated warnings in all modules that call 'gs' | Björn Gustavsson | |
2012-02-08 | [mnesia] Fix warning in example code | Dan Gudmundsson | |
2012-02-08 | Deprecate the gs application | Björn Gustavsson | |
2012-02-08 | Mark doc_builder as removed (and not merely deprecated) | Björn Gustavsson | |
2012-02-08 | [inets] Force use of IPv4 for all non-IPv6 cases | Micael Karlberg | |
2012-02-08 | [inets/httpd] Options parsing minor improvement | Micael Karlberg | |
2012-02-08 | [inets/httpc] Connect error info improvement | Micael Karlberg | |