Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-18 | add SPDX-License-Identifier to source files | Ryo Nakamura | |
2023-03-03 | add mscp_ssh_opts and change -C optarg | Ryo Nakamura | |
2023-02-25 | start to impliment mscp as a library | Ryo Nakamura | |
this commit starts to refactor file.h|c to path.h|c and add mscp.c|h. not completed yet. | |||
2022-12-04 | set TCP_NODELAY by default and introduce -N option to disable it | Ryo Nakamura | |
2022-12-03 | remove unused code and introduce -b buf_sz option | Ryo Nakamura | |
This commit removes ifdef ASYNC_WRITE. So, mscp always depends on the patched libssh. | |||
2022-12-02 | cache passphrase for private key for later connections. | Ryo Nakamura | |
2022-12-02 | add -M hmac option | Ryo Nakamura | |
2022-11-26 | fix duplicate error message on ssh auth failed. | Ryo Nakamura | |
and fix the final \n with -q | |||
2022-11-17 | implement local-to-remote copy with async_write | Ryo Nakamura | |
2022-11-08 | fix incorrect ret handling for read/write | Ryo Nakamura | |
2022-11-05 | add -H option to disable host key check | Ryo Nakamura | |
tests use this option. | |||
2022-10-29 | change indent from space to tab | Ryo Nakamura | |
2022-10-29 | fix path handling | Ryo Nakamura | |
2022-10-23 | configurable sftp_buf_sz. | Ryo Nakamura | |
default value 131072 is derived from qemu/block/ssh.c. we need more investigaion. | |||
2022-10-23 | cleanup copy codes | Ryo Nakamura | |
2022-10-16 | implement fill_file | Ryo Nakamura | |
2022-10-15 | initial commit | Ryo Nakamura | |