Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-04 | Update copyright year | Raimo Niskanen | |
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-03-02 | ssh: Remove missplaced options in test suites | Hans Nilsson | |
Removed daemon-only options from client and client-only options from daemon. | |||
2017-02-17 | Merge branch 'ssh_sftpd_relative_path' into hans/ssh/sftpd_fixes/OTP-14225 | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_sftpd_SUITE.erl | |||
2017-02-17 | Merge branch 'ssh_sftpd_cwd_with_root' into hans/ssh/sftpd_fixes/OTP-14225 | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_sftpd_SUITE.erl | |||
2017-02-14 | ssh: new test - try access outside sftp tree | Hans Nilsson | |
2017-02-12 | Check for directory with correct path | Karolis Petrauskas | |
When opening file in the ssh_sftpd, directory check should be performed on the server's file tree. | |||
2017-02-12 | Fix relative path handling in sftpd | Karolis Petrauskas | |
Relative path handling fixed to allow opening a file by a path relative to the current working directory. | |||
2017-02-12 | Consider root_dir and cwd in ssh_sftpd, if both are provided | Karolis Petrauskas | |
The SFTPD server should use root_dir and cwd when resolving file paths, if both are provided. The root directory should be used for resolving absolute file names, and cwd should be used for resolving relative paths. | |||
2016-06-09 | ssh: skip test suites if no crypto lib is installed | Hans Nilsson | |
2016-06-01 | ssh: replace ?config in tests | Hans Nilsson | |
OTP-13565 | |||
2016-04-28 | ssh: test cases changed for port 0 as arg to ssh:daemon | Hans Nilsson | |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-03-18 | Set timetrap to 40s except for some long running test cases | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_connection_SUITE.erl | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-25 | ssh: Adjusted timetrap values on ssh tests | Hans Nilsson | |
2016-02-22 | ssh: remove calls to crypto:start|stop | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_upgrade_SUITE.erl | |||
2016-02-22 | ssh: add timetrap to all test suites | Hans Nilsson | |
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 | |