aboutsummaryrefslogtreecommitdiffstats
path: root/unix/vncserver
Commit message (Expand)AuthorAgeFilesLines
* Allow empty value for config valuesLinn Mattsson2024-10-091-1/+1
* 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
* Add comment that PAM configuration is an examplePierre Ossman2024-05-201-0/+4
* Merge pull request #1737 from 62832/fix-1195Samuel Mannehed (ThinLinc team)2024-05-079-52/+134
|\
| * Implement XDG Base Directory paths, deprecate ~/.vnc902024-04-269-60/+134
| * Begin work on XDGBDS compliance and overrideable configs902024-03-151-2/+10
* | Add .gitignore for SELinux filesPierre Ossman2024-04-261-0/+2
* | Don't trigger build from install targetPierre Ossman2024-04-261-1/+1
* | Clean up temporary SELinux directoryPierre Ossman2024-04-261-0/+1
* | Overwrite vncsession.pp.bz2 each timePierre Ossman2024-04-261-1/+1
|/
* Add option to run vncsession without forking and detachingChuck Zmudzinski2023-11-202-9/+39
* SELinux: Allow vncsession create ~/.vnc directoryZdenek Pytela2023-02-201-0/+1
* 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
* Improve error message when `passwd `file has a bad permissionTAKAHASHI Shuuji2022-12-141-1/+3
* Don't start sessions until there are usersPierre Ossman2022-12-121-1/+1
* Change vncsession startup error messagePierre Ossman2022-03-111-1/+1
* SELinux: use /root/.vnc in file context specificationZdenek Pytela2022-02-071-1/+1
* Merge branch 'selinux-restorecon' of https://github.com/grulja/tigervncPierre Ossman2022-01-132-1/+17
|\
| * SELinux: restore SELinux context in case of different policiesJan Grulich2022-01-132-1/+17
* | Properly set XDG_CURRENT_DESKTOPPierre Ossman2022-01-101-1/+1
|/
* Merge branch 'fb-session-nfs' of https://github.com/zpytela/tigervncPierre Ossman2021-08-262-32/+47
|\
| * Add vnc_home_t typeZdenek Pytela2021-05-182-15/+13
| * Allow vnc_session_t manage nfs dirs and files conditionallyZdenek Pytela2021-05-181-0/+5
| * selinux: further style and comprehensibility improvementsZdenek Pytela2021-05-181-23/+36
| * selinux: Fix issues reported by SELintVit Mojzis2021-05-181-4/+3
* | Fix build on systems without HOST_NAME_MAXAlex Richardson2021-07-151-2/+11
* | Refer to HOWTO.md from config commentsPierre Ossman2021-06-072-2/+4
* | Include "session" in examples instead of "desktop"Pierre Ossman2021-06-073-3/+2
* | SELinux: Add missing compression and install policy to correct directoryJan Grulich2021-05-171-5/+8
|/
* Avoid absolute path for vncserver.usersPierre Ossman2021-05-031-3/+3
* Reflow HOWTO.md to 72 columnsPierre Ossman2021-05-031-51/+55
* Fix logging in daemonized tl-sessionPierre Ossman2021-03-111-17/+17
* Add documentation to the new systemd supportJan Grulich2021-03-022-0/+120
* Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-191-1/+0
|\
| * Change streams to be asynchronousPierre Ossman2020-05-211-1/+0
* | Change to user's home directory before starting sessionPierre Ossman2020-12-041-0/+3
* | Fix incorrect daemonization by vncsessionPierre Ossman2020-11-251-1/+1
* | Fix installation of vncsession.manPierre Ossman2020-10-021-1/+1
* | 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