aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-samr.c
Commit message (Expand)AuthorAgeFilesLines
* More operation names updates from Jean-Baptiste Marchand.Tim Potter2003-09-291-4/+10
* From JBMRonnie Sahlberg2003-09-231-73/+76
* Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter2003-08-041-9/+1
* From Jean-Baptiste Marchand: add descriptions of permissions forGuy Harris2003-07-241-31/+31
* Removed unused local variable.Tim Potter2003-07-151-2/+1
* Fix the decoding of SIDs and Attributes so that a SamLogon response with extraRichard Sharpe2003-07-141-3/+3
* Dynamically create DCERPC opnum value_strings from the subdissectorTim Potter2003-06-261-72/+10
* In the policy handle hashing, handle more than one policy handle havingGuy Harris2003-06-051-120/+196
* Update SAMR to change the last few calls to dissect a context handle toRonnie Sahlberg2003-05-301-9/+9
* Fix typoes.Guy Harris2003-05-271-3/+3
* remove unused include that was added by mistakeRonnie Sahlberg2003-05-221-2/+1
* make dissect_nt_sid() return a sid string that also contains the proper name ...Ronnie Sahlberg2003-05-221-3/+5
* Make one QIP infolevel specify a sid hf field and update the embryonic sid sn...Ronnie Sahlberg2003-05-211-2/+8
* Change the interface to dissect_nt_sid so that we can provide a hf field to useRonnie Sahlberg2003-05-211-2/+2
* Change the interface to dissect_ndr_nt_SID to take the extra parameter hf_sidRonnie Sahlberg2003-05-211-28/+36
* Change the interface to dissect_ndr_nt_PSID to take one extra parameter which...Ronnie Sahlberg2003-05-211-5/+12
* More work on dissecting generic and standard mappings for NT access masks.Tim Potter2003-05-151-6/+16
* Move the specific rights dissection function and name into a structureTim Potter2003-04-281-10/+35
* Not all strings in MS interfaces are unicode.Ronnie Sahlberg2003-04-271-3/+3
* When dissecting specific rights, pass a name string down so theTim Potter2003-04-031-10/+10
* When registering a string preference, if the value of the preference isGuy Harris2003-03-111-2/+2
* hf_samr_mask is actually an nt_acct_ctrl.Tim Potter2003-02-251-12/+7
* Forgot to rename constant for bit 0x80 of SAMR domain handle permissions.Tim Potter2003-02-211-2/+2
* Apparently bit 0x80 of a SAMR domain handle is the permission to lookTim Potter2003-02-211-6/+6
* Don't try to put the policy handle name into the Info column if we don'tGuy Harris2003-02-191-6/+6
* Display the policy handle name in COL_INFO for the ClosePolicy RPC.Tim Potter2003-02-141-9/+19
* Have "dissect_ndr_counted_string()" add 2, not 1, to its argument, as itGuy Harris2003-02-081-19/+19
* Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toGuy Harris2003-02-071-3/+3
* Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" toGuy Harris2003-02-071-3/+3
* Decorate several layers of the tree with the account name inGuy Harris2003-02-071-3/+3
* Convert to new DCERPC string handling functions. There are still someTim Potter2003-02-031-150/+95
* Decorate one level up with the string inGuy Harris2003-02-021-2/+9
* The handle returned by the OpenDomain RPC now has the SID in the handleTim Potter2003-01-311-22/+119
* Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris2003-01-301-72/+72
* Display random useful tidbits in COL_INFO.Tim Potter2003-01-301-43/+86
* Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter2003-01-281-190/+179
* Put Unicode strings into the protocol tree with the appropriate protocolGuy Harris2003-01-111-6/+1
* Get rid of an extra "." at the end of the name of the "nt.str" field.Guy Harris2003-01-111-2/+2
* Convert some incidental prs_* calls to dissect_dcerpc_*Tim Potter2003-01-111-1/+6
* From Devin Heitmueller: make the RC4 support stateful.Guy Harris2002-12-111-2/+4
* Values in Microsoft protocols that don't have their byte order specifiedGuy Harris2002-12-031-57/+64
* From Devin Heitmueller:Guy Harris2002-12-031-12/+164
* From Devin Heitmueller: show proper field names for SAMRGuy Harris2002-11-101-9/+122
* Bugfixes for two SAMR dissectors.Ronnie Sahlberg2002-11-101-15/+34
* Add some fixes from Albert ChinRichard Sharpe2002-08-301-5/+5
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-464/+464
* Some cleanups and fixes from Guy:Tim Potter2002-08-221-21/+8
* Call dissect_nt_access_mask() instead of dissect_ndr_uint32()Tim Potter2002-08-211-20/+470
* The unknown uint32 in create user2 reply is an access granted mask.Tim Potter2002-08-131-13/+55
* Fix a return code in samr_dissect_query_information_domain_reply()Tim Potter2002-08-071-5/+5