summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Switch all submodules to https.Slávek Banko2019-12-081-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Clean up desktop files and fix German translations.Chris2019-11-287-122/+49
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit adcc0f44eff3ad8cbd07c6d1ba1efe7226189a01)
* Adding checking for Samba version 4 in kcm_sambaconf/sambafile.cppAndrew Randrianasulu2019-10-291-6/+9
| | | | | | | | | | | Fixes issue #15 in tdenetwork Signed-off-by: Andrew Randrianasulu <randrianasulu@gmail.com> Minor adjustments to refine the version test. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 23344311de3556b70c6604132450f7b319c1d38d)
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-041-14/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* krfb: Add a function for appending new symbols to the actual X-server keymapRoman Savochenko2019-08-142-0/+54
| | | | | | | This resolves bug 3014 and issue #11 Signed-off-by: Roman Savochenko <roman@oscada.org> (cherry picked from commit b75ba2ef0d61d0d356a3a0fe9e581e5aaf29b7a4)
* Modernize path to first video device to /dev/video0.Chris2019-08-131-2/+2
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 78e79db9ef1d65e412ce19aa6ae19806683d0e04)
* Fix remaining brandings in tdenetwork.Chris2019-07-202-2/+2
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit a5fee689bfcc66e25af28eb50cfad60061988609)
* Fix branding of kopete and make it promoting TDE.Chris2019-07-192-4/+4
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit be39705ebd9f706fab3b2d5e7326697322db0d0f)
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2019-06-121-0/+0
|
* Fix FTBFS from commit 2c188798.Slávek Banko2019-04-211-0/+3
| | | | | | | On Linux, utmp.h is necessary even if utmpx.h is present. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7209623bd0ebf70118983121b6a3b3a32bfae598)
* kppp: fix to build on NetBSDOBATA Akio2019-04-211-2/+5
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 48ca387b657bd2eebe01830986414947c1910ad2)
* Change to check `strerror` and `fdopen` with CMakeOBATA Akio2019-04-213-2/+11
| | | | | | | It is hard to update list of "available" platforms. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 7537d9ef7d526052ca051d93692b290b5fb64d88)
* Change to just include <utmpx.h> over <utmp.h>OBATA Akio2019-04-211-3/+2
| | | | | | | | | Including deprecated <utmp.h> over standard <utmpx.h> may cause unwanted side effects, for example, enables old-code-compatibility functions and override utmpx functions. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 2c18879814fa01d3bd9de69625c8ff1791f793b6)
* Change to dclare `strlcat` and `strlcpy` conditionallyOBATA Akio2019-04-212-1/+19
| | | | | | | | | | | They should be declared only for the case missing. Current prototype signatures should be for suppliment implementations in TDE core library. It may differ than platform builtin one, 3rd argment is `size_t', so it cause prototype mismatch for the case `size_t` != `unsigned long`. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit d3b49e3ec5524f2e16f96210f450ddb9f8f07070)
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2019-04-021-0/+0
|
* Reset submodule main/tdenetwork/cmake to latest HEADr14.0.6Automated System2019-03-051-0/+0
|
* LibVNCClient: don't leak uninitialised memory to remoteChristian Beier2019-03-031-0/+2
| | | | | | | | The pad fields of the rfbClientCutTextMsg and rfbKeyEventMsg could contain arbitray memory belonging to the process, don't leak this to the remote. Closes #252 (cherry picked from commit 2f5b2ad1c6c99b1ac6482c95844a84d66bb52838)
* LibVNCClient: fix possible infinite loopChristian Beier2019-03-031-1/+1
| | | | | Closes #251 (cherry picked from commit c3115350eb8bb635d0fdb4dbbb0d0541f38ed19c)
* Limit client cut text length to 1 MBPetr Písař2019-03-031-1/+20
| | | | | | | | | | | | | | | | | This patch constrains a client cut text length to 1 MB. Otherwise a client could make server allocate 2 GB of memory and that seems to be to much to classify it as a denial of service. The limit also prevents from an integer overflow followed by copying an uninitilized memory when processing msg.cct.length value larger than SIZE_MAX or INT_MAX - sz_rfbClientCutTextMsg. This patch also corrects accepting length value of zero (malloc(0) is interpreted on differnet systems differently). CVE-2018-7225 <https://github.com/LibVNC/libvncserver/issues/218> (cherry picked from commit 28afb6c537dc82ba04d5f245b15ca7205c6dbb9c)
* Updated date and version to R14.0.6 in .lsm files.Michele Calgaro2019-03-031-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updated VERSION reference to R14.0.6 in CMakeLists.txtMichele Calgaro2019-03-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2019-02-191-0/+0
|
* Reset submodule main/tdenetwork/admin to latest HEADAutomated System2019-02-191-0/+0
|
* Use socklen_t directly, instead of deprecated ksize_t.Slávek Banko2019-02-173-5/+3
| | | | | | | This resolves FTBFS on FreeBSD 12. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 95285a6e5630a0a02a2cc6fe9feb49e71038bed7)
* Fix potential memory leak.Slávek Banko2019-02-061-1/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Avoid divide-by-zero in raw encoding (OSX RealVNC)Jay Carlson2019-02-061-1/+4
| | | | | | | | | OS X RealVNC server crashes out Remmina because the server can provoke bytesPerLine to be zero. Assume this is coding for zero lines. The condition could be checked before the calculation of bytesPerLine. I don’t understand the preconditions of this code to say one way or the other.
* Use common CMake tests.Slávek Banko2019-02-062-8/+6
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9f6b1118bc6eff9f22f719620753175fa4dc09f5)
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2019-02-031-0/+0
|
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2019-01-281-0/+0
|
* Fix empty translation.Slávek Banko2019-01-132-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit dca06b0505ba4de236055aac0d5cf635fdc85709)
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2019-01-131-0/+0
|
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2019-01-121-0/+0
|
* Add CMakeL10n rules.Slávek Banko2018-12-2031-0/+171
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ba6db0daa96b932cb8a5cfe83ae1449c90c1b7f1)
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-181-2/+2
| | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> (cherry picked from commit 66285bb35a79aba7b02651d7ec4d9c753e0828cc)
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2018-12-101-0/+0
|
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdenetwork/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2018-12-021-0/+0
|
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2018-11-291-0/+0
|
* change EXEC_PROCESS for EXECUTE_PROCESS, this solves issue #2gregory guy2018-10-161-2/+2
| | | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2a97cbef310033828c3823382ea9e0dfbcb46ca1)
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-2196-491/+333
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 94033dc8bbdc719864d178f67d9a32396ec35583)
* Reset submodule main/tdenetwork/admin to latest HEADAutomated System2018-09-161-0/+0
|
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-031-0/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e524e3be92f1a7c10fd8dba6e53d52b7b2666054)
* Fixed typedef-related warnings from compiler.Michele Calgaro2018-08-232-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 28ea76eab7dbb4fb641217650c4cbe8c023cbc2e)
* Fix FTBFS with stricter C++11Slávek Banko2018-08-195-5/+5
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c0dd6fa720aa2e5c9a7bbc7f169ec7912905bd3a)
* Update version numbers and date for R14.0.5 final releaser14.0.5Slávek Banko2018-07-261-1/+1
|
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-018-8/+8
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3fcbeef084f778509b1ae3753c375295f61cd1f3)
* kopete: Add descriptions for connection optionsSlávek Banko2018-06-172-3/+70
| | | | | | | This relates to bug 2669 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 449164733b0a1a3096ca1bbd33efee178b95bd82)
* Reset submodule main/tdenetwork/admin to latest HEADAutomated System2018-05-241-0/+0
|
* Reset submodule main/tdenetwork/admin to latest HEADAutomated System2018-05-081-0/+0
|