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
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
Jay Sorg
9c2951fa6c
X11rdp: update versions, web site
10 years ago
Jay Sorg
4a95950f96
X11rdp: check for errors from shmem calls
10 years ago
Koichiro IWAO
283a16115a
xrdp: xrdp_mm.c detect and use OpenPAM
...
OpenPAM is used in FreeBSD, NetBSD, DragonFly BSD and Mac OS X.
On the Linux system, Linux-PAM is used. Detect PAM during configure
and use which the system has.
10 years ago
jsorg71
f9c848f3ca
Merge pull request #225 from metalefty/chansrv-explicit-include
...
chansrv: explicit include in chansrv_fuse.c
10 years ago
Jay Sorg
9e310fbe06
clipboard file paste, don't add new line to last line
10 years ago
Koichiro IWAO
647c72b75b
chansrv: explicit include in chansrv_fuse.c
...
chansrv_fuse.c includes chansrv_fuse.h even if XRDP_FUSE is not
defined. However, time_t is used in chansrv_fuse.h. This causes
build failure on FreeBSD.
10 years ago
jsorg71
4a6567c5a2
Merge pull request #222 from metalefty/issue-33
...
xrdp: fix -h -v option if xrdp.ini is invalid
10 years ago
jsorg71
4f60b58b17
Merge pull request #212 from robertalks/devel
...
fix possible segfault in chansrv if DISPLAY is not set
10 years ago
jsorg71
5969e11153
Merge pull request #224 from metalefty/void-return
...
sesman: void function should not return a value
10 years ago
Koichiro IWAO
ac9ff52c1b
sesman: void function should not return a value
10 years ago
Jay Sorg
291cb738a3
X11rdp: use pCompositeClip for offscreen pixmaps
10 years ago
jsorg71
b12c2d7b41
Merge pull request #221 from metalefty/add-ipv6-option
...
add experimental ipv6 option
10 years ago
Koichiro IWAO
ba2237a3c4
xrdp: fix -h -v option if xrdp.ini is invalid
...
- log_start should be called after help and version
- Fixes neutrinolabs/xrdp#33 .
10 years ago
Koichiro IWAO
278e957dd7
common: add experimental --enable-ipv6 option
10 years ago
jsorg71
c3164eac76
Merge pull request #215 from mancha1/shadow-fix
...
sesman: fix so shadow accounts aren't incorrectly classified "inactive"
10 years ago
mancha
d432609c2a
sesman: fix so shadow accounts aren't incorrectly classified "inactive"
...
as might happen if sp_max/sp_inact fields are empty or sp_lstchg=0.
10 years ago
Jay Sorg
9cd634007f
fix for case where shmget can return an shmid of zero
10 years ago
Jay Sorg
ef20d9d507
add keyboard options to xrdp_client_info
10 years ago
jsorg71
a631f6ac61
Merge pull request #213 from PythianAdminiscope/devel
...
bidirectional vnc clipboard
10 years ago
Jay Sorg
4dd78c1b8e
minor change in opus encoding
10 years ago
Jay Sorg
c33b4a7d5f
remove some warnings
10 years ago
Jay Sorg
402c143af9
Pythian patch for bidirectional vnc clipboard
10 years ago
Robert Milasan
f59c925f8b
fix possible segfault in chansrv if DISPLAY is not set
10 years ago
Jay Sorg
9c5c0660b2
chansrv: reset opus support on init
10 years ago