summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kimgio: Enable STDC_LIMIT_MACROS for jasperSlávek Banko2017-01-031-0/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* tdeinit: make lnusertemp respect HOME for rootAlexander Golubev2017-01-031-6/+7
| | | | | | This resolves bug 2739 Signed-off-by: Alexander Golubev <[email protected]>
* 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 <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* tdeui: fixed handling of setPrecision() for KDoubleSpinBox. This resolves ↵Michele Calgaro2016-11-131-1/+16
| | | | | | bug 2717. Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS with clangSlávek Banko2016-11-121-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* tdeio: fixed up certificate handling when certificate has expired. Also cleanEmanoil Kotsev2016-10-221-96/+18
| | | | | | | up the code. Signed-off-by: Emanoil Kotsev <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* Kate syntax highlighting files update - Oct 2016Michele Calgaro2016-10-17130-273/+1147
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed handling of certificate "permanent" acceptance. This relates toEmanoil Kotsev2016-10-161-10/+27
| | | | | | | | bug 1287. Signed-off-by: Emanoil Kotsev <[email protected]> Partially cleaned up and modified. Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Fix FTBFS on vcardparser tests from prior commitSlávek Banko2016-09-272-36/+17
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fixed vcardparser tests during building. This resolves bug 2695.Emanoil Kotsev2016-09-263-5/+16
| | | | | | | Signed-off-by: Emanoil Kotsev <[email protected]> Removed not-required part of the patch from original Emanoil's patch (empty spaces at the end of line) Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Fix FTBFS on CUPS 2.2Slávek Banko2016-08-161-0/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2016-08-071-0/+0
|
* Add IBM VIO deviceTimothy Pearson2016-07-231-0/+3
|
* Add nvmem device typeTimothy Pearson2016-07-232-0/+13
|
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-232608-0/+0
|
* Fix utf8 support in tdeabc vCard parserEmanoil Kotsev2016-05-2916-84/+783
| | | | | | This resolves bug 2625 Signed-off-by: Emanoil Kotsev <[email protected]>
* cmake: Add tdeabc testsSlávek Banko2016-05-298-16/+139
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix libcryptsetup detection without pkg-config fileFrançois Andriot2016-05-081-0/+4
| | | | Signed-off-by: François Andriot <[email protected]>
* tdecore: Fixed hybrid suspend (aka suspend to RAM + suspend to disk) support ↵Michele Calgaro2016-05-041-6/+8
| | | | | | | | | using HAL. org.freedesktop.Hal.Device.SystemPowerManagement/SuspendHybrid requires a parameter when invoked. This relates to bug 2601. Signed-off-by: Michele Calgaro <[email protected]>
* tdecore: Improved code for hybrid suspend (aka suspend to RAM + suspend to ↵Michele Calgaro2016-05-023-12/+25
| | | | | | | | disk). Now code is more consistent. This relates to bug 2601. Signed-off-by: Michele Calgaro <[email protected]>
* tdecore: complete previous commit, one file was forgotten by mistake.Michele Calgaro2016-04-261-8/+14
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* tdecore: Added DBus support for hybrid suspend (aka suspend to RAM + suspend ↵Michele Calgaro2016-04-261-2/+129
| | | | | | | | to disk). This relates to bug 2601. Signed-off-by: Michele Calgaro <[email protected]>
* tdecore: Initial support for hybrid suspend (aka suspend to RAM + suspend to ↵Michele Calgaro2016-04-243-18/+180
| | | | | | | | | disk). Update to dbus interface and hardware device manager will be commit separately. This relates to bug 2601. Signed-off-by: Michele Calgaro <[email protected]>
* Fixed display of single control modules in tdecmshell.Michele Calgaro2016-04-211-6/+1
| | | | | | | | This was a regression introduced in commit 5117798 three years ago. After reverting the related part, I have tested at length and not found any problem, so it seems safe enough to push the old code back. Signed-off-by: Michele Calgaro <[email protected]>
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2016-04-191-0/+0
|
* Fix FTBFS due to non-existent includeSlávek Banko2016-04-142-1/+4
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix occasional Konqueror crashes on kjs/regexpSlávek Banko2016-04-031-10/+14
| | | | | | | This relates to old KDE3 commit https://quickgit.kde.org/?p=kdelibs.git&a=commit&h=fee91015 Signed-off-by: Slávek Banko <[email protected]>
* tdeabc: fixed birthday assignment in VCardTool. This relates to bug 2613.E. Kotsev2016-04-031-3/+6
| | | | | Signed-off-by: E. Kotsev <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* Remove warnings about missing embedded ELF iconsSlávek Banko2016-03-242-3/+3
| | | | | | Add file name for which the issue occurs into debug message Signed-off-by: Slávek Banko <[email protected]>
* Fixed product name in bug report form. This relates to bug 2617.Michele Calgaro2016-03-241-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed ISO8601 parsing in VCardTool. This relates to bug 2613.Michele Calgaro2016-03-241-19/+82
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed use of tdelfeditor on base 'so' file of versioned librarySlávek Banko2016-03-172-14/+0
| | | | | | because this file is a symlink to versioned library Signed-off-by: Slávek Banko <[email protected]>
* Fix crash in tdehwlib on partitions without parent diskSlávek Banko2016-02-111-6/+9
| | | | | | This applies for example to the software RAID defined in the BIOS Signed-off-by: Slávek Banko <[email protected]>
* Fix mountable flag for disk partitionsSlávek Banko2016-02-041-1/+5
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Add a rule for classifying ATA Compact Flash AdapterSlávek Banko2016-02-041-1/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix icon of mounted camera in tdehwlibSlávek Banko2016-02-041-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Set partition disk type and status based on the parent deviceSlávek Banko2016-02-041-1/+15
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Set hotpluggable flag for flash disks instead of removableSlávek Banko2016-02-041-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Force removable flag for flask disks in tdehwlibSlávek Banko2016-01-311-0/+10
| | | | | | This resolves Bug 2473 Signed-off-by: Slávek Banko <[email protected]>
* Fix crash in tdehwlib if not exists /sys/devices/system/cpuSlávek Banko2016-01-271-13/+15
| | | | | | This resolves Bug 2584 Signed-off-by: Slávek Banko <[email protected]>
* Fix ZIP drive classification in tdehwlibSlávek Banko2016-01-271-8/+9
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Classify flash drives as HDD in tdehwlibSlávek Banko2016-01-271-1/+6
| | | | | | This relates to Bug 2473 Signed-off-by: Slávek Banko <[email protected]>