| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \ \
| | | | | |
| | | | | | |
[ssh] peer-ify application tests
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Use ?CT_PEER instead of test_server:start_node.
|
|\ \ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | | |
* maint:
ssh: Fix algorithm test suite for crypto fips mode changing
ssh: Rebuild algo cache if crypto fips mode has changed
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The ssh_algorithms_SUITE enabled fips mode to late, that is, after
having configured the groups/1.
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* maint:
ssh: Skip compatibility testing for OpenSSH versions that timeout
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It seems to be a problem with the docker system on a certain test
machine that has a zero fault policy.
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
# make/otp_version_tickets_in_merge
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* maint-24:
Updated OTP version
Prepare release
# Conflicts:
# make/otp_version_tickets
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | | / / / /
| |_|/ / / /
|/| | | | | |
* maint:
ssh: Handle unexpected errors in acceptor loop
|
| |\ \ \ \ \
| | |/ / / /
| | | | / /
| | |_|/ /
| |/| | | |
* hans/ssh/acceptor_crash/ERIERL-726/OTP-17764:
ssh: Handle unexpected errors in acceptor loop
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
* maint:
Updated OTP version
Prepare release
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* maint-22:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
# erts/doc/src/notes.xml
# erts/vsn.mk
# lib/ssh/doc/src/notes.xml
# lib/ssh/vsn.mk
# make/otp_version_tickets
# otp_versions.table
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* maint:
Updated OTP version
Prepare release
|
| |\ \ \ \ \
| | | |_|/ /
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* maint-23:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
# erts/doc/src/notes.xml
# erts/vsn.mk
# lib/ssh/doc/src/notes.xml
# lib/ssh/vsn.mk
# make/otp_version_tickets
# otp_versions.table
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* maint:
ssh: Use connect_timeout as default for negotiation timeout instead of infinity
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / / |
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix issues where incorrect arguments might result in a function_clause
exception and potential information leakage in a stack trace.
* Add tests with incorrectly typed arguments and verify that an
informative error is returned rather than an exception.
* Add error detection of arguments to connect/2,3,4.
* Add better abstraction and collection of errors.
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
|
| | | | | |
|
|\ \ \ \ \
| |/ / / / |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Removing ?t retained for backward compatibility allows to
search for test_server callsites easier.
Replace ?t:fail and test_server:fail with ct:fail.
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* maint:
ssh: Handle eacces like enoent in ssh_sftpd:get_attrs/6
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
HansN/hans/ssh/status_eaccess_fix/GH-5014/OTP-17586
ssh: Handle eacces like enoent in ssh_sftpd:get_attrs/6
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* maint:
ssh: Add 'tcp' to ssh_dbg
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
* hans/ssh/add_tcp_tracepoint_ssh_dbg/OTP-17587:
ssh: Add 'tcp' to ssh_dbg
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* maint:
ssh: Fix compiler warnings in tests
ssh: Log more info at init of ssh_compat_SUITE
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* kuba/ssh/kernel_version_update/OTP-17468:
ssh: increase required kernel version
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Kernel version with logger:add_primary_filter/2 is required.
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This commit adds a test case to check that app files for the
Erlang/OTP applications specifies correct versions for the
dependencies in the runtime_dependencies field. The test is designed
to work on the Erlang/OTP team's test servers as it assumes that all
released applications are installed in particular places and that all
app versions have been increased in the correct way (which is done by
scripts in the Erlang/OTP team's test infrastructure).
The test uses xref to try to find undefined function calls in all
Erlang/OTP applications. When running xref to test an application,
`xref`'s library path is set to point to folders containing beam-files
for the applications that are specified as the minimum correct
versions by the `runtime_dependencies` field in the application's app
file.
This commit also bumps the versions of several dependencies that the
test found to have incorrect versiosn so they instead get the first
version of the dependencies that makes the test pass.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* maint-24:
Updated OTP version
Prepare release
# Conflicts:
# make/otp_version_tickets
|
| | | | | | |
|
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* maint-23:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
# erts/doc/src/notes.xml
# erts/vsn.mk
# lib/kernel/doc/src/notes.xml
# lib/kernel/vsn.mk
# lib/ssh/doc/src/notes.xml
# lib/ssh/vsn.mk
# make/otp_version_tickets
# otp_versions.table
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* hans/ssh/23-better_kex_error_msg/OTP-17450:
ssh: Check the improved kex error message
ssh: New test help module ssh_log_h.erl
ssh: Better "Key exchange failed" Info Report
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
for checking logger/error messages
|