Rearrange sid snooping a bit.
[obnox/wireshark/wip.git] / packet-dcerpc-lsa.c
2003-05-22 sahlbergRearrange sid snooping a bit.
2003-05-21 sahlbergMake one QIP infolevel specify a sid hf field and updat...
2003-05-21 sahlbergChange the interface to dissect_ndr_nt_SID to take...
2003-05-21 sahlbergChange the interface to dissect_ndr_nt_PSID to take...
2003-05-15 tpotMore work on dissecting generic and standard mappings...
2003-04-28 tpotMove the specific rights dissection function and name...
2003-04-27 tpotCall dissect_nt_status() instead of dissect_ndr_uint32...
2003-04-27 sahlbergNot all strings in MS interfaces are unicode.
2003-04-03 tpotWhen dissecting specific rights, pass a name string...
2003-02-08 guyHave "dissect_ndr_counted_string()" add 2, not 1, to...
2003-02-07 guyRename "dissect_ndr_char_string()" and "dissect_ndr_wch...
2003-02-07 guyRename "dissect_ndr_char_array" and "disect_ndr_wchar_a...
2003-02-07 guyDecorate the top-level items for the account name in
2003-02-07 guyDecorate the top-level tree items for "LSA_TRANSLATED_N...
2003-02-07 tpotFix callers to dissect_nt_sec_desc() to use new functio...
2003-02-04 tpotRemove out of date comment.
2003-02-03 tpotConvert to new DCERPC string handling functions. There...
2003-01-31 guyPut in a missing assignment of the value of
2003-01-30 guyGeneralize "cb_str_postprocess()" to allow the string...
2003-01-30 tpotDisplay random useful tidbits in COL_INFO.
2003-01-28 tpotConvert dissector to callback based version of dissect_...
2002-10-28 guyThe LSA_REFERENCED_DOMAIN_LIST pointer in a LookupSIDs2...
2002-09-28 sahlbergFrom Luke Howard: Bugfix for one NETLOGON command
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-27 guy"lsa.key" is a Unicode string, and is ultimately put...
2002-08-22 tpotSome cleanups and fixes from Guy:
2002-08-21 tpotCall dissect_nt_access_mask() instead of dissect_ndr_ui...
2002-08-09 sahlbergUpdated LSA. Function 2f is called SetInformationPolicy2
2002-07-31 guyFrom Jim McDonough: support for LsaQueryInformationPoli...
2002-06-24 tpotChange each DCERPC dissector to pass in a hf value...
2002-06-21 tpotReplace sub-dissector names with InterCaps names instea...
2002-06-18 sahlbergAdded dissection of the request to NetrShareAdd
2002-05-31 tpotRemoved some trailing commas from various DCERPC dissec...
2002-05-27 sahlbergChanged toplevel REF pointer dissection to create a...
2002-05-11 guyIn "dissect_nt_policy_hnd()":
2002-05-02 sahlbergAdded LSA functions 0x38 and 0x3b. These were the two...
2002-05-02 sahlbergAdded LSAEnumerateTrustedDomainsEX and LSACreateTrusted...
2002-05-02 sahlbergAdded LSAGetUserName
2002-05-02 sahlbergAdded LSALookupSIDs2
2002-05-02 sahlbergAdded LSACloseTrustedDomainEX
2002-05-02 sahlbergAdded LSAStorePrivateData and LSARetrievePrivateData
2002-05-02 sahlbergAdded LSALookupPrivilegedDisplayName
2002-04-30 guyFrom Joerg Mayer: get rid of unused "pinfo" argument to
2002-04-30 sahlbergAdded LSACreateAccount
2002-04-30 sahlbergAdded LSALookupNames2
2002-04-30 sahlbergAdded LSAFunction_2e , LSAFunction_2f, LSAQueryDomainIn...
2002-04-30 sahlbergAdded LSAOpenTrustedDomainByName
2002-04-30 sahlbergAdded LSAQueryTrustedDomainInfo and LSASetTrustedDomainInfo
2002-04-30 sahlbergAdded LSAQueryTrustedDomainByName and LSASetTrustedDoma...
2002-04-29 guyRemoval (or, at least, #ifdeffing out) of unused variab...
2002-04-29 sahlbergAdded LSAAddAccountRights and LSARemoveAccountRights
2002-04-29 sahlbergAdded LSAEnumerateAccountRights
2002-04-29 guyFrom Ronnie Sahlberg: the LSA_REFERENCED_DOMAIN_LIST...
2002-04-28 sahlbergAdded LsaDeleteObject and LSAEnumerateAccountsWithUserRight
2002-04-28 sahlbergAdded LSAOpenSecret, LSASetSecret and LSAQuerySecret
2002-04-28 sahlbergAdded LSAQueryInfoTrustedDomain and LSASetInfoTrustedDo...
2002-04-28 sahlbergLSAOpenAccount added according to lsarpc.idl
2002-04-28 sahlbergLSACreateSecret added according to lsarpc.idl
2002-04-27 sahlbergAdded LsaLookupNames according to lsarpc.idl hopefully...
2002-04-22 guyFix typos.
2002-04-22 guyGet rid of an extra colon.
2002-04-22 guyCorrectly dissect LSA security descriptors, at least...
2002-04-18 sahlbergMore LSA updates
2002-04-18 tpotRemoved init routine as the dcerpc/smb init is now...
2002-04-18 tpotUse common policy handle hashing code in packet-dcerpc...
2002-04-17 sahlbergbugs found when verifying agains muddle generated idl...
2002-04-17 sahlbergBugfixes for LSA dissector and a small change to the...
2002-04-17 sahlbergTiny bugfix. One element was declared as of the wrong...
2002-04-17 sahlbergAdded LSAENUMERATEPRIVILEGESACCOUNT, LSAADDPRIVILEGESTO...
2002-04-17 sahlbergAdded dissection of LSA functions LSALOOKUPPRIVILEGENAM...
2002-04-17 sahlbergAdded dissection and support functions for LSAENUMERATE...
2002-04-17 sahlbergChange the way not implemented functions are commented...
2002-04-17 sahlbergLSA dissector updates. Adds a lot of LSA functions...
2002-03-19 guyThere is no guarantee that a buffer obtained using...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-03 guySPOOLSS RPC dissector, from Tim Potter. This includes...
2001-12-17 guyGet rid of some more "goto"s with the same problem.
2001-12-17 guyGet rid of a "goto"; the problem was found by Motonori...
2001-12-16 guyFrom Tim Potter: dissect some of the LSA RPCs stub...
2001-12-09 guy"msrpc" -> "dcerpc", and comment cleanups, from Tim...
2001-11-21 guyRename the "packet-msrpc-XXX.[ch]" files to "packet...