summaryrefslogtreecommitdiffstats
path: root/sesman/sesman.ini
Commit message (Collapse)AuthorAgeFilesLines
* docs: remove IdleTimeLimit until it is actually implementedKoichiro IWAO2017-01-311-7/+0
| | | | it gives users false hope and finally disappoints them.
* Change default Xorg logfile to .xorgxrdp.%s.logPavel Roskin2016-12-061-1/+1
| | | | | | | | The log file is created in the home directory, %s is replaced with the display number (e.g. 10). If Xorg is run setuid root, it can refuse to run if the log path is absolute.
* Remove "-ac" from X server parameters, it's insecure and unnecessaryPavel Roskin2016-11-211-3/+0
| | | | | Fedora patches sesman.ini to remove "-ac", and that doesn't cause any ill effects.
* config: use semicolon to comment out descriptions in config filesKoichiro IWAO2016-11-161-31/+31
| | | | | | | | and use number sign to comment out actual configurations. For example: ; if set to true, enables foobar #foobar=true
* config: unify all boolean values in config to true/falseKoichiro IWAO2016-11-161-7/+6
|
* Omit numbers from the "param" keys, they are not neededPavel Roskin2016-11-151-23/+23
| | | | | Users assume that they need to renumber the parameters. That makes parameter editing more involved than it needs to be.
* Move -logfile /dev/null option for easier commenting in debug scenarios.Dominik George2016-10-281-6/+6
|
* sesman: do not hardcode Xorg/X11rdp/Xvnc executablesKoichiro IWAO2016-04-071-0/+3
| | | | | | | | | | | | | | | | In RHEL and its clones, /usr/bin/Xorg is set suid-root. To execute Xorg with user privileges, /etc/pam.d/xserver needs be edited [1], or suid bit of Xorg binary needs to be dropped. In order to keep Xorg and /etc/pam.d/xserver untouched, preparing non-suid version of Xorg as /usr/bin/Xorg.non-suid for example is the simplest solution. However, Xorg.non-suid cannot be executed since it is hardcoded to execute Xorg in sesman. This change makes more flexible to execute Xorg with non-standard name or not in PATH environment variable. [1] https://www.centos.org/forums/viewtopic.php?t=21185
* sesman: change from using PULSE_CONFIG to PULSE_SCRIPTJay Sorg2014-05-101-1/+1
|
* sesman: added SessionVariables to sesman.ini and some indent cleanupJay Sorg2014-05-091-0/+3
|
* sesman: more options for session lookup from Fredy PaquetJay Sorg2014-04-201-0/+30
|
* chansrv: make fuse mount directory configurableJay Sorg2014-04-191-0/+4
| | | | | | Conflicts: sesman/sesman.ini
* misc fixes for Xorg and compileJay Sorg2014-03-141-2/+2
|
* sesman: add -nolisten tcp to the ini file for XorgJay Sorg2014-03-121-4/+6
|
* xorg driver module: we now access xorg driver module from /usr/lib/xorgLaxmikant Rashinkar2014-03-091-11/+6
|
* fixed some connection issues when using xorg driver modeLaxmikant Rashinkar2014-03-091-2/+2
|
* added support for using Xorg driver modelLaxmikant Rashinkar2014-03-081-0/+13
|
* o default login limit is now 50 users (instead of 10)Laxmikant Rashinkar2014-02-281-1/+1
| | | | | o we now wait for 30 seconds for session connection (instead of 1) o if AUTO_LOGON flag is set but username is null, we force login dialog to show up
* kill disconencted, make work like man page and update man pageJay Sorg2013-08-241-0/+5
|
* deny access if group is undefinedArvidNorr2013-01-311-0/+3
|
* log: added path for when --prefix is usedJay Sorg2012-06-101-1/+1
|
* Initial syslog support in XRDPnorrarvid2012-05-271-1/+1
|
* use unix domain socket for xrdp-X11rdp connectionJay Sorg2012-03-151-0/+1
|
* fixes for bell functionJay Sorg2010-11-181-3/+3
|
* no localhost for X11rdp, don't need to set dpiJay Sorg2010-11-171-3/+0
|
* limit X server to localhost and set dpiJay Sorg2010-10-221-0/+6
|
* added X11DisplayOffset sesman optionjsorg712010-04-241-0/+1
|
* add '-nolisten tcp' to X11rdp and Xvnc paramsjsorg712009-09-041-0/+4
|
* full path for xrdp-sesman.log filejsorg712008-05-061-1/+1
|
* added sessvc as session supervisorilsimo2007-04-071-0/+1
| | | | first code for password changing
* Adding MaxLoginRetry configuration optionilsimo2006-10-251-1/+2
|
* added ability to put extra Xserver parameters in sesman.inijsorg712006-09-181-0/+8
|
* new session list codeilsimo2006-01-131-7/+12
| | | | added support for new [sessions] configuration options
* added missing config directivesilsimo2005-12-211-0/+6
|
* Adding logging functions and adding log options in config filesilsimo2005-10-231-0/+6
|
* added user specific window manager startup script and SIGUP to reload sesman ↵jsorg712005-09-251-5/+5
| | | | configuration
* added session manager and fixed disconnect problemsjsorg712005-01-301-0/+5