search for: init_srv_sess_info_1

Displaying 8 results from an estimated 8 matches for "init_srv_sess_info_1".

2018 Sep 12
2
eventlog functionality
...rom 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 > > init_srv_sess_info_1 > > > I copied, pasted and edited myself a init_srv_sess_info_1 and case to go > with it. It seems to have compiled... Woo hoo ! Please post as a patch for review :-).
2018 Sep 12
2
eventlog functionality
On Wed, 2018-09-12 at 15:34 +0000, ray klassen wrote: > Farther down the rabbit hole, I would have to create a > init_srv_sess_info_10 to go with it? Yes. Andrew Bartlett --  Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Catalyst IT http://catalyst.net.nz/services/samba
2018 Sep 12
1
eventlog functionality
...are/ns-l > > > mshare-_session_info_1 > > > > > > > > > and > > > > > > https://docs.microsoft.com/en-us/windows/desktop/api/lmshare/ns-l > > > mshare-_session_info_10 > > > > > > and > > > > > > init_srv_sess_info_1 > > > > > > > > > I copied, pasted and edited myself a init_srv_sess_info_1 and > > > case  to go > > > with it. It seems to have compiled... > > Woo hoo ! Please post as a patch for review :-). > > > Glad to. hope this is ok. I read up...
2018 Sep 12
2
eventlog functionality
Are you saying that it could be as simple as adding a case like this one headed up by a 'case 10:' ?                 case 1:                        werr = init_srv_sess_info_1(p,                                                     r->in.info_ctr->ctr.ctr1,                                                     r->in.resume_handle,                                                     r->out.totalentries);                         break; On Tuesday, 11 Septem...
2018 Sep 12
0
eventlog functionality
...d 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 >> >> init_srv_sess_info_1 >> >> >> I copied, pasted and edited myself a init_srv_sess_info_1 and case to go >> with it. It seems to have compiled... > > Woo hoo ! Please post as a patch for review :-). > Glad to. hope this is ok. I read up on the wiki about doing this via git, but as th...
2018 Sep 12
2
eventlog functionality
...amba at lists.samba.org> wrote: On Wed, 2018-09-12 at 14:33 +0000, ray klassen via samba wrote: >  Are you saying that it could be as simple as adding a case like this > one headed up by a 'case 10:' ? > > >                 case 1:                        werr = > init_srv_sess_info_1(p, >                                                     r->in.info_ctr- > >ctr.ctr1, >                                                     r- > >in.resume_handle, >                                                     r- > >out.totalentries); >                      ...
2018 Sep 12
0
eventlog functionality
Farther down the rabbit hole, I would have to create a init_srv_sess_info_10 to go with it? On Wednesday, 12 September 2018, 08:26:11 GMT-7, ray klassen <julius_ahenobarbus at yahoo.co.uk> wrote: 'right structure' is a bit above my level of knowledge.  microsoft documentation on NetSessionEnum level 10 has some sample code but I'm not sure how...
2018 Sep 11
2
eventlog functionality
so I sent you the dump separately. and i tried a persistent drive mapping to \\DC\netlogon which I figured should create a more permanent session as you described. That worked the same. On Tuesday, 11 September 2018, 08:21:50 GMT-7, Andrew Bartlett via samba <samba at lists.samba.org> wrote: On Tue, 2018-09-11 at 15:14 +0000, ray klassen via samba wrote: >   > Yes, after