Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-29 | add available ciphers and hmacs on help print (#20) | Ryo Nakamura | |
2024-03-09 | sftp_async_write: bit cleanup error messaging | Ryo Nakamura | |
2024-02-07 | add -4 and -6 options to use either IPv4 or IPv6 | Ryo Nakamura | |
2024-01-06 | bump libssh to libssh-0.10.6-2-g6f1b1e76 | Ryo Nakamura | |
libssh 0.10.6 has a regression in IPv6 parsing, so we pick stable-0.10 that includes the fixes. https://gitlab.com/libssh/libssh-mirror/-/issues/227 | |||
2024-01-04 | bump libssh to 0.10.6 | Ryo Nakamura | |
libssh 0.10.6 includes some security fixes, e.g., CVE-2023-48795. | |||
2023-11-01 | add -g option to specify TCP cc algorithm | Ryo Nakamura | |
This commit introduce SSH_OPTIONS_CCALGO option to the libssh patch and add -g CONGESTION option to mscp. | |||
2023-03-09 | fix cmake: remove modification to libssh CMake | Ryo Nakamura | |
2022-12-10 | allocate headroom for SFTP header | Ryo Nakamura | |
This commit makes ssh_buffer_new_size() can insert headroom. This headroom can eliminate memcpy involved in ssh_buffer_prepend_data() for inserting SFTP common header. | |||
2022-12-06 | add ssh_buffer_new_size and ssh_buffer_add_func to libssh | Ryo Nakamura | |
sftp_async_write() with these functions reduces 1. realloc_buffer by ssh_buffer_new_size() 2. memcpy from read data to ssh buffer by ssh_buffer_add_func() | |||
2022-12-05 | update libssh build options | Ryo Nakamura | |
2022-11-26 | add libssh-0.9.6.patch | Ryo Nakamura | |
2022-11-20 | set WITH_EXAMPLES OFF | Ryo Nakamura | |
2022-11-18 | add patch/README.md | Ryo Nakamura | |
2022-11-17 | add libssh as submodule and LIBSSH_PATH to build mscp with static built | Ryo Nakamura | |
libssh. |