Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: remove IdleTimeLimit until it is actually implemented | Koichiro IWAO | 2017-01-31 | 1 | -7/+0 |
| | | | | it gives users false hope and finally disappoints them. | ||||
* | Change default Xorg logfile to .xorgxrdp.%s.log | Pavel Roskin | 2016-12-06 | 1 | -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 unnecessary | Pavel Roskin | 2016-11-21 | 1 | -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 files | Koichiro IWAO | 2016-11-16 | 1 | -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/false | Koichiro IWAO | 2016-11-16 | 1 | -7/+6 |
| | |||||
* | Omit numbers from the "param" keys, they are not needed | Pavel Roskin | 2016-11-15 | 1 | -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 George | 2016-10-28 | 1 | -6/+6 |
| | |||||
* | sesman: do not hardcode Xorg/X11rdp/Xvnc executables | Koichiro IWAO | 2016-04-07 | 1 | -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_SCRIPT | Jay Sorg | 2014-05-10 | 1 | -1/+1 |
| | |||||
* | sesman: added SessionVariables to sesman.ini and some indent cleanup | Jay Sorg | 2014-05-09 | 1 | -0/+3 |
| | |||||
* | sesman: more options for session lookup from Fredy Paquet | Jay Sorg | 2014-04-20 | 1 | -0/+30 |
| | |||||
* | chansrv: make fuse mount directory configurable | Jay Sorg | 2014-04-19 | 1 | -0/+4 |
| | | | | | | Conflicts: sesman/sesman.ini | ||||
* | misc fixes for Xorg and compile | Jay Sorg | 2014-03-14 | 1 | -2/+2 |
| | |||||
* | sesman: add -nolisten tcp to the ini file for Xorg | Jay Sorg | 2014-03-12 | 1 | -4/+6 |
| | |||||
* | xorg driver module: we now access xorg driver module from /usr/lib/xorg | Laxmikant Rashinkar | 2014-03-09 | 1 | -11/+6 |
| | |||||
* | fixed some connection issues when using xorg driver mode | Laxmikant Rashinkar | 2014-03-09 | 1 | -2/+2 |
| | |||||
* | added support for using Xorg driver model | Laxmikant Rashinkar | 2014-03-08 | 1 | -0/+13 |
| | |||||
* | o default login limit is now 50 users (instead of 10) | Laxmikant Rashinkar | 2014-02-28 | 1 | -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 page | Jay Sorg | 2013-08-24 | 1 | -0/+5 |
| | |||||
* | deny access if group is undefined | ArvidNorr | 2013-01-31 | 1 | -0/+3 |
| | |||||
* | log: added path for when --prefix is used | Jay Sorg | 2012-06-10 | 1 | -1/+1 |
| | |||||
* | Initial syslog support in XRDP | norrarvid | 2012-05-27 | 1 | -1/+1 |
| | |||||
* | use unix domain socket for xrdp-X11rdp connection | Jay Sorg | 2012-03-15 | 1 | -0/+1 |
| | |||||
* | fixes for bell function | Jay Sorg | 2010-11-18 | 1 | -3/+3 |
| | |||||
* | no localhost for X11rdp, don't need to set dpi | Jay Sorg | 2010-11-17 | 1 | -3/+0 |
| | |||||
* | limit X server to localhost and set dpi | Jay Sorg | 2010-10-22 | 1 | -0/+6 |
| | |||||
* | added X11DisplayOffset sesman option | jsorg71 | 2010-04-24 | 1 | -0/+1 |
| | |||||
* | add '-nolisten tcp' to X11rdp and Xvnc params | jsorg71 | 2009-09-04 | 1 | -0/+4 |
| | |||||
* | full path for xrdp-sesman.log file | jsorg71 | 2008-05-06 | 1 | -1/+1 |
| | |||||
* | added sessvc as session supervisor | ilsimo | 2007-04-07 | 1 | -0/+1 |
| | | | | first code for password changing | ||||
* | Adding MaxLoginRetry configuration option | ilsimo | 2006-10-25 | 1 | -1/+2 |
| | |||||
* | added ability to put extra Xserver parameters in sesman.ini | jsorg71 | 2006-09-18 | 1 | -0/+8 |
| | |||||
* | new session list code | ilsimo | 2006-01-13 | 1 | -7/+12 |
| | | | | added support for new [sessions] configuration options | ||||
* | added missing config directives | ilsimo | 2005-12-21 | 1 | -0/+6 |
| | |||||
* | Adding logging functions and adding log options in config files | ilsimo | 2005-10-23 | 1 | -0/+6 |
| | |||||
* | added user specific window manager startup script and SIGUP to reload sesman ↵ | jsorg71 | 2005-09-25 | 1 | -5/+5 |
| | | | | configuration | ||||
* | added session manager and fixed disconnect problems | jsorg71 | 2005-01-30 | 1 | -0/+5 |