summaryrefslogtreecommitdiffstats
path: root/instfiles
Commit message (Collapse)AuthorAgeFilesLines
* add Spanish (Latin Amarican) keyboardKoichiro IWAO2018-11-012-0/+1056
| | | | Closes #1237.
* FreeBSD: separate rc script into xrdp and xrdp-sesmanKoichiro IWAO2018-05-304-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 Bopp2018-03-273-1/+12
|
* Added PAM support for MacOSVraiment2018-02-074-0/+22
|
* Add dvorak keyboard layoutSoedarsono2017-11-012-1/+1057
|
* instfiles: don't include generated *.services files in distributionKoichiro IWAO2017-08-161-1/+1
| | | | | Solves #848. Pointed out by: Fuminobu TAKEYAMA (@ftake)
* Add a pam file for FreeBSDKoichiro IWAO2017-07-213-0/+11
| | | | as existing xrdp-sesman.unix doesn't suit FreeBSD.
* add TODO commentsKoichiro IWAO2017-05-311-0/+1
|
* instfiles: substitute directories in systemd service filesKoichiro IWAO2017-05-315-35/+55
| | | | | Do not expect prefix is always /usr. /usr/local is often used when users compile xrdp manually.
* 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
|\ \ | |/