| Commit message (Expand) | Author | Age | Files | Lines |
* | Enhance logging for remote host checkHEADmaster | Timothy Pearson | 2019-03-03 | 1 | -0/+2 |
* | Don't try connecting to remote node if preliminary node allocation has failed... | Timothy Pearson | 2019-03-03 | 1 | -10/+21 |
* | Add master node session recovery support | Timothy Pearson | 2019-03-02 | 1 | -7/+30 |
* | Second batch of initial commits: | Timothy Pearson | 2019-03-02 | 1 | -9/+159 |
* | Add preliminary Raptor session management | Timothy Pearson | 2019-03-02 | 1 | -2/+43 |
* | sesman: fix logging after default_wm change | Koichiro IWAO | 2018-06-16 | 1 | -1/+1 |
* | sesman: make the path of reconnect script configurable | Koichiro IWAO | 2018-06-16 | 1 | -4/+2 |
* | sesman: accept full path for DefaultWindowManager | Koichiro IWAO | 2018-06-16 | 1 | -2/+1 |
* | Copy the PAM session environment for the reconnect script | matt335672 | 2018-05-31 | 1 | -3/+4 |
* | FreeBSD: rework setsid code | Koichiro IWAO | 2018-02-06 | 1 | -11/+29 |
* | sesman: refactor, change variable names | Koichiro IWAO | 2018-01-11 | 1 | -10/+10 |
* | remove trailing space | Koichiro IWAO | 2018-01-11 | 1 | -1/+1 |
* | sesman: delete socket files when session exits | Koichiro IWAO | 2017-09-13 | 1 | -0/+63 |
* | sesman: move auth_start_session, auth_stop_session, and auth_end to child pro... | Jay Sorg | 2017-07-12 | 1 | -3/+7 |
* | Rename file_loc.h to xrdp_sockets.h, install it | Pavel Roskin | 2017-03-28 | 1 | -0/+1 |
* | sesman: move auth/pam calls to main process | Jay Sorg | 2017-03-21 | 1 | -3/+3 |
* | sesman: remove sessvc, one less process to manage | Jay Sorg | 2017-03-19 | 1 | -170/+129 |
* | Make socket directory configurable, don't hardcode /tmp/.xrdp | Pavel Roskin | 2017-03-17 | 1 | -0/+1 |
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 1 | -15/+15 |
* | 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 |
* | Use "void" for empty argument list in declarations | Pavel Roskin | 2017-01-05 | 1 | -1/+1 |
* | - Update copyright | BLINDAUER Emmanuel | 2016-12-15 | 1 | -2/+5 |
* | - move function related to xauth in own file | BLINDAUER Emmanuel | 2016-12-15 | 1 | -13/+4 |
* | xauth: use the authfile if not using default value | BLINDAUER Emmanuel | 2016-12-14 | 1 | -1/+1 |
* | Cosmetic change: follow coding standard | BLINDAUER Emmanuel | 2016-12-14 | 1 | -2/+2 |
* | use the correct size for snprintf | BLINDAUER Emmanuel | 2016-12-14 | 1 | -2/+2 |
* | Xauth: use snprintf for setting the filename and adjust the value of computed... | BLINDAUER Emmanuel | 2016-12-14 | 1 | -8/+18 |
* | Add xauth support to get more security for all backends | BLINDAUER Emmanuel | 2016-12-13 | 1 | -0/+20 |
* | sesman: unbreak FreeBSD build after #523 | Koichiro IWAO | 2016-12-09 | 1 | -2/+2 |
* | Disable privilege elevation by setuid for the X server | Pavel Roskin | 2016-12-06 | 1 | -0/+28 |
* | sesman: must save guid in session data | Jay Sorg | 2016-12-04 | 1 | -0/+1 |
* | vnc: code cleanup | Jay Sorg | 2016-12-04 | 1 | -14/+3 |
* | vnc: change password file to use guid hash | Jay Sorg | 2016-12-03 | 1 | -38/+45 |
* | Memory leak fix: keep X server path in the parameter list | Pavel Roskin | 2016-10-21 | 1 | -6/+3 |
* | Use const pointers in function arguments when possible | Pavel Roskin | 2016-10-17 | 1 | -2/+3 |
* | g_term_event is a wait object, not TCP socket, delete it correctly | Pavel Roskin | 2016-09-08 | 1 | -1/+1 |
* | Merge pull request #390 from proski/june21 | jsorg71 | 2016-08-05 | 1 | -4/+6 |
|\ |
|
| * | Use cast when applying boolean OR to enum | Pavel Roskin | 2016-07-08 | 1 | -1/+3 |
| * | Use g_new or g_new0 when C++ compiler would complain about implicit cast | Pavel Roskin | 2016-07-08 | 1 | -2/+2 |
| * | Fix format warnings in log_message() calls | Pavel Roskin | 2016-06-21 | 1 | -1/+1 |
* | | sesman: env_set_user, fix potential bof issues | speidy | 2016-07-22 | 1 | -16/+35 |
|/ |
|
* | Fix recently introduced warnings in session.c | Pavel Roskin | 2016-04-21 | 1 | -10/+10 |
* | sesman: do not hardcode Xorg/X11rdp/Xvnc executables | Koichiro IWAO | 2016-04-07 | 1 | -7/+20 |
* | fix warnings, move some calls to os_calls | Jay Sorg | 2016-03-16 | 1 | -6/+7 |
* | Fix typos | Pavel Roskin | 2016-02-13 | 1 | -3/+3 |
* | Fix connection month display in xrdp-sesadmin | Pavel Roskin | 2016-02-13 | 1 | -1/+1 |
* | sesman: remove the thread | Jay Sorg | 2015-12-11 | 1 | -175/+45 |
* | Simplify session match logic. | Jan Losinski | 2015-10-25 | 1 | -20/+2 |
* | sesman: close sync and term sockets after fork | Jay Sorg | 2015-09-27 | 1 | -0/+5 |