Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-21 | ssh: Better reports in some test case failures | Hans Nilsson | |
2017-12-21 | ssh: Tests - timeout catches external ssh that does not disconnect | Hans Nilsson | |
2017-11-22 | ssh: remove left-over msg traceing | Hans Nilsson | |
2017-11-20 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release ssh: testcases for space trailing Hello msg ssh: Don't remove trailing WS in Hello msg ssh: dialyzer fixes ssh: Fix broken error handling during session setup Remove invalid EINTR loop around close(2) Conflicts: lib/ssh/test/ssh_options_SUITE.erl | |||
2017-11-16 | Merge branch 'maint-18' into maint | Hans Nilsson | |
* maint-18: Updated OTP version Prepare release ssh: Unicode encoding fix ssh: testcases for space trailing Hello msg Remove unused test include file from test suites eldap: Repair Makefile ssh: Don't remove trailing WS in Hello msg Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/vsn.mk lib/compiler/doc/src/notes.xml lib/compiler/vsn.mk lib/crypto/test/blowfish_SUITE.erl lib/eldap/doc/src/notes.xml lib/eldap/vsn.mk lib/inets/test/httpd_load.erl lib/inets/test/httpd_mod.erl lib/inets/test/old_httpd_SUITE.erl lib/ssh/doc/src/notes.xml lib/ssh/vsn.mk lib/stdlib/test/zip_SUITE.erl otp_versions.table | |||
2017-11-15 | ssh: testcases for space trailing Hello msg | Hans Nilsson | |
2017-11-10 | ssh: testcases for space trailing Hello msg | Hans Nilsson | |
2017-11-10 | ssh: New test suite for engine-stored keys | Hans Nilsson | |
2017-10-30 | ssh: Fix testcase failures caused by better key checks | Hans Nilsson | |
2017-10-30 | ssh: Testcase with ecdsa hostkey placed in rsa files | Hans Nilsson | |
2017-10-12 | ssh: Anonymize unused variables in test suites | Hans Nilsson | |
2017-10-12 | ssh: ssh_bench_SUITE disable aes_gcm | Hans Nilsson | |
2017-10-12 | ssh: remove dead code | Hans Nilsson | |
2017-10-03 | ssh: Use cipher=none and mac=none in benchmarks again | Hans Nilsson | |
2017-10-03 | ssh: Put ssh_property_test_SUITE back in test/Makefile | Hans Nilsson | |
2017-10-02 | ssh: add ecdsa_pass_phrase option in analogy with rsa_pass_phrase | Hans Nilsson | |
2017-09-11 | ssh: test cases for modify_algorithms | Hans Nilsson | |
2017-08-19 | Fix file owner access permission in ssh_sftp module | Hamidreza Soleimani | |
Previously, a hard-coded atom (read_write) has been used as file owner access permission in response to ssh_sftp:read_file_info/2 function. With this fix, the actual value of file owner access permission is added to the returning record. That value is calculated from file mode value. | |||
2017-06-14 | Update copyright year | Hans Nilsson | |
2017-06-12 | ssh: fix sporadic error in ssh_options_SUITE | Hans Nilsson | |
2017-06-12 | ssh: fix sporadic error in ssh_protocol_SUITE | Hans Nilsson | |
2017-05-31 | ssh: more keys for testing | Hans Nilsson | |
2017-05-31 | ssh: Introduce test case simple_connect in ssh_algorithms_SUITE | Hans Nilsson | |
In the test group public_key we need to control both the host key and the user key. This new test case is aimed at faciliate the user public key testing. | |||
2017-05-31 | ssh: Use option 'pref_public_key_algs' in ssh_algorithms_SUITE | Hans Nilsson | |
2017-05-23 | ssh: Use undocumented ssh_dbg:ct_auth() in ssh_algorithms_SUITE | Hans Nilsson | |
2017-05-23 | ssh: disable faulty ssh_upgrade_SUITE | Hans Nilsson | |
2017-05-23 | ssh: fix ssh_property_test | Hans Nilsson | |
2017-05-17 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2017-05-17 | Merge branch 'hans/ssh/ext-info_bug_fixes' | Hans Nilsson | |
2017-05-17 | ssh: update testcase in ssh_to_openssh | Hans Nilsson | |
2017-05-17 | ssh: test case didn't set preferred_algorithms | Hans Nilsson | |
2017-05-17 | ssh: update property test for sign-algorithm | Hans Nilsson | |
2017-05-17 | ssh: fix end_per_suite in property testcase | Hans Nilsson | |
2017-05-17 | ssh: select server-sig-algs from configured algos (preferred_algorithms) | Hans Nilsson | |
2017-05-17 | ssh: make ssh_algorithms_SUITE test public user and host keys | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_transport.erl | |||
2017-05-16 | Merge branch 'hans/ssh/test_ext_info_extension/OTP-14361' | Hans Nilsson | |
2017-05-12 | ssh: Tests for ext-info extension (ext-info-c) | Hans Nilsson | |
2017-05-12 | ssh: Tests for ext-info extension (ext-info-s) | Hans Nilsson | |
2017-05-12 | ssh: Better error checking for option 'auth_methods' | Hans Nilsson | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-28 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2017-04-26 | ssh: add msg traceing on one testcase | Hans Nilsson | |
ssh: Misc test case error logging improvments Conflicts: lib/ssh/test/ssh_to_openssh_SUITE.erl | |||
2017-04-26 | ssh: Handle node-names with ' in ssh_basic_SUITE | Hans Nilsson | |
2017-04-26 | ssh: test case adjustments | Hans Nilsson | |
2017-04-26 | ssh: Implement ext-info extension. draft-ietf-curdle-ssh-ext-info | Hans Nilsson | |
This is only a draft extension, but it is quite stable and already supported by some implementations. OpenSSH has had it for some year now. | |||
2017-04-07 | ssh: Make test suites pass | Hans Nilsson | |
2017-04-07 | ssh: remove deprecated ssh_sftpd:listen and ssh_sftpd:stop | Hans Nilsson | |
2017-04-07 | ssh: Test-suites beautifications | Hans Nilsson | |
2017-04-07 | ssh: killed_acceptor_restarts test case | Hans Nilsson | |
2017-04-04 | ssh: idle_timer on daemon - test case | Hans Nilsson | |