Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 'add-japanese-keymap' of git://github.com/metalefty/xrdp into ↵ | Jay Sorg | 2014-12-12 | 5 | -1/+4225 |
|\ | | | | | | | | | | | | | metalefty-add-japanese-keymap Conflicts: xrdp/xrdp_keyboard.ini | ||||
| * | Add Japanese keymap | Koichiro IWAO | 2014-12-01 | 5 | -1/+4225 |
| | | |||||
* | | pulseaudio: if source and sink are not installed, use null sink so ↵ | Jay Sorg | 2014-12-11 | 1 | -1/+6 |
|/ | | | | pulseaudio will always start | ||||
* | Install and enable 0415/pl keymap | Michał Górny | 2014-10-27 | 1 | -0/+1 |
| | |||||
* | Update keymaps | Michał Górny | 2014-10-27 | 7 | -421/+2004 |
| | |||||
* | pulse always sink | Jay Sorg | 2014-05-26 | 1 | -0/+1 |
| | |||||
* | added defautl.pa | Jay Sorg | 2014-05-20 | 2 | -1/+5 |
| | |||||
* | added default.pa | Jay Sorg | 2014-05-20 | 1 | -0/+6 |
| | |||||
* | Fix absolute path in instfiles/Makefile.am | Congyi Wu | 2013-10-23 | 1 | -1/+1 |
| | |||||
* | xrdp initscript add BASE var, add SDAEMON var, replace fullpaths | cocoon | 2013-07-05 | 1 | -5/+7 |
| | | | | | | | | | | | with combined path var -DAEMON=/usr/sbin/xrdp +BASE=__BASE__ (PREFIX gets replaced by given prefix, or as fallback /usr/local on Ubuntu) +DAEMON=${BASE}/sbin/xrdp +SDAEMON=${BASE}/sbin/xrdp-sesman | ||||
* | dynamically insert prefix path into init script | cocoon | 2013-07-05 | 1 | -0/+1 |
| | | | using sed -i when running make install | ||||
* | add norwegian keyboard definition | Jay Sorg | 2013-05-25 | 1 | -0/+659 |
| | |||||
* | pam: added xrdp-sesman.other | Jay Sorg | 2013-05-07 | 1 | -0/+4 |
| | |||||
* | pam changes to use system default | Jay Sorg | 2013-04-22 | 1 | -3/+4 |
| | |||||
* | remove awkward rsakeys.init comparison | Gustavo Homem | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | correct usage | Gustavo Homem | 2013-03-20 | 1 | -1/+1 |
| | |||||
* | more robust version, including force-stop option | Gustavo Homem | 2013-03-20 | 1 | -33/+133 |
| | |||||
* | further integration fixes | Gustavo Homem | 2013-03-20 | 1 | -1/+3 |
| | |||||
* | add FORCE flag to ensure the service really stops (overridable by system | Gustavo Homem | 2013-03-20 | 1 | -108/+31 |
| | | | | administraor) | ||||
* | fix xrdp init script permissions | Gustavo Homem | 2013-03-20 | 1 | -0/+1 |
| | |||||
* | Changes related to integration | Gustavo Homem | 2013-03-18 | 6 | -3/+837 |
| | |||||
* | added LSB tags to xrdp.sh | Jay Sorg | 2012-09-07 | 1 | -0/+12 |
| | |||||
* | add systemd support into xrdp | Itamar Reis Peixoto | 2012-05-26 | 3 | -1/+37 |
| | |||||
* | Keymap for Brazilian ABNT2 keyboard | Itamar Reis Peixoto | 2011-05-06 | 1 | -0/+659 |
| | |||||
* | Added SwissGerman keyboard layout file. Thx to Manuel Salera | Nicola Ruggero | 2011-01-17 | 1 | -0/+659 |
| | |||||
* | New key layout (Dutch Belgium 0x0813 and French Belgium 0x080c) | Nicola Ruggero | 2010-12-15 | 2 | -0/+1318 |
| | | | | Thanks Seppe De Loore |