aboutsummaryrefslogtreecommitdiffstats
path: root/unix/vncserver
Commit message (Expand)AuthorAgeFilesLines
* Use standard install dir variable namesPierre Ossman2020-03-125-14/+14
* Add SELinux policy file for vncsessionPierre Ossman2020-03-125-0/+104
* Start sessions via PAMPierre Ossman2020-03-129-137/+755
* Stop searching for XvncPierre Ossman2020-03-122-31/+3
* Start the sessions using xinitPierre Ossman2020-03-122-88/+20
* Make vncserver always run in the foregroundPierre Ossman2020-03-122-204/+8
* Start sessions using session desktop filePierre Ossman2020-03-122-88/+126
* Don't create a default user configPierre Ossman2020-03-121-20/+0
* Don't accept arbitrary arguments to vncserverPierre Ossman2020-03-123-244/+19
* Stop unsetting environment variablesPierre Ossman2020-03-121-2/+0
* Always install systemd servicesPierre Ossman2020-03-122-0/+51
* Add default configuration filesPierre Ossman2020-03-125-0/+237
* Don't background the main session commandPierre Ossman2019-12-091-1/+1
* Do not return returncode indicating error when listing sessionsJan Grulich2019-07-111-1/+1
* Remove Java web serverPierre Ossman2018-10-091-8/+0
* Make sure auth argument is escapedOliver Gondža2018-02-201-1/+1
* Do not depends on mcookie commandKoichiro IWAO2016-10-051-2/+18
* remove trailing spaceKoichiro IWAO2016-10-031-5/+5
* Merge branch 'system-wide-config' of https://github.com/jblaine/tigervncPierre Ossman2016-08-221-93/+130
|\
| * Support both defaults and mandatory system config filesJeff Blaine2016-08-211-93/+130
* | Merge branch 'clipboard'Pierre Ossman2016-07-081-2/+0
|\ \
| * | Don't start vncconfig from vncserver anymorePierre Ossman2016-02-051-2/+0
| |/
* / Properly name filehandle based on context of codeJeff Blaine2016-05-231-3/+3
|/
* Set up Xauthority using a single invokationPierre Ossman2015-12-291-2/+4
* Use mcookie to generate X server cookiePierre Ossman2015-12-291-19/+4
* Check that xauth is in PATHPierre Ossman2015-12-291-17/+1
* option -xstartup addedLlorenç Garcia Martinez2015-10-301-11/+16
* Merge branch 'patch-1' of https://github.com/Siot/tigervncPierre Ossman2015-10-301-13/+28
|\
| * new option -noxstartup to not load any xstartup script fileLlorenç Garcia Martinez2015-10-231-13/+28
* | update vncserver to parse a config filegraysky2015-10-191-11/+63
|/
* vncserver: Clean pid files of dead processes.Michal Srb2015-10-021-1/+7
* Start a hidden rather than minimised vncconfigPierre Ossman2015-07-301-1/+1
* Remove bogus -geometry width/height adjustment from vncserver scriptAdam Tkac2013-03-141-8/+0
* Launch vncconfig directly from vncserver, not from xstartup. Justification: ...DRC2011-10-051-1/+2
* Always look for the Java classes in ../vnc/classes first before looking in th...DRC2011-10-041-3/+4
* Merged r4361 from 1_1 branch.Adam Tkac2011-04-271-4/+14
* Merged r4342 - r4359 from 1_1 branch.Adam Tkac2011-04-271-14/+42
* Always exit Xvnc whenever the user exits the window manager, and provide a -f...DRC2011-03-031-2/+11
* TurboVNC=TigerVNCDRC2011-02-101-1/+1
* Port -list feature and -kill robustifications from TurboVNC 1.0DRC2011-02-091-3/+53
* [Bugfix] vncserver: accept <+optname> option when specified as the first one.Adam Tkac2010-07-211-1/+1
* Remove xfs support, because it doesn't work and isn't neededDRC2010-01-111-45/+21
* [Bugfix] Use /dev/urandom when available for xauth cookie generation (alan do...Adam Tkac2009-11-121-8/+17
* [Bugfix] Start per session D-Bus daemon correctly.Adam Tkac2009-05-201-0/+1
* If font catalogue exists (Fedora 11), use it as the initial font pathDRC2009-04-221-0/+3
* It shouldn't be necessary to actually open the XFS unix socket. If the socke...DRC2009-04-161-13/+6
* Change font path logic such that XFS is used if it is available and running, ...DRC2009-04-151-10/+54
* Execute vncconfig in xstartup file early to make clipboard working.Adam Tkac2009-04-031-1/+1
* Add -fp argument to allow user to override font path selectionDRC2009-03-261-2/+7
* Don't complain if $depth not setDRC2009-03-261-1/+1