Age | Commit message (Collapse) | Author |
|
* maint:
Update primary bootstrap
Change test to use CT Config PrivDir
Fix to integer and sequence definitions
compiler: Teach the inliner to preserve on_load functions
|
|
* bjorn/compiler/inline-and-on_load/OTP-9910:
compiler: Teach the inliner to preserve on_load functions
|
|
|
|
|
|
* ahs/fix-gb_trees-doc:
Put gb_trees documentation into alphabetical order
OTP-9929
|
|
Conflicts:
lib/hipe/cerl/erl_bif_types.erl
lib/stdlib/doc/src/binary.xml
|
|
* vd/jinterface-atom-message:
Improve error message when creating a too long OtpErlangAtom
OTP-9928
|
|
* vd/java-string-bug:
add test for Java string bug
workaround for Java bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6242664
OTP-9927
|
|
* rc/spell-registered:
Correct spelling of "registered" in various places in the source code
OTP-9925
|
|
* ts/extend-specs-for-bifs:
Make dialyzer recognize the process_flag option sensitive
OTP-9923
|
|
* rj/fix-binary-doc-spec:
Fix the type spec from the doc of binary:part/3
OTP-9920
|
|
* rj/fix-compile-doc-typo:
Fix typo in `compile' doc: unmatched parenthesis
OTP-9919
|
|
* rj/doc-monospace-css:
Set `font-family: Courier, monospace' in OTP doc CSS
OTP-9918
|
|
* upstream/maint:
Document user_dir for the server
|
|
* ia/ssh/server-user-dir-doc:
Document user_dir for the server
|
|
* upstream/maint:
Remove unused files from test data as it is confusing
Add support for key files protected by pass phrases
|
|
|
|
|
|
|
|
|
|
* maint:
Client now honors the allow_user_interaction option
Avoid to crash if the remote side closes the connection prematurely
|
|
maint
* ia/ssh/crash-report-with-impatient-SFTP-client/OTP-9391:
Avoid to crash if the remote side closes the connection prematurely
|
|
* ia/ssh/keyboard-interactive-disable-bug/OTP-9466:
Client now honors the allow_user_interaction option
|
|
|
|
|
|
* gustav/ssh/ssh-key-callback-specs:
Add behaviour (api) module with callback specs
|
|
* gustav/orber/fix-dbg-printout-format/OTP-9887:
Add parameter to error message string format
|
|
* gustav/sasl_release_handler_file_bugfix/OTP-9864:
Fix so remove_release can remove symlinks
|
|
|
|
* pg/fix-ssl_tls_dist_proxy-setup-loop:
Fix setup loop of SSL TLS dist proxy
OTP-9915
OTP-9916
|
|
* pg/ssl_dist-fixes:
Robustness and improvement to distribution over SSL
|
|
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.
|
|
* av/maint-memsup:
Fix segmentation fault in memsup
OTP-9913
|
|
* maint:
Include the xmerl include files in the bootstrap
Teach lib/Makefile to build applications listed in EXTRA-APPLICATIONS
Clean up lib/Makefile
|
|
* bjorn/makefiles:
Include the xmerl include files in the bootstrap
Teach lib/Makefile to build applications listed in EXTRA-APPLICATIONS
Clean up lib/Makefile
|
|
Function parameter and return type specifications
for the public key functions
|
|
add missing specs to documentation
|
|
|
|
|
|
Enable re-use of integer definitions in subsequent definitions and
added clauses to check greatest common range for sequence definitions
|
|
* maint:
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
|
|
The inliner was ignorant of on_load functions and would discard them
(unless they were exported or referenced).
Noticed-by: Yiannis Tsiouris <[email protected]>
|
|
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
|
|
|
|
ssh_keys behavior
|
|
|
|
|
|
Solves OTP-7677
|
|
|
|
Also improved test suites to avoid copying of users keys to
test server directories as this is a security liability
|