aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-netlogon.h
AgeCommit message (Collapse)AuthorFilesLines
2004-03-05Kerberos contain a structure that is VERY similar to VALIDATE_SAM_INFO2Ronnie Sahlberg1-1/+8
so declare it here. This substructure in the w2k kerberos PAC structure is called PAC_LOGIN_INFO and might actually exist inside the netlogon interface as well? svn path=/trunk/; revision=10322
2003-09-27From JBM update some function names in NetlogonRonnie Sahlberg1-18/+23
svn path=/trunk/; revision=8556
2003-09-12upadtes to NETLOGONRonnie Sahlberg1-27/+27
svn path=/trunk/; revision=8462
2003-07-16Move all DCERPC authentication/encryption dissection code from packet-dcerpc.cTim Potter1-15/+1
to the dissector that handles the particular authentication flavour. This gets rid of a couple of ugly switch statements and allows other authentication modules to be written easily. svn path=/trunk/; revision=8026
2003-05-15Move dissection of NETLOGON secure channel auth verifier intoTim Potter1-1/+5
packet-dcerpc-netlogon.c svn path=/trunk/; revision=7670
2003-05-15Dissect authentication data for netlogon secure channel bind and bind acks.Tim Potter1-1/+11
svn path=/trunk/; revision=7667
2003-01-14Add value_string for secure channel type used in ServerAuthenticate2.Tim Potter1-2/+8
svn path=/trunk/; revision=6920
2002-11-30Added some flags and value_Strings for netlogonRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=6706
2002-11-29From Like H, update to NETLOGON. DSROLEGETPRIMARYDOMAININFO is actually ↵Ronnie Sahlberg1-2/+2
ENUMERATETRUSTEDDOMAINS svn path=/trunk/; revision=6705
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-08-27From Luke H, a new function name and name of some structures/fields used by ↵Ronnie Sahlberg1-2/+2
that function. svn path=/trunk/; revision=6094
2002-08-17Ronnie, I think you forgot to commit this file.Tim Potter1-2/+2
svn path=/trunk/; revision=6005
2002-05-03Added some new discovered names for some NETLOGON functionsRonnie Sahlberg1-9/+9
svn path=/trunk/; revision=5370
2002-03-12Small fix for dissect_ndr_nt_UNICODE_STRING_str() in packet-dcerpc-nt.cRonnie Sahlberg1-15/+43
so that NETLOGON will not dump core (since netlogon has these structs as top level reference pointers) Addition of full netlogon dissection. Full in the sense as it assumes the idl is correct and complete. Many calls and fields are unknown so they get dissected with "unknown long, contact ethereal-dev@... if you know what it is". svn path=/trunk/; revision=4929
2001-12-16More MSRPC->DCERPC, from Tim Potter.Guy Harris1-3/+3
svn path=/trunk/; revision=4406
2001-12-09"msrpc" -> "dcerpc", and comment cleanups, from Tim Potter.Guy Harris1-4/+4
svn path=/trunk/; revision=4365
2001-11-21Rename the "packet-msrpc-XXX.[ch]" files to "packet-dcerpc-XXX.[ch]", asGuy Harris1-0/+44
per Todd Sabin's suggestion. svn path=/trunk/; revision=4242