Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add Spanish (Latin Amarican) keyboard | Koichiro IWAO | 2018-11-01 | 2 | -0/+1056 |
| | | | | Closes #1237. | ||||
* | 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/ | ||||
* | instfiles: Add pam.d config for arch linux. | Boris Bopp | 2018-03-27 | 3 | -1/+12 |
| | |||||
* | Added PAM support for MacOS | Vraiment | 2018-02-07 | 4 | -0/+22 |
| | |||||
* | Add dvorak keyboard layout | Soedarsono | 2017-11-01 | 2 | -1/+1057 |
| | |||||
* | instfiles: don't include generated *.services files in distribution | Koichiro IWAO | 2017-08-16 | 1 | -1/+1 |
| | | | | | Solves #848. Pointed out by: Fuminobu TAKEYAMA (@ftake) | ||||
* | Add a pam file for FreeBSD | Koichiro IWAO | 2017-07-21 | 3 | -0/+11 |
| | | | | as existing xrdp-sesman.unix doesn't suit FreeBSD. | ||||
* | add TODO comments | Koichiro IWAO | 2017-05-31 | 1 | -0/+1 |
| | |||||
* | instfiles: substitute directories in systemd service files | Koichiro IWAO | 2017-05-31 | 5 | -35/+55 |
| | | | | | Do not expect prefix is always /usr. /usr/local is often used when users compile xrdp manually. | ||||
* | Remove trailing whitespace | Pavel Roskin | 2017-02-08 | 2 | -3/+3 |
| | |||||
* | Some fixes/improvements to service files. (#646) | Dominik George | 2017-01-30 | 2 | -2/+4 |
| | | | | * Add Documentation field so the systemctl help command works. * Remove syslog.target as syslog is normally socket-activated now. | ||||
* | Change BindTo to BindsTo, it was renamed in systemd long time ago | Pavel Roskin | 2017-01-20 | 1 | -1/+1 |
| | | | | | | BindTo was left for compatibility. https://lists.freedesktop.org/archives/systemd-commits/2012-July/002272.html | ||||
* | Allow PAM file selection in configure, improve autodetection, add SUSE | Pavel Roskin | 2017-01-15 | 8 | -24/+66 |
| | | | | Use easy to understand names for config files (debian, redhat, suse, unix). Move all autodetection to a separate script. | ||||
* | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp | speidy | 2016-12-22 | 33 | -2431/+3736 |
|\ | | | | | | | | | Conflicts: xorgxrdp | ||||
| * | Distribute all files except git and github specific data | Pavel Roskin | 2016-12-18 | 1 | -0/+1 |
| | | | | | | | | | | It is better to distribute a few useless file than not to distribute needed files. | ||||
| * | Sort alphabetically | Westporch | 2016-12-14 | 1 | -2/+2 |
| | | |||||
| * | Add Korean keymap | Westporch | 2016-12-14 | 1 | -1/+2 |
| | | |||||
| * | Add Korean keymap | Westporch | 2016-12-14 | 1 | -0/+1057 |
| | | |||||
| * | instfiles: unify km-*0411.ini into km-00000411.ini | Koichiro IWAO | 2016-11-30 | 4 | -3169/+1 |
| | | | | | | | | | | as they're identical and no longer need to duplicate them after commit 5725200. | ||||
| * | add Finnish keyboard | Koichiro IWAO | 2016-11-02 | 2 | -0/+792 |
| | | | | | | | | Closes #70 | ||||
| * | switch newly added keymaps to 8 hex digit | Koichiro IWAO | 2016-10-24 | 3 | -123/+123 |
| | | |||||
| * | Switch to 8 hex digit keymapfile | Koichiro IWAO | 2016-10-24 | 17 | -16/+16 |
| | | | | | | | | | | as the value keyboardLayout is actually 32-bit unsigned integer. See [MS-RDPBCGR] - v20160714 p.45. | ||||
| * | add km-040a.ini keyboard | Itamar Reis Peixoto | 2016-10-21 | 2 | -0/+660 |
| | | |||||
| * | add keymap-names.txt | Itamar Reis Peixoto | 2016-10-21 | 1 | -0/+124 |
| | | |||||
| * | Add UK English keyboard and code to generate it | Pavel Roskin | 2016-09-05 | 2 | -0/+1056 |
| | | |||||
| * | Create and install rsakeys.ini | Pavel Roskin | 2016-02-23 | 2 | -17/+0 |
| | | | | | | | | | | | | | | | | | | Use install-data-hook to ensure restrictive permissions on rsakeys.ini. Don't create rsakeys.ini in init scripts. This makes xrdp functional upon "make install" without relying on the init scripts. Packagers should not package rsakeys.ini, it should be created when the package is installed. | ||||
| * | Use SCRIPTS for executable scripts, don't use "chmod 755" | Pavel Roskin | 2016-02-22 | 3 | -6/+3 |
| | | |||||
| * | Use "dist_" prefix to minimize use of EXTRA_DIST | Pavel Roskin | 2016-02-22 | 5 | -19/+12 |
| | | | | | | "dist" is ignored in presense of "noinst", so keep noinst_man_MANS. | ||||
| * | Install the most appropriate PAM settings file | Pavel Roskin | 2016-02-13 | 3 | -3/+23 |
| | | | | | | | | | | | | Installing a file referring to common-auth is of no use if that file doesn't exit. Don't use "password" entry, xrdp doesn't ever change user password. | ||||
| * | Fix sloppy formatting in instfiles/Makefile.am | Pavel Roskin | 2016-02-12 | 1 | -14/+14 |
| | | | | | | Use spaces around = and +=, indent by 2 spaces. | ||||
| * | Merge pull request #310 from noldor/devel | Itamar Reis Peixoto | 2016-02-08 | 4 | -64/+64 |
| |\ | | | | | | | update japanese keyboard "Henkan_Mode" key and "Muhenkan" key | ||||
| | * | update japanese keyboard "Henkan_Mode" key and "Muhenkan" key | noldor | 2016-01-30 | 4 | -64/+64 |
| | | | |||||
| * | | More spelling fixes found by codespell and aspell | Pavel Roskin | 2016-01-30 | 1 | -1/+1 |
| |/ | |||||
| * | PIDDIR should be /var/run, not /var/run/xrdp | Pavel Roskin | 2016-01-14 | 1 | -1/+1 |
| | | | | | | There are no references to /var/run/xrdp anywhere else in the code. | ||||
| * | Merge pull request #276 from metalefty/show-license-freebsd-rc | Itamar Reis Peixoto | 2015-11-18 | 1 | -0/+23 |
| |\ | | | | | | | instfiles: show license at the script taken from FreeBSD ports | ||||
| | * | instfiles: show license at the script taken from FreeBSD ports | Koichiro IWAO | 2015-08-21 | 1 | -0/+23 |
| | | | |||||
| * | | instfiles: add km-100c.ini to Makefile.am | Koichiro IWAO | 2015-11-11 | 1 | -0/+1 |
| | | | | | | | | | | | | Closes neutrinolabs/xrdp#280. | ||||
| * | | add swiss french keyboard map | Dartheo | 2015-11-11 | 1 | -0/+659 |
| | | | |||||
| * | | Merge pull request #267 from moobyfr/fix-systemd-debian | Itamar Reis Peixoto | 2015-10-14 | 2 | -3/+5 |
| |\ \ | | | | | | | | | some fixes for systemd on debian | ||||
| | * | | Add default directory for debian, and set them optional | Blindauer Emmanuel | 2015-07-24 | 2 | -3/+5 |
| | |/ | | | | | | | | | | Remove the --nodaemon which makes the service fail at start | ||||
| * | | add missing .ini files into extra_dist, so they will appear in xrdp tarball ↵ | Itamar Reis Peixoto | 2015-08-30 | 1 | -4/+9 |
| |/ | | | | | | | after a make dist | ||||
| * | improve systemd unit files | Itamar Reis Peixoto | 2015-07-15 | 2 | -1/+2 |
| | | |||||
| * | add more missing files into extra_dist | itamarjp | 2015-07-14 | 1 | -1/+2 |
| | | |||||
| * | instfiles: merge rc script from FreeBSD | Koichiro IWAO | 2015-06-18 | 3 | -15/+107 |
| | | | | | | | | | | - merge rc script from FreeBSD - modify Makefile.am to detect OS and install suitable files | ||||
| * | instfiles: Add line seperator to makefile | speidy | 2015-05-02 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #235 from metalefty/init-scripts-on-systemd | jsorg71 | 2015-05-01 | 2 | -5/+9 |
| |\ | | | | | | | instfiles: init.d/xrdp shouldn't be installed on systemd system | ||||
| | * | instfiles: default/xrdp is not needed as well on systemd | Koichiro IWAO | 2015-04-27 | 1 | -1/+1 |
| | | | |||||
| | * | instfiles: init.d/xrdp shouldn't be installed on systemd system | Koichiro IWAO | 2015-04-17 | 2 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | On systemd system, at least CentOS 7, `service foo start` command works as wrapper of `systemctl start foo`. However, xrdp installs init script into /etc/init.d/xrdp. This script is not necessary for systemd system, and, what is worse, if init.d/xrdp exists, `service xrdp start` works as wrapper to run init.d/xrdp. Maybe this is inconvinient for many users. | ||||
| * | | finish for supporting swiss german keyboard | Thomas Spalinger | 2015-04-19 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'devel' | Jay Sorg | 2015-01-07 | 6 | -2/+4231 |
|\ \ | |/ |