| Commit message (Expand) | Author | Age | Files | Lines |
* | Use private linking for exported CMake targets. | Slávek Banko | 2021-02-03 | 1 | -1/+2 |
* | For templates from CMake, use the TDE CMAKE TEMPLATES variable. | Slávek Banko | 2021-02-03 | 1 | -1/+1 |
* | Drop explicit dependencies on dcopidl and dcopidl2cpp, | Slávek Banko | 2021-02-03 | 7 | -7/+0 |
* | Security: remove support for $(...) in KRun which could have allowed | Michele Calgaro | 2021-02-03 | 1 | -20/+1 |
* | Removed beagle related code. | Michele Calgaro | 2021-02-03 | 3 | -16/+1 |
* | Improve folder icons on the speedbar. | Slávek Banko | 2021-02-03 | 1 | -4/+4 |
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2021-02-03 | 2 | -29/+29 |
* | Make sure XDG folders are created prior to their usage. | Michele Calgaro | 2021-02-03 | 1 | -27/+17 |
* | Improved support for XDG folders without requiring xdg-user-dirs to be instal... | Michele Calgaro | 2021-02-03 | 2 | -70/+12 |
* | Redirect some headers noticed by the compiler | Matías Fonzo | 2021-02-03 | 1 | -1/+0 |
* | Fix LibreSSL detection at tdeio/kssl/ | Matías Fonzo | 2021-02-03 | 1 | -4/+4 |
* | Fix missing return values in kopenssl. | François Andriot | 2019-12-04 | 1 | -0/+7 |
* | Fix SSL initialization for OpenSSL >= 1.1. | Slávek Banko | 2019-09-04 | 1 | -2/+2 |
* | Use system libdir when searching for dynamically loaded libraries. | Slávek Banko | 2019-02-27 | 1 | -33/+8 |
* | Fix SSL initialization for OpenSSL >= 1.1. | Slávek Banko | 2019-02-21 | 1 | -2/+24 |
* | Use common test for large files support. | Slávek Banko | 2019-01-28 | 2 | -8/+0 |
* | Change to always build and install KACL | OBATA Akio | 2019-01-27 | 1 | -7/+3 |
* | Deleted blank line at the beginning of the file. | Slávek Banko | 2018-12-02 | 1 | -1/+0 |
* | Fix security issue CVE-2017-6410 | Slávek Banko | 2018-07-26 | 1 | -2/+10 |
* | Fix bug reports link in about dialog | Slávek Banko | 2018-06-30 | 5 | -12/+12 |
* | Fix previous commit typo. | Michele Calgaro | 2018-04-30 | 1 | -1/+1 |
* | Fixed service lookup in KOpenWithDlg. Default is now to lookup by | Michele Calgaro | 2018-04-30 | 3 | -30/+41 |
* | KSSL: Set hostname in TLSext to enable SNI support | Slávek Banko | 2017-07-22 | 1 | -0/+6 |
* | KSSL: Use TLS_client_method instead of TLSv1_client_method | Slávek Banko | 2017-07-22 | 1 | -7/+9 |
* | Fixed code for tdefiledialog which caused the problem explained in bug | Michele Calgaro | 2017-07-22 | 1 | -3/+9 |
* | testing: Run tests that use DCOP in a temporary home | Slávek Banko | 2017-07-22 | 1 | -6/+6 |
* | testing: run tdeio/kmimetypetest with temporary profile | Slávek Banko | 2017-07-22 | 2 | -1/+33 |
* | tdeio: add tests | Alexander Golubev | 2017-07-22 | 30 | -50/+143 |
* | Added support for OpenSSL 1.1 | Slávek Banko | 2017-07-22 | 13 | -365/+978 |
* | Fix security issue CVE-2016-6232 | Slávek Banko | 2017-07-22 | 1 | -2/+12 |
* | tdeio: fixed up certificate handling when certificate has expired. Also clean | Emanoil Kotsev | 2017-07-22 | 1 | -96/+18 |
* | Fixed handling of certificate "permanent" acceptance. This relates to | Emanoil Kotsev | 2017-07-22 | 1 | -10/+27 |
* | Parse GENERALIZEDTIME ASN structures | Timothy Pearson | 2017-07-22 | 1 | -12/+21 |
* | Fix crash on KSSLCertificate deallocation when a CRL is held in the KSSLCerti... | Timothy Pearson | 2017-07-22 | 1 | -0/+2 |
* | Fix memory leak when deleting a KSSLCertificate that holds a CRL | Timothy Pearson | 2017-07-22 | 3 | -1/+17 |
* | Add initial CRL support to KSSLCertificate | Timothy Pearson | 2017-07-22 | 4 | -4/+88 |
* | tdeio/kmimemagic: remove MAGIC_CONTINUE flag | Alexander Golubev | 2017-07-22 | 1 | -2/+2 |
* | Compile MIME magic file | Slávek Banko | 2017-07-22 | 2 | -2/+17 |
* | Fix mimetype detection using magic library | Slávek Banko | 2017-07-22 | 1 | -2/+6 |
* | Properly identify desktop files | Timothy Pearson | 2017-07-22 | 3 | -0/+23 |
* | Fix FTBFS with libmagic < 4.23 | François Andriot | 2017-07-22 | 1 | -0/+4 |
* | Fix FTBFS on missing magic_getpath | Slávek Banko | 2017-07-22 | 3 | -1/+28 |
* | Do not use magic_version function if magic version support not available | Timothy Pearson | 2017-07-22 | 1 | -0/+4 |
* | Fix libmime database load once and for all | Timothy Pearson | 2017-07-22 | 1 | -13/+31 |
* | Fix loading of additional mime magic files | Timothy Pearson | 2017-07-22 | 1 | -7/+2 |
* | Use libmagic for mime type determination | Timothy Pearson | 2017-07-22 | 6 | -3170/+167 |
* | Remove unused KMimeMagic::mergeBufConfig method in preparation for converting... | Timothy Pearson | 2017-07-22 | 2 | -25/+0 |
* | Fix a number of build warnings | Timothy Pearson | 2017-07-22 | 7 | -19/+36 |
* | Fix compiler warnings | Timothy Pearson | 2017-07-22 | 1 | -3/+5 |
* | Fix FTBFS on freebsd | Nikolaus Klepp | 2015-12-23 | 2 | -3/+3 |