|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
MS-LSAD Missing proceduresHi,
I am a pfif subcontractor. When looking at the IDL in the latest version of MS-LSAD this describes procedures 0 - LsarClose() to 74 - LsarSetForestTrustInformation() However, both Wireshark and also Samba4 IDL files contain hints that there should be more procedures on this interface : /* Function 0x4b */ NTSTATUS lsa_CREDRRENAME(); /* Function 0x4c */ NTSTATUS lsa_LookupSids3( /* Function 0x4d */ NTSTATUS lsa_LookupNames4( /* Function 0x4e */ NTSTATUS lsa_LSAROPENPOLICYSCE(); /* Function 0x4f */ NTSTATUS lsa_LSARADTREGISTERSECURITYEVENTSOURCE(); /* Function 0x50 */ NTSTATUS lsa_LSARADTUNREGISTERSECURITYEVENTSOURCE(); /* Function 0x51 */ NTSTATUS lsa_LSARADTREPORTSECURITYEVENT(); Please add these procedures to the IDL file. regards ronnie sahlberg _______________________________________________ cifs-protocol mailing list cifs-protocol@... https://lists.samba.org/mailman/listinfo/cifs-protocol |
|
|
Re: MS-LSAD Missing proceduresHi Ronnie,
> However, both Wireshark and also Samba4 IDL files contain hints that > there should be more procedures on this interface : > > /* Function 0x4b */ > NTSTATUS lsa_CREDRRENAME(); > > /* Function 0x4c */ > NTSTATUS lsa_LookupSids3( > > /* Function 0x4d */ > NTSTATUS lsa_LookupNames4( note that some of these are in MS-LSAT instead of MS-LSAD. I haven't checked that they are all there, but some of the key ones are. Cheers, Tridge _______________________________________________ cifs-protocol mailing list cifs-protocol@... https://lists.samba.org/mailman/listinfo/cifs-protocol |
|
|
RE: MS-LSAD Missing proceduresHello Ronnie,
I wanted to let you know that I had received this request. Myself or one of my teammates will look into this issue and get back to you as soon as possible. Thanks John Dunning Senior Escalation Engineer Microsoft Corporation US-CSS DSC PROTOCOL TEAM Email: johndun@... Tele: (469)775-7008 -----Original Message----- From: ronnie sahlberg [mailto:ronniesahlberg@...] Sent: Tuesday, September 30, 2008 8:04 PM To: Interoperability Documentation Help Cc: pfif@...; cifs-protocol@... Subject: MS-LSAD Missing procedures Hi, I am a pfif subcontractor. When looking at the IDL in the latest version of MS-LSAD this describes procedures 0 - LsarClose() to 74 - LsarSetForestTrustInformation() However, both Wireshark and also Samba4 IDL files contain hints that there should be more procedures on this interface : /* Function 0x4b */ NTSTATUS lsa_CREDRRENAME(); /* Function 0x4c */ NTSTATUS lsa_LookupSids3( /* Function 0x4d */ NTSTATUS lsa_LookupNames4( /* Function 0x4e */ NTSTATUS lsa_LSAROPENPOLICYSCE(); /* Function 0x4f */ NTSTATUS lsa_LSARADTREGISTERSECURITYEVENTSOURCE(); /* Function 0x50 */ NTSTATUS lsa_LSARADTUNREGISTERSECURITYEVENTSOURCE(); /* Function 0x51 */ NTSTATUS lsa_LSARADTREPORTSECURITYEVENT(); Please add these procedures to the IDL file. regards ronnie sahlberg _______________________________________________ cifs-protocol mailing list cifs-protocol@... https://lists.samba.org/mailman/listinfo/cifs-protocol |
|
|
Re: MS-LSAD Missing proceduresHi, John,
Please disregard this request and close the issue. As Tridge pointed out I had missed that MS-LSAD contains an older/subset of the full IDL in MS-LSAT. I have all the information I need in MS-LSAT. regards ronnie sahlberg On Thu, Oct 2, 2008 at 12:55 AM, John Dunning <johndun@...> wrote: > Hello Ronnie, > I wanted to let you know that I had received this request. Myself or one of my teammates will look into this issue and get back to you as soon as possible. > > Thanks > John Dunning > Senior Escalation Engineer Microsoft Corporation US-CSS DSC PROTOCOL TEAM > Email: johndun@... > Tele: (469)775-7008 > > -----Original Message----- > From: ronnie sahlberg [mailto:ronniesahlberg@...] > Sent: Tuesday, September 30, 2008 8:04 PM > To: Interoperability Documentation Help > Cc: pfif@...; cifs-protocol@... > Subject: MS-LSAD Missing procedures > > Hi, > > I am a pfif subcontractor. > > When looking at the IDL in the latest version of MS-LSAD this > describes procedures > 0 - LsarClose() > to > 74 - LsarSetForestTrustInformation() > > > However, both Wireshark and also Samba4 IDL files contain hints that > there should be more procedures on this interface : > > /* Function 0x4b */ > NTSTATUS lsa_CREDRRENAME(); > > /* Function 0x4c */ > NTSTATUS lsa_LookupSids3( > > /* Function 0x4d */ > NTSTATUS lsa_LookupNames4( > > /* Function 0x4e */ > NTSTATUS lsa_LSAROPENPOLICYSCE(); > > /* Function 0x4f */ > NTSTATUS lsa_LSARADTREGISTERSECURITYEVENTSOURCE(); > > /* Function 0x50 */ > NTSTATUS lsa_LSARADTUNREGISTERSECURITYEVENTSOURCE(); > > /* Function 0x51 */ > NTSTATUS lsa_LSARADTREPORTSECURITYEVENT(); > > > Please add these procedures to the IDL file. > > > regards > ronnie sahlberg > > cifs-protocol mailing list cifs-protocol@... https://lists.samba.org/mailman/listinfo/cifs-protocol |
|
|
Re: MS-LSAD Missing proceduresOn Tue, 2008-09-30 at 20:59 -0700, tridge@... wrote:
> Hi Ronnie, > > > However, both Wireshark and also Samba4 IDL files contain hints that > > there should be more procedures on this interface : > > > > /* Function 0x4b */ > > NTSTATUS lsa_CREDRRENAME(); > > > > /* Function 0x4c */ > > NTSTATUS lsa_LookupSids3( > > > > /* Function 0x4d */ > > NTSTATUS lsa_LookupNames4( > > note that some of these are in MS-LSAT instead of MS-LSAD. > > I haven't checked that they are all there, but some of the key ones > are. per-protocol licence program spills over into the IDL. Could we please have the full IDL (and preferably the full protocol) reproduced in a single place, or at least the stubs cross-referenced? Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Red Hat Inc. _______________________________________________ cifs-protocol mailing list cifs-protocol@... https://lists.samba.org/mailman/listinfo/cifs-protocol |
|
|
RE: MS-LSAD Missing proceduresHello Andrew,
I will be assisting you with this and will update you as soon as I have news. Thanks John Dunning Senior Escalation Engineer Microsoft Corporation US-CSS DSC PROTOCOL TEAM Email: johndun@... Tele: (469)775-7008 -----Original Message----- From: Andrew Bartlett [mailto:abartlet@...] Sent: Sunday, November 09, 2008 7:28 PM To: tridge@... Cc: ronnie sahlberg; Interoperability Documentation Help; pfif@...; cifs-protocol@... Subject: Re: [cifs-protocol] MS-LSAD Missing procedures On Tue, 2008-09-30 at 20:59 -0700, tridge@... wrote: > Hi Ronnie, > > > However, both Wireshark and also Samba4 IDL files contain hints > that > there should be more procedures on this interface : > > > > /* Function 0x4b */ > > NTSTATUS lsa_CREDRRENAME(); > > > > /* Function 0x4c */ > > NTSTATUS lsa_LookupSids3( > > > > /* Function 0x4d */ > > NTSTATUS lsa_LookupNames4( > > note that some of these are in MS-LSAT instead of MS-LSAD. > > I haven't checked that they are all there, but some of the key ones > are. It is certainly unfortunate that this apparent artefact of some per-protocol licence program spills over into the IDL. Could we please have the full IDL (and preferably the full protocol) reproduced in a single place, or at least the stubs cross-referenced? Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Red Hat Inc. _______________________________________________ cifs-protocol mailing list cifs-protocol@... https://lists.samba.org/mailman/listinfo/cifs-protocol |
| Free Forum Powered by Nabble | Forum Help |