From Richard Urwin a great enhancement to the color filter dialogue to
[obnox/wireshark/wip.git] / packet-dcerpc-samr.c
2003-08-04 tpotGuy suggested that the dcerpc opnum value_string code...
2003-07-24 guyFrom Jean-Baptiste Marchand: add descriptions of permis...
2003-07-15 tpotRemoved unused local variable.
2003-07-14 sharpeFix the decoding of SIDs and Attributes so that a SamLo...
2003-06-26 tpotDynamically create DCERPC opnum value_strings from...
2003-06-05 guyIn the policy handle hashing, handle more than one...
2003-05-30 sahlbergUpdate SAMR to change the last few calls to dissect...
2003-05-27 guyFix typoes.
2003-05-22 sahlbergremove unused include that was added by mistake
2003-05-22 sahlbergmake dissect_nt_sid() return a sid string that also...
2003-05-21 sahlbergMake one QIP infolevel specify a sid hf field and updat...
2003-05-21 sahlbergChange the interface to dissect_nt_sid so that we can...
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 sahlbergNot all strings in MS interfaces are unicode.
2003-04-03 tpotWhen dissecting specific rights, pass a name string...
2003-03-11 guyWhen registering a string preference, if the value...
2003-02-25 tpothf_samr_mask is actually an nt_acct_ctrl.
2003-02-21 tpotForgot to rename constant for bit 0x80 of SAMR domain...
2003-02-21 tpotApparently bit 0x80 of a SAMR domain handle is the...
2003-02-19 guyDon't try to put the policy handle name into the Info...
2003-02-14 tpotDisplay the policy handle name in COL_INFO for the...
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 several layers of the tree with the account...
2003-02-03 tpotConvert to new DCERPC string handling functions. There...
2003-02-02 guyDecorate one level up with the string in
2003-01-31 tpotThe handle returned by the OpenDomain RPC now has the...
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_...
2003-01-11 guyPut Unicode strings into the protocol tree with the...
2003-01-11 guyGet rid of an extra "." at the end of the name of the...
2003-01-11 tpotConvert some incidental prs_* calls to dissect_dcerpc_*
2002-12-11 guyFrom Devin Heitmueller: make the RC4 support stateful.
2002-12-03 guyValues in Microsoft protocols that don't have their...
2002-12-03 guyFrom Devin Heitmueller:
2002-11-10 guyFrom Devin Heitmueller: show proper field names for...
2002-11-10 sahlbergBugfixes for two SAMR dissectors.
2002-08-30 sharpeAdd some fixes from Albert Chin
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-22 tpotSome cleanups and fixes from Guy:
2002-08-21 tpotCall dissect_nt_access_mask() instead of dissect_ndr_ui...
2002-08-13 tpotThe unknown uint32 in create user2 reply is an access...
2002-08-07 tpotFix a return code in samr_dissect_query_information_dom...
2002-08-06 sharpeUpdate packet-dcerpc-samr.{c,h} to fix the names for...
2002-07-16 guyFrom Joerg Mayer: add #includes of "snprintf.h" in...
2002-07-06 sharpeA small patch from Andrew Bartlett.
2002-07-02 tpotFix up is_open and is_close arguments to dissect_nt_pol...
2002-06-24 tpotChange each DCERPC dissector to pass in a hf value...
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-09 guyPut in a comment noting that the previous change came...
2002-05-09 guyAs Ronnie Sahlberg notes, the problem is that the Query...
2002-05-09 guyIn at least one capture, a QueryDomainInfo response...
2002-05-07 sahlbergSeveral bugfixes for SAMR
2002-05-05 tpotRemove unused function.
2002-05-04 guyFrom Joerg Mayer: mark unused arguments as such.
2002-04-30 guyGet rid of some unused arguments, and mark some others...
2002-04-30 tpotUse the string in the DCERPC sub-dissector array instea...
2002-04-29 guyUn-#if out "samr_dissect_get_alias_membership_response...
2002-04-29 guyRemoval (or, at least, #ifdeffing out) of unused variab...
2002-04-22 guyFix "samr_dissect_query_information_alias_reply()"...
2002-04-22 guyFix an error in the "dcerpc_samr_dissectors[]" table.
2002-04-18 guyAdd a "proto_register_dcerpc_smb()" which registers...
2002-04-17 tpotDisplay rids for open user, group, alias in COL_INFO.
2002-04-17 tpotPrettification of SAMR dissector - display short names...
2002-04-17 tpotUse policy handle hash code in DCERPC/SMB SAMR dissector.
2002-04-16 tpotDisplay non-zero return codes in COL_INFO.
2002-03-25 tpot#include <string.h> to quieten compiler warning.
2002-03-24 guyFix "dissect_ndr_nt_UNICODE_STRING_str()" so that the...
2002-03-14 sahlbergAdded a value_string for the countreis which have their...
2002-03-11 sahlbergFinal patch in preparing for NETLOGON dissector.
2002-03-11 sahlbergMove the STRING dissector to packet-dcerpc-nt.c and...
2002-03-11 sahlbergRename samr_dissect_LOGON_HOURS() to dissect_ndr_nt_LOG...
2002-03-10 sahlbergMoved dissect_ndr_nt_NTTIME() from packet-dcerpc-samr...
2002-03-10 guyDon't use "proto_tree_add_string_format()" when
2002-03-10 guyUse "dissect_ndr_nt_UNICODE_STRING_str()", not
2002-03-06 sahlbergRename function and variables for dissecting an NT...
2002-03-06 sahlbergMoved dissector for UNICODE_STRING structure from packe...
2002-02-26 guyProperly (for English) pluralize names beginning with...
2002-02-26 guyFrom Ronnie Sahlberg: add "alias name" and "group name...
2002-02-14 guyFrom Ronnie Sahlberg: add decoding of the (known) indiv...
2002-02-13 guyFrom Ronnie Sahlberg:
2002-02-12 guyFrom Ronnie Sahlberg:
2002-02-11 guyFrom Ronnie Sahlberg:
2002-02-10 guyFrom Todd Sabin:
2002-02-10 guyFrom Ronnie Sahlberg: display the SAMR "Account Control...
2002-02-08 guyFixes from Ronnie Sahlberg.
2002-02-08 guyFrom Ronnie Sahlberg: add dissectors for the rest of...
2002-02-06 guyFrom Ronnie Sahlberg:
2002-01-29 guyDCE RPC enhancements, and SAMR improvements, from Ronni...
2002-01-25 guyFrom Ronnie Sahlberg:
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-06 guyFrom Todd Sabin:
2001-11-21 guyRename the "packet-msrpc-XXX.[ch]" files to "packet...