aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-lsa.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-03When dissecting specific rights, pass a name string down so theTim Potter1-3/+4
2003-02-08Have "dissect_ndr_counted_string()" add 2, not 1, to its argument, as itGuy Harris1-7/+7
2003-02-07Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toGuy Harris1-2/+2
2003-02-07Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" toGuy Harris1-2/+2
2003-02-07Decorate the top-level items for the account name inGuy Harris1-3/+3
2003-02-07Decorate the top-level tree items for "LSA_TRANSLATED_NAME" and anGuy Harris1-3/+3
2003-02-07Fix callers to dissect_nt_sec_desc() to use new function interface.Tim Potter1-65/+56
2003-02-04Remove out of date comment.Tim Potter1-9/+5
2003-02-03Convert to new DCERPC string handling functions. There are still someTim Potter1-34/+34
2003-01-31Put in a missing assignment of the value ofGuy Harris1-2/+2
2003-01-30Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris1-33/+33
2003-01-30Display random useful tidbits in COL_INFO.Tim Potter1-4/+14
2003-01-28Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter1-145/+144
2002-10-28The LSA_REFERENCED_DOMAIN_LIST pointer in a LookupSIDs2 reply appears toGuy Harris1-2/+2
2002-09-28From Luke Howard: Bugfix for one NETLOGON commandRonnie Sahlberg1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-123/+123
2002-08-27"lsa.key" is a Unicode string, and is ultimately put into the protocolGuy Harris1-2/+2
2002-08-22Some cleanups and fixes from Guy:Tim Potter1-4/+2
2002-08-21Call dissect_nt_access_mask() instead of dissect_ndr_uint32()Tim Potter1-6/+126
2002-08-09Updated LSA. Function 2f is called SetInformationPolicy2Ronnie Sahlberg1-7/+7
2002-07-31From Jim McDonough: support for LsaQueryInformationPolicy2 in the LSAGuy Harris1-8/+10
2002-06-24Change each DCERPC dissector to pass in a hf value on initialisationTim Potter1-2/+72
2002-06-21Replace sub-dissector names with InterCaps names instead of the uglyTim Potter1-57/+57
2002-06-18Added dissection of the request to NetrShareAddRonnie Sahlberg1-2/+2
2002-05-31Removed some trailing commas from various DCERPC dissectors.Tim Potter1-6/+4
2002-05-27Changed toplevel REF pointer dissection to create a subtree. Not creating a s...Ronnie Sahlberg1-18/+18
2002-05-11In "dissect_nt_policy_hnd()":Guy Harris1-5/+30
2002-05-02Added LSA functions 0x38 and 0x3b. These were the two last LSA functions and nowRonnie Sahlberg1-7/+72
2002-05-02Added LSAEnumerateTrustedDomainsEX and LSACreateTrustedDomainEXRonnie Sahlberg1-7/+112
2002-05-02Added LSAGetUserNameRonnie Sahlberg1-4/+65
2002-05-02Added LSALookupSIDs2Ronnie Sahlberg1-4/+112
2002-05-02Added LSACloseTrustedDomainEXRonnie Sahlberg1-4/+31
2002-05-02Added LSAStorePrivateData and LSARetrievePrivateDataRonnie Sahlberg1-7/+86
2002-05-02Added LSALookupPrivilegedDisplayNameRonnie Sahlberg1-4/+55
2002-04-30From Joerg Mayer: get rid of unused "pinfo" argument toGuy Harris1-2/+2
2002-04-30Added LSACreateAccountRonnie Sahlberg1-4/+31
2002-04-30Added LSALookupNames2Ronnie Sahlberg1-4/+67
2002-04-30Added LSAFunction_2e , LSAFunction_2f, LSAQueryDomainInformationPolicy and LS...Ronnie Sahlberg1-13/+113
2002-04-30Added LSAOpenTrustedDomainByNameRonnie Sahlberg1-4/+37
2002-04-30Added LSAQueryTrustedDomainInfo and LSASetTrustedDomainInfoRonnie Sahlberg1-7/+71
2002-04-30Added LSAQueryTrustedDomainByName and LSASetTrustedDomainByNameRonnie Sahlberg1-7/+75
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-1/+3
2002-04-29Added LSAAddAccountRights and LSARemoveAccountRightsRonnie Sahlberg1-7/+72
2002-04-29Added LSAEnumerateAccountRightsRonnie Sahlberg1-5/+49
2002-04-29From Ronnie Sahlberg: the LSA_REFERENCED_DOMAIN_LIST pointer in aGuy Harris1-3/+3
2002-04-28Added LsaDeleteObject and LSAEnumerateAccountsWithUserRightRonnie Sahlberg1-7/+59
2002-04-28Added LSAOpenSecret, LSASetSecret and LSAQuerySecretRonnie Sahlberg1-10/+155
2002-04-28Added LSAQueryInfoTrustedDomain and LSASetInfoTrustedDomain and support funct...Ronnie Sahlberg1-8/+434
2002-04-28LSAOpenAccount added according to lsarpc.idlRonnie Sahlberg1-4/+35
2002-04-28LSACreateSecret added according to lsarpc.idlRonnie Sahlberg1-5/+36