aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-sidsnooping.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-04Fix crash bug in sid snooping if we don't have a policy name for aTim Potter1-1/+4
2004-06-04Fix bug to do with renaming lsa.domain_sid to nt.domain_sid to getTim Potter1-6/+6
2004-05-07Compile fixes for change to dcerpc_info structure.Tim Potter1-2/+2
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris1-8/+8
2003-06-09SID name mappings can now be presented in a table by tetherealRonnie Sahlberg1-7/+3
2003-06-05fix to make the dcerpc_smb_fetch_pol use the new function argument listRonnie Sahlberg1-2/+2
2003-06-05Teach teh sid snooping how to extract sid->name mappings from SAMR:QueryDispInfoRonnie Sahlberg1-1/+204
2003-05-22Add snooping of sid->domain mapping from POLICY_ACCOUNT_DOMAIN_INFO structuresRonnie Sahlberg1-1/+3
2003-05-22Rearrange sid snooping a bit.Ronnie Sahlberg1-26/+44
2003-05-21Make one QIP infolevel specify a sid hf field and update the embryonic sid sn...Ronnie Sahlberg1-6/+6
2003-04-23Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris1-3/+7
2003-03-25Non-void functions must always return a value; the SID snooping tapGuy Harris1-1/+2
2003-03-25Added SMB option : sid_name_snooping.Ronnie Sahlberg1-0/+230