aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'systemd' of https://github.com/grulja/tigervncPierre Ossman2020-10-023-3/+3
|\
| * Use /run instead of /var/run which is just a symlinkJan Grulich2020-09-293-3/+3
* | Merge branch 'sysconfdir' of https://github.com/metalefty/tigervncPierre Ossman2020-10-024-7/+8
|\ \ | |/ |/|
| * Replace some more hard-coded /etc with sysconfdirKoichiro IWAO2020-09-232-2/+2
| * Do not assume sysconfdir is always /etcKoichiro IWAO2020-09-162-5/+6
* | Tolerate specifying -BoolParam 0 and similarPierre Ossman2020-09-185-4/+55
|/
* Merge branch 'tlstofu' of https://github.com/CendioOssman/tigervncPierre Ossman2020-09-082-153/+174
|\
| * Properly store certificate exceptions in Java viewerBrian P. Hinz2020-09-081-63/+101
| * Properly store certificate exceptionsPierre Ossman2020-05-211-90/+73
* | Remove incorrect umask changePierre Ossman2020-09-071-3/+0
* | [java] don't show password field for secTypes that don't use itBrian P. Hinz2020-09-041-8/+11
* | Fix size of 16x16 iconPierre Ossman2020-08-241-0/+0
* | Hide base SConnection methods from VNCServerSTPierre Ossman2020-08-212-2/+4
* | Call correct wrappers for clipboard handlingPierre Ossman2020-08-211-3/+3
* | Change development version to 1.11.80Pierre Ossman2020-08-193-4/+4
* | Update translation template filePierre Ossman2020-08-191-137/+222
* | Merge branch 'master-improve-ComparingUpdateTracker' of https://github.com/Ma...Pierre Ossman2020-08-191-4/+80
|\ \
| * | Enhanced ComparingUpdateTracker to crop changed blocksMark Mielke2020-07-221-4/+80
* | | Comment on SELinux rule affect other commandsPierre Ossman2020-08-171-0/+1
* | | Merge branch 'vnc_home' of https://github.com/wrabcak/tigervncPierre Ossman2020-08-172-5/+18
|\ \ \
| * | | [SELinux] Allow vnc session create ~/.vncLukas Vrabec2020-07-312-5/+18
| |/ /
* | | Merge branch 'master-fix-vncserver-display-selector' of https://github.com/Ma...Pierre Ossman2020-08-171-60/+33
|\ \ \
| * | | vncserver: Display check should confirm UNIX domain socket is still validMark Mielke2020-07-291-3/+8
| * | | vncserver: Display check should be re-factored for Perl 5Mark Mielke2020-07-291-36/+6
| * | | vncserver: Display check should confirm lock file is still validMark Mielke2020-07-291-3/+5
| * | | vncserver: Display check should avoid duplicate codeMark Mielke2020-07-291-14/+10
| * | | vncserver: Display check should use named variablesMark Mielke2020-07-291-6/+13
| * | | vncserver: Display check should check for lock file firstMark Mielke2020-07-291-6/+6
| * | | vncserver: Remove legacy HP-UX supportMark Mielke2020-07-291-7/+0
| |/ /
* | | Free memory from getaddrinfo()Pierre Ossman2020-08-171-0/+2
* | | Merge branch 'winvnc' of https://github.com/CendioOssman/tigervncPierre Ossman2020-08-178-173/+200
|\ \ \
| * | | Fix capitalisation of LICENCE.TXTPierre Ossman2020-08-172-2/+2
| * | | Warn that WinVNC is unmaintainedPierre Ossman2020-07-162-0/+3
| * | | Split WinVNC to a separate installerPierre Ossman2020-07-164-156/+173
| * | | Run maketarball through bashPierre Ossman2020-07-161-2/+2
| * | | Move release cmake stuff to release directoryPierre Ossman2020-07-165-19/+25
| * | | Test packaging on TravisPierre Ossman2020-07-162-3/+4
* | | | Fixes for Java 11. SocketDescriptor change was a workaround for a previous ja...Brian P. Hinz2020-08-092-36/+14
* | | | Merge pull request #1069 from MarkMielke/master-tigervnc-rpm-spec-updatesSamuel Mannehed2020-07-311-3/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | EL 7 tigervnc.spec updatesMark Mielke2020-07-271-3/+8
|/ / /
* | | Merge branch 'master' of https://github.com/ayoder770/tigervncPierre Ossman2020-07-161-1/+1
|\ \ \
| * | | Correction to socket error connection messageAndrew Yoder2020-07-151-1/+1
| |/ /
* | | Merge branch 'master-Fix-division-by-zero-exception-in-SSecurityPlain' of htt...Pierre Ossman2020-07-161-2/+11
|\ \ \ | |/ / |/| |
| * | Fix division by zero exception in SSecurityPlain.Mark Mielke2020-07-071-2/+11
* | | Merge branch 'user-trailing-spaces' of https://github.com/grulja/tigervncPierre Ossman2020-07-101-1/+1
|\ \ \
| * | | Remove trailing spaces in user nameJan Grulich2020-07-031-1/+1
| |/ /
* / / Fix some inappropriate format specifiersPierre Ossman2020-06-182-7/+7
|/ /
* | Fix non-functional MaxDisconnectionTimePierre Ossman2020-06-181-5/+5
* | Update gesture unit test to cover angle cornercaseSamuel Mannehed2020-06-151-3/+3
* | Use hypot(x,y) instead of sqrt(x*x + y*y)Samuel Mannehed2020-06-151-5/+3