Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #265 from itamarjp/devel | Itamar Reis Peixoto | 2015-07-15 | 2 | -1/+2 | |
|\ \ | |/ | | | improve systemd unit files | |||||
| * | improve systemd unit files | Itamar Reis Peixoto | 2015-07-15 | 2 | -1/+2 | |
|/ | ||||||
* | Merge pull request #261 from itamarjp/devel | Itamar Reis Peixoto | 2015-07-14 | 5 | -5/+12 | |
|\ | | | | | add missing files into extra_dist, this is required when using make dist to generate a tarball | |||||
| * | add more missing files into extra_dist | itamarjp | 2015-07-14 | 2 | -2/+4 | |
| | | ||||||
| * | add missing files into extra_dist, | itamarjp | 2015-07-14 | 4 | -4/+9 | |
|/ | | | | this is required when using make dist to generate a tarball | |||||
* | Merge branch 'devel' of git:neutrinolabs/xrdp into devel | Jay Sorg | 2015-07-13 | 4 | -15/+129 | |
|\ | ||||||
| * | Merge pull request #252 from metalefty/freebsd/instfiles | jsorg71 | 2015-07-12 | 4 | -15/+129 | |
| |\ | | | | | | | instfiles: merge rc script from FreeBSD | |||||
| | * | instfiles: merge rc script from FreeBSD | Koichiro IWAO | 2015-06-18 | 4 | -15/+129 | |
| | | | | | | | | | | | | | | | - merge rc script from FreeBSD - modify Makefile.am to detect OS and install suitable files | |||||
* | | | add timeout to trans_get_wait_objs_rw | Jay Sorg | 2015-07-13 | 6 | -6/+6 | |
|/ / | ||||||
* | | fix problem caused by b56aa98 for tls connections | Jay Sorg | 2015-07-12 | 1 | -1/+1 | |
| | | ||||||
* | | move libvnc to trans for io | Jay Sorg | 2015-07-12 | 2 | -211/+177 | |
| | | ||||||
* | | update the copyright year | Jay Sorg | 2015-07-12 | 2 | -2/+2 | |
| | | ||||||
* | | set the source for xup module | Jay Sorg | 2015-07-11 | 1 | -0/+5 | |
| | | ||||||
* | | set the source for chansrv | Jay Sorg | 2015-07-11 | 1 | -2/+4 | |
| | | ||||||
* | | fix for libxrdp_reset | Jay Sorg | 2015-07-11 | 1 | -8/+0 | |
| | | ||||||
* | | update the module API | Jay Sorg | 2015-07-10 | 5 | -45/+47 | |
| | | ||||||
* | | xup: move to trans for io | Jay Sorg | 2015-07-10 | 2 | -250/+161 | |
| | | ||||||
* | | work on main loop changes | Jay Sorg | 2015-07-05 | 7 | -29/+142 | |
|/ | ||||||
* | Merge pull request #251 from metalefty/freebsd/sesman | jsorg71 | 2015-06-17 | 1 | -0/+41 | |
|\ | | | | | sesman: merge FreeBSD local patch for session.c | |||||
| * | sesman: add copyright noice for code from OpenSSH | Koichiro IWAO | 2015-06-16 | 1 | -0/+5 | |
| | | ||||||
| * | sesman: merge FreeBSD local patch for session.c | Koichiro IWAO | 2015-06-16 | 1 | -0/+36 | |
|/ | | | | | net/xrdp: effective login name is not set by xrdp-sesman https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=157282 | |||||
* | Merge pull request #250 from metalefty/gitignore | jsorg71 | 2015-06-13 | 1 | -0/+2 | |
|\ | | | | | add compile and xrdp-xcon to .gitignore | |||||
| * | add compile and xrdp-xcon to .gitignore | Koichiro IWAO | 2015-06-12 | 1 | -0/+2 | |
|/ | ||||||
* | Merge pull request #249 from metalefty/freebsd/tls | Idan Freiberg | 2015-06-12 | 1 | -35/+75 | |
|\ | | | | | common: fix #248 TLS on FreeBSD | |||||
| * | common: shut up some messages in ssl_tls_print_error | Koichiro IWAO | 2015-06-12 | 1 | -4/+0 | |
| | | | | | | | | | | SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE are not fatal error but just indicate SSL_read, SSL_write, SSL_accept functions to repeat. | |||||
| * | common: fix #248 TLS on FreeBSD | Koichiro IWAO | 2015-06-11 | 1 | -31/+75 | |
|/ | | | | | | | | | 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 | |||||
* | libxrdp: xrdp_iso: changed logs, some fixes in security layer | speidy | 2015-06-04 | 2 | -28/+48 | |
| | | | negotiation. | |||||
* | instfiles: Add line seperator to makefile | speidy | 2015-05-02 | 1 | -3/+3 | |
| | ||||||
* | Merge pull request #235 from metalefty/init-scripts-on-systemd | jsorg71 | 2015-05-01 | 2 | -5/+9 | |
|\ | | | | | instfiles: init.d/xrdp shouldn't be installed on systemd system | |||||
| * | instfiles: default/xrdp is not needed as well on systemd | Koichiro IWAO | 2015-04-27 | 1 | -1/+1 | |
| | | ||||||
| * | instfiles: init.d/xrdp shouldn't be installed on systemd system | Koichiro IWAO | 2015-04-17 | 2 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
* | | finish for supporting swiss german keyboard | Thomas Spalinger | 2015-04-19 | 2 | -0/+4 | |
|/ | ||||||
* | Merge pull request #226 from metalefty/freebsd/openpam | jsorg71 | 2015-04-01 | 2 | -1/+127 | |
|\ | | | | | xrdp: xrdp_mm.c detect and use OpenPAM | |||||
| * | xrdp: xrdp_mm.c detect and use OpenPAM | Koichiro IWAO | 2015-03-16 | 2 | -1/+127 | |
| | | | | | | | | | | | | 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. | |||||
* | | add frame acks and h264 codec mode basics | Jay Sorg | 2015-03-28 | 13 | -211/+400 | |
| | | ||||||
* | | Merge pull request #231 from metalefty/g_sck_get_peer_cred | jsorg71 | 2015-03-23 | 1 | -0/+28 | |
|\ \ | | | | | | | common: workaround for #146 | |||||
| * | | common: workaround for #146 | Koichiro IWAO | 2015-03-18 | 1 | -0/+28 | |
| | | | ||||||
* | | | remove some checked in binaries | Created by chef | 2015-03-20 | 2 | -0/+0 | |
|/ / | ||||||
* | | Merge pull request #230 from metalefty/errno-eremoteio-eio | jsorg71 | 2015-03-17 | 1 | -0/+4 | |
|\ \ | | | | | | | fuse: use EIO instead of EREMOTEIO for BSDs | |||||
| * | | fuse: use EIO instead of EREMOTEIO for BSDs | Koichiro IWAO | 2015-03-18 | 1 | -0/+4 | |
| | | | | | | | | | | | | FreeBSD/OpenBSD/NetBSD and OS X don't have errno EREMOTEIO. | |||||
* | | | Merge pull request #229 from metalefty/configure-fuse | jsorg71 | 2015-03-17 | 1 | -3/+2 | |
|\ \ \ | |/ / |/| | | configure: use PKG_CHECK_MODULES to check fuse | |||||
| * | | configure: use PKG_CHECK_MODULES to check fuse | Koichiro IWAO | 2015-03-18 | 1 | -3/+2 | |
|/ / | | | | | | | fuse has fuse.pc file for pkg-config. this is more reliable. | |||||
* | | X11rdp: update versions, web site | Jay Sorg | 2015-03-17 | 2 | -3/+3 | |
| | | ||||||
* | | X11rdp: check for errors from shmem calls | Jay Sorg | 2015-03-17 | 1 | -10/+24 | |
|/ | ||||||
* | Merge pull request #225 from metalefty/chansrv-explicit-include | jsorg71 | 2015-03-15 | 1 | -0/+1 | |
|\ | | | | | chansrv: explicit include in chansrv_fuse.c | |||||
| * | chansrv: explicit include in chansrv_fuse.c | Koichiro IWAO | 2015-03-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | 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. | |||||
* | | clipboard file paste, don't add new line to last line | Jay Sorg | 2015-03-13 | 1 | -3/+9 | |
|/ | ||||||
* | Merge pull request #222 from metalefty/issue-33 | jsorg71 | 2015-03-12 | 1 | -47/+49 | |
|\ | | | | | xrdp: fix -h -v option if xrdp.ini is invalid | |||||
| * | xrdp: fix -h -v option if xrdp.ini is invalid | Koichiro IWAO | 2015-03-10 | 1 | -47/+49 | |
| | | | | | | | | | | - log_start should be called after help and version - Fixes neutrinolabs/xrdp#33. | |||||
* | | Merge pull request #212 from robertalks/devel | jsorg71 | 2015-03-12 | 1 | -1/+3 | |
|\ \ | | | | | | | fix possible segfault in chansrv if DISPLAY is not set |