Re: [Xrdp-devel] Adding Session Deletion Functionality

2010-07-08 Thread Robert Seward
On Wed, Jun 30, 2010 at 11:50 PM, Murtaza Munaim wrote: > On 6/30/2010 10:12 PM, Robert Seward wrote: >> >> On Wed, Jun 30, 2010 at 1:20 PM, Murtaza Munaim  wrote: >>> >>> On 6/29/2010 12:00 AM, Murtaza Munaim wrote: On 6/28/2010 8:19 PM, Robert Seward wrote: > > On Mon, Jun 28,

Re: [Xrdp-devel] Adding Session Deletion Functionality

2010-07-01 Thread Murtaza Munaim
On 6/30/2010 10:12 PM, Robert Seward wrote: On Wed, Jun 30, 2010 at 1:20 PM, Murtaza Munaim wrote: On 6/29/2010 12:00 AM, Murtaza Munaim wrote: On 6/28/2010 8:19 PM, Robert Seward wrote: On Mon, Jun 28, 2010 at 5:46 PM, Murtaza Munaim wrote: On 6/23/2010 9:42 AM, Jay Sorg wrote: Hey gu

Re: [Xrdp-devel] Adding Session Deletion Functionality

2010-06-30 Thread Murtaza Munaim
On 6/29/2010 12:00 AM, Murtaza Munaim wrote: On 6/28/2010 8:19 PM, Robert Seward wrote: On Mon, Jun 28, 2010 at 5:46 PM, Murtaza Munaim wrote: On 6/23/2010 9:42 AM, Jay Sorg wrote: Hey guys. So I was looking at the code for xrdp. I know I need to have the connection between sesman and xrdp be

Re: [Xrdp-devel] Adding Session Deletion Functionality

2010-06-28 Thread Murtaza Munaim
On 6/23/2010 9:42 AM, Jay Sorg wrote: 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

Re: [Xrdp-devel] Adding Session Deletion Functionality

2010-06-27 Thread Murtaza Munaim
On 6/26/2010 9:01 AM, Jay Sorg wrote: Hey Jay. Ive been looking at the code, and I can't find the struct trans anywhere, nor trans_connect call in the xrdp_mm.c file. Is this updated code that you are referring to? The version I have is xrdp-0.4.1. Get the CVS version. I think we should do this

Re: [Xrdp-devel] Adding Session Deletion Functionality

2010-06-26 Thread Murtaza Munaim
On 6/23/2010 9:42 AM, Jay Sorg wrote: 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

Re: [Xrdp-devel] Adding Session Deletion Functionality

2010-06-26 Thread Jay Sorg
> Hey Jay. Ive been looking at the code, and I can't find the struct trans > anywhere, nor trans_connect call in the xrdp_mm.c file. Is this updated code > that you are referring to? The version I have is xrdp-0.4.1. Get the CVS version. I think we should do this first in CVS, then merge into bran

Re: [Xrdp-devel] Adding Session Deletion Functionality

2010-06-23 Thread Jay Sorg
> 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 so

[Xrdp-devel] Adding Session Deletion Functionality

2010-06-22 Thread Murtaza Munaim
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 someon