Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | .gitignore, change configure_params.h to xrdp_configure_options.h | Jay Sorg | 2018-08-13 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1186 from speidy/pulse-remove | metalefty | 2018-08-11 | 8 | -1355/+0 | |
|\ | | | | | chansrv: remove pulseaudio modules from xrdp source tree | |||||
| * | chansrv: remove pulseaudio modules from xrdp source tree | Idan Freiberg | 2018-08-03 | 8 | -1355/+0 | |
|/ | | | | | | | its actually an independent code which is not part of xrdp moved to its own repoistory: https://github.com/neutrinolabs/pulseaudio-modules Signed-off-by: Idan Freiberg <speidy@gmail.com> | |||||
* | Merge branch 'wfix-pulsechansrv-makefile' into devel | Koichiro IWAO | 2018-08-03 | 1 | -1/+1 | |
|\ | ||||||
| * | Corrected spacing between arguments to `cc` for Pulseaudio chanserv Makefile | Brandon Wooldridge | 2018-08-02 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #1168 from metalefty/fix-xrdp-log-path-in-man | metalefty | 2018-07-20 | 1 | -1/+1 | |
|\ \ | | | | | | | docs: fix xrdp's LogFile path in man | |||||
| * | | docs: fix xrdp's LogFile path in man | Koichiro IWAO | 2018-07-12 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #1140 from matt335672/chansrv-atexit | metalefty | 2018-07-20 | 3 | -5/+37 | |
|\ \ | |/ |/| | Add atexit() handler to unmount the filesystem on fatal X error | |||||
| * | Add handler for fatal X server conditions | matt335672 | 2018-07-19 | 3 | -5/+37 | |
|/ | | | | | | Unless X server failures are caught, these can cause a premature exit of chansrv, giving it no chance to clean up. This is currently a particular problem for fuser mounts. | |||||
* | Merge pull request #1160 from metalefty/prepare-release | metalefty | 2018-06-29 | 3 | -2/+31 | |
|\ | | | | | Prepare release | |||||
| * | Update v0.9.7 release date | Koichiro IWAO | 2018-06-29 | 1 | -1/+1 | |
| | | ||||||
| * | Bump version to v0.9.7 | Koichiro IWAO | 2018-06-29 | 2 | -2/+2 | |
| | | ||||||
| * | Update NEWS for v0.9.7 | Koichiro IWAO | 2018-06-29 | 1 | -0/+29 | |
|/ | ||||||
* | Merge pull request #1156 from metalefty/configure_echo | metalefty | 2018-06-27 | 3 | -7/+15 | |
|\ | | | | | xrdp: print configure options to --version more pretty | |||||
| * | xrdp: unify inconsistent mixed use of | Koichiro IWAO | 2018-06-27 | 3 | -8/+8 | |
| | | | | | | | | | | | | * configure params * configure options * configure string | |||||
| * | xrdp: print configure options to --version more pretty | Koichiro IWAO | 2018-06-27 | 2 | -5/+13 | |
| | | ||||||
* | | Merge pull request #1153 from metalefty/rc-script | metalefty | 2018-06-21 | 4 | -38/+85 | |
|\ \ | |/ |/| | FreeBSD: separate rc script into xrdp and xrdp-sesman | |||||
| * | FreeBSD: separate rc script into xrdp and xrdp-sesman | Koichiro IWAO | 2018-05-30 | 4 | -38/+85 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to improve fscd(8)[1] compatibility. fscd(8) monitors daemons and restarts after daemons crashed. We usually want to start, stop, and restart xrdp and xrdp-sesman separately because restarting xrdp-sesman means losing existing sessions. This change will enable fscd(8) not to restart xrdp-sesman together when only xrdp daemon crashes. Now rc.d/xrdp mainly has following commands: * start - starts xrdp * stop - stops xrdp * restart - stops xrdp, then starts it again * allstart - starts both xrdp and xrdp-sesman * allstop - stops both * allrestart - stops both, then start them again * status - returns status of xrdp rc.d/xrdp-sesman doesn't have all- prefixed commands. [1] https://www.freshports.org/sysutils/fsc/ | |||||
* | | Merge pull request #1147 from metalefty/defaultwm-fullpath | metalefty | 2018-06-19 | 6 | -16/+81 | |
|\ \ | | | | | | | Accept full path for DefaultWindowManager | |||||
| * | | sesman: add comments, no logic change | Koichiro IWAO | 2018-06-19 | 1 | -0/+2 | |
| | | | ||||||
| * | | sesman: fix potential buffer over flow | Koichiro IWAO | 2018-06-16 | 1 | -5/+7 | |
| | | | ||||||
| * | | sesman: fix logging after default_wm change | Koichiro IWAO | 2018-06-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | docs: document configurable reconnect script path | Koichiro IWAO | 2018-06-16 | 3 | -4/+19 | |
| | | | ||||||
| * | | sesman: make the path of reconnect script configurable | Koichiro IWAO | 2018-06-16 | 4 | -4/+35 | |
| | | | ||||||
| * | | sesman: accept full path for DefaultWindowManager | Koichiro IWAO | 2018-06-16 | 3 | -7/+22 | |
|/ / | | | | | | | | | | | | | | | | | | | Solves: #1143 Also, this idea is inspired by Fedora's patch [1]. Some distro wants to put all scripts in libexec directory due to SELinux. This enables distros to put such scripts anywhere. [1] https://src.fedoraproject.org/cgit/rpms/xrdp.git/tree/xrdp-0.9.6-scripts-libexec.patch?id=02f845c1b8cea781313cf3e9efcd6d7d50341824 | |||||
* | | Merge pull request #1146 from metalefty/sesman-leak | Idan Freiberg | 2018-06-14 | 1 | -0/+1 | |
|\ \ | | | | | | | sesman: fix leak in struct config_sesman | |||||
| * | | sesman: fix leak in struct config_sesman | Koichiro IWAO | 2018-06-13 | 1 | -0/+1 | |
| |/ | ||||||
* | | Merge pull request #1120 from matt335672/set-env-on-reconnect | metalefty | 2018-06-14 | 3 | -5/+6 | |
|\ \ | | | | | | | Copy the PAM session environment for the reconnect script | |||||
| * | | Copy the PAM session environment for the reconnect script | matt335672 | 2018-05-31 | 3 | -5/+6 | |
| |/ | | | | | | | | | This provides access to variables set at login which may be required by the script (e.g. KRB5CCNAME) | |||||
* | | Merge pull request #1142 from metalefty/dont-spit-on-the-console-sesman | metalefty | 2018-06-11 | 3 | -99/+130 | |
|\ \ | |/ |/| | Dont spit on the console (sesman) | |||||
| * | sesman: close stdout/stderr earlier | Koichiro IWAO | 2018-06-05 | 1 | -4/+9 | |
| | | | | | | | | not to spit on the console | |||||
| * | sesman: don't spit on the console when starting | Koichiro IWAO | 2018-06-05 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | As the Debian patch[1] expresses, spitting messages on the console when a process starts in background is a bad idea. Everything should be written to log file and daemon should start silently. This is a first step to shut up daemons. Got some idea from Debian Remote Maintainers and Thorsten Glaser, thanks! [1] https://salsa.debian.org/debian-remote-team/xrdp/blob/2751ad4d62b1f63dbc2e4b8fa1580fa54b0f5460/debian/patches/shutup-daemon.diff | |||||
| * | sesman: don't print config in reader function | Koichiro IWAO | 2018-06-05 | 2 | -74/+112 | |
| | | | | | | | | | | reader function should just read. Add config_dump function to print read config. | |||||
| * | sesman: s/XOrg/Xorg/g, no logic change | Koichiro IWAO | 2018-06-05 | 2 | -4/+4 | |
| | | | | | | | | X.Org is usually spelled X.Org or Xorg. | |||||
| * | sesman: config_read_logging function no longer exists | Koichiro IWAO | 2018-06-05 | 2 | -17/+0 | |
|/ | ||||||
* | Merge pull request #1132 from daixj-shterm/devel | jsorg71 | 2018-05-27 | 1 | -1/+1 | |
|\ | | | | | fix issue #1112: set SSL object's read_ahead flag to be 0 | |||||
| * | fix issue #1112: set SSL object's read_ahead flag to be 0 | daixj | 2018-05-21 | 1 | -1/+1 | |
| | | ||||||
* | | don't remove configure_params.h on make clean, only make distclean | Jay Sorg | 2018-05-27 | 1 | -1/+1 | |
| | | ||||||
* | | distclean remove configure_params.h | Jay Sorg | 2018-05-25 | 1 | -0/+3 | |
| | | ||||||
* | | add ipv6only to configure echo and add configure parameter to xrdp -h output | Jay Sorg | 2018-05-25 | 3 | -1/+9 | |
|/ | ||||||
* | Merge pull request #1126 from metalefty/strict-locations | metalefty | 2018-05-12 | 1 | -1/+2 | |
|\ | | | | | configure: set default value for enable_strict_locations | |||||
| * | configure: set default value for enable_strict_locations | Koichiro IWAO | 2018-05-10 | 1 | -1/+2 | |
|/ | | | | This change prints yes or no to configure summary introduced in #1118. | |||||
* | echo configure summary | Jay Sorg | 2018-05-02 | 1 | -0/+25 | |
| | ||||||
* | Merge pull request #1108 from aiden0z/devel | metalefty | 2018-04-22 | 1 | -3/+6 | |
|\ | | | | | sesrun support start other session based on session_code argument | |||||
| * | sesrun support start other session based on session_code argument | Aiden Luo | 2018-04-20 | 1 | -3/+6 | |
| | | ||||||
* | | Merge pull request #1107 from metalefty/sesman-xorg-wrapper | metalefty | 2018-04-20 | 1 | -1/+1 | |
|\ \ | | | | | | | sesman: Update Xorg help comment for Arch Linux | |||||
| * | | sesman: Update Xorg help comment for Arch Linux | Koichiro IWAO | 2018-04-19 | 1 | -1/+1 | |
| |/ | | | | | | | As reported in #1106, Arch Linux looks to me like using Xorg wrapper now. | |||||
* | | Merge pull request #1104 from metalefty/remove-x11rdp | metalefty | 2018-04-19 | 89 | -19419/+1 | |
|\ \ | | | | | | | Remove x11rdp | |||||
| * | | Remove x11rdp from README and EXTRA_DIST | Koichiro IWAO | 2018-04-17 | 2 | -3/+1 | |
| | | | ||||||
| * | | Remove x11rdp from xrdp repository | Koichiro IWAO | 2018-04-17 | 87 | -19416/+0 | |
| |/ | | | | | | | | | Now x11rdp is replaced with xorgxrdp. Deprecating it. Repository moved to https://github.com/neutrinolabs/x11rdp. |