Chris
f8fc05622e
Clean up desktop files and fix German translations.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit adcc0f44ef
)
5 years ago
Andrew Randrianasulu
980c185af3
Adding checking for Samba version 4 in kcm_sambaconf/sambafile.cpp
...
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 23344311de
)
5 years ago
Michele Calgaro
09c8a5af12
Removed .lsm files. lsm database is outdated and unmaintained.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Roman Savochenko
4bae06f5d5
krfb: Add a function for appending new symbols to the actual X-server keymap
...
This resolves bug 3014 and issue #11
Signed-off-by: Roman Savochenko <roman@oscada.org>
(cherry picked from commit b75ba2ef0d
)
5 years ago
Chris
50e63e8b7d
Modernize path to first video device to /dev/video0.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 78e79db9ef
)
5 years ago
Chris
055d3b4e8d
Fix remaining brandings in tdenetwork.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit a5fee689bf
)
5 years ago
Chris
da98572924
Fix branding of kopete and make it promoting TDE.
...
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit be39705ebd
)
5 years ago
TDE Gitea
feed0e513b
Reset submodule main/tdenetwork/cmake to latest HEAD
5 years ago
Slávek Banko
35941dff72
Fix FTBFS from commit 2c188798
.
...
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 7209623bd0
)
6 years ago
OBATA Akio
279d058769
kppp: fix to build on NetBSD
...
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 48ca387b65
)
6 years ago
OBATA Akio
d2f98f5422
Change to check `strerror` and `fdopen` with CMake
...
It is hard to update list of "available" platforms.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 7537d9ef7d
)
6 years ago
OBATA Akio
1a69923c0a
Change to just include <utmpx.h> over <utmp.h>
...
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 2c18879814
)
6 years ago
OBATA Akio
9e4dd173ab
Change to dclare `strlcat` and `strlcpy` conditionally
...
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 d3b49e3ec5
)
6 years ago
TDE Gitea
5b86cdcea2
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
TDE Gitea
69beb51a33
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
Christian Beier
2554b84b8b
LibVNCClient: don't leak uninitialised memory to remote
...
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)
6 years ago
Christian Beier
90147500e0
LibVNCClient: fix possible infinite loop
...
Closes #251
(cherry picked from commit c3115350eb8bb635d0fdb4dbbb0d0541f38ed19c)
6 years ago
Petr Písař
20e7000d0c
Limit client cut text length to 1 MB
...
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)
6 years ago
Michele Calgaro
6221931c63
Updated date and version to R14.0.6 in .lsm files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
f3eb8ddb9d
Updated VERSION reference to R14.0.6 in CMakeLists.txt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea
2e7ff2764c
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
TDE Gitea
b173f44bb0
Reset submodule main/tdenetwork/admin to latest HEAD
6 years ago
Slávek Banko
2d0d6df1dc
Use socklen_t directly, instead of deprecated ksize_t.
...
This resolves FTBFS on FreeBSD 12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 95285a6e56
)
6 years ago
Slávek Banko
686de3c7b7
Fix potential memory leak.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Jay Carlson
c84d8d813c
Avoid divide-by-zero in raw encoding (OSX RealVNC)
...
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.
6 years ago
Slávek Banko
f73675cdcb
Use common CMake tests.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9f6b1118bc
)
6 years ago
TDE Gitea
14a1a35f6e
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
TDE Gitea
b4bc93978c
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
Slávek Banko
e4b82430e9
Fix empty translation.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit dca06b0505
)
6 years ago
TDE Gitea
524a6ac3fc
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
TDE Gitea
b4dff20753
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
Slávek Banko
97f214b04a
Add CMakeL10n rules.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ba6db0daa9
)
6 years ago
Fabio Rossi
97d7431a4b
Avoid overriding user linker flags (LDFLAGS) for modules and shared libs
...
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
(cherry picked from commit 66285bb35a
)
6 years ago
TDE Gitea
0d8fac9552
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
TDE Gitea
7bdb1819bf
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
TDE Gitea
f582854e38
Reset submodule main/tdenetwork/admin to latest HEAD
6 years ago
TDE Gitea
f5700ef543
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
TDE Gitea
e023d75149
Reset submodule main/tdenetwork/cmake to latest HEAD
6 years ago
gregory guy
80ac67ec60
change EXEC_PROCESS for EXECUTE_PROCESS, this solves issue #2
...
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2a97cbef31
)
6 years ago
Slávek Banko
9087d76878
Add includes to UI files to resolve FTBFS
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 94033dc8bb
)
6 years ago
TDE Gitea
58f8464d1a
Reset submodule main/tdenetwork/admin to latest HEAD
6 years ago
Michele Calgaro
a7912c1b06
Removed unnecessary executable flag. This relates to bug 2153.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e524e3be92
)
6 years ago
Michele Calgaro
a8b17b4428
Fixed typedef-related warnings from compiler.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 28ea76eab7
)
6 years ago
Slávek Banko
3187fddb06
Fix FTBFS with stricter C++11
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c0dd6fa720
)
6 years ago
Slávek Banko
69a9d3878d
Update version numbers and date for R14.0.5 final release
6 years ago
Slávek Banko
ac2709d4df
Update bug reports url to bugs.trinitydesktop.org
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3fcbeef084
)
6 years ago
Slávek Banko
92f11c1199
kopete: Add descriptions for connection options
...
This relates to bug 2669
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 449164733b
)
6 years ago
Slávek Banko
9ff4b6fdc3
Reset submodule main/tdenetwork/admin to latest HEAD
7 years ago
Slávek Banko
07c1f0e1a6
Reset submodule main/tdenetwork/admin to latest HEAD
7 years ago
Slávek Banko
52ff952610
Reset submodule main/tdenetwork/admin to latest HEAD
7 years ago