This fix now allows SASL/GSS-API with integrity only to be properly dissected
[metze/wireshark/wip.git] / asn1 / spnego / packet-spnego-template.c
2014-06-04 Richard SharpeThis fix now allows SASL/GSS-API with integrity only...
2014-05-29 Richard SharpeTry to fix the problems with the SPNEGO negTokenInit...
2014-02-18 Jeff MorrissRemove $Id$ from the ASN.1 dissectors and regenerate...
2014-01-14 Guy HarrisConsistently use "guint8" for "8-bit byte".
2013-12-07 Anders Broman- Make local functions static.
2013-11-23 Michael MannCreate the ability to have packet scoped "proto" data...
2013-08-19 Pascal QuantinChange some dissectors to use pinfo memory pool instead...
2013-08-01 Jeff Morrissmd5.h is in wsutil now.
2013-08-01 Jeff MorrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-06-19 Evan HuusConvert the rest of the ASN1 dissectors from emem to...
2013-05-12 Anders BromanAdd the posibillity to use a key for per-packet-data.
2013-03-19 Anders BromanFrom beroset:
2013-03-17 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-03-04 Anders BromanUse explicit casts.
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-10-09 Anders BromanFrom Bill Parker:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-01-18 Chris Maynard#include <epan/crypt/crypt-*.h> => #include <epan/crypt...
2012-01-09 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-11-12 Anders Bromanfix [-Wunused-but-set-variable]
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-05 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-02-20 Stig BjørlykkeAdd changes in r35384 to template file.
2010-07-01 Gerald CombsInitialize MechType_oid in the right place.
2010-04-29 Jeff MorrissMake a variable a guint8* instead of a char* since...
2010-04-06 Bill Meier#include <stdio.h> not needed.
2010-02-04 Ronnie SahlbergFrom: Stefan Metzmacher <metze@samba.org>
2010-01-03 Stig BjørlykkeUse proto_spnego for protocol tree item.
2009-10-30 Stig BjørlykkeApply r30376 to asn1 template files.
2009-10-06 Anders BromanFrom Didier Gautheron:
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-04 Bill MeierInitialize several ett_... variables to -1
2009-07-28 Ronnie SahlbergWhen we passed the crytobuffer to krb5_c_decrypt()...
2009-07-07 Stig BjørlykkeChanged flags_set_truth -> tfs_set_notset
2009-06-26 Stig Bjørlykketvb_child_new_real_data() -> tvb_new_child_real_data()
2009-06-25 Anders Bromantvb_new_real_data()->tvb_child_new_real_data()
2009-06-23 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-05-13 Anders BromanApply some of the patches from:
2008-11-04 Bill MeierMinor cleanup mostly related to proto_reg_handoff
2008-10-05 Ronnie Sahlberguse g_malloc/g_free instead of malloc/free
2008-10-05 Ronnie Sahlbergchange u_char to unsigned char to make the osx compiler...
2008-10-05 Ronnie Sahlbergkerberos/gss enhancements
2008-09-30 Gerald CombsWe always use start_offset, so don't wrap it in "#ifdef...
2008-09-29 Ronnie Sahlbergfrom Metze
2007-05-25 Guy HarrisAdd a cast to squelch an MSVC warning.
2007-05-25 Guy HarrisMake SND_SEQ an array of 2 guint32's, rather than an...
2007-05-15 Anders Bromanactx in the rest of dissect_ber..()l
2007-05-13 Anders BromanSecond step in introducing asn context to BER dissector...
2007-05-06 Anders BromanStart introducing actx to ber functions.
2007-02-18 Jeff MorrissFix bug 1380:
2007-02-17 Graeme LuntThis patch looks for a confounder in GSSWrap for DES_MA...
2007-01-09 Gerald CombsMove cryptography code to epan/crypt.
2007-01-02 Gerald CombsMove epan/crypt-md5.[ch] to epan/crypt. Remove
2006-05-23 Tomas KukosaEthereal -> Wireshark
2006-05-21 Ronnie Sahlbergname change
2005-12-25 Ronnie Sahlbergmicrosoft does not use a confounder for spnego when...
2005-11-14 Tomas Kukosa - dissect_ber_object_identifier() returns value as tvb
2005-09-21 Guy HarrisSome compilers don't allow a static declaration of...
2005-09-21 Guy HarrisAn InnerContextToken comes with an OID for the mechanis...
2005-09-15 Guy HarrisDon't use u_char - not all platforms define it, and...
2005-09-15 Anders BromanReplace the spnego dissector with an asn2eth generated...