summaryrefslogtreecommitdiffstats
path: root/krfb
Commit message (Collapse)AuthorAgeFilesLines
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-0914-13/+13
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a06e2c2f225d76b67b0058a9880222f75d5495c3)
* Desktop file translations:Slávek Banko2020-07-0913-2055/+62
| | | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d36d9267539f12fdaa5a0dd18f6285e4a636e1ac)
* Clean up desktop files and fix German translations.Chris2019-11-281-8/+9
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit adcc0f44eff3ad8cbd07c6d1ba1efe7226189a01)
* 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)
* 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)
* Add CMakeL10n rules.Slávek Banko2018-12-203-0/+16
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ba6db0daa96b932cb8a5cfe83ae1449c90c1b7f1)
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-213-4/+9
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 94033dc8bbdc719864d178f67d9a32396ec35583)
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-249-0/+0
| | | | (cherry picked from commit c6c696949006ef3231b7b5e21e3498a8fa22c7d0)
* Fix missing configure checks for CMake buildSlávek Banko2015-06-261-0/+11
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 82dd739ceb246c8d8d10faf03b1a2267d8352d16)
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-47/+47
|
* Revert "Fix remaining missing semicolons at end of Keywords strings"Timothy Pearson2014-10-191-47/+47
| | | | This reverts commit 125d8418ee991d6583f91acb8d4257253e2e055a.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-47/+47
|
* Fix missing semicolons at end of Keywords stringsTimothy Pearson2014-10-181-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-115-5/+5
| | | | match XDG specifications
* Fix Keywords separators to match XDG desktop specificationsTimothy Pearson2014-10-111-47/+47
|
* Add handbookSection support to tabbed "Internet & Network" TDEControl modulesTimothy Pearson2014-10-102-1/+20
| | | | This relates to Bug 1850
* Do not print bind failure warnings during port availability scanTimothy Pearson2014-10-041-1/+1
| | | | This resolves Bug 1988
* Add Help button to kcontrol module dialog in support of bug report 1889.Darrell Anderson2014-02-171-1/+1
|
* Fix unintended renamingDarrell Anderson2014-02-161-3/+3
|
* KDE->TDE branding cleanup.Darrell Anderson2013-12-262-3/+3
|
* Add end-of-file newlines.Darrell Anderson2013-11-301-1/+1
|
* Fix improper thread support in krfbTimothy Pearson2013-11-242-4/+65
| | | | This relates to bug 1583
* Update krfb_httpd scriptFrancois Andriot2013-09-081-7/+4
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-2/+2
|
* Use TQThread in krfb where threads interact with TQt3 instead of direct ↵Timothy Pearson2013-04-086-59/+165
| | | | | | pthread access This resolves Bug 1403
* Fix shift key failure in krfbTimothy Pearson2013-02-201-2/+2
| | | | This is a backport of KDE SVN commit 1164724
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-159-15/+15
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-146-10/+10
|
* Rename KAbout to avoid conflicts with KDE4Timothy Pearson2013-02-071-1/+1
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-3/+3
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-015-6/+6
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-016-14/+14
|
* Rename kioslavesTimothy Pearson2013-01-272-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-278-8/+8
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-263-3/+3
|
* Fix FTBFS resulting from KCModule renameTimothy Pearson2013-01-251-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-259-40/+40
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-245-6/+6
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-222-4/+4
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-205-10/+10
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-3/+3
|
* Added OpenSLP support to CMakeSlávek Banko2012-10-261-0/+2
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-087-57/+57
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-06-032-3/+3
|
* Branding cleanup: *.desktop filesDarrell Anderson2012-05-281-1/+0
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-05-261-1/+1
|
* Fix KControl KDE->TDE branding issues.Darrell Anderson2012-03-091-54/+54
|
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-021-7/+7
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-179-12/+12
|