Koichiro IWAO
9f8a902476
Add a pam file for FreeBSD
...
as existing xrdp-sesman.unix doesn't suit FreeBSD.
7 years ago
Koichiro IWAO
e879cf5fce
add TODO comments
8 years ago
Koichiro IWAO
bedf04cd9f
instfiles: substitute directories in systemd service files
...
Do not expect prefix is always /usr. /usr/local is often used when users
compile xrdp manually.
8 years ago
Pavel Roskin
8a1de8dbc4
Remove trailing whitespace
8 years ago
Dominik George
5b2364196c
Some fixes/improvements to service files. ( #646 )
...
* Add Documentation field so the systemctl help command works.
* Remove syslog.target as syslog is normally socket-activated now.
8 years ago
Pavel Roskin
409623a65f
Change BindTo to BindsTo, it was renamed in systemd long time ago
...
BindTo was left for compatibility.
https://lists.freedesktop.org/archives/systemd-commits/2012-July/002272.html
8 years ago
Pavel Roskin
8799bbac42
Allow PAM file selection in configure, improve autodetection, add SUSE
...
Use easy to understand names for config files (debian, redhat, suse,
unix). Move all autodetection to a separate script.
8 years ago
speidy
93c55e58a8
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp
...
Conflicts:
xorgxrdp
8 years ago
Pavel Roskin
c21b9a78f4
Distribute all files except git and github specific data
...
It is better to distribute a few useless file than not to distribute
needed files.
8 years ago
Westporch
be58f2d547
Sort alphabetically
8 years ago
Westporch
2bac73eba3
Add Korean keymap
8 years ago
Westporch
4681a06f6a
Add Korean keymap
8 years ago
Koichiro IWAO
d1dc5b7814
instfiles: unify km-*0411.ini into km-00000411.ini
...
as they're identical and no longer need to duplicate them after
commit 5725200
.
8 years ago
Koichiro IWAO
cab8955ea4
add Finnish keyboard
...
Closes #70
8 years ago
Koichiro IWAO
f62b55c547
switch newly added keymaps to 8 hex digit
8 years ago
Koichiro IWAO
c654c86206
Switch to 8 hex digit keymapfile
...
as the value keyboardLayout is actually 32-bit unsigned integer.
See [MS-RDPBCGR] - v20160714 p.45.
8 years ago
Itamar Reis Peixoto
d4f350758b
add km-040a.ini keyboard
8 years ago
Itamar Reis Peixoto
b70f372a87
add keymap-names.txt
8 years ago
Pavel Roskin
7e8863b0f2
Add UK English keyboard and code to generate it
8 years ago
Pavel Roskin
b63575cebc
Create and install rsakeys.ini
...
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.
9 years ago
Pavel Roskin
22e6f3e2f7
Use SCRIPTS for executable scripts, don't use "chmod 755"
9 years ago
Pavel Roskin
7642675ddf
Use "dist_" prefix to minimize use of EXTRA_DIST
...
"dist" is ignored in presense of "noinst", so keep noinst_man_MANS.
9 years ago
Pavel Roskin
afa6ec97cc
Install the most appropriate PAM settings file
...
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.
9 years ago
Pavel Roskin
9a1dea8e50
Fix sloppy formatting in instfiles/Makefile.am
...
Use spaces around = and +=, indent by 2 spaces.
9 years ago
Itamar Reis Peixoto
94ca3516b1
Merge pull request #310 from noldor/devel
...
update japanese keyboard "Henkan_Mode" key and "Muhenkan" key
9 years ago
Pavel Roskin
02c981e796
More spelling fixes found by codespell and aspell
9 years ago
noldor
1fb706c0fc
update japanese keyboard "Henkan_Mode" key and "Muhenkan" key
9 years ago
Pavel Roskin
dac8bf728a
PIDDIR should be /var/run, not /var/run/xrdp
...
There are no references to /var/run/xrdp anywhere else in the code.
9 years ago
Itamar Reis Peixoto
9f710ce94a
Merge pull request #276 from metalefty/show-license-freebsd-rc
...
instfiles: show license at the script taken from FreeBSD ports
9 years ago
Koichiro IWAO
7136fe608f
instfiles: add km-100c.ini to Makefile.am
...
Closes neutrinolabs/xrdp#280 .
9 years ago
Dartheo
7cd97bd2af
add swiss french keyboard map
9 years ago
Itamar Reis Peixoto
5f16481feb
Merge pull request #267 from moobyfr/fix-systemd-debian
...
some fixes for systemd on debian
9 years ago
Itamar Reis Peixoto
04f8982f5e
add missing .ini files into extra_dist, so they will appear in xrdp tarball after a make dist
9 years ago
Koichiro IWAO
8f4b59ac73
instfiles: show license at the script taken from FreeBSD ports
9 years ago
Blindauer Emmanuel
4179589548
Add default directory for debian, and set them optional
...
Remove the --nodaemon which makes the service fail at start
9 years ago
Itamar Reis Peixoto
26780d7fea
improve systemd unit files
9 years ago
itamarjp
c5cac75593
add more missing files into extra_dist
9 years ago
Koichiro IWAO
0f8f03e9cf
instfiles: merge rc script from FreeBSD
...
- merge rc script from FreeBSD
- modify Makefile.am to detect OS and install suitable files
10 years ago
speidy
8904252a98
instfiles: Add line seperator to makefile
10 years ago
jsorg71
830a93d824
Merge pull request #235 from metalefty/init-scripts-on-systemd
...
instfiles: init.d/xrdp shouldn't be installed on systemd system
10 years ago
Koichiro IWAO
2ce05038fd
instfiles: default/xrdp is not needed as well on systemd
10 years ago
Thomas Spalinger
04b729ccd1
finish for supporting swiss german keyboard
10 years ago
Koichiro IWAO
ea0aba4ae3
instfiles: init.d/xrdp shouldn't be installed on systemd system
...
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.
10 years ago
Jay Sorg
ee8998483b
Merge branch 'devel'
10 years ago
Jay Sorg
1052841cc6
Merge branch 'add-japanese-keymap' of git://github.com/metalefty/xrdp into metalefty-add-japanese-keymap
...
Conflicts:
xrdp/xrdp_keyboard.ini
10 years ago
Jay Sorg
3989dfcecc
pulseaudio: if source and sink are not installed, use null sink so pulseaudio will always start
10 years ago
Koichiro IWAO
67570b45de
Add Japanese keymap
10 years ago
Jay Sorg
32f172853f
Merge branch 'devel'
10 years ago
jsorg71
ddfd6b8b59
Merge pull request #144 from seabres/pambranch
...
Change to allow authentication against all authentication methods.
10 years ago
Michał Górny
cc3231272d
Install and enable 0415/pl keymap
10 years ago