aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-netlogon.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-19char *drep -> guint8 *drepJörg Mayer1-191/+191
2003-11-02In a secure channel verifier, sometimes the nonce isn't present; not sureTim Potter1-8/+13
2003-10-23Use -1 rather than "tvb_length(tvb)" to specify a length that covers theGuy Harris1-3/+3
2003-09-27From JBM update some function names in NetlogonRonnie Sahlberg1-88/+95
2003-09-22A bunch of fixups for the NETLOGON sam database synchronisationTim Potter1-8/+12
2003-09-12Update to netlogonRonnie Sahlberg1-4/+39
2003-09-12upadtes to NETLOGONRonnie Sahlberg1-154/+155
2003-09-11From Jean-Baptiste MarchandRonnie Sahlberg1-39/+8
2003-09-10NETLOGON/DsrDeregisterDNSHostRecords :Ronnie Sahlberg1-2/+2
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter1-9/+1
2003-07-18I've seen captures with Netlogon Secure Channel security with aGuy Harris1-1/+4
2003-07-18Capitalize "C" in "Channel" in "Secure Channel", as is done elsewhere.Guy Harris1-2/+2
2003-07-16Move all DCERPC authentication/encryption dissection code from packet-dcerpc.cTim Potter1-54/+69
2003-06-26Dynamically create DCERPC opnum value_strings from the subdissectorTim Potter1-48/+10
2003-06-02Dissect a netlogon credential as eight FT_BYTES rather than two guint32Tim Potter1-17/+8
2003-05-21Change the interface to dissect_ndr_nt_PSID to take one extra parameter which...Ronnie Sahlberg1-10/+10
2003-05-15Move dissection of NETLOGON secure channel auth verifier intoTim Potter1-2/+62
2003-05-15Dissect authentication data for netlogon secure channel bind and bind acks.Tim Potter1-3/+124
2003-05-09Dissect a ntlmv2 response if found in a samlogon request.Tim Potter1-10/+42
2003-04-27Not all strings in MS interfaces are unicode.Ronnie Sahlberg1-3/+3
2003-02-14Display user name in COL_INFO for ServerAuthenticate2 request.Tim Potter1-3/+9
2003-02-10Decorate the top-level item for a PRIV_NAME_ARRAY with the privilegeGuy Harris1-2/+2
2003-02-08Have "dissect_ndr_counted_string()" add 2, not 1, to its argument, as itGuy Harris1-6/+6
2003-02-07Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toGuy Harris1-3/+3
2003-02-07Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" toGuy Harris1-3/+3
2003-02-03Convert to new DCERPC string handling functions. There are still someTim Potter1-105/+105
2003-01-31Decorate a PRIV_NAME_ARRAY with the privilege names in the array.Guy Harris1-2/+2
2003-01-31Decorate a DELTA_DOMAIN structure's top-level item with the domain name.Guy Harris1-2/+2
2003-01-30Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris1-178/+178
2003-01-30Display random useful tidbits in COL_INFO.Tim Potter1-3/+7
2003-01-28Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter1-499/+449
2003-01-14Add value_string for secure channel type used in ServerAuthenticate2.Tim Potter1-4/+13
2002-11-30Added some flags and value_Strings for netlogonRonnie Sahlberg1-18/+600
2002-11-29From Like H, update to NETLOGON. DSROLEGETPRIMARYDOMAININFO is actually EN...Ronnie Sahlberg1-22/+42
2002-11-29From Luke H. Update to GetDomainInfoRonnie Sahlberg1-48/+69
2002-11-04Bugfix.Ronnie Sahlberg1-35/+11
2002-11-04Bugfix for DSROLE_PRIMARY_DOMAIN_INFORonnie Sahlberg1-36/+40
2002-11-03Fix for Netlogon function 0x22 which used the wrong pointer type.Ronnie Sahlberg1-25/+13
2002-10-15When registering a protocol, make sure there are no other protocols withGuy Harris1-2/+2
2002-09-29Some changes to netlogon. function 0x1d is still not right but maybe we areRonnie Sahlberg1-114/+94
2002-09-28From Luke Howard: Bugfix for one NETLOGON commandRonnie Sahlberg1-37/+51
2002-09-15From Luke Howard: Small fix for NETLOGON: LogonGetDomainInfoRonnie Sahlberg1-3/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-121/+121
2002-08-27From Luke H, a new function name and name of some structures/fields used by t...Ronnie Sahlberg1-116/+39
2002-08-18Changed two ulong REF pointers to just calle the uint32 dissectorRonnie Sahlberg1-7/+5
2002-08-18Fix some incorrect poitner types. From Jean-Francois MicouleauRonnie Sahlberg1-9/+9
2002-08-17Added new function name LogonSamLogonExRonnie Sahlberg1-7/+7
2002-08-17Fixed incorrect NDR pointer type in Authenticate3Ronnie Sahlberg1-2/+2
2002-08-16Convert some of the all caps names to more friendly names.Tim Potter1-49/+49
2002-08-11Changed some incorrect pointer types. MS interfaces seems never to use PTRRonnie Sahlberg1-57/+57