summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed code for tdefiledialog which caused the problem explained in bugMichele Calgaro2017-02-061-3/+9
| | | | | | | | | 2743. Using the new code, editing the path information in a tdefiledialog and pressing the "open/save" button will behave exactly in the same way as if ENTER was pressed after editing the path and before pressing "open/save". Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reverted commit 53e36f6d (master), c8ff908d (r14.0.x)Michele Calgaro2017-02-062-18/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* testing: Run tests that use DCOP in a temporary homeSlávek Banko2017-02-014-7/+32
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix detection whether the system is big endianSlávek Banko2017-01-302-12/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* testing: fix execution of test tdeabc/vcardparser/testread2 with CMake older ↵Slávek Banko2017-01-301-0/+6
| | | | | | than 2.8.4 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed javascript syntax highlighting in KateMichele Calgaro2017-01-303-4/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2017-01-291-0/+0
|
* testing: fix utf8 handling in tdeabc/testread2Slávek Banko2017-01-291-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* testing: disable tdeabc/testldapclientSlávek Banko2017-01-291-1/+1
| | | | | | | Test requires running TDE session and access to a foreign ldap server on the Internet. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* testing: run tdeio/kmimetypetest with temporary profileSlávek Banko2017-01-292-1/+33
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* testing: fix bash specific syntax in dcop testSlávek Banko2017-01-291-1/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* testing: fix build of tdewallet tests with hidden visibilitySlávek Banko2017-01-291-0/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tdeui & tdewallet: add testsAlexander Golubev2017-01-297-35/+144
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* tdeio: add testsAlexander Golubev2017-01-2930-50/+143
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* fixup! tdecore/tdeconfig_compiler: add check/test executablesAlexander Golubev2017-01-291-0/+82
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* dcop/tests: run dcop tests in a safer mannerAlexander Golubev2017-01-293-2/+13
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* tdecore/tdeconfig_compiler: add check/test executablesAlexander Golubev2017-01-297-8/+10
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* testing: add TEST argument to tde_add_check_executable() macroAlexander Golubev2017-01-292-9/+6
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* tdeabc: update the tests for vcardparser to run them in a new wayAlexander Golubev2017-01-292-40/+18
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* tdeabc: make the testldapclient app non-guiAlexander Golubev2017-01-291-1/+1
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* tdecore: fix a crash of dcop non-GUI apps without XAlexander Golubev2017-01-291-4/+8
| | | | | | | Previously non-GUI apps crashed on TDEApplication::updateUserTimestamp callback when receiving a DCOP message. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Include module into test namesAlexander Golubev2017-01-293-3/+4
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Make dcop tests run without XAlexander Golubev2017-01-293-10/+24
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Add tdeabc tests to cmakeAlexander Golubev2017-01-291-79/+18
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Fix a couple of harmless warningsAlexander Golubev2017-01-292-2/+2
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Add dcop tests to cmakeAlexander Golubev2017-01-296-9/+72
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Initial add for check target for cmakeAlexander Golubev2017-01-2920-25/+83
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* cmake: add tde_add_check_executable macroSlávek Banko2017-01-261-0/+0
|
* tdeio/kmimemagic: remove MAGIC_CONTINUE flagAlexander Golubev2017-01-191-2/+2
| | | | | | | | | | | | | This resolves bug 2713 The MAGIC_CONTINUE flag resulted in a malformed mimemagic responses like "application/x-executable\012- application/octet-stream" instead of just "application/x-executable". This string being unparsed then caused the KMimeType::findByURL() to fallback to application/octet-stream for nearly every mimetype. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* kimgio: Enable STDC_LIMIT_MACROS for jasperSlávek Banko2017-01-031-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tdeinit: make lnusertemp respect HOME for rootAlexander Golubev2017-01-031-6/+7
| | | | | | This resolves bug 2739 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Added support for OpenSSL 1.1Slávek Banko2017-01-0114-375/+981
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some KOpenSSLProxy methods have been renamed to be consistent with OpenSSL 1.1 API names and to prevent hidden API changes. To ensure API / ABI compatibility, the original methods are still included but have been marked as deprecated. + SSLv23_client_method => TLS_client_method + X509_STORE_CTX_set_chain => X509_STORE_CTX_set0_untrusted + sk_dup => OPENSSL_sk_dup + sk_free => OPENSSL_sk_free + sk_new => OPENSSL_sk_new + sk_num => OPENSSL_sk_num + sk_pop => OPENSSL_sk_pop + sk_push => OPENSSL_sk_push + sk_value => OPENSSL_sk_value Additional methods have been added to KOpenSSLProxy to support the new OpenSSL 1.1 API functions that provide access to the (now) opaque SSL structures. Compatibility with OpenSSL < 1.1 is handled internally in KOpenSSLProxy. + BIO_get_data + DSA_get0_key + DSA_get0_pqg + EVP_PKEY_base_id + EVP_PKEY_get0_DSA + EVP_PKEY_get0_RSA + RSA_get0_key + X509_CRL_get0_lastUpdate + X509_CRL_get0_nextUpdate + X509_OBJECT_get0_X509 + X509_OBJECT_get_type + X509_STORE_CTX_get_current_cert + X509_STORE_CTX_get_error + X509_STORE_CTX_get_error_depth + X509_STORE_CTX_set_error + X509_STORE_get0_objects + X509_STORE_set_verify_cb + X509_get0_signature + X509_getm_notAfter + X509_getm_notBefore + X509_subject_name_cmp + _SSL_session_reused + _SSL_set_options Method "KSSL::setSession" has been renamed to "KSSL::takeSession" and its functionality has changed: the session is now transferred from the argument object to the invoked object. Since it is only used internally in TDE and the functionality is different, the method with the previous name has not been preserved. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeui: fixed handling of setPrecision() for KDoubleSpinBox. This resolves ↵Michele Calgaro2016-11-131-1/+16
| | | | | | bug 2717. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with clangSlávek Banko2016-11-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix security issue CVE-2016-6232Slávek Banko2016-10-231-2/+12
| | | | | | Based on https://quickgit.kde.org/?p=karchive.git&a=commitdiff&h=0cb243f6 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tdeio: fixed up certificate handling when certificate has expired. Also cleanEmanoil Kotsev2016-10-221-96/+18
| | | | | | | up the code. Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate syntax highlighting files update - Oct 2016Michele Calgaro2016-10-17130-273/+1147
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed handling of certificate "permanent" acceptance. This relates toEmanoil Kotsev2016-10-161-10/+27
| | | | | | | | bug 1287. Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Partially cleaned up and modified. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed two issues with KFileDialog:Michele Calgaro2016-10-011-2/+18
| | | | | | | | | | - if the user types a new path manually, the new location was not used. Instead the older path was taken. In case the typed path does not exists, an error message is displayed - if the user selected a path from the autocompletion lists using the mouse, the new selected location was not used when slotOK was invoked. This resolves bug 2654. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS on vcardparser tests from prior commitSlávek Banko2016-09-272-36/+17
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed vcardparser tests during building. This resolves bug 2695.Emanoil Kotsev2016-09-263-5/+16
| | | | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Removed not-required part of the patch from original Emanoil's patch (empty spaces at the end of line) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Parse GENERALIZEDTIME ASN structuresTimothy Pearson2016-09-061-12/+21
| | | | This fixes certificate dates beyond year 2049.
* Probe partitions to get filesystem typeTimothy Pearson2016-09-051-4/+2
| | | | This fixes problems with LUKS partitions not being detected
* Properly classify Lenovo USB camera platform subdevicesTimothy Pearson2016-09-051-0/+5
|
* Make cryptographic card reader detection on single readers sytems more robustTimothy Pearson2016-09-041-4/+11
|
* Add fallback to match udev cryptographic card reader name with PCSC vendor ↵Timothy Pearson2016-09-041-1/+29
| | | | strings
* Fix FTBFS with GCC6Slávek Banko2016-09-035-9/+11
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS on CUPS 2.2Slávek Banko2016-08-161-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2016-08-071-0/+0
|
* Add IBM VIO deviceTimothy Pearson2016-07-231-0/+3
|