summaryrefslogtreecommitdiffstats
path: root/instfiles
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespacePavel Roskin2017-02-082-3/+3
|
* Some fixes/improvements to service files. (#646)Dominik George2017-01-302-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 agoPavel Roskin2017-01-201-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 SUSEPavel Roskin2017-01-158-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/xrdpspeidy2016-12-2233-2431/+3736
|\ | | | | | | | | Conflicts: xorgxrdp
| * Distribute all files except git and github specific dataPavel Roskin2016-12-181-0/+1
| | | | | | | | | | It is better to distribute a few useless file than not to distribute needed files.
| * Sort alphabeticallyWestporch2016-12-141-2/+2
| |
| * Add Korean keymapWestporch2016-12-141-1/+2
| |
| * Add Korean keymapWestporch2016-12-141-0/+1057
| |
| * instfiles: unify km-*0411.ini into km-00000411.iniKoichiro IWAO2016-11-304-3169/+1
| | | | | | | | | | as they're identical and no longer need to duplicate them after commit 5725200.
| * add Finnish keyboardKoichiro IWAO2016-11-022-0/+792
| | | | | | | | Closes #70
| * switch newly added keymaps to 8 hex digitKoichiro IWAO2016-10-243-123/+123
| |
| * Switch to 8 hex digit keymapfileKoichiro IWAO2016-10-2417-16/+16
| | | | | | | | | | as the value keyboardLayout is actually 32-bit unsigned integer. See [MS-RDPBCGR] - v20160714 p.45.
| * add km-040a.ini keyboardItamar Reis Peixoto2016-10-212-0/+660
| |
| * add keymap-names.txtItamar Reis Peixoto2016-10-211-0/+124
| |
| * Add UK English keyboard and code to generate itPavel Roskin2016-09-052-0/+1056
| |
| * Create and install rsakeys.iniPavel Roskin2016-02-232-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 Roskin2016-02-223-6/+3
| |
| * Use "dist_" prefix to minimize use of EXTRA_DISTPavel Roskin2016-02-225-19/+12
| | | | | | "dist" is ignored in presense of "noinst", so keep noinst_man_MANS.
| * Install the most appropriate PAM settings filePavel Roskin2016-02-133-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.amPavel Roskin2016-02-121-14/+14
| | | | | | Use spaces around = and +=, indent by 2 spaces.
| * Merge pull request #310 from noldor/develItamar Reis Peixoto2016-02-084-64/+64
| |\ | | | | | | update japanese keyboard "Henkan_Mode" key and "Muhenkan" key
| | * update japanese keyboard "Henkan_Mode" key and "Muhenkan" keynoldor2016-01-304-64/+64
| | |
| * | More spelling fixes found by codespell and aspellPavel Roskin2016-01-301-1/+1
| |/
| * PIDDIR should be /var/run, not /var/run/xrdpPavel Roskin2016-01-141-1/+1
| | | | | | There are no references to /var/run/xrdp anywhere else in the code.
| * Merge pull request #276 from metalefty/show-license-freebsd-rcItamar Reis Peixoto2015-11-181-0/+23
| |\ | | | | | | instfiles: show license at the script taken from FreeBSD ports
| | * instfiles: show license at the script taken from FreeBSD portsKoichiro IWAO2015-08-211-0/+23
| | |
| * | instfiles: add km-100c.ini to Makefile.amKoichiro IWAO2015-11-111-0/+1
| | | | | | | | | | | | Closes neutrinolabs/xrdp#280.
| * | add swiss french keyboard mapDartheo2015-11-111-0/+659
| | |
| * | Merge pull request #267 from moobyfr/fix-systemd-debianItamar Reis Peixoto2015-10-142-3/+5
| |\ \ | | | | | | | | some fixes for systemd on debian
| | * | Add default directory for debian, and set them optionalBlindauer Emmanuel2015-07-242-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 Peixoto2015-08-301-4/+9
| |/ | | | | | | after a make dist
| * improve systemd unit filesItamar Reis Peixoto2015-07-152-1/+2
| |
| * add more missing files into extra_distitamarjp2015-07-141-1/+2
| |
| * instfiles: merge rc script from FreeBSDKoichiro IWAO2015-06-183-15/+107
| | | | | | | | | | - merge rc script from FreeBSD - modify Makefile.am to detect OS and install suitable files
| * instfiles: Add line seperator to makefilespeidy2015-05-021-3/+3
| |
| * Merge pull request #235 from metalefty/init-scripts-on-systemdjsorg712015-05-012-5/+9
| |\ | | | | | | instfiles: init.d/xrdp shouldn't be installed on systemd system
| | * instfiles: default/xrdp is not needed as well on systemdKoichiro IWAO2015-04-271-1/+1
| | |
| | * instfiles: init.d/xrdp shouldn't be installed on systemd systemKoichiro IWAO2015-04-172-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 keyboardThomas Spalinger2015-04-191-0/+1
| |/
* | Merge branch 'devel'Jay Sorg2015-01-076-2/+4231
|\ \ | |/
| * Merge branch 'add-japanese-keymap' of git://github.com/metalefty/xrdp into ↵Jay Sorg2014-12-125-1/+4225
| |\ | | | | | | | | | | | | | | | | | | metalefty-add-japanese-keymap Conflicts: xrdp/xrdp_keyboard.ini
| | * Add Japanese keymapKoichiro IWAO2014-12-015-1/+4225
| | |
| * | pulseaudio: if source and sink are not installed, use null sink so ↵Jay Sorg2014-12-111-1/+6
| |/ | | | | | | pulseaudio will always start
* | Merge branch 'devel'Jay Sorg2014-11-138-421/+2005
|\ \ | |/
| * Install and enable 0415/pl keymapMichał Górny2014-10-271-0/+1
| |
| * Update keymapsMichał Górny2014-10-277-421/+2004
| |
* | Merge pull request #144 from seabres/pambranchjsorg712014-11-081-3/+4
|\ \ | |/ |/| Change to allow authentication against all authentication methods.
| * Change to allow authentication against all authentication methods.seabres2014-06-041-3/+4
| |
* | pulse always sinkJay Sorg2014-05-261-0/+1
| |