aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-lsa.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-28From Jean-Baptiste Marchand: fix the dissection of theguy1-1/+6
2004-06-28From Jean-Baptiste Marchand: slightly enhance the dissection of theguy1-4/+12
2004-06-05from JBM: updates to SAMR and LSAsahlberg1-21/+30
2004-05-19Remove hf argument to common routines for dissecting domain sids. Mosttpot1-37/+17
2004-03-30Add the mask for an NT ACL ACE to the summary list for each ACE. Thissharpe1-2/+2
2004-01-19char *drep -> guint8 *drepjmayer1-182/+182
2003-09-29More operation names updates from Jean-Baptiste Marchand.tpot1-12/+41
2003-09-23From JBMsahlberg1-291/+291
2003-09-03Update to LSA LookupPrivilegeDisplayNamesahlberg1-17/+18
2003-08-20packet-dcerpc-lsa had some idea that EnumDomainsEx had a funny NDR rep forsharpe1-3/+4
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedtpot1-9/+1
2003-06-26Dynamically create DCERPC opnum value_strings from the subdissectortpot1-67/+10
2003-06-05In the policy handle hashing, handle more than one policy handle havingguy1-83/+98
2003-05-30Some minor updates to LSA.sahlberg1-10/+23
2003-05-23I don't think there is any such thing as a pointer to a policy handle.tpot1-186/+164
2003-05-22Add snooping of sid->domain mapping from POLICY_ACCOUNT_DOMAIN_INFO structuressahlberg1-3/+3
2003-05-22Rearrange sid snooping a bit.sahlberg1-6/+16
2003-05-21Make one QIP infolevel specify a sid hf field and update the embryonic sid sn...sahlberg1-2/+7
2003-05-21Change the interface to dissect_ndr_nt_SID to take the extra parameter hf_sidsahlberg1-11/+11
2003-05-21Change the interface to dissect_ndr_nt_PSID to take one extra parameter which...sahlberg1-7/+7
2003-05-15More work on dissecting generic and standard mappings for NT access masks.tpot1-2/+4
2003-04-28Move the specific rights dissection function and name into a structuretpot1-4/+8
2003-04-27Call dissect_nt_status() instead of dissect_ndr_uint32() when dissectingtpot1-117/+121
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-3/+4
2003-02-08Have "dissect_ndr_counted_string()" add 2, not 1, to its argument, as itguy1-7/+7
2003-02-07Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toguy1-2/+2
2003-02-07Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" toguy1-2/+2
2003-02-07Decorate the top-level items for the account name inguy1-3/+3
2003-02-07Decorate the top-level tree items for "LSA_TRANSLATED_NAME" and anguy1-3/+3
2003-02-07Fix callers to dissect_nt_sec_desc() to use new function interface.tpot1-65/+56
2003-02-04Remove out of date comment.tpot1-9/+5
2003-02-03Convert to new DCERPC string handling functions. There are still sometpot1-34/+34
2003-01-31Put in a missing assignment of the value ofguy1-2/+2
2003-01-30Generalize "cb_str_postprocess()" to allow the string to be appended toguy1-33/+33
2003-01-30Display random useful tidbits in COL_INFO.tpot1-4/+14
2003-01-28Convert dissector to callback based version of dissect_ndr_pointer().tpot1-145/+144
2002-10-28The LSA_REFERENCED_DOMAIN_LIST pointer in a LookupSIDs2 reply appears toguy1-2/+2
2002-09-28From Luke Howard: Bugfix for one NETLOGON commandsahlberg1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-123/+123
2002-08-27"lsa.key" is a Unicode string, and is ultimately put into the protocolguy1-2/+2
2002-08-22Some cleanups and fixes from Guy:tpot1-4/+2
2002-08-21Call dissect_nt_access_mask() instead of dissect_ndr_uint32()tpot1-6/+126
2002-08-09Updated LSA. Function 2f is called SetInformationPolicy2sahlberg1-7/+7
2002-07-31From Jim McDonough: support for LsaQueryInformationPolicy2 in the LSAguy1-8/+10
2002-06-24Change each DCERPC dissector to pass in a hf value on initialisationtpot1-2/+72
2002-06-21Replace sub-dissector names with InterCaps names instead of the uglytpot1-57/+57
2002-06-18Added dissection of the request to NetrShareAddsahlberg1-2/+2
2002-05-31Removed some trailing commas from various DCERPC dissectors.tpot1-6/+4
2002-05-27Changed toplevel REF pointer dissection to create a subtree. Not creating a s...sahlberg1-18/+18