aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-netlogon.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-04"From Jan Šafránek: Add support for AES in Microsoft Network Logon Negotiat...Anders Broman1-4/+4
2012-02-11Get rid of C++/C99-style comment; use #if 0/#endif instead.Guy Harris1-1/+3
2012-02-11NETLOGON handle different schannel with the same sourceRonnie Sahlberg1-1/+6
2012-02-11NETLOGON: Fix bugs with netlogon decryption not working in some casesRonnie Sahlberg1-3/+4
2012-02-11NETLOGON: improve debugging messagesRonnie Sahlberg1-7/+17
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-4/+4
2011-12-16PAC: S4U update, decode the full S4U Delegation Info blob with correct namesRonnie Sahlberg1-7/+15
2011-12-16PAC: rename CONSTRAINED_DELEGATION to S4U_DELEGATION_INFORonnie Sahlberg1-6/+10
2011-12-14Fix a tvbuff memory leak;Bill Meier1-23/+19
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-12/+12
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataGuy Harris1-4/+5
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-32/+24
2011-03-22Coverity 512Ronnie Sahlberg1-3/+6
2010-12-06Fix various typos and spelling errors.Bill Meier1-3/+3
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-12/+12
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-13/+13
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...Jeff Morriss1-6/+6
2010-08-11From Frank Schorr:Anders Broman1-8/+22
2010-08-04Initialize confounder to ensure it has a known value.Stig Bjørlykke1-1/+1
2010-06-30Initialize some variables.Gerald Combs1-8/+8
2010-05-14Fix a few usages of "" in the hfp] array 'blurb' field.Bill Meier1-8/+8
2010-05-11Use consistent indentation; Whitesapce & formatting cleanup.Bill Meier1-5601/+5611
2010-03-19Squelch some compiler warnings.Guy Harris1-162/+175
2010-01-25Add nice dissection of the names of the sign/seal algorithmsRonnie Sahlberg1-14/+20
2010-01-25Add proper dissection of NL_AUTH_MESSAGE for schannel as described inRonnie Sahlberg1-76/+122
2010-01-22Make compiler happy when kerberos is not enabled...Sake Blok1-1/+4
2010-01-22From Matthieu Patou <mat+Informatique.Samba@matws.net>Ronnie Sahlberg1-65/+79
2010-01-03Fixed abbrev for Padding and Flags.Stig Bjørlykke1-26/+25
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-15/+15
2009-10-25From Jakub Zawadzki:Anders Broman1-3/+1
2009-10-20s/#if HAVE_KERBEROS/#ifdef HAVE_KERBEROS/Jeff Morriss1-136/+136
2009-10-20Another, more sensible, attempt to fix the Win64 build.Jeff Morriss1-1/+1
2009-10-20Try to get it compiling on Win64Jeff Morriss1-3/+3
2009-10-20From Jakub Zawadzki:Stig Bjørlykke1-2/+6
2009-10-20From Matthieu PatouRonnie Sahlberg1-272/+1860
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-130/+130
2009-05-01From Reinhard Speyerer:Jaap Keuter1-2/+2
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-8/+8
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-10-01add the new autogenerated lsa dissectorRonnie Sahlberg1-17/+18
2007-02-01logoncontrol2 response is a Win32 error code not an nt status codeRonnie Sahlberg1-2/+12
2006-08-15add decode of trust attribute flags as documented in samba4 netlogon idlRonnie Sahlberg1-2/+112
2006-08-09decode the field of type 11Ronnie Sahlberg1-0/+38
2006-06-03some functions return dos error codes and not nt status codesRonnie Sahlberg1-11/+16
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-6/+6
2006-02-16Use the new "proto_tree_add_*_format_value" routines.Guy Harris1-3/+3
2006-01-06Bill Meier: More spelling fixesJörg Mayer1-2/+2