| Commit message (Expand) | Author | Age | Files | Lines |
* | pulse: define default socket directory in Makefile | Koichiro IWAO | 2017-04-06 | 1 | -1/+4 |
* | sesman: LOGNAME should be set to username | Koichiro IWAO | 2017-04-06 | 1 | -0/+1 |
* | update submodules to their release tag head commit | speidy | 2017-03-30 | 2 | -0/+0 |
* | Bump version number to v0.9.2 | speidy | 2017-03-30 | 3 | -3/+3 |
* | update NEWS file for v0.9.2 release | speidy | 2017-03-30 | 1 | -0/+23 |
* | Rename file_loc.h to xrdp_sockets.h, install it | Pavel Roskin | 2017-03-28 | 13 | -14/+13 |
* | Remove readme.txt, it has been replaced by README.md | Pavel Roskin | 2017-03-27 | 2 | -4/+0 |
* | xrdp_orders_rail: fix resulting unicode length | speidy | 2017-03-24 | 1 | -1/+1 |
* | libxrdp: window update, simplify length checks | speidy | 2017-03-24 | 1 | -35/+26 |
* | xrdp_orders_rail: fix g_mbstowcs error handling | speidy | 2017-03-24 | 1 | -4/+20 |
* | RAIL: use fixed size length for window texts | speidy | 2017-03-24 | 1 | -6/+9 |
* | rail, text length checks | Jay Sorg | 2017-03-24 | 1 | -0/+4 |
* | rail, text length checks | Jay Sorg | 2017-03-24 | 1 | -5/+12 |
* | pulse: refer correct path to file_loc.h | Koichiro IWAO | 2017-03-24 | 2 | -2/+2 |
* | pulse: use correct macro for audio in/out sockets | Koichiro IWAO | 2017-03-24 | 2 | -2/+2 |
* | libxrdp: print connected client name to log | speidy | 2017-03-21 | 2 | -1/+5 |
* | libxrdp: fix misleading variable name | speidy | 2017-03-21 | 1 | -8/+8 |
* | libxrdp: improve unicode_in | speidy | 2017-03-21 | 1 | -25/+35 |
* | Log socket fd in g_sck_accept(), fix AF_UNIX logging | Pavel Roskin | 2017-03-21 | 1 | -4/+17 |
* | sesman: move auth/pam calls to main process | Jay Sorg | 2017-03-21 | 3 | -9/+26 |
* | Allocate space for tls_ciphers dynamically | Pavel Roskin | 2017-03-21 | 4 | -5/+6 |
* | xrdp-chansrv: default to INFO log level rather than ERROR | Pavel Roskin | 2017-03-20 | 1 | -1/+1 |
* | sesman: remove sessvc, one less process to manage | Jay Sorg | 2017-03-19 | 10 | -363/+137 |
* | X11rdp: respect XRDP_SOCKET_PATH environment variable | Pavel Roskin | 2017-03-17 | 4 | -8/+30 |
* | Make socket directory configurable, don't hardcode /tmp/.xrdp | Pavel Roskin | 2017-03-17 | 17 | -57/+41 |
* | Remove chansrv_cleanup(), it doesn't do anything useful | Pavel Roskin | 2017-03-17 | 1 | -25/+0 |
* | Propel xorgxrdp as default backend, give xorgxrdp the first place | Koichiro IWAO | 2017-03-17 | 1 | -7/+7 |
* | chansrv: dvc, check channel exists on get/remove api struct | speidy | 2017-03-16 | 1 | -2/+4 |
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 122 | -2047/+2034 |
* | Call log_end() on xrdp exit | Pavel Roskin | 2017-03-13 | 1 | -0/+1 |
* | Fix memory leak in tls_ciphers parsing | Pavel Roskin | 2017-03-13 | 1 | -0/+1 |
* | Remove useless comment, no logic change | Koichiro IWAO | 2017-03-09 | 1 | -3/+2 |
* | frame ack code cleanup, add comments for possible client acks, when pointer, ... | Jay Sorg | 2017-03-06 | 1 | -12/+18 |
* | add xrdp_mm_process_enc_done for processing encoder output | Jay Sorg | 2017-03-06 | 1 | -66/+65 |
* | checkup frame ack code, combine dup code | Jay Sorg | 2017-03-06 | 1 | -25/+35 |
* | frame ack fix change, cleanup | Jay Sorg | 2017-03-06 | 3 | -4/+8 |
* | Don't include config_ac.h from any header files | Pavel Roskin | 2017-03-04 | 5 | -17/+0 |
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 96 | -0/+384 |
* | Add --enable-strict-locations option, describe default in its help text | Pavel Roskin | 2017-03-02 | 2 | -4/+11 |
* | Fix compilation on MacOS | Pavel Roskin | 2017-03-01 | 1 | -0/+2 |
* | Enable painter and librfxcodec by default | Pavel Roskin | 2017-03-01 | 1 | -8/+9 |
* | Update submodules to their current devel branches | Pavel Roskin | 2017-03-01 | 2 | -0/+0 |
* | Use special name "." for the branches in .gitmodules | Pavel Roskin | 2017-03-01 | 1 | -1/+2 |
* | no cast is needed for NULL | Koichiro IWAO | 2017-02-27 | 1 | -4/+4 |
* | TLS: switch ssl_protocols to a comma separated list | Koichiro IWAO | 2017-02-27 | 3 | -9/+15 |
* | add comment to keep xorgxrdp/x11rdp compatibility | Koichiro IWAO | 2017-02-27 | 1 | -0/+4 |
* | docs: document maximum length of tls_ciphers | Koichiro IWAO | 2017-02-27 | 2 | -3/+3 |
* | docs: document ssl_protocols, remove document for disableSSLv3 | Koichiro IWAO | 2017-02-27 | 1 | -6/+6 |
* | TLS: warn if no SSL/TLS protocols enabled | Koichiro IWAO | 2017-02-27 | 1 | -1/+9 |
* | TLS: new method to specify SSL/TLS version | Koichiro IWAO | 2017-02-27 | 8 | -16/+49 |