> Hey guys. So I was looking at the code for xrdp. I know I need to have the
> connection between sesman and xrdp be maintained for the entire session, and
> then have sesman kill the session when xrdp sees a user disconnect. I could
> go looking through all the code, but I was just wondering if someone knew
> where in the code xrdp connects/disconnects from sesman. Thanks

Hi Murtaza,

The connection goes up in
file xrdp/xrdp_mm.c
function xrdp_mm_connect

It uses an object called struct trans to talk to sesman.
trans_connect is the call to do the connect.

The connection goes down in xrdp_mm_process_login_response
self->delete_sesman_trans = 1; will cause the disconnect later.

Then on the sesman side, I have to look more.

Jay

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to