aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-samr.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-5636/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-28From Jean-Baptiste Marchand: many small fixes for the samr dissector,Guy Harris1-73/+218
2004-06-26From Jean-Baptiste Marchand: dissect the USER_INFO_25 samr structureGuy Harris1-1/+34
2004-06-24from JBM updates to SAMR CONNECTxRonnie Sahlberg1-15/+112
2004-06-05from JBM: updates to SAMR and LSARonnie Sahlberg1-9/+69
2004-05-19Remove hf argument to common routines for dissecting domain sids. MostTim Potter1-2/+2
2004-05-15Move common routines from packet-dcerpc-samr.c to packet-dcerpc-nt.cTim Potter1-397/+1
2004-03-30Add the mask for an NT ACL ACE to the summary list for each ACE. ThisRichard Sharpe1-10/+10
2004-03-23From Ronnie Sahlberg: small fix to prevent dereferencing null pointers.Guy Harris1-2/+7
2004-01-19char *drep -> guint8 *drepJörg Mayer1-203/+203
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