summaryrefslogtreecommitdiffstats
path: root/sesman/session.c
Commit message (Expand)AuthorAgeFilesLines
* Enhance logging for remote host checkHEADmasterTimothy Pearson2019-03-031-0/+2
* Don't try connecting to remote node if preliminary node allocation has failed...Timothy Pearson2019-03-031-10/+21
* Add master node session recovery supportTimothy Pearson2019-03-021-7/+30
* Second batch of initial commits:Timothy Pearson2019-03-021-9/+159
* Add preliminary Raptor session managementTimothy Pearson2019-03-021-2/+43
* sesman: fix logging after default_wm changeKoichiro IWAO2018-06-161-1/+1
* sesman: make the path of reconnect script configurableKoichiro IWAO2018-06-161-4/+2
* sesman: accept full path for DefaultWindowManagerKoichiro IWAO2018-06-161-2/+1
* Copy the PAM session environment for the reconnect scriptmatt3356722018-05-311-3/+4
* FreeBSD: rework setsid codeKoichiro IWAO2018-02-061-11/+29
* sesman: refactor, change variable namesKoichiro IWAO2018-01-111-10/+10
* remove trailing spaceKoichiro IWAO2018-01-111-1/+1
* sesman: delete socket files when session exitsKoichiro IWAO2017-09-131-0/+63
* sesman: move auth_start_session, auth_stop_session, and auth_end to child pro...Jay Sorg2017-07-121-3/+7
* Rename file_loc.h to xrdp_sockets.h, install itPavel Roskin2017-03-281-0/+1
* sesman: move auth/pam calls to main processJay Sorg2017-03-211-3/+3
* sesman: remove sessvc, one less process to manageJay Sorg2017-03-191-170/+129
* Make socket directory configurable, don't hardcode /tmp/.xrdpPavel Roskin2017-03-171-0/+1
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-15/+15
* sesman: remove unnecessary fork for FreeBSD (#650)metalefty2017-01-281-21/+12
* Add GNU/kFreeBSD support (#645)mirabilos2017-01-261-1/+1
* Use "void" for empty argument list in declarationsPavel Roskin2017-01-051-1/+1
* - Update copyrightBLINDAUER Emmanuel2016-12-151-2/+5
* - move function related to xauth in own fileBLINDAUER Emmanuel2016-12-151-13/+4
* xauth: use the authfile if not using default valueBLINDAUER Emmanuel2016-12-141-1/+1
* Cosmetic change: follow coding standardBLINDAUER Emmanuel2016-12-141-2/+2
* use the correct size for snprintfBLINDAUER Emmanuel2016-12-141-2/+2
* Xauth: use snprintf for setting the filename and adjust the value of computed...BLINDAUER Emmanuel2016-12-141-8/+18
* Add xauth support to get more security for all backendsBLINDAUER Emmanuel2016-12-131-0/+20
* sesman: unbreak FreeBSD build after #523Koichiro IWAO2016-12-091-2/+2
* Disable privilege elevation by setuid for the X serverPavel Roskin2016-12-061-0/+28
* sesman: must save guid in session dataJay Sorg2016-12-041-0/+1
* vnc: code cleanupJay Sorg2016-12-041-14/+3
* vnc: change password file to use guid hashJay Sorg2016-12-031-38/+45
* Memory leak fix: keep X server path in the parameter listPavel Roskin2016-10-211-6/+3
* Use const pointers in function arguments when possiblePavel Roskin2016-10-171-2/+3
* g_term_event is a wait object, not TCP socket, delete it correctlyPavel Roskin2016-09-081-1/+1
* Merge pull request #390 from proski/june21jsorg712016-08-051-4/+6
|\
| * Use cast when applying boolean OR to enumPavel Roskin2016-07-081-1/+3
| * Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin2016-07-081-2/+2
| * Fix format warnings in log_message() callsPavel Roskin2016-06-211-1/+1
* | sesman: env_set_user, fix potential bof issuesspeidy2016-07-221-16/+35
|/
* Fix recently introduced warnings in session.cPavel Roskin2016-04-211-10/+10
* sesman: do not hardcode Xorg/X11rdp/Xvnc executablesKoichiro IWAO2016-04-071-7/+20
* fix warnings, move some calls to os_callsJay Sorg2016-03-161-6/+7
* Fix typosPavel Roskin2016-02-131-3/+3
* Fix connection month display in xrdp-sesadminPavel Roskin2016-02-131-1/+1
* sesman: remove the threadJay Sorg2015-12-111-175/+45
* Simplify session match logic.Jan Losinski2015-10-251-20/+2
* sesman: close sync and term sockets after forkJay Sorg2015-09-271-0/+5