summaryrefslogtreecommitdiff
path: root/src/xserver-xvnc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove LIGHTDM_TEST_STATUS_SOCKET variable - just use LIGHTDM_TEST_ROOT insteadRobert Ancell2012-03-201-2/+1
* Remove LIGHTDM_TEST_CONFIG variable - just use LIGHTDM_TEST_ROOT insteadRobert Ancell2012-03-201-1/+0
* Call initgroups before pam_setcred - this allows pam_setcred to change group ...Robert Ancell2012-03-201-1/+1
* Tweak the way sessions and display servers are stoppedRobert Ancell2012-02-281-0/+7
* Merge in VNC testsRobert Ancell2011-10-201-10/+20
* Set default resolution of VNC to 1024x768, add settings for width, height, de...Robert Ancell2011-10-181-8/+35
* Move user/log file code outside of process.c, get PAM environment after pam_s...Robert Ancell2011-09-281-5/+25
* Fix multi-seat configuration picking the same display numberRobert Ancell2011-09-211-25/+4
* Make X server logs consistent with greeter logsRobert Ancell2011-09-211-1/+1
* Rename user functions to accounts functionsRobert Ancell2011-09-201-1/+1
* move script code into the correct layers so seat.c and display.c no longer de...Robert Ancell2011-09-161-0/+9
* Refactor X code out of display.c and seat.c. Drop obsolete GetSeatForCookie ...Robert Ancell2011-09-161-1/+6
* Refactor privilege codeRobert Ancell2011-09-151-1/+1
* Don't try and disable unix connections with xvnc, the clients need it...Robert Ancell2011-09-111-1/+1
* Add missing vnc filesRobert Ancell2011-09-111-0/+279