Displaying 3 results from an estimated 3 matches for "connect_start".
2018 Sep 12
0
eventlog functionality
...Info10,
> num_entries);
>
> W_ERROR_HAVE_NO_MEMORY(ctr10->array);
>
> for (num_entries = 0; resume_handle < *total_entries; num_entries++,
resume_handle++) {
> uint32_t connect_time;
>
> connect_time = (uint32_t)(now -
session_list[resume_handle].connect_start);
>
> ctr10->array[num_entries].client =
session_list[resume_handle].remote_machine;
> ctr10->array[num_entries].user = session_list[resume_handle].username;
> ctr10->array[num_entries].time = connect_time;
> ctr10->array[num_entries].idle_time = 0;
>...
2018 Sep 12
2
eventlog functionality
On Wed, Sep 12, 2018 at 09:30:19AM -0700, Ray Klassen via samba wrote:
>
> and from the what the hell department. I did it. Comparing
>
> https://docs.microsoft.com/en-us/windows/desktop/api/lmshare/ns-lmshare-_session_info_1
>
>
> and
>
> https://docs.microsoft.com/en-us/windows/desktop/api/lmshare/ns-lmshare-_session_info_10
>
> and
>
>
2018 Sep 12
1
eventlog functionality
On Wed, 2018-09-12 at 16:23 -0700, Ray Klassen via samba wrote:
> On 2018-09-12 09:44 AM, Jeremy Allison via samba wrote:
> >
> > On Wed, Sep 12, 2018 at 09:30:19AM -0700, Ray Klassen via samba
> > wrote:
> > >
> > >
> > > and from the what the hell department. I did it. Comparing
> > >
> > >