summaryrefslogtreecommitdiffstats
path: root/sesman/session.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Allow to reconnect with a different size while using the Xorg moduleBlindauer Emmanuel2015-08-191-1/+1
* sesman: don't use hard code path for XorgJay Sorg2015-08-031-2/+2
* sesman: add copyright noice for code from OpenSSHKoichiro IWAO2015-06-161-0/+5
* sesman: merge FreeBSD local patch for session.cKoichiro IWAO2015-06-161-0/+36
* sesman: avoid creation of .vnc directory if not vnc sessionJay Sorg2014-11-111-1/+7
* sesman: only check vnc auth file if vnc sessionJay Sorg2014-11-111-1/+1
* sesman: more checks when looking for a free displayJay Sorg2014-08-061-0/+30
* coverity: improper use of negative valueLaxmikant Rashinkar2014-07-261-12/+18
* coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-191-0/+6
* sesman: added SessionVariables to sesman.ini and some indent cleanupJay Sorg2014-05-091-4/+10
* Merge branch 'master' of https://github.com/neutrinolabs/xrdp into develspeidy2014-04-221-0/+6
|\
| * Merge pull request #102 from bartw72/lock-on-addjsorg712014-04-171-0/+6
| |\
| | * Set lock when adding new displays to the chainBart Warmerdam2013-12-161-0/+6
* | | sesman: more options for session lookup from Fredy PaquetJay Sorg2014-04-201-16/+43
* | | sesman: indentation fixspeidy2014-03-221-2/+2
* | | sesman: do reconnect to an exisitng Xorg sessionspeidy2014-03-221-0/+3
* | | added support for using Xorg driver modelLaxmikant Rashinkar2014-03-081-3/+34
|/ /
* | clean up temp files in /tmp/.xrdpLaxmikant Rashinkar2014-02-241-0/+1
* | sesman: Fedora bug 821569Jay Sorg2013-10-011-70/+77
* | hook up the kill disconnect timeout to the sesman config fileJay Sorg2013-08-241-0/+7
|/
* copyright year updateJay Sorg2013-06-081-1/+1
* sesman: cleanup, close xrdp to sesman socket listener when starting a session...Jay Sorg2013-05-281-0/+2