Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]


GIT HashBranchDateAuthorLog Message
e1861cb6 [view]master2017-01-01 19:35:39 +0100Slávek Banko[tdelibs] Added support for OpenSSL 1.1
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
Signed-off-by: Michele Calgaro
1d1d2090 [view]master2016-12-30 18:20:12 +0100Christian Beier[libtdevnc] Make websockets code build on OSX without SSL.
ac478e6c [view]master2016-12-30 18:09:54 +0100Christian Beier[libtdevnc] Fix some OSX linker problems.
16cf35b2 [view]master2016-12-30 17:54:25 +0100Christian Beier[libtdevnc] Use unprefixed b64_* functions in websockets code.
b7a7c4d1 [view]master2016-12-30 17:11:56 +0100Christian Beier[libtdevnc] Fix building on OSX without SSL.
6b2fb4e3 [view]master2016-12-30 16:32:52 +0100Christian Beier[libtdevnc] TravisCI: use newer dist.
f52c9200 [view]master2016-12-30 16:31:05 +0100Christian Beier[libtdevnc] CMake: CMP0037 requires CMake 3.0.
a9cf593f [view]master2016-12-30 16:29:58 +0100Christian Beier[libtdevnc] CMake: output examples to respective directories.
8415ff4c [view]master2016-12-30 14:01:28 +0100Christian Beier[libtdevnc] Update ChangeLog.
a23e87e5 [view]master2016-12-29 18:45:40 +0100Christian Beier[libtdevnc] Fix README markdown.
1026ad43 [view]master2016-12-28 20:14:46 +0100Christian Beier[libtdevnc] CMake: version up as well.
fd35185a [view]master2016-12-28 20:03:44 +0100Christian Beier[libtdevnc] Update NEWS.
23bee1d3 [view]master2016-12-28 19:47:57 +0100Christian Beier[libtdevnc] Version up.
78b101f0 [view]master2016-12-28 19:41:52 +0100Christian Beier[libtdevnc] LibVNCServer: fix starting of an onHold-client in threaded mode.
Discovered by madscientist159 on 11 Jan 2015:
"noted in testing with the threaded server build, whereby
if newClientHook() returned RFB_CLIENT_ON_HOLD there was no
way to release the hold when the server became ready"
d23ac70c [view]master2016-12-21 02:59:12 +0300Alexander Golubev[tdelibs] tdeinit: make lnusertemp respect HOME for root
This resolves bug #2739
Signed-off-by: Alexander Golubev
f54496a1 [view]master2016-12-21 01:15:30 +0300Alexander Golubev[tdelibs] tdeio/kmimemagic: remove MAGIC_CONTINUE flag
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
16a176da [view]master2016-12-21 01:13:31 +0300Alexander Golubev[tdelibs] tdeui & tdewallet: add tests
Signed-off-by: Alexander Golubev
ed74769b [view]master2016-12-21 01:09:27 +0300Alexander Golubev[tdelibs] tdeio: add tests
Signed-off-by: Alexander Golubev
d556a875 [view]master2016-12-18 16:44:15 +0300Alexander Golubev[tdelibs] fixup! tdecore/tdeconfig_compiler: add check/test executables
Signed-off-by: Alexander Golubev
f2d8e88f [view]master2016-12-18 16:42:50 +0300Alexander Golubev[tdelibs] dcop/tests: run dcop tests in a safer manner
Signed-off-by: Alexander Golubev
57e73e9e [view]master2016-12-18 16:41:34 +0300Alexander Golubev[tdelibs] tdecore/tdeconfig_compiler: add check/test executables
Signed-off-by: Alexander Golubev
7e73e618 [view]master2016-12-18 16:39:16 +0300Alexander Golubev[tdelibs] testing: add TEST argument to tde_add_check_executable() macro
Signed-off-by: Alexander Golubev
9150bd17 [view]master2016-12-18 16:26:21 +0300Alexander Golubev[tde-cmake] tde_add_check_executable: add TEST argument
Signed-off-by: Alexander Golubev
64b2c528 [view]master2016-12-17 15:56:05 +0300Alexander Golubev[tdelibs] tdeabc: update the tests for vcardparser to run them in a new way
Signed-off-by: Alexander Golubev
37c9f23d [view]master2016-12-17 15:49:18 +0300Alexander Golubev[tdelibs] tdeabc: make the testldapclient app non-gui
Signed-off-by: Alexander Golubev
5842fb37 [view]master2016-12-17 15:06:57 +0300Alexander Golubev[tdelibs] tdecore: fix a crash of dcop non-GUI apps without X
Previously non-GUI apps crashed on TDEApplication::updateUserTimestamp
callback when receiving a DCOP message.
Signed-off-by: Alexander Golubev
6c1b8a75 [view]master2016-12-17 15:03:48 +0300Alexander Golubev[tdelibs] Include module into test names
Signed-off-by: Alexander Golubev
46042bc6 [view]master2016-12-04 19:21:20 +0100Slávek Banko[tdenetwork] Kopete - avdevice: Use standard integer types instead of Linux specific
This resolves FTBFS on FreeBSD
Signed-off-by: Slávek Banko
182234c8 [view]master2016-12-04 19:14:57 +0100Slávek Banko[tdenetwork] cmake: Move test for stdint.h to common tests
Signed-off-by: Slávek Banko
0c329722 [view]master2016-12-04 12:07:44 +0100Michele Calgaro[tqca-tls] Add support for OpenSSL 1.1
Signed-off-by: Michele Calgaro
Signed-off-by: Slávek Banko
3af924cd [view]master2016-12-03 18:09:18 +0100Slávek Banko[tde-packaging] DEB: Enable build kpowersave and tdepowersave with GCC hidden visibility
Signed-off-by: Slávek Banko
1762f553 [view]master2016-12-03 15:32:32 +0100Slávek Banko[tdepowersave] Fix build with GCC hidden visibility
Signed-off-by: Slávek Banko
c6f688a9 [view]master2016-12-03 15:31:07 +0100Slávek Banko[kpowersave] Fix build with GCC hidden visibility
Signed-off-by: Slávek Banko
21f8a8d3 [view]master2016-12-02 12:48:35 +0100Samuel Mannehed[libtdevnc] Write the correct length for end of header
Fix for commit 65106d39627499ace4f1ed8701d3ab6c7f97f56f
a2f55c2d [view]master2016-12-01 03:05:36 +0100Slávek Banko[tdenetwork] Fix CMake build dependencies
Signed-off-by: Slávek Banko
9faa91ee [view]master2016-12-01 03:03:18 +0100Slávek Banko[tdenetwork] Fix FTBFS with GCC6
Signed-off-by: Slávek Banko
0c68f37c [view]master2016-11-27 16:23:35 -0500Mike Frysinger[libtdevnc] test/Makefile: use check_PROGRAMS
The new jpeg tests were added to noinst when they should have been
under check like all the other programs in here.
8aedce54 [view]master2016-11-27 20:42:27 +0100Slávek Banko[tdetoys] KWeather: Add current date to the log entries
This relates to bug #2728
Signed-off-by: Slávek Banko
389896a8 [view]master2016-11-25 21:50:09 +0100François Andriot[tde-packaging] RPM packaging: update build script
e6fdd5ab [view]master2016-11-25 21:49:51 +0100François Andriot[tde-packaging] RPM packaging: update kpacman build requires
65106d39 [view]master2016-11-25 15:07:48 +0100Christian Beier[libtdevnc] httpd: rework mime type handling to recognise more types
ce848322 [view]master2016-11-24 20:22:07 +0100Christian Beier[libtdevnc] TravisCI: Another stab at fixing OSX build.
See https://github.com/Tarsnap/spiped/pull/92
c1478fed [view]master2016-11-24 20:17:46 +0100Christian Beier[libtdevnc] Revert "Hopefully fix building on OSX."
This reverts commit 584b23fdbe12edd81119d57ddd378d10e52cc9e1.
584b23fd [view]master2016-11-24 18:57:46 +0100Christian Beier[libtdevnc] Hopefully fix building on OSX.
bbdd4ba7 [view]master2016-11-24 18:20:17 +0100Christian Beier[libtdevnc] TravisCI: check on OSX as well, test both gcc and clang.
78f26fe1 [view]master2016-11-24 18:17:13 +0100Christian Beier[libtdevnc] Fix building on OSX.
cbde2a91 [view]master2016-11-23 20:29:56 +0100François Andriot[tde-packaging] RPM packaging: add fedora 25 support to tdebase
fc754199 [view]master2016-11-22 17:10:56 +0100Slávek Banko[tde-packaging] DEB: Replaced ${Source-Version} with ${source:Version}
Signed-off-by: Slávek Banko
d7bba0fe [view]master2016-11-22 00:36:52 +0100Slávek Banko[tdesdk] Fix typo in cmake macro name
Signed-off-by: Slávek Banko
d37d6b22 [view]master2016-11-21 22:25:12 +0100Slávek Banko[tde-packaging] DEB bibletime: Test for __SANE_USERSPACE_TYPES__ is no longer needed in rules
This reverts commit 502a4e396488d8cd70342f4b28a95b2405183751.
470a29cd [view]master2016-11-21 22:16:00 +0100Slávek Banko[bibletime] Add test whether the Sword needs for building __SANE_USERSPACE_TYPES__
This resolves FTBFS on some 64bit architectures
Signed-off-by: Slávek Banko
b6887381 [view]master2016-11-20 23:58:22 +0900Michele Calgaro[tdebase] Trash limit: add "fixed size" configuration option and code
improvements. This relates to bug #1923
Signed-off-by: Michele Calgaro
64c7c42c [view]master2016-11-20 11:53:34 +0100Slávek Banko[libksquirrel] Fix FTBFS due missing include
Signed-off-by: Slávek Banko
62f0fe6b [view]master2016-11-18 23:24:05 +0100Christian Beier[libtdevnc] TravisCI: switch to CMake.
Conflicts:
.travis.yml
7b4ef2f6 [view]master2016-11-18 22:06:52 +0100Christian Beier[libtdevnc] CMake: remove platform-specific flags.
53c95a15 [view]master2016-11-18 22:00:02 +0100Christian Beier[libtdevnc] AppveyorCI: add badge.
63bc75f2 [view]master2016-11-18 08:23:11 +0100Stefan Weil[libtdevnc] Fix some typos (found by codespell)
Signed-off-by: Stefan Weil
532789f4 [view]master2016-11-18 08:20:48 +0100Stefan Weil[libtdevnc] Fix some typos (it's / its)
Signed-off-by: Stefan Weil
5fff4353 [view]master2016-11-14 12:38:05 +0100Josef Gajdusek[libtdevnc] Fix heap overflow in the ultra.c decoder
The Ultra type tile decoder does not use the _safe variant of the LZO
decompress function, which allows a maliciuous server to overwrite parts of the
heap by sending a larger-than-specified LZO data stream.
5418e800 [view]master2016-11-14 11:39:01 +0100Josef Gajdusek[libtdevnc] Fix heap overflows in the various rectangle fill functions
Altough rfbproto.c does check whether the overall FramebufferUpdate rectangle is
too large, some of the individual encoding decoders do not, which allows a
malicious server to overwrite parts of the heap.
244c1e03 [view]master2016-11-13 15:18:42 +0100Slávek Banko[tdenetwork] Kopete - jabber: Process all SRV records or fallback if SRV records not exist
This resolves bug #2723
Signed-off-by: Slávek Banko
9dc1382e [view]master2016-11-13 23:08:51 +0900Michele Calgaro[tde-packaging] tdelibs: fixed missing dependency in debian/ubuntu.
Signed-off-by: Michele Calgaro
f32bc517 [view]master2016-11-13 22:30:56 +0900Michele Calgaro[tdelibs] tdeui: fixed handling of setPrecision() for KDoubleSpinBox. This resolves bug #2717
Signed-off-by: Michele Calgaro
c7ed96db [view]master2016-11-13 01:52:56 +0100Slávek Banko[tdenetwork] Kopete: Improve check for videodev header
This resolves bug #2725
Signed-off-by: Slávek Banko
1ae867ab [view]master2016-11-12 16:30:43 +0100Slávek Banko[tdelibs] Fix FTBFS with clang
Signed-off-by: Slávek Banko
5357ee0e [view]master2016-11-11 16:36:02 +0100François Andriot[tde-packaging] RPM packaging: update kdissert source
cbd335cc [view]master2016-11-11 16:35:37 +0100François Andriot[tde-packaging] RPM packaging: fix build dependencies on smartcardauth
483dc217 [view]master2016-11-11 16:35:11 +0100François Andriot[tde-packaging] RPM packaging: update build scripts
f0b5ce11 [view]master2016-11-11 16:34:48 +0100François Andriot[tde-packaging] RPM packaging: fix gstreamer depencency on kaffeine, kmplayer, tdemultimedia
ce7a6758 [view]master2016-11-11 16:32:49 +0100François Andriot[tde-packaging] RPM packaging: update distro packages lists
4e48a0c2 [view]master2016-11-09 22:40:40 +0100François Andriot[tde-packaging] RPM packaging: update Fedora packages lists
54dcc679 [view]master2016-11-07 21:03:57 +0100François Andriot[tde-packaging] RPM packaging: fix meta package dependencies
e55c122e [view]master2016-11-07 21:03:33 +0100François Andriot[tde-packaging] RPM packaging: fix tdemultimedia buildrequires gstreamer on pclinuxos
706d6bb5 [view]master2016-11-07 21:03:13 +0100François Andriot[tde-packaging] RPM packaging: update build scripts
69bf3617 [view]master2016-11-07 21:02:37 +0100François Andriot[tde-packaging] RPM packaging: fix tde-style-ia-ora provides
2bf39e95 [view]master2016-11-05 16:40:03 +0100François Andriot[tde-packaging] RPM packaging: fix koffice development libraries installation
42a9c986 [view]master2016-11-05 16:39:39 +0100François Andriot[tde-packaging] Openbsd: remove temporary useless file
32640119 [view]master2016-11-05 16:39:16 +0100François Andriot[tde-packaging] RPM packaging: update build scripts
cf7c46d0 [view]master2016-11-05 13:12:48 +0100François Andriot[tde-packaging] RPM packaging: fix knutclient, kooldock, style-ia-ora version
8c9f2302 [view]master2016-11-05 13:07:50 +0100François Andriot[tde-packaging] RPM packaging: add keximdb package
aed23ae5 [view]master2016-11-01 15:47:25 -0400Kyle Russell[libtdevnc] websockets: Don't supply Sec-WebSocket-Protocol if not in request
b36ba3db [view]master2016-10-25 20:49:27 -0500Timothy Pearson[libr] Take the garbage to the TRASH
Remove the spurious TRASH file
261a3b7a [view]master2016-10-23 10:48:01 +0200Slávek Banko[tdelibs] Fix security issue CVE-2016-6232
Based on https://quickgit.kde.org/?p=karchive.git&a=commitdiff&h=0cb243f6
Signed-off-by: Slávek Banko
ad5b7924 [view]master2016-10-22 17:10:31 +0200Michele Calgaro[tdesvn] Fix CMake build dependencies
Signed-off-by: Michele Calgaro
Signed-off-by: Slávek Banko
f3fadb88 [view]master2016-10-22 17:05:08 +0900Emanoil Kotsev[tdelibs] tdeio: fixed up certificate handling when certificate has expired. Also clean
up the code.
Signed-off-by: Emanoil Kotsev
Signed-off-by: Michele Calgaro
8bf409ac [view]master2016-10-18 19:42:26 +0200François Andriot[tde-packaging] RPM packaging: fix libtdeldap dependency on RHEL 5
f0263792 [view]master2016-10-18 19:41:57 +0200François Andriot[tde-packaging] RPM packaging: remove k3b ftbfs workaround
1602d89a [view]master2016-10-16 19:39:12 +0200Slávek Banko[k3b] cmake: Fix FTBFS due to artsc includes
This relates to bug #2714
Signed-off-by: Slávek Banko
a30375c6 [view]master2016-10-16 19:37:55 +0200François Andriot[k3b] cmake: Fix FTBFS due to ffmpeg includes
This relates to bug #2714
Signed-off-by: François Andriot
fddd4b7f [view]master2016-10-17 02:27:29 +0900Michele Calgaro[tdelibs] Kate syntax highlighting files update - Oct 2016
Signed-off-by: Michele Calgaro
76421306 [view]master2016-10-16 19:08:55 +0200François Andriot[tde-packaging] RPM packaging: add libqalculate-devel dependency version
a478d4b4 [view]master2016-10-16 18:38:09 +0200François Andriot[tde-packaging] RPM packaging: fix tdeutils dependency to openssl
f07a76da [view]master2016-10-16 16:53:39 +0200Slávek Banko[tde-packaging] Add artsc pkg-config file on Debian and Ubuntu
Refresh 12_cleanup_artsc-config.diff
Signed-off-by: Slávek Banko
de977c98 [view]master2016-10-16 16:52:29 +0200Slávek Banko[arts] Add artsc pkg-config file
Signed-off-by: Slávek Banko
031e1d13 [view]master2016-10-16 13:59:10 +0200François Andriot[tde-packaging] RPM packaging: remove obsolete smartcardauth patch
d16fe9de [view]master2016-10-16 13:58:47 +0200François Andriot[tde-packaging] RPM packaging: disable musicbrainz support in K3B (causes FTBFS), remove obsolete fedora patch
60880aed [view]master2016-10-16 12:57:37 +0200Slávek Banko[tdenetwork] Fix FTBFS on missing return values
This resolves bug #2718
Signed-off-by: Slávek Banko
a4e38d98 [view]master2016-10-16 12:49:34 +0200François Andriot[tde-packaging] RPM packaging: fix smartcardauth r14.0.x destination directory
1a3660cb [view]master2016-10-16 11:51:52 +0200François Andriot[tde-packaging] RPM packaging: fix smartcardauth r14.0.x build
dff38fdb [view]master2016-10-16 11:21:09 +0200François Andriot[tde-packaging] RPM packaging: fix knemo build on opensuse factory and tumbleweed

List generated Sat May 4 08:17:37 2024
Currently showing patches 25101 to 25200 of 46037 [View All on Single Page]
Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]