index
:
fqterm
fqterm2
master
A Telnet/SSH BBS client written in C++ and Qt
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
protocol
Age
Commit message (
Expand
)
Author
2020-08-11
drop Qt4 support
Iru Cai
2020-06-06
fix some memory leaks
Iru Cai
2018-08-20
buffer_append_be*: return 1 on success
Iru Cai
2018-08-20
fqterm_ssh_packet.cpp: return a value on error to surpress a warning
Iru Cai
2018-06-18
(*)fix build on macOS
Fan Yang
2018-06-08
warn SSH2 for mismatched/unknown host key
Iru Cai
2018-06-08
conn_info: show if host key matches
Iru Cai
2018-06-08
ssh_known_hosts.c: .ssh/known_hosts parser
Iru Cai
2018-06-08
add ccan/base64
Iru Cai
2018-06-06
curve25519 ECDH
Iru Cai
2018-06-06
add curve25519 ref implementation
Iru Cai
2018-06-06
restruct ssh_dh
Iru Cai
2018-05-21
warn SSH1
Iru Cai
2018-05-21
add warnInsecure signals and slots
Iru Cai
2018-05-21
parse_ssh{1,2}_packet C code
Iru Cai
2018-05-21
buffer_append: support NULL argument s to just allocate the space
Iru Cai
2018-05-21
remove FQTermSSH{1,2}PacketSender, remove duplicated code
Iru Cai
2018-05-21
remove is_compressed
Iru Cai
2018-05-21
conn_info: add host and port
Iru Cai
2018-05-21
make a cleaner parseData
Iru Cai
2018-05-21
ssh_endian.h
Iru Cai
2018-05-21
move packet making code to C code
Iru Cai
2018-05-21
use ssh_error.h to define error numbers
Iru Cai
2018-05-21
remove cipher_type_
Iru Cai
2018-05-21
replace is_{en,de}crypt_ things with cipher->started
Iru Cai
2018-05-21
kill unneeded signals and slots
Iru Cai
2018-05-17
fqterm_ssh2_kex.cpp: remove unused headers
Iru Cai
2018-05-11
Fix typo found by codespell
Boyuan Yang
2018-05-10
restruct SSH RSA verification
Iru Cai
2018-05-10
kill FQTermSSHBuffer
Iru Cai
2018-05-10
use C SSH buffer for {input,output}_buffer
Iru Cai
2018-05-10
Use C SSH buffer for socket_buffer, restruct parseData
Iru Cai
2018-05-10
restruct createRSAcontext
Iru Cai
2018-05-10
fqterm packet: use C buffer
Iru Cai
2018-05-10
implement SSH buffer in C
Iru Cai
2018-05-07
move local_shell_bin to fqterm_path, add the cmd to quickdialog
Iru Cai
2018-05-05
remove 3des_cbc for SSH2
Iru Cai
2018-05-05
ssh_3des-ssh1.c: use uint8_t
Iru Cai
2018-05-04
add KEX algorithms
Iru Cai
2018-05-04
refactor using ssh_session structure
Iru Cai
2018-04-30
Add a connection info field in FQTermSocket
Iru Cai
2018-04-30
add name field to ssh_cipher_t
Iru Cai
2018-04-30
Fix SSH MAC verification
Iru Cai
2018-04-29
Use channelClosed() to handle channel close message
Iru Cai
2018-04-29
refactor SSH MAC
Iru Cai
2018-04-29
kill fqterm_ssh_md5
Iru Cai
2016-12-01
EVP_MD_CTX_new for libressl
Iru Cai
2016-11-08
Use SSH2 if server version string is SSH-1.99
Iru Cai
2016-11-08
fqterm_socket.cpp: rename to fqterm_socket_private.cpp
Iru Cai
2016-11-08
better handling of errors when KEX fails, use EVP digest
Iru Cai
[next]