Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2019-04-02 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/cmake to latest HEADr14.0.6 | Automated System | 2019-03-05 | 1 | -0/+0 |
| | |||||
* | LibVNCClient: don't leak uninitialised memory to remote | Christian Beier | 2019-03-03 | 1 | -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 loop | Christian Beier | 2019-03-03 | 1 | -1/+1 |
| | | | | | Closes #251 (cherry picked from commit c3115350eb8bb635d0fdb4dbbb0d0541f38ed19c) | ||||
* | Limit client cut text length to 1 MB | Petr Písař | 2019-03-03 | 1 | -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 Calgaro | 2019-03-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Updated VERSION reference to R14.0.6 in CMakeLists.txt | Michele Calgaro | 2019-03-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/admin to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 |
| | |||||
* | Use socklen_t directly, instead of deprecated ksize_t. | Slávek Banko | 2019-02-17 | 3 | -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 Banko | 2019-02-06 | 1 | -1/+3 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Avoid divide-by-zero in raw encoding (OSX RealVNC) | Jay Carlson | 2019-02-06 | 1 | -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 Banko | 2019-02-06 | 2 | -8/+6 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9f6b1118bc6eff9f22f719620753175fa4dc09f5) | ||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2019-02-03 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2019-01-28 | 1 | -0/+0 |
| | |||||
* | Fix empty translation. | Slávek Banko | 2019-01-13 | 2 | -2/+2 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit dca06b0505ba4de236055aac0d5cf635fdc85709) | ||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2019-01-13 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2019-01-12 | 1 | -0/+0 |
| | |||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-20 | 31 | -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 libs | Fabio Rossi | 2018-12-18 | 1 | -2/+2 |
| | | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> (cherry picked from commit 66285bb35a79aba7b02651d7ec4d9c753e0828cc) | ||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2018-12-10 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/admin to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2018-12-02 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2018-11-29 | 1 | -0/+0 |
| | |||||
* | change EXEC_PROCESS for EXECUTE_PROCESS, this solves issue #2 | gregory guy | 2018-10-16 | 1 | -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 FTBFS | Slávek Banko | 2018-09-21 | 96 | -491/+333 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 94033dc8bbdc719864d178f67d9a32396ec35583) | ||||
* | Reset submodule main/tdenetwork/admin to latest HEAD | Automated System | 2018-09-16 | 1 | -0/+0 |
| | |||||
* | Removed unnecessary executable flag. This relates to bug 2153. | Michele Calgaro | 2018-09-03 | 1 | -0/+0 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e524e3be92f1a7c10fd8dba6e53d52b7b2666054) | ||||
* | Fixed typedef-related warnings from compiler. | Michele Calgaro | 2018-08-23 | 2 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 28ea76eab7dbb4fb641217650c4cbe8c023cbc2e) | ||||
* | Fix FTBFS with stricter C++11 | Slávek Banko | 2018-08-19 | 5 | -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.5 | Slávek Banko | 2018-07-26 | 1 | -1/+1 |
| | |||||
* | Update bug reports url to bugs.trinitydesktop.org | Slávek Banko | 2018-07-01 | 8 | -8/+8 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3fcbeef084f778509b1ae3753c375295f61cd1f3) | ||||
* | kopete: Add descriptions for connection options | Slávek Banko | 2018-06-17 | 2 | -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 HEAD | Automated System | 2018-05-24 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/admin to latest HEAD | Automated System | 2018-05-08 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/admin to latest HEAD | Automated System | 2018-04-29 | 1 | -0/+0 |
| | |||||
* | kopete: Remove the AIM specific code from liboscar | Slávek Banko | 2017-12-30 | 27 | -716/+68 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 036b0229dba794cf6267b522ac1f6449b6708d51) | ||||
* | kopete: Remove AIM protocol | Slávek Banko | 2017-12-30 | 65 | -4318/+19 |
| | | | | | | | | AIM network has been shutdown in 2017-12-15 This resolves Bug 2846 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit dc34f9c39105b0fe20ba45c064a08406084acbe2) | ||||
* | kopete: Remove references to MSN from the documentation | Slávek Banko | 2017-12-30 | 2 | -9/+3 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f6fd4ab6c01a9deb7a1eabb7f8aa908676831eba) | ||||
* | kopete: Fix unintended renaming ICQ => ICTQ | Slávek Banko | 2017-12-29 | 4 | -17/+17 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c49165ddb7b3a260298e606fc4d4e9fb3b290bca) | ||||
* | kopete: Remove CMake build option for MSN protocol | Slávek Banko | 2017-12-29 | 1 | -1/+0 |
| | | | | | | | MSN protocol has already been dropped in commit 04860347 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2d5f9c55daa532c5f19e6defebc7767c6d04c556) | ||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2017-03-26 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2017-02-18 | 1 | -0/+0 |
| | |||||
* | Fix detection whether the system is big endian | Slávek Banko | 2017-02-03 | 5 | -5/+12 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ed71acf6dcd9380590048fc5c6eb9fd22cb3b9c5) | ||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2017-01-29 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2017-01-26 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/admin to latest HEAD | Automated System | 2017-01-26 | 1 | -0/+0 |
| | |||||
* | cmake: add tde_add_check_executable macro | Slávek Banko | 2017-01-26 | 2 | -0/+0 |
| | |||||
* | Kopete - avdevice: Use standard integer types instead of Linux specific | Slávek Banko | 2016-12-04 | 1 | -13/+9 |
| | | | | | | | This resolves FTBFS on FreeBSD Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 46042bc67e2ab5df2f486bf78b78b421fc67b59c) |