Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ | |/ | |||||
| * | 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 | ||||
* | | Merge branch 'devel' | Jay Sorg | 2014-11-13 | 8 | -421/+2005 |
|\ \ | |/ | |||||
| * | 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 |
| | | |||||
* | | Merge pull request #144 from seabres/pambranch | jsorg71 | 2014-11-08 | 1 | -3/+4 |
|\ \ | |/ |/| | Change to allow authentication against all authentication methods. | ||||
| * | Change to allow authentication against all authentication methods. | seabres | 2014-06-04 | 1 | -3/+4 |
| | | |||||
* | | pulse always sink | Jay Sorg | 2014-05-26 | 1 | -0/+1 |
| | |