Jay Sorg
49eb42b5b1
xorgxrdp=f72dda9
9 years ago
Jay Sorg
a303f9aaec
remove trailing white space
9 years ago
Jay Sorg
870437ac42
sesman: don't use hard code path for Xorg
9 years ago
Jay Sorg
a4f8705e99
multimon fix, mstsc reports desktop width and height of primary only
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
Jay Sorg
dbf959f5fa
X11rdp: do not Enqueue motion unless mouse position actually changes, fixes some context menus not always working
9 years ago
Jay Sorg
a330789e5b
xup: fix for when Xorg/X11rdp to xup message payload is zero
9 years ago
Itamar Reis Peixoto
d4791b39e1
Merge pull request #265 from itamarjp/devel
...
improve systemd unit files
9 years ago
Itamar Reis Peixoto
26780d7fea
improve systemd unit files
9 years ago
Itamar Reis Peixoto
99b433a130
Merge pull request #261 from itamarjp/devel
...
add missing files into extra_dist, this is required when using make dist to generate a tarball
9 years ago
itamarjp
c5cac75593
add more missing files into extra_dist
9 years ago
itamarjp
960cc62a0e
add missing files into extra_dist,
...
this is required when using make dist to generate a tarball
9 years ago
Jay Sorg
2ed8108d77
Merge branch 'devel' of git:neutrinolabs/xrdp into devel
9 years ago
Jay Sorg
6c23b85593
add timeout to trans_get_wait_objs_rw
9 years ago
jsorg71
7daeb4ddd7
Merge pull request #252 from metalefty/freebsd/instfiles
...
instfiles: merge rc script from FreeBSD
9 years ago
Jay Sorg
136e072513
fix problem caused by b56aa98
for tls connections
9 years ago
Jay Sorg
527bac0624
move libvnc to trans for io
9 years ago
Jay Sorg
fc1e4c645c
update the copyright year
9 years ago
Jay Sorg
72f84fd2ec
set the source for xup module
9 years ago
Jay Sorg
5d73cbd636
set the source for chansrv
9 years ago
Jay Sorg
914b4acf39
fix for libxrdp_reset
9 years ago
Jay Sorg
4a553e07af
update the module API
9 years ago
Jay Sorg
65de5e971b
xup: move to trans for io
9 years ago
Jay Sorg
b56aa9832e
work on main loop changes
9 years ago
Koichiro IWAO
536ee41c5e
common: add --enable-ipv6only option
10 years ago
Koichiro IWAO
5bc0453605
common: drop ipv6 autodetection only valid for linux
10 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
jsorg71
f8432d0bb7
Merge pull request #251 from metalefty/freebsd/sesman
...
sesman: merge FreeBSD local patch for session.c
10 years ago
Koichiro IWAO
67ff276d4d
sesman: add copyright noice for code from OpenSSH
10 years ago
Koichiro IWAO
481653e5f3
sesman: merge FreeBSD local patch for session.c
...
net/xrdp: effective login name is not set by xrdp-sesman
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=157282
10 years ago
jsorg71
92f10c5e9c
Merge pull request #250 from metalefty/gitignore
...
add compile and xrdp-xcon to .gitignore
10 years ago
Koichiro IWAO
05a1251f26
add compile and xrdp-xcon to .gitignore
10 years ago
Idan Freiberg
2a8209ca8b
Merge pull request #249 from metalefty/freebsd/tls
...
common: fix #248 TLS on FreeBSD
10 years ago
Koichiro IWAO
cd6ab20e94
common: shut up some messages in ssl_tls_print_error
...
SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE are not fatal error but just
indicate SSL_read, SSL_write, SSL_accept functions to repeat.
10 years ago
Koichiro IWAO
2a2b8bcd59
common: fix #248 TLS on FreeBSD
...
According to document[1][2][3], retry when SSL_get_error returns
SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE.
[1] https://www.openssl.org/docs/ssl/SSL_read.html
[2] https://www.openssl.org/docs/ssl/SSL_write.html
[3] https://www.openssl.org/docs/ssl/SSL_accept.html
10 years ago
speidy
9fb02e381d
libxrdp: xrdp_iso: changed logs, some fixes in security layer
...
negotiation.
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
jsorg71
b55231f18a
Merge pull request #226 from metalefty/freebsd/openpam
...
xrdp: xrdp_mm.c detect and use OpenPAM
10 years ago
Jay Sorg
33167a7c74
add frame acks and h264 codec mode basics
10 years ago
jsorg71
7f8ec757de
Merge pull request #231 from metalefty/g_sck_get_peer_cred
...
common: workaround for #146
10 years ago
Created by chef
db3817bf85
remove some checked in binaries
10 years ago
Koichiro IWAO
1f844b2d0e
common: workaround for #146
10 years ago
jsorg71
5788133c4d
Merge pull request #230 from metalefty/errno-eremoteio-eio
...
fuse: use EIO instead of EREMOTEIO for BSDs
10 years ago
jsorg71
f3fe2309ac
Merge pull request #229 from metalefty/configure-fuse
...
configure: use PKG_CHECK_MODULES to check fuse
10 years ago
Koichiro IWAO
53ea01d51e
fuse: use EIO instead of EREMOTEIO for BSDs
...
FreeBSD/OpenBSD/NetBSD and OS X don't have errno EREMOTEIO.
10 years ago
Koichiro IWAO
67cad0d374
configure: use PKG_CHECK_MODULES to check fuse
...
fuse has fuse.pc file for pkg-config. this is more reliable.
10 years ago