Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-09 | ssh: added 'after' to receive stmts in test/ | Hans Nilsson | |
2015-08-07 | ssh: ct:pal -> ct:log in lib/ssh/test | Hans Nilsson | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-26 | ssh: Undocumented option 'compression' replaced by 'preferred_algorithms' | Hans Nilsson | |
The 'compression' option was used in the test cases. The new option 'preferred_algorithms' is much more powerful and can be used as a replacement. | |||
2015-01-23 | ssh: Add handling of sftp v3 flags | Ingela Anderton Andin | |
2013-03-01 | ssh: Ctify test doc | Ingela Anderton Andin | |
2012-11-29 | Removed unused code ssh.erl and changed tests | Fredrik Gustafsson | |
2012-11-28 | Changed testcases to proper sftpd listening | Fredrik Gustafsson | |
2012-11-28 | changed option to sftpd_vsn | Fredrik Gustafsson | |
2012-11-28 | Changes to sftpd test suite | Fredrik Gustafsson | |
2012-11-27 | Basic functionality for sftp ver6 and testcase | Fredrik Gustafsson | |
2012-10-19 | ssh: Modernized test suites to use only Common Test | Ingela Anderton Andin | |
2012-03-06 | Skip set_attributes test on windows due to known erts bug in | Ingela Anderton Andin | |
file:read_file_info/1 | |||
2012-02-28 | Prevent client hanging. (OTP-8111) | Ingela Anderton Andin | |
Restored supervisor tree so that error propagation will work as intended, although connection processes are set to temporary, instead of permanent with restart times set to 0, and termination of the connection subtree is initiated by a temporary process spawned by ssh_connection_managers terminate. This is done to avoid unwanted supervisor reports. Pherhaps we need some new supervisor functionality. | |||
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 | Ssh daemon handles RSA host keys | Ingela Anderton Andin | |
Solves OTP-7677 | |||
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-01-11 | Remove generation of new test keys, use checked in test keys | Ingela Anderton Andin | |
There is no need to generate new test keys every time, they do not have a timestamp as certificates. This also reduces the need to duplicate test code from public_key. | |||
2012-01-11 | Improve test case structure so that test should pass on all platforms | Ingela Anderton Andin | |
2011-05-19 | Generic key management for test suites. | Niclas Eklund | |
2011-05-19 | Some minor updates regarding how test data is generated. | Niclas Eklund | |
2011-05-19 | Altering SSH test keys. | Niclas Eklund | |
2011-05-19 | Add test suite for ssh | Björn-Egil Dahlberg | |
2011-05-19 | Update init_per_suite so that tests are skipped if crypto/ssh cannot be started. | Lukas Larsson | |
2011-05-19 | Convert ssh test cases to common test stardard | Lukas Larsson | |
2011-05-19 | Add test suite for ssh | Björn-Egil Dahlberg | |