Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-29 | fqterm_ssh2_kex.cpp: use RSA_set0_key for OpenSSL 1.1.0 | Iru Cai | |
2016-10-29 | Add new SSH public key crypto code in ssh_kex | Iru 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-29 | only link crypto library instead of linking ssl and crypto | Iru Cai | |
2016-10-28 | fqterm_ssh_des.cpp: use EVP_CIPHER_CTX_new() | Iru Cai | |
2016-10-28 | Use BN_is_negative(bignum) instead of bignum->neg | Iru Cai | |
In OpenSSL>=1.1.0: bn, a sub library in libcrypto, has been made opaque | |||
2016-10-28 | Move ``find_package(OpenSSL)`` to protocol/CMakeLists.txt | Iru 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-13 | README.md: notes for archlinuxcn, add -DUSE_QT5=1 in MacOS build | Iru Cai | |
2016-10-13 | Add macOS build steps | Song Li | |
2016-10-13 | Fix build error on Qt5.6.1 | Song Li | |
Fix QObject not defined | |||
2016-08-17 | use setsid(1) to run fqterm.bin | Iru Cai | |
After this change, ssh(1) will not require a terminal and always use $SSH_ASKPASS to get password. | |||
2016-08-09 | Fix relative redirection problem | Iru Cai | |
2016-06-19 | reset FQTerm icon path | Iru Cai | |
2016-04-19 | new feature: raw packet capture. | Iru Cai | |
2016-04-03 | imageviewer: add target_link_libraries for Qt5 build | Iru Cai | |
2016-04-03 | move imageviewer sources to ui/imageviewer | Iru Cai | |
2016-04-03 | CMakeLists.txt cleanup | Iru Cai | |
- remove qt4_automoc - set VERBOSE_MAKEFILE - set FQTERM_LIBS - remove trailing spaces and empty lines | |||
2015-10-04 | sourceforge -> fosshub | Iru Cai | |
2015-10-04 | include <QMenuBar> | Iru Cai | |
2015-10-02 | split source code for imageviewer and imageviewer_origin | Iru Cai | |
2015-10-02 | update doc: about OpenSSH 7.0p1 | Iru Cai | |
2015-08-28 | update README.md: about Qt5 | Iru Cai | |
2015-08-28 | add <QObject> header | Iru Cai | |
for QObject::tr() | |||
2015-08-28 | remove setGraphicsSystem | Iru 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-28 | Qt 4 and 5 in one CMakeLists: subdirectories | Iru Cai | |
2015-07-13 | Qt4 and Qt5 in one CMakeList: CMakeLists.txt{,.linux} | Iru Cai | |
2015-06-05 | board statistics for newsmth.net | Iru Cai | |
2015-02-11 | update default config | Iru Cai | |
2015-02-10 | press space to close connection | Iru Cai | |
2015-02-08 | update README | Iru Cai | |
2015-02-08 | typo... | Iru Cai | |
2015-02-08 | QCoreApplication::UnicodeUTF8 in Qt4 | Iru Cai | |
2015-02-08 | imageviewer.cpp: Qt5:docheck -> Qt4: check | Iru Cai | |
2015-02-08 | wip: Migrate to Qt5 -- API,name changes | Iru Cai | |
toAscii -> toLatin1 WFlags -> WindowFlags QCustomEvent -> QEvent QItemDelegate::check -> QItemDelegate::toCheck TRUE,FALSE -> true,false | |||
2014-12-11 | Telnet, SSH, and Local socket | Iru Dog | |
2014-12-08 | docs for external ssh | Iru Dog | |
2014-11-06 | Merge branch 'master' into local_socket_test | Iru Dog | |
Conflicts: src/protocol/fqterm_local_socket.cpp src/terminal/internal/fqterm_telnet.cpp | |||
2014-11-06 | local socket: external program setting | Iru Dog | |
2014-11-02 | test local socket | Iru Dog | |
2014-11-02 | split fqterm_socket to fqterm_*_socket files | Iru Dog | |
2014-11-02 | More TODOs | Iru Dog | |
2014-10-16 | update README.md for resolved bug | Iru Dog | |
2014-10-16 | Add UAOcodec again | Iru 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-11 | Doc: Fix typo and typesetting | Iru Cai | |
2014-07-04 | Add ANSI sequence "<ESC> c" support | Iru Cai | |
2014-07-03 | Update documents | Iru Cai | |
2014-06-30 | Default setting: let the screen in the middle | Iru Cai | |
2014-06-25 | Use Password mode when inputing proxy password... | Iru Cai | |
2014-06-25 | DefineEscape: enlarge the label | Iru Cai | |
2014-06-25 | A single batch script | Iru Cai | |
2014-06-25 | askDialog should have a default value | Iru Cai | |