Jay Sorg
6384bae1e7
common: changes to trans for timeout
11 years ago
Jay Sorg
bfe69badc3
vnc: remove rfbDes calls
11 years ago
Jay Sorg
d91de3c1cc
sesman: remove rfbDes calls
11 years ago
Jay Sorg
5c08ece708
common: add g_mirror_memcpy
11 years ago
Jay Sorg
01aff5e9e8
xorgxrdp=f72dda9
11 years ago
Jay Sorg
6974dc5c6d
remove some more generated files
11 years ago
Jay Sorg
7fb6586a9e
remove some qt generated files
11 years ago
speidy
253500ed4d
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into devel
11 years ago
speidy
0f14d1bbc5
bootstrap, add libtoolize
11 years ago
Jay Sorg
49eb42b5b1
xorgxrdp=f72dda9
11 years ago
Jay Sorg
a303f9aaec
remove trailing white space
11 years ago
Jay Sorg
870437ac42
sesman: don't use hard code path for Xorg
11 years ago
Jay Sorg
a4f8705e99
multimon fix, mstsc reports desktop width and height of primary only
11 years ago
Jay Sorg
dbf959f5fa
X11rdp: do not Enqueue motion unless mouse position actually changes, fixes some context menus not always working
11 years ago
Jay Sorg
a330789e5b
xup: fix for when Xorg/X11rdp to xup message payload is zero
11 years ago
Itamar Reis Peixoto
d4791b39e1
Merge pull request #265 from itamarjp/devel
...
improve systemd unit files
11 years ago
Itamar Reis Peixoto
26780d7fea
improve systemd unit files
11 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
11 years ago
itamarjp
c5cac75593
add more missing files into extra_dist
11 years ago
itamarjp
960cc62a0e
add missing files into extra_dist,
...
this is required when using make dist to generate a tarball
11 years ago
Jay Sorg
2ed8108d77
Merge branch 'devel' of git:neutrinolabs/xrdp into devel
11 years ago
Jay Sorg
6c23b85593
add timeout to trans_get_wait_objs_rw
11 years ago
jsorg71
7daeb4ddd7
Merge pull request #252 from metalefty/freebsd/instfiles
...
instfiles: merge rc script from FreeBSD
11 years ago
Jay Sorg
136e072513
fix problem caused by b56aa98 for tls connections
11 years ago
Jay Sorg
527bac0624
move libvnc to trans for io
11 years ago
Jay Sorg
fc1e4c645c
update the copyright year
11 years ago
Jay Sorg
72f84fd2ec
set the source for xup module
11 years ago
Jay Sorg
5d73cbd636
set the source for chansrv
11 years ago
Jay Sorg
914b4acf39
fix for libxrdp_reset
11 years ago
Jay Sorg
4a553e07af
update the module API
11 years ago
Jay Sorg
65de5e971b
xup: move to trans for io
11 years ago
Jay Sorg
b56aa9832e
work on main loop changes
11 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
11 years ago
jsorg71
f8432d0bb7
Merge pull request #251 from metalefty/freebsd/sesman
...
sesman: merge FreeBSD local patch for session.c
11 years ago
Koichiro IWAO
67ff276d4d
sesman: add copyright noice for code from OpenSSH
11 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
11 years ago
jsorg71
92f10c5e9c
Merge pull request #250 from metalefty/gitignore
...
add compile and xrdp-xcon to .gitignore
11 years ago
Koichiro IWAO
05a1251f26
add compile and xrdp-xcon to .gitignore
11 years ago
Idan Freiberg
2a8209ca8b
Merge pull request #249 from metalefty/freebsd/tls
...
common: fix #248 TLS on FreeBSD
11 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.
11 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
11 years ago
speidy
9fb02e381d
libxrdp: xrdp_iso: changed logs, some fixes in security layer
...
negotiation.
11 years ago
speidy
8904252a98
instfiles: Add line seperator to makefile
11 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
11 years ago
Koichiro IWAO
2ce05038fd
instfiles: default/xrdp is not needed as well on systemd
11 years ago
Thomas Spalinger
04b729ccd1
finish for supporting swiss german keyboard
11 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.
11 years ago
jsorg71
b55231f18a
Merge pull request #226 from metalefty/freebsd/openpam
...
xrdp: xrdp_mm.c detect and use OpenPAM
11 years ago
Jay Sorg
33167a7c74
add frame acks and h264 codec mode basics
11 years ago
jsorg71
7f8ec757de
Merge pull request #231 from metalefty/g_sck_get_peer_cred
...
common: workaround for #146
11 years ago