Displaying 3 results from an estimated 3 matches for "ctr10".
Did you mean:
str10
2018 Sep 12
0
eventlog functionality
...t I hope you'll forgive the mess.
> /***/
>
966a969,1033
> fill in a sess info level 10 structure.
> ********************************************************************/
>
> static WERROR init_srv_sess_info_10(struct pipes_struct *p,
> struct srvsvc_NetSessCtr10 *ctr10,
> uint32_t *resume_handle_p,
> uint32_t *total_entries)
> {
> struct sessionid *session_list;
> uint32_t num_entries = 0;
> time_t now = time(NULL);
> uint32_t resume_handle = resume_handle_p ? *resume_handle_p : 0;
>
> ZERO_STRUCTP(ctr...
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
> > >
> > >