aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-netlogon.c
Commit message (Expand)AuthorAgeFilesLines
* more deltatypesRonnie Sahlberg2004-05-011-1/+10
* prettified a few netlogon calls and populate col_info with account namesRonnie Sahlberg2004-04-231-6/+6
* update to netlogon to dissect the timestamps in VALIDATION_UAS_INFORonnie Sahlberg2004-04-231-18/+19
* update to netlogon, now also decode the delete user/group/aliasRonnie Sahlberg2004-04-231-8/+16
* update to netlogon to show DsrGetDcNameEx2() Client account name, domain na...Ronnie Sahlberg2004-04-211-8/+8
* update to netlogon: make it dissect all the bits of the UserAccountControl f...Ronnie Sahlberg2004-04-081-11/+285
* dissection of netlogon userflags in tha pac structure and elsewhereRonnie Sahlberg2004-04-081-9/+65
* dissect group attributes for the pac structure and other places in netlogonRonnie Sahlberg2004-04-081-4/+71
* Kerberos contain a structure that is VERY similar to VALIDATE_SAM_INFO2Ronnie Sahlberg2004-03-051-1/+151
* char *drep -> guint8 *drepJörg Mayer2004-01-191-191/+191
* In a secure channel verifier, sometimes the nonce isn't present; not sureTim Potter2003-11-021-8/+13
* Use -1 rather than "tvb_length(tvb)" to specify a length that covers theGuy Harris2003-10-231-3/+3
* From JBM update some function names in NetlogonRonnie Sahlberg2003-09-271-88/+95
* A bunch of fixups for the NETLOGON sam database synchronisationTim Potter2003-09-221-8/+12
* Update to netlogonRonnie Sahlberg2003-09-121-4/+39
* upadtes to NETLOGONRonnie Sahlberg2003-09-121-154/+155
* From Jean-Baptiste MarchandRonnie Sahlberg2003-09-111-39/+8
* NETLOGON/DsrDeregisterDNSHostRecords :Ronnie Sahlberg2003-09-101-2/+2
* Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter2003-08-041-9/+1
* I've seen captures with Netlogon Secure Channel security with aGuy Harris2003-07-181-1/+4
* Capitalize "C" in "Channel" in "Secure Channel", as is done elsewhere.Guy Harris2003-07-181-2/+2
* Move all DCERPC authentication/encryption dissection code from packet-dcerpc.cTim Potter2003-07-161-54/+69
* Dynamically create DCERPC opnum value_strings from the subdissectorTim Potter2003-06-261-48/+10
* Dissect a netlogon credential as eight FT_BYTES rather than two guint32Tim Potter2003-06-021-17/+8
* Change the interface to dissect_ndr_nt_PSID to take one extra parameter which...Ronnie Sahlberg2003-05-211-10/+10
* Move dissection of NETLOGON secure channel auth verifier intoTim Potter2003-05-151-2/+62
* Dissect authentication data for netlogon secure channel bind and bind acks.Tim Potter2003-05-151-3/+124
* Dissect a ntlmv2 response if found in a samlogon request.Tim Potter2003-05-091-10/+42
* Not all strings in MS interfaces are unicode.Ronnie Sahlberg2003-04-271-3/+3
* Display user name in COL_INFO for ServerAuthenticate2 request.Tim Potter2003-02-141-3/+9
* Decorate the top-level item for a PRIV_NAME_ARRAY with the privilegeGuy Harris2003-02-101-2/+2
* Have "dissect_ndr_counted_string()" add 2, not 1, to its argument, as itGuy Harris2003-02-081-6/+6
* 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
* Convert to new DCERPC string handling functions. There are still someTim Potter2003-02-031-105/+105
* Decorate a PRIV_NAME_ARRAY with the privilege names in the array.Guy Harris2003-01-311-2/+2
* Decorate a DELTA_DOMAIN structure's top-level item with the domain name.Guy Harris2003-01-311-2/+2
* Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris2003-01-301-178/+178
* Display random useful tidbits in COL_INFO.Tim Potter2003-01-301-3/+7
* Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter2003-01-281-499/+449
* Add value_string for secure channel type used in ServerAuthenticate2.Tim Potter2003-01-141-4/+13
* Added some flags and value_Strings for netlogonRonnie Sahlberg2002-11-301-18/+600
* From Like H, update to NETLOGON. DSROLEGETPRIMARYDOMAININFO is actually EN...Ronnie Sahlberg2002-11-291-22/+42
* From Luke H. Update to GetDomainInfoRonnie Sahlberg2002-11-291-48/+69
* Bugfix.Ronnie Sahlberg2002-11-041-35/+11
* Bugfix for DSROLE_PRIMARY_DOMAIN_INFORonnie Sahlberg2002-11-041-36/+40
* Fix for Netlogon function 0x22 which used the wrong pointer type.Ronnie Sahlberg2002-11-031-25/+13
* When registering a protocol, make sure there are no other protocols withGuy Harris2002-10-151-2/+2
* Some changes to netlogon. function 0x1d is still not right but maybe we areRonnie Sahlberg2002-09-291-114/+94
* From Luke Howard: Bugfix for one NETLOGON commandRonnie Sahlberg2002-09-281-37/+51