Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-07 | ssh: remove deprecated ssh_sftpd:listen and ssh_sftpd:stop | Hans Nilsson | |
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-15 | Return correct state in the case of failure | Karolis Petrauskas | |
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-12-07 | Update copyright-year | Erlang/OTP | |
2016-05-04 | ssh: -spec added for behaviours | Hans Nilsson | |
2015-11-25 | ssh: sftpd callback takes new option 'recv_window_size', defaults to 1000000 | Hans Nilsson | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-01-23 | ssh: Add some more flags | Ingela Anderton Andin | |
2015-01-23 | ssh: Correct Sftp flag handling | Ingela Anderton Andin | |
Function name was somewhat confusing and when trying to find a better name for it we realised it did not work as intended. | |||
2015-01-23 | ssh: Add handling of sftp v3 flags | Ingela Anderton Andin | |
2014-02-07 | Merge branch 'hsv/using_lists_droplast' | Henrik Nord | |
* hsv/using_lists_droplast: lib/mnesia/test/ - Replace reverse(tl(reverse(L))) with lists:droplast/1 lib/ssh - Replace reverse(tl(reverse(L))) with lists:droplast/1 lib/wx - Replace reverse(tl(reverse(L))) with lists:droplast/1 Use lists:droplast/1 in orber/orber_interceptors.erl Import and use lists:droplast/1 in v3_core/v3_kernel OTP-11678 OTP-11677 | |||
2014-02-03 | lib/mnesia/test/ - Replace reverse(tl(reverse(L))) with lists:droplast/1 | Hans Svensson | |
2014-01-24 | lib/ssh - Replace reverse(tl(reverse(L))) with lists:droplast/1 | Hans Svensson | |
2014-01-21 | ssh: Adds unicode | Hans Nilsson | |
2013-11-13 | ssh: Merge connection_manager and connection_handler processes | Ingela Anderton Andin | |
Also start adding dialyzer specs and removing dead code | |||
2013-01-25 | ssh: Fix dialyzer and doc warnings | Ingela Anderton Andin | |
2012-12-21 | Merge branch 'fredrik/ssh/sftp-file-is-dir/OTP-6406' | Fredrik Gustafsson | |
* fredrik/ssh/sftp-file-is-dir/OTP-6406: Removed unused code ssh.erl and changed tests Added eexist to return proper sftp parameter Changed erlclient testcases for sftp sftp ver6 mods, SSH_FX_CANNOT_DELETE added as parameter Updated doc for sftpd_vsn Changed testcases to proper sftpd listening changed option to sftpd_vsn corrected is_dir call in sftpd Changes to sftpd test suite Added a file_is_a_directory to a proper status return Basic functionality for sftp ver6 and testcase Conflicts: lib/ssh/doc/src/ssh_sftpd.xml | |||
2012-12-13 | ssh: Document and clean up SSH behaviours | Ingela Anderton Andin | |
2012-11-28 | changed option to sftpd_vsn | Fredrik Gustafsson | |
2012-11-28 | corrected is_dir call in sftpd | Fredrik Gustafsson | |
2012-11-27 | Basic functionality for sftp ver6 and testcase | Fredrik Gustafsson | |
2012-03-01 | sftp daemon generates file handles correct | Ingela Anderton Andin | |
Also always run ssh_sftp_SUITE against own daemon as well as openssh if existing. Corrected links test case and found that openssh has a known bug that swaps the create link arguments. Created separate ticket (OTP-9951) to deal with this. | |||
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 | Removed no longer needed code | Ingela Anderton Andin | |
2010-05-26 | Aligning error message with used version | Niclas Eklund | |
2010-04-21 | New branch for ssh-2.0 and later | Niclas Eklund | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |