summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2016-11-08better handling of errors when KEX fails, use EVP digestIru Cai
2016-11-08add aes-ctr cipher supportIru Cai
2016-11-08Implement ssh_cipher_t for symmetric ciphers in SSHIru Cai
2016-11-08Use ssh_diffie-hellman, the new SSH diffie hellman codeIru Cai
2016-11-08fqterm_ssh_socket.cpp: test SSH2 first, fix typoIru Cai
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
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
2016-10-28Move ``find_package(OpenSSL)`` to protocol/CMakeLists.txtIru Cai
2016-10-13Fix build error on Qt5.6.1Song Li
2016-08-09Fix relative redirection problemIru 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
2015-10-04include <QMenuBar>Iru Cai
2015-10-02split source code for imageviewer and imageviewer_originIru Cai
2015-08-28add <QObject> headerIru Cai
2015-08-28remove setGraphicsSystemIru Cai
2015-08-28Qt 4 and 5 in one CMakeLists: subdirectoriesIru Cai
2015-02-10press space to close connectionIru 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
2014-12-11Telnet, SSH, and Local socketIru Dog
2014-11-06Merge branch 'master' into local_socket_testIru Dog
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-10-16Add UAOcodec againIru Dog
2014-07-04Add ANSI sequence "<ESC> c" supportIru Cai
2014-06-25Use Password mode when inputing proxy password...Iru Cai
2014-06-25DefineEscape: enlarge the labelIru Cai
2014-06-25askDialog should have a default valueIru Cai
2014-06-24Add askDialog(title,question) to ScriptEngineIru Cai
2014-06-21Update homepageIru Cai
2014-06-21Silence some warningsIru Cai
2014-06-21Use /tmp to store tmpfilesIru Cai
2014-05-28quickdialog: set the port to default when portCheck untoggledIru Dog
2014-05-18Don't use global hotkey by default.Iru Cai
2014-05-18Get rid of an error in clang build.Iru Cai
2014-05-18rename NULL to false in a boolean statementIru Cai
2014-05-18use 'static inline' instead of 'static' in a header fileIru Cai
2014-05-18Remove the deprecated 'register' storage classIru Cai