aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-samr.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-29More operation names updates from Jean-Baptiste Marchand.tpot1-4/+10
2003-09-23From JBMsahlberg1-73/+76
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedtpot1-9/+1
2003-07-24From Jean-Baptiste Marchand: add descriptions of permissions forguy1-31/+31
2003-07-15Removed unused local variable.tpot1-2/+1
2003-07-14Fix the decoding of SIDs and Attributes so that a SamLogon response with extrasharpe1-3/+3
2003-06-26Dynamically create DCERPC opnum value_strings from the subdissectortpot1-72/+10
2003-06-05In the policy handle hashing, handle more than one policy handle havingguy1-120/+196
2003-05-30Update SAMR to change the last few calls to dissect a context handle tosahlberg1-9/+9
2003-05-27Fix typoes.guy1-3/+3
2003-05-22remove unused include that was added by mistakesahlberg1-2/+1
2003-05-22make dissect_nt_sid() return a sid string that also contains the proper name ...sahlberg1-3/+5
2003-05-21Make one QIP infolevel specify a sid hf field and update the embryonic sid sn...sahlberg1-2/+8
2003-05-21Change the interface to dissect_nt_sid so that we can provide a hf field to usesahlberg1-2/+2
2003-05-21Change the interface to dissect_ndr_nt_SID to take the extra parameter hf_sidsahlberg1-28/+36
2003-05-21Change the interface to dissect_ndr_nt_PSID to take one extra parameter which...sahlberg1-5/+12
2003-05-15More work on dissecting generic and standard mappings for NT access masks.tpot1-6/+16
2003-04-28Move the specific rights dissection function and name into a structuretpot1-10/+35
2003-04-27Not all strings in MS interfaces are unicode.sahlberg1-3/+3
2003-04-03When dissecting specific rights, pass a name string down so thetpot1-10/+10
2003-03-11When registering a string preference, if the value of the preference isguy1-2/+2
2003-02-25hf_samr_mask is actually an nt_acct_ctrl.tpot1-12/+7
2003-02-21Forgot to rename constant for bit 0x80 of SAMR domain handle permissions.tpot1-2/+2
2003-02-21Apparently bit 0x80 of a SAMR domain handle is the permission to looktpot1-6/+6
2003-02-19Don't try to put the policy handle name into the Info column if we don'tguy1-6/+6
2003-02-14Display the policy handle name in COL_INFO for the ClosePolicy RPC.tpot1-9/+19
2003-02-08Have "dissect_ndr_counted_string()" add 2, not 1, to its argument, as itguy1-19/+19
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-07Decorate several layers of the tree with the account name inguy1-3/+3
2003-02-03Convert to new DCERPC string handling functions. There are still sometpot1-150/+95
2003-02-02Decorate one level up with the string inguy1-2/+9
2003-01-31The handle returned by the OpenDomain RPC now has the SID in the handletpot1-22/+119
2003-01-30Generalize "cb_str_postprocess()" to allow the string to be appended toguy1-72/+72
2003-01-30Display random useful tidbits in COL_INFO.tpot1-43/+86
2003-01-28Convert dissector to callback based version of dissect_ndr_pointer().tpot1-190/+179
2003-01-11Put Unicode strings into the protocol tree with the appropriate protocolguy1-6/+1
2003-01-11Get rid of an extra "." at the end of the name of the "nt.str" field.guy1-2/+2
2003-01-11Convert some incidental prs_* calls to dissect_dcerpc_*tpot1-1/+6
2002-12-11From Devin Heitmueller: make the RC4 support stateful.guy1-2/+4
2002-12-03Values in Microsoft protocols that don't have their byte order specifiedguy1-57/+64
2002-12-03From Devin Heitmueller:guy1-12/+164
2002-11-10From Devin Heitmueller: show proper field names for SAMRguy1-9/+122
2002-11-10Bugfixes for two SAMR dissectors.sahlberg1-15/+34
2002-08-30Add some fixes from Albert Chinsharpe1-5/+5
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-464/+464
2002-08-22Some cleanups and fixes from Guy:tpot1-21/+8
2002-08-21Call dissect_nt_access_mask() instead of dissect_ndr_uint32()tpot1-20/+470
2002-08-13The unknown uint32 in create user2 reply is an access granted mask.tpot1-13/+55
2002-08-07Fix a return code in samr_dissect_query_information_domain_reply()tpot1-5/+5