summaryrefslogtreecommitdiff
path: root/src/protocol/internal/fqterm_ssh1_packet.h
AgeCommit message (Collapse)Author
2021-04-24convert license headers to SPDXHEADmasterIru Cai
Use the following script and find tool: grep 'GNU General Public License' "$1" || exit grep 'either version 2 of the License' "$1" || exit sed -n '/\*\*\*\*\*\//,$p' "$1" > /tmp/src.tmp echo '// SPDX-License-Identifier: GPL-2.0-or-later' > /tmp/src.tmp2 sed -n '2,$p' /tmp/src.tmp >> /tmp/src.tmp2 mv /tmp/src.tmp2 "$1"
2018-05-21parse_ssh{1,2}_packet C codeIru Cai
2018-05-21remove FQTermSSH{1,2}PacketSender, remove duplicated codeIru Cai
2018-05-10Use C SSH buffer for socket_buffer, restruct parseDataIru Cai
2016-11-08Implement ssh_cipher_t for symmetric ciphers in SSHIru Cai
* remove FQTermSSHCipher and FQTermSSH3DES, use ssh_cipher_t instead * implement EVP ciphers and 3DES-SSH1
2014-04-04move to my github.iroul