aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-lsa.c
Commit message (Expand)AuthorAgeFilesLines
* Change each DCERPC dissector to pass in a hf value on initialisationTim Potter2002-06-241-2/+72
* Replace sub-dissector names with InterCaps names instead of the uglyTim Potter2002-06-211-57/+57
* Added dissection of the request to NetrShareAddRonnie Sahlberg2002-06-181-2/+2
* Removed some trailing commas from various DCERPC dissectors.Tim Potter2002-05-311-6/+4
* Changed toplevel REF pointer dissection to create a subtree. Not creating a s...Ronnie Sahlberg2002-05-271-18/+18
* In "dissect_nt_policy_hnd()":Guy Harris2002-05-111-5/+30
* Added LSA functions 0x38 and 0x3b. These were the two last LSA functions and nowRonnie Sahlberg2002-05-021-7/+72
* Added LSAEnumerateTrustedDomainsEX and LSACreateTrustedDomainEXRonnie Sahlberg2002-05-021-7/+112
* Added LSAGetUserNameRonnie Sahlberg2002-05-021-4/+65
* Added LSALookupSIDs2Ronnie Sahlberg2002-05-021-4/+112
* Added LSACloseTrustedDomainEXRonnie Sahlberg2002-05-021-4/+31
* Added LSAStorePrivateData and LSARetrievePrivateDataRonnie Sahlberg2002-05-021-7/+86
* Added LSALookupPrivilegedDisplayNameRonnie Sahlberg2002-05-021-4/+55
* From Joerg Mayer: get rid of unused "pinfo" argument toGuy Harris2002-04-301-2/+2
* Added LSACreateAccountRonnie Sahlberg2002-04-301-4/+31
* Added LSALookupNames2Ronnie Sahlberg2002-04-301-4/+67
* Added LSAFunction_2e , LSAFunction_2f, LSAQueryDomainInformationPolicy and LS...Ronnie Sahlberg2002-04-301-13/+113
* Added LSAOpenTrustedDomainByNameRonnie Sahlberg2002-04-301-4/+37
* Added LSAQueryTrustedDomainInfo and LSASetTrustedDomainInfoRonnie Sahlberg2002-04-301-7/+71
* Added LSAQueryTrustedDomainByName and LSASetTrustedDomainByNameRonnie Sahlberg2002-04-301-7/+75
* Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris2002-04-291-1/+3
* Added LSAAddAccountRights and LSARemoveAccountRightsRonnie Sahlberg2002-04-291-7/+72
* Added LSAEnumerateAccountRightsRonnie Sahlberg2002-04-291-5/+49
* From Ronnie Sahlberg: the LSA_REFERENCED_DOMAIN_LIST pointer in aGuy Harris2002-04-291-3/+3
* Added LsaDeleteObject and LSAEnumerateAccountsWithUserRightRonnie Sahlberg2002-04-281-7/+59
* Added LSAOpenSecret, LSASetSecret and LSAQuerySecretRonnie Sahlberg2002-04-281-10/+155
* Added LSAQueryInfoTrustedDomain and LSASetInfoTrustedDomain and support funct...Ronnie Sahlberg2002-04-281-8/+434
* LSAOpenAccount added according to lsarpc.idlRonnie Sahlberg2002-04-281-4/+35
* LSACreateSecret added according to lsarpc.idlRonnie Sahlberg2002-04-281-5/+36
* Added LsaLookupNames according to lsarpc.idl hopefully it is correctRonnie Sahlberg2002-04-271-4/+144
* Fix typos.Guy Harris2002-04-221-4/+4
* Get rid of an extra colon.Guy Harris2002-04-221-2/+2
* Correctly dissect LSA security descriptors, at least as they appearGuy Harris2002-04-221-2/+29
* More LSA updatesRonnie Sahlberg2002-04-181-14/+187
* Removed init routine as the dcerpc/smb init is now done in the correctTim Potter2002-04-181-10/+1
* Use common policy handle hashing code in packet-dcerpc-nt.cTim Potter2002-04-181-3/+24
* bugs found when verifying agains muddle generated idl fileRonnie Sahlberg2002-04-171-1/+15
* Bugfixes for LSA dissector and a small change to the security_descriptor diss...Ronnie Sahlberg2002-04-171-36/+60
* Tiny bugfix. One element was declared as of the wrong type.Ronnie Sahlberg2002-04-171-3/+3
* Added LSAENUMERATEPRIVILEGESACCOUNT, LSAADDPRIVILEGESTOACCOUNT and LSAREMOVEP...Ronnie Sahlberg2002-04-171-10/+156
* Added dissection of LSA functions LSALOOKUPPRIVILEGENAME and LSALOOKUPPRIVILE...Ronnie Sahlberg2002-04-171-7/+62
* Added dissection and support functions for LSAENUMERATEPRIVILEGESRonnie Sahlberg2002-04-171-4/+149
* Change the way not implemented functions are commented out so thast etherealRonnie Sahlberg2002-04-171-7/+125
* LSA dissector updates. Adds a lot of LSA functions to the dissector.Ronnie Sahlberg2002-04-171-859/+1460
* There is no guarantee that a buffer obtained using "tvb_get_ptr()" isGuy Harris2002-03-191-16/+18
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* SPOOLSS RPC dissector, from Tim Potter. This includes adding additionalGuy Harris2002-01-031-25/+7
* Get rid of some more "goto"s with the same problem.Guy Harris2001-12-171-37/+40
* Get rid of a "goto"; the problem was found by Motonori Shindo, as it wasGuy Harris2001-12-171-16/+16
* From Tim Potter: dissect some of the LSA RPCs stub data.Guy Harris2001-12-161-14/+1139