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