aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-lsa.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-11In "dissect_nt_policy_hnd()":guy1-5/+30
2002-05-02Added LSA functions 0x38 and 0x3b. These were the two last LSA functions and nowsahlberg1-7/+72
2002-05-02Added LSAEnumerateTrustedDomainsEX and LSACreateTrustedDomainEXsahlberg1-7/+112
2002-05-02Added LSAGetUserNamesahlberg1-4/+65
2002-05-02Added LSALookupSIDs2sahlberg1-4/+112
2002-05-02Added LSACloseTrustedDomainEXsahlberg1-4/+31
2002-05-02Added LSAStorePrivateData and LSARetrievePrivateDatasahlberg1-7/+86
2002-05-02Added LSALookupPrivilegedDisplayNamesahlberg1-4/+55
2002-04-30From Joerg Mayer: get rid of unused "pinfo" argument toguy1-2/+2
2002-04-30Added LSACreateAccountsahlberg1-4/+31
2002-04-30Added LSALookupNames2sahlberg1-4/+67
2002-04-30Added LSAFunction_2e , LSAFunction_2f, LSAQueryDomainInformationPolicy and LS...sahlberg1-13/+113
2002-04-30Added LSAOpenTrustedDomainByNamesahlberg1-4/+37
2002-04-30Added LSAQueryTrustedDomainInfo and LSASetTrustedDomainInfosahlberg1-7/+71
2002-04-30Added LSAQueryTrustedDomainByName and LSASetTrustedDomainByNamesahlberg1-7/+75
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andguy1-1/+3
2002-04-29Added LSAAddAccountRights and LSARemoveAccountRightssahlberg1-7/+72
2002-04-29Added LSAEnumerateAccountRightssahlberg1-5/+49
2002-04-29From Ronnie Sahlberg: the LSA_REFERENCED_DOMAIN_LIST pointer in aguy1-3/+3
2002-04-28Added LsaDeleteObject and LSAEnumerateAccountsWithUserRightsahlberg1-7/+59
2002-04-28Added LSAOpenSecret, LSASetSecret and LSAQuerySecretsahlberg1-10/+155
2002-04-28Added LSAQueryInfoTrustedDomain and LSASetInfoTrustedDomain and support funct...sahlberg1-8/+434
2002-04-28LSAOpenAccount added according to lsarpc.idlsahlberg1-4/+35
2002-04-28LSACreateSecret added according to lsarpc.idlsahlberg1-5/+36
2002-04-27Added LsaLookupNames according to lsarpc.idl hopefully it is correctsahlberg1-4/+144
2002-04-22Fix typos.guy1-4/+4
2002-04-22Get rid of an extra colon.guy1-2/+2
2002-04-22Correctly dissect LSA security descriptors, at least as they appearguy1-2/+29
2002-04-18More LSA updatessahlberg1-14/+187
2002-04-18Removed init routine as the dcerpc/smb init is now done in the correcttpot1-10/+1
2002-04-18Use common policy handle hashing code in packet-dcerpc-nt.ctpot1-3/+24
2002-04-17bugs found when verifying agains muddle generated idl filesahlberg1-1/+15
2002-04-17Bugfixes for LSA dissector and a small change to the security_descriptor diss...sahlberg1-36/+60
2002-04-17Tiny bugfix. One element was declared as of the wrong type.sahlberg1-3/+3
2002-04-17Added LSAENUMERATEPRIVILEGESACCOUNT, LSAADDPRIVILEGESTOACCOUNT and LSAREMOVEP...sahlberg1-10/+156
2002-04-17Added dissection of LSA functions LSALOOKUPPRIVILEGENAME and LSALOOKUPPRIVILE...sahlberg1-7/+62
2002-04-17Added dissection and support functions for LSAENUMERATEPRIVILEGESsahlberg1-4/+149
2002-04-17Change the way not implemented functions are commented out so thast etherealsahlberg1-7/+125
2002-04-17LSA dissector updates. Adds a lot of LSA functions to the dissector.sahlberg1-859/+1460
2002-03-19There is no guarantee that a buffer obtained using "tvb_get_ptr()" isguy1-16/+18
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2002-01-03SPOOLSS RPC dissector, from Tim Potter. This includes adding additionalguy1-25/+7
2001-12-17Get rid of some more "goto"s with the same problem.guy1-37/+40
2001-12-17Get rid of a "goto"; the problem was found by Motonori Shindo, as it wasguy1-16/+16
2001-12-16From Tim Potter: dissect some of the LSA RPCs stub data.guy1-14/+1139