aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-netlogon.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-19Remove hf argument to common routines for dissecting domain sids. Mosttpot1-27/+12
2004-05-01more deltatypessahlberg1-1/+10
2004-04-23prettified a few netlogon calls and populate col_info with account namessahlberg1-6/+6
2004-04-23update to netlogon to dissect the timestamps in VALIDATION_UAS_INFOsahlberg1-18/+19
2004-04-23update to netlogon, now also decode the delete user/group/aliassahlberg1-8/+16
2004-04-21 update to netlogon to show DsrGetDcNameEx2() Client account name, domain na...sahlberg1-8/+8
2004-04-08update to netlogon: make it dissect all the bits of the UserAccountControl f...sahlberg1-11/+285
2004-04-08dissection of netlogon userflags in tha pac structure and elsewheresahlberg1-9/+65
2004-04-08dissect group attributes for the pac structure and other places in netlogonsahlberg1-4/+71
2004-03-05Kerberos contain a structure that is VERY similar to VALIDATE_SAM_INFO2sahlberg1-1/+151
2004-01-19char *drep -> guint8 *drepjmayer1-191/+191
2003-11-02In a secure channel verifier, sometimes the nonce isn't present; not suretpot1-8/+13
2003-10-23Use -1 rather than "tvb_length(tvb)" to specify a length that covers theguy1-3/+3
2003-09-27From JBM update some function names in Netlogonsahlberg1-88/+95
2003-09-22A bunch of fixups for the NETLOGON sam database synchronisationtpot1-8/+12
2003-09-12Update to netlogonsahlberg1-4/+39
2003-09-12upadtes to NETLOGONsahlberg1-154/+155
2003-09-11From Jean-Baptiste Marchandsahlberg1-39/+8
2003-09-10NETLOGON/DsrDeregisterDNSHostRecords :sahlberg1-2/+2
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedtpot1-9/+1
2003-07-18I've seen captures with Netlogon Secure Channel security with aguy1-1/+4
2003-07-18Capitalize "C" in "Channel" in "Secure Channel", as is done elsewhere.guy1-2/+2
2003-07-16Move all DCERPC authentication/encryption dissection code from packet-dcerpc.ctpot1-54/+69
2003-06-26Dynamically create DCERPC opnum value_strings from the subdissectortpot1-48/+10
2003-06-02Dissect a netlogon credential as eight FT_BYTES rather than two guint32tpot1-17/+8
2003-05-21Change the interface to dissect_ndr_nt_PSID to take one extra parameter which...sahlberg1-10/+10
2003-05-15Move dissection of NETLOGON secure channel auth verifier intotpot1-2/+62
2003-05-15Dissect authentication data for netlogon secure channel bind and bind acks.tpot1-3/+124
2003-05-09Dissect a ntlmv2 response if found in a samlogon request.tpot1-10/+42
2003-04-27Not all strings in MS interfaces are unicode.sahlberg1-3/+3
2003-02-14Display user name in COL_INFO for ServerAuthenticate2 request.tpot1-3/+9
2003-02-10Decorate the top-level item for a PRIV_NAME_ARRAY with the privilegeguy1-2/+2
2003-02-08Have "dissect_ndr_counted_string()" add 2, not 1, to its argument, as itguy1-6/+6
2003-02-07Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toguy1-3/+3
2003-02-07Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" toguy1-3/+3
2003-02-03Convert to new DCERPC string handling functions. There are still sometpot1-105/+105
2003-01-31Decorate a PRIV_NAME_ARRAY with the privilege names in the array.guy1-2/+2
2003-01-31Decorate a DELTA_DOMAIN structure's top-level item with the domain name.guy1-2/+2
2003-01-30Generalize "cb_str_postprocess()" to allow the string to be appended toguy1-178/+178
2003-01-30Display random useful tidbits in COL_INFO.tpot1-3/+7
2003-01-28Convert dissector to callback based version of dissect_ndr_pointer().tpot1-499/+449
2003-01-14Add value_string for secure channel type used in ServerAuthenticate2.tpot1-4/+13
2002-11-30Added some flags and value_Strings for netlogonsahlberg1-18/+600
2002-11-29From Like H, update to NETLOGON. DSROLEGETPRIMARYDOMAININFO is actually EN...sahlberg1-22/+42
2002-11-29From Luke H. Update to GetDomainInfosahlberg1-48/+69
2002-11-04Bugfix.sahlberg1-35/+11
2002-11-04Bugfix for DSROLE_PRIMARY_DOMAIN_INFOsahlberg1-36/+40
2002-11-03Fix for Netlogon function 0x22 which used the wrong pointer type.sahlberg1-25/+13
2002-10-15When registering a protocol, make sure there are no other protocols withguy1-2/+2
2002-09-29Some changes to netlogon. function 0x1d is still not right but maybe we aresahlberg1-114/+94