| Commit message (Expand) | Author | Age | Files | Lines |
* | Use g_create_path instead of g_create_dir | Ian Geiser | 2017-07-14 | 2 | -3/+3 |
* | fix typo | Koichiro IWAO | 2017-07-13 | 1 | -1/+1 |
* | sesman: make sure socket directory present | Koichiro IWAO | 2017-07-13 | 1 | -0/+3 |
* | sesman: move auth_start_session, auth_stop_session, and auth_end to child pro... | Jay Sorg | 2017-07-12 | 1 | -3/+7 |
* | xrdp-sesadmin: fix error when there are no sessions | Ben Cohen | 2017-07-06 | 2 | -12/+13 |
* | chansrv: include display number in chansrv log filename | Koichiro IWAO | 2017-07-06 | 1 | -5/+5 |
* | sesman: exit with failure status if listen failed | Koichiro IWAO | 2017-06-20 | 1 | -3/+55 |
* | sesman: install empty reconnectwm.sh as a template | Koichiro IWAO | 2017-06-20 | 2 | -1/+5 |
* | pulse: respect XRDP_SOCKET_PATH environment variable | Koichiro IWAO | 2017-05-16 | 3 | -6/+18 |
* | sesman: pass xrdp socket path to user session | Koichiro IWAO | 2017-05-16 | 1 | -0/+2 |
* | startwm.sh: do not call pseudo shell code for /etc/X11/xdm/Xsession | Fuminobu TAKEYAMA | 2017-05-09 | 1 | -31/+37 |
* | 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 |
* | Rename file_loc.h to xrdp_sockets.h, install it | Pavel Roskin | 2017-03-28 | 7 | -6/+6 |
* | 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 |
* | sesman: move auth/pam calls to main process | Jay Sorg | 2017-03-21 | 3 | -9/+26 |
* | 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 | 7 | -334/+136 |
* | Make socket directory configurable, don't hardcode /tmp/.xrdp | Pavel Roskin | 2017-03-17 | 7 | -3/+9 |
* | Remove chansrv_cleanup(), it doesn't do anything useful | Pavel Roskin | 2017-03-17 | 1 | -25/+0 |
* | 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 | 60 | -572/+572 |
* | Don't include config_ac.h from any header files | Pavel Roskin | 2017-03-04 | 2 | -7/+0 |
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 47 | -0/+188 |
* | Remove trailing whitespace | Pavel Roskin | 2017-02-08 | 1 | -1/+1 |
* | chansrv: fix warnings in pulse module | Koichiro IWAO | 2017-02-02 | 1 | -4/+4 |
* | xrdp-sesadmin: show sessions in human readable format | Pavel Roskin | 2017-02-02 | 1 | -7/+15 |
* | xrdp-sesadmin: refactor array access | Pavel Roskin | 2017-02-02 | 1 | -4/+7 |
* | xrdp-sesadmin: fix crash on network or authentication error | Pavel Roskin | 2017-02-02 | 1 | -5/+8 |
* | docs: remove IdleTimeLimit until it is actually implemented | Koichiro IWAO | 2017-01-31 | 1 | -7/+0 |
* | change log message to long long | Jay Sorg | 2017-01-29 | 1 | -2/+2 |
* | sesman: fix warning for 32 bit / 64 bit log entry, trunc to 32 bit | Jay Sorg | 2017-01-29 | 1 | -2/+2 |
* | sesman: remove unnecessary fork for FreeBSD (#650) | metalefty | 2017-01-28 | 1 | -21/+12 |
* | Add GNU/kFreeBSD support (#645) | mirabilos | 2017-01-26 | 1 | -1/+1 |
* | Constify string arguments in xrdp-chansrv sources | Pavel Roskin | 2017-01-22 | 6 | -28/+30 |
* | Merge pull request #630 from selu/devel | Idan Freiberg | 2017-01-23 | 1 | -1/+1 |
|\ |
|
| * | Fix calling XChangeProperty in clipboard provide | Szabolcs Seláf | 2017-01-17 | 1 | -1/+1 |
* | | Improve xrdp-sesman help text | Pavel Roskin | 2017-01-17 | 1 | -16/+17 |
|/ |
|
* | Don't log device_data_len in the code where it may be uninitialized | Pavel Roskin | 2017-01-11 | 1 | -3/+2 |
* | Remove redundant function declarations | Pavel Roskin | 2017-01-11 | 2 | -11/+0 |
* | Remove send_channel_data() from devredir.h, it's declared in chansrv.h | Pavel Roskin | 2017-01-11 | 2 | -2/+1 |
* | Merge pull request #618 from metalefty/max_disc_time | Idan Freiberg | 2017-01-12 | 1 | -1/+1 |
|\ |
|
| * | sesman: print max_disc_time as DisconnectedTimeLimit | Koichiro IWAO | 2017-01-10 | 1 | -1/+1 |
* | | rail: remove unneeded call to XGetWindowAttributes() | Pavel Roskin | 2017-01-06 | 1 | -3/+0 |
|/ |
|
* | Use "void" for empty argument list in declarations | Pavel Roskin | 2017-01-05 | 15 | -27/+27 |
* | Merge pull request #612 from proski/includes | jsorg71 | 2017-01-05 | 2 | -3/+4 |
|\ |
|
| * | Use <> for system includes, move system includes above local ones | Pavel Roskin | 2017-01-04 | 2 | -3/+4 |
* | | fix build with --enable-xrdpdebug=yes | volth | 2017-01-04 | 4 | -8/+0 |
* | | fix build with --enable-xrdpdebug=yes | volth | 2017-01-04 | 6 | -7/+31 |
|/ |
|