Jay Sorg
|
e51175f6d8
|
vnc: fix a issue with passwords longer that 8
|
9 years ago |
jsorg71
|
bd248ac2be
|
Merge pull request #270 from teckids/submit-upstream
merge copyright and licence for this file from where it was taken from
|
9 years ago |
jsorg71
|
8a644c6966
|
Merge pull request #272 from moobyfr/feature-xorgxrdp-allowxrandr
Allow to reconnect with a different size while using the Xorg module
|
9 years ago |
Blindauer Emmanuel
|
12092e8098
|
Allow to reconnect with a different size while using the Xorg module
|
9 years ago |
Jay Sorg
|
4430119d40
|
common: remove d3des files
|
9 years ago |
Jay Sorg
|
6384bae1e7
|
common: changes to trans for timeout
|
9 years ago |
Jay Sorg
|
bfe69badc3
|
vnc: remove rfbDes calls
|
9 years ago |
Jay Sorg
|
d91de3c1cc
|
sesman: remove rfbDes calls
|
9 years ago |
Jay Sorg
|
5c08ece708
|
common: add g_mirror_memcpy
|
9 years ago |
Jay Sorg
|
01aff5e9e8
|
xorgxrdp=f72dda9
|
9 years ago |
Jay Sorg
|
6974dc5c6d
|
remove some more generated files
|
9 years ago |
Jay Sorg
|
7fb6586a9e
|
remove some qt generated files
|
9 years ago |
mirabilos
|
dca8083ada
|
merge copyright and licence for this file from where it was taken from
|
9 years ago |
speidy
|
253500ed4d
|
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into devel
|
9 years ago |
speidy
|
0f14d1bbc5
|
bootstrap, add libtoolize
|
9 years ago |
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 |
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
|
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 |