| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the specific rights dissection function and name into a structure | Tim Potter | 2003-04-28 | 1 | -4/+8 |
* | Call dissect_nt_status() instead of dissect_ndr_uint32() when dissecting | Tim Potter | 2003-04-27 | 1 | -117/+121 |
* | Not all strings in MS interfaces are unicode. | Ronnie Sahlberg | 2003-04-27 | 1 | -3/+3 |
* | When dissecting specific rights, pass a name string down so the | Tim Potter | 2003-04-03 | 1 | -3/+4 |
* | Have "dissect_ndr_counted_string()" add 2, not 1, to its argument, as it | Guy Harris | 2003-02-08 | 1 | -7/+7 |
* | Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" to | Guy Harris | 2003-02-07 | 1 | -2/+2 |
* | Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" to | Guy Harris | 2003-02-07 | 1 | -2/+2 |
* | Decorate the top-level items for the account name in | Guy Harris | 2003-02-07 | 1 | -3/+3 |
* | Decorate the top-level tree items for "LSA_TRANSLATED_NAME" and an | Guy Harris | 2003-02-07 | 1 | -3/+3 |
* | Fix callers to dissect_nt_sec_desc() to use new function interface. | Tim Potter | 2003-02-07 | 1 | -65/+56 |
* | Remove out of date comment. | Tim Potter | 2003-02-04 | 1 | -9/+5 |
* | Convert to new DCERPC string handling functions. There are still some | Tim Potter | 2003-02-03 | 1 | -34/+34 |
* | Put in a missing assignment of the value of | Guy Harris | 2003-01-31 | 1 | -2/+2 |
* | Generalize "cb_str_postprocess()" to allow the string to be appended to | Guy Harris | 2003-01-30 | 1 | -33/+33 |
* | Display random useful tidbits in COL_INFO. | Tim Potter | 2003-01-30 | 1 | -4/+14 |
* | Convert dissector to callback based version of dissect_ndr_pointer(). | Tim Potter | 2003-01-28 | 1 | -145/+144 |
* | The LSA_REFERENCED_DOMAIN_LIST pointer in a LookupSIDs2 reply appears to | Guy Harris | 2002-10-28 | 1 | -2/+2 |
* | From Luke Howard: Bugfix for one NETLOGON command | Ronnie Sahlberg | 2002-09-28 | 1 | -2/+2 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -123/+123 |
* | "lsa.key" is a Unicode string, and is ultimately put into the protocol | Guy Harris | 2002-08-27 | 1 | -2/+2 |
* | Some cleanups and fixes from Guy: | Tim Potter | 2002-08-22 | 1 | -4/+2 |
* | Call dissect_nt_access_mask() instead of dissect_ndr_uint32() | Tim Potter | 2002-08-21 | 1 | -6/+126 |
* | Updated LSA. Function 2f is called SetInformationPolicy2 | Ronnie Sahlberg | 2002-08-09 | 1 | -7/+7 |
* | From Jim McDonough: support for LsaQueryInformationPolicy2 in the LSA | Guy Harris | 2002-07-31 | 1 | -8/+10 |
* | Change each DCERPC dissector to pass in a hf value on initialisation | Tim Potter | 2002-06-24 | 1 | -2/+72 |
* | Replace sub-dissector names with InterCaps names instead of the ugly | Tim Potter | 2002-06-21 | 1 | -57/+57 |
* | Added dissection of the request to NetrShareAdd | Ronnie Sahlberg | 2002-06-18 | 1 | -2/+2 |
* | Removed some trailing commas from various DCERPC dissectors. | Tim Potter | 2002-05-31 | 1 | -6/+4 |
* | Changed toplevel REF pointer dissection to create a subtree. Not creating a s... | Ronnie Sahlberg | 2002-05-27 | 1 | -18/+18 |
* | In "dissect_nt_policy_hnd()": | Guy Harris | 2002-05-11 | 1 | -5/+30 |
* | Added LSA functions 0x38 and 0x3b. These were the two last LSA functions and now | Ronnie Sahlberg | 2002-05-02 | 1 | -7/+72 |
* | Added LSAEnumerateTrustedDomainsEX and LSACreateTrustedDomainEX | Ronnie Sahlberg | 2002-05-02 | 1 | -7/+112 |
* | Added LSAGetUserName | Ronnie Sahlberg | 2002-05-02 | 1 | -4/+65 |
* | Added LSALookupSIDs2 | Ronnie Sahlberg | 2002-05-02 | 1 | -4/+112 |
* | Added LSACloseTrustedDomainEX | Ronnie Sahlberg | 2002-05-02 | 1 | -4/+31 |
* | Added LSAStorePrivateData and LSARetrievePrivateData | Ronnie Sahlberg | 2002-05-02 | 1 | -7/+86 |
* | Added LSALookupPrivilegedDisplayName | Ronnie Sahlberg | 2002-05-02 | 1 | -4/+55 |
* | From Joerg Mayer: get rid of unused "pinfo" argument to | Guy Harris | 2002-04-30 | 1 | -2/+2 |
* | Added LSACreateAccount | Ronnie Sahlberg | 2002-04-30 | 1 | -4/+31 |
* | Added LSALookupNames2 | Ronnie Sahlberg | 2002-04-30 | 1 | -4/+67 |
* | Added LSAFunction_2e , LSAFunction_2f, LSAQueryDomainInformationPolicy and LS... | Ronnie Sahlberg | 2002-04-30 | 1 | -13/+113 |
* | Added LSAOpenTrustedDomainByName | Ronnie Sahlberg | 2002-04-30 | 1 | -4/+37 |
* | Added LSAQueryTrustedDomainInfo and LSASetTrustedDomainInfo | Ronnie Sahlberg | 2002-04-30 | 1 | -7/+71 |
* | Added LSAQueryTrustedDomainByName and LSASetTrustedDomainByName | Ronnie Sahlberg | 2002-04-30 | 1 | -7/+75 |
* | Removal (or, at least, #ifdeffing out) of unused variables and | Guy Harris | 2002-04-29 | 1 | -1/+3 |
* | Added LSAAddAccountRights and LSARemoveAccountRights | Ronnie Sahlberg | 2002-04-29 | 1 | -7/+72 |
* | Added LSAEnumerateAccountRights | Ronnie Sahlberg | 2002-04-29 | 1 | -5/+49 |
* | From Ronnie Sahlberg: the LSA_REFERENCED_DOMAIN_LIST pointer in a | Guy Harris | 2002-04-29 | 1 | -3/+3 |
* | Added LsaDeleteObject and LSAEnumerateAccountsWithUserRight | Ronnie Sahlberg | 2002-04-28 | 1 | -7/+59 |
* | Added LSAOpenSecret, LSASetSecret and LSAQuerySecret | Ronnie Sahlberg | 2002-04-28 | 1 | -10/+155 |