aboutsummaryrefslogtreecommitdiffstats
path: root/unix/vncserver/vncsession.c
Commit message (Expand)AuthorAgeFilesLines
* Improve error messages for base directory creationPierre Ossman2024-08-291-1/+1
* vncsession: Move existing log to log.old if presentPat Riehecky2024-08-131-11/+36
* vncsession: use /bin/sh if the user shell is not setCarlos Santos2024-07-261-1/+1
* Create common recursive mkdir()Pierre Ossman2024-05-301-22/+27
* Only do restorecon() for legacy directoryPierre Ossman2024-05-301-12/+12
* Fix late vncsession loggingPierre Ossman2024-05-301-0/+7
* Respect PAM modules for $XDG_STATE_HOMEPierre Ossman2024-05-301-3/+16
* Implement XDG Base Directory paths, deprecate ~/.vnc902024-04-261-20/+57
* Add option to run vncsession without forking and detachingChuck Zmudzinski2023-11-201-9/+29
* Fix incorrect typesPierre Ossman2023-01-051-1/+1
* Fix order of qualifiersPierre Ossman2023-01-051-1/+1
* Explicitly mark unused parametersPierre Ossman2023-01-041-0/+5
* Change vncsession startup error messagePierre Ossman2022-03-111-1/+1
* SELinux: restore SELinux context in case of different policiesJan Grulich2022-01-131-0/+16
* Fix build on systems without HOST_NAME_MAXAlex Richardson2021-07-151-2/+11
* Fix logging in daemonized tl-sessionPierre Ossman2021-03-111-17/+17
* Change to user's home directory before starting sessionPierre Ossman2020-12-041-0/+3
* Fix incorrect daemonization by vncsessionPierre Ossman2020-11-251-1/+1
* Use /run instead of /var/run which is just a symlinkJan Grulich2020-09-291-1/+1
* Remove incorrect umask changePierre Ossman2020-09-071-3/+0
* Use standard install dir variable namesPierre Ossman2020-03-121-1/+1
* Start sessions via PAMPierre Ossman2020-03-121-0/+592