aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-lsa.c
Commit message (Expand)AuthorAgeFilesLines
* Have "dissect_ndr_counted_string()" add 2, not 1, to its argument, as itGuy Harris2003-02-081-7/+7
* Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toGuy Harris2003-02-071-2/+2
* Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" toGuy Harris2003-02-071-2/+2
* Decorate the top-level items for the account name inGuy Harris2003-02-071-3/+3
* Decorate the top-level tree items for "LSA_TRANSLATED_NAME" and anGuy Harris2003-02-071-3/+3
* Fix callers to dissect_nt_sec_desc() to use new function interface.Tim Potter2003-02-071-65/+56
* Remove out of date comment.Tim Potter2003-02-041-9/+5
* Convert to new DCERPC string handling functions. There are still someTim Potter2003-02-031-34/+34
* Put in a missing assignment of the value ofGuy Harris2003-01-311-2/+2
* Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris2003-01-301-33/+33
* Display random useful tidbits in COL_INFO.Tim Potter2003-01-301-4/+14
* Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter2003-01-281-145/+144
* The LSA_REFERENCED_DOMAIN_LIST pointer in a LookupSIDs2 reply appears toGuy Harris2002-10-281-2/+2
* From Luke Howard: Bugfix for one NETLOGON commandRonnie Sahlberg2002-09-281-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-123/+123
* "lsa.key" is a Unicode string, and is ultimately put into the protocolGuy Harris2002-08-271-2/+2
* Some cleanups and fixes from Guy:Tim Potter2002-08-221-4/+2
* Call dissect_nt_access_mask() instead of dissect_ndr_uint32()Tim Potter2002-08-211-6/+126
* Updated LSA. Function 2f is called SetInformationPolicy2Ronnie Sahlberg2002-08-091-7/+7
* From Jim McDonough: support for LsaQueryInformationPolicy2 in the LSAGuy Harris2002-07-311-8/+10
* 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