summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-21parse_ssh{1,2}_packet C codeIru Cai
2018-05-21buffer_append: support NULL argument s to just allocate the spaceIru Cai
2018-05-21remove FQTermSSH{1,2}PacketSender, remove duplicated codeIru Cai
2018-05-21remove is_compressedIru Cai
2018-05-21conn_info: add host and portIru Cai
2018-05-21make a cleaner parseDataIru Cai
2018-05-21ssh_endian.hIru Cai
2018-05-21move packet making code to C codeIru Cai
2018-05-21use ssh_error.h to define error numbersIru Cai
2018-05-21remove cipher_type_Iru Cai
2018-05-21replace is_{en,de}crypt_ things with cipher->startedIru Cai
2018-05-21kill unneeded signals and slotsIru Cai
2018-05-17fqterm_ssh2_kex.cpp: remove unused headersIru Cai
2018-05-17add -mwindows in mingwIru Cai
2018-05-14desktop: Update fqterm.desktop fileBoyuan Yang
* Remove obsoleted Encoding: entry * Add zh_CN translation to Comment: entry * Add Keywords: entry for better search integration
2018-05-11AddingFunction.rstIru Cai
2018-05-11update documentsIru Cai
2018-05-11Fix typo found by codespellBoyuan Yang
2018-05-10restruct SSH RSA verificationIru Cai
- put I_C, I_S, V_C, V_S, K_S to ssh_session - move RSA verification code to C code
2018-05-10kill FQTermSSHBufferIru Cai
2018-05-10use C SSH buffer for {input,output}_bufferIru Cai
2018-05-10Use C SSH buffer for socket_buffer, restruct parseDataIru Cai
2018-05-10restruct createRSAcontextIru Cai
2018-05-10fqterm packet: use C bufferIru Cai
Tested using SSH2
2018-05-10implement SSH buffer in CIru Cai
2018-05-07move local_shell_bin to fqterm_path, add the cmd to quickdialogIru Cai
2018-05-05remove 3des_cbc for SSH2Iru Cai
2018-05-05remove unite in CMakeLists.*, drop NSISIru Cai
2018-05-05ssh_3des-ssh1.c: use uint8_tIru Cai
2018-05-04add KEX algorithmsIru Cai
2018-05-04refactor using ssh_session structureIru Cai
* move computeKey to C code * Use `mpint_e`, `secret` instead of bn_e, bn_K, drop bn_f * compute DH image and secret in DH related code * drop {get,put}{BN2,SSH2BN}
2018-05-04add .clang-format and .dir-locals.elIru Cai
2018-04-300.9.8.7Iru Cai
2018-04-30Add a function to report connection infoIru Cai
2018-04-30Add a connection info field in FQTermSocketIru Cai
- the connection info record contains the name of the cipher and MAC algorithms, and the key hash - after doing a key exchange, the connection info will be filled
2018-04-30add name field to ssh_cipher_tIru Cai
2018-04-30Fix SSH MAC verificationIru Cai
2018-04-290.9.8.6Iru Cai
2018-04-29Use channelClosed() to handle channel close messageIru Cai
TODO: Now connection will be closed when a channel close, this should be handled according to RFC 4254.
2018-04-29remove README.txt and VersionInfoIru Cai
2018-04-29refactor SSH MACIru Cai
2018-04-29kill fqterm_ssh_md5Iru Cai
2018-04-12drop mini serverIru Cai
2016-12-12About QTermIru Cai
2016-12-01EVP_MD_CTX_new for libresslIru Cai
2016-11-08only set FQTERM_GIT_REVISION when in git repositoryIru Cai
2016-11-08Add change logIru Cai
2016-11-08Use SSH2 if server version string is SSH-1.99Iru Cai
2016-11-08fqterm_socket.cpp: rename to fqterm_socket_private.cppIru Cai
More clean up: * move static functions outside namespace FQTerm * use isdigit instead of QChar(...).isDigit()
2016-11-08better handling of errors when KEX fails, use EVP digestIru Cai