summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-08add aes-ctr cipher supportIru 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
2016-11-08Use ssh_diffie-hellman, the new SSH diffie hellman codeIru Cai
And add diffie-hellman-group14-sha1 support
2016-11-08fqterm_ssh_socket.cpp: test SSH2 first, fix typoIru Cai
TODO: make version 1.99 use SSH2
2016-11-08Use delete [] for getString() generated arraysIru Cai
2016-10-29Remove fqterm_ssh_{rsa,pubkey}Iru Cai
2016-10-29fqterm_ssh2_kex.cpp: use RSA_set0_key for OpenSSL 1.1.0Iru Cai
2016-10-29Add new SSH public key crypto code in ssh_kexIru Cai
The original code is too complicated and is broken under OpenSSL 1.1.0, so I rewrite new crypto code based on the original one, and make it work on OpenSSL 1.1.0. Thanks libssh2 for the HAVE_OPAQUE_STRUCT macro.
2016-10-29only link crypto library instead of linking ssl and cryptoIru Cai
2016-10-28fqterm_ssh_des.cpp: use EVP_CIPHER_CTX_new()Iru Cai
2016-10-28Use BN_is_negative(bignum) instead of bignum->negIru Cai
In OpenSSL>=1.1.0: bn, a sub library in libcrypto, has been made opaque
2016-10-28Move ``find_package(OpenSSL)`` to protocol/CMakeLists.txtIru Cai
Files in ``protocol`` directory need ${OPENSSL_INCLUDE_DIR}, but this include is not done when building in this directory if the find_package statement is in ${SRC_ROOT}/CMakeLists.txt.*.
2016-10-13README.md: notes for archlinuxcn, add -DUSE_QT5=1 in MacOS buildIru Cai
2016-10-13Add macOS build stepsSong Li
2016-10-13Fix build error on Qt5.6.1Song Li
Fix QObject not defined
2016-08-17use setsid(1) to run fqterm.binIru Cai
After this change, ssh(1) will not require a terminal and always use $SSH_ASKPASS to get password.
2016-08-09Fix relative redirection problemIru Cai
2016-06-19reset FQTerm icon pathIru Cai
2016-04-19new feature: raw packet capture.Iru Cai
2016-04-03imageviewer: add target_link_libraries for Qt5 buildIru Cai
2016-04-03move imageviewer sources to ui/imageviewerIru Cai
2016-04-03CMakeLists.txt cleanupIru Cai
- remove qt4_automoc - set VERBOSE_MAKEFILE - set FQTERM_LIBS - remove trailing spaces and empty lines
2015-10-04sourceforge -> fosshubIru Cai
2015-10-04include <QMenuBar>Iru Cai
2015-10-02split source code for imageviewer and imageviewer_originIru Cai
2015-10-02update doc: about OpenSSH 7.0p1Iru Cai
2015-08-28update README.md: about Qt5Iru Cai
2015-08-28add <QObject> headerIru Cai
for QObject::tr()
2015-08-28remove setGraphicsSystemIru Cai
QApplication::setGraphicsSystem is removed in Qt5, and in Qt4 default graphics system is raster, and it can be configured via command line
2015-08-28Qt 4 and 5 in one CMakeLists: subdirectoriesIru Cai
2015-07-13Qt4 and Qt5 in one CMakeList: CMakeLists.txt{,.linux}Iru Cai
2015-06-05board statistics for newsmth.netIru Cai
2015-02-11update default configIru Cai
2015-02-10press space to close connectionIru Cai
2015-02-08update READMEIru Cai
2015-02-08typo...Iru Cai
2015-02-08QCoreApplication::UnicodeUTF8 in Qt4Iru Cai
2015-02-08imageviewer.cpp: Qt5:docheck -> Qt4: checkIru Cai
2015-02-08wip: Migrate to Qt5 -- API,name changesIru Cai
toAscii -> toLatin1 WFlags -> WindowFlags QCustomEvent -> QEvent QItemDelegate::check -> QItemDelegate::toCheck TRUE,FALSE -> true,false
2014-12-11Telnet, SSH, and Local socketIru Dog
2014-12-08docs for external sshIru Dog
2014-11-06Merge branch 'master' into local_socket_testIru Dog
Conflicts: src/protocol/fqterm_local_socket.cpp src/terminal/internal/fqterm_telnet.cpp
2014-11-06local socket: external program settingIru Dog
2014-11-02test local socketIru Dog
2014-11-02split fqterm_socket to fqterm_*_socket filesIru Dog
2014-11-02More TODOsIru Dog
2014-10-16update README.md for resolved bugIru Dog
2014-10-16Add UAOcodec againIru Dog
The previous bug is a result of deleting uaocodec_, for more info, check out for: http://qt-project.org/doc/qt-5/qtextcodec.html#dtor.QTextCodec thanks to valgrind
2014-07-11Doc: Fix typo and typesettingIru Cai
2014-07-04Add ANSI sequence "<ESC> c" supportIru Cai