Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-spnego.c
2014-06-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-06-04 Richard SharpeThis fix now allows SASL/GSS-API with integrity only...
2014-05-29 Richard SharpeImprove the fix by removing code that miss dissects...
2014-05-29 Richard SharpeTry to fix the problems with the SPNEGO negTokenInit...
2014-03-15 Pascal QuantinRemove unused const variables errors seen with recent...
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-27 Pascal QuantinPostfix FT_NONE fields with "_element" string to reduce...
2013-05-12 Anders BromanAdd the posibillity to use a key for per-packet-data.
2013-04-11 Pascal QuantinUpdate the ASN.1 based dissectors following the changes...
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-24 Jakub ZawadzkiRegenerate asn.1 dissectors.
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-05-11 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2012-01-15 Jörg MayerRename crypt-xxx to xxx
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-15 Bill MeierUpdate generated ASN1 *.[hc] files after recent work...
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-05-13 Stig BjørlykkeRegenerate ASN.1 dissectors to update the #line directive.
2011-05-05 Jakub ZawadzkiCleanup: replace se_alloc+memcpy combo with single...
2011-05-04 Jakub ZawadzkiCleanup: g_malloc can't return NULL, remove checks...
2011-04-08 Gerald CombsAdd a relative path to the "#line" directives we produc...
2011-02-20 Stig BjørlykkeAdd changes in r35384 to template file.
2011-01-05 Jeff MorrissUse some tvb_ accessor functions instead of a standard...
2010-07-01 Gerald CombsInitialize MechType_oid in the right place.
2010-07-01 Gerald CombsInitialize more variables.
2010-05-13 Jeff MorrissUse find_or_create_conversation() in some ASN.1 dissectors
2010-05-11 Jeff MorrissAdd a little more code to avoid not-very-useful blurbs:
2010-05-11 Jeff MorrissRegenerate a few more of the ASN.1 dissectors
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-28 Bill MeierFix gcc -Wshadow warning.
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-25 Anders BromanFrom Jakub Zawadzki:
2009-10-07 Stig BjørlykkeSwitch to using tvb_new_subset_remaining() in .cnf...
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ørlykkeRe-generate asn1 dissectors after hf_register_info...
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-16 Stig BjørlykkeRegenerate all asn2wrs generated dissectors.
2009-05-14 Anders BromanUse tvb_new_child_real_data().
2009-05-13 Anders BromanApply some of the patches from:
2008-11-04 Bill Meierasn2wrs generated files changed as a result of recent...
2008-11-01 Anders BromanRegenerate all asn2wrs generated dissectors
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
2008-01-04 Anders BromanGet rid of dissect_ber_boolean_value() and change the...
2007-11-04 Anders BromanUpdate do use the -X and -T asn2wrs flags.
2007-08-25 Luis Ontanonget users of oid_resolv to use the new oids, rollout...
2007-06-04 Tomas Kukosa- CLASS definitions support including exports through...
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-22 Anders BromanPrepare for the use of the new -X parameter for BER...
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-05-03 Tomas KukosaEXTERNAL type is handled in asn2wrs now
2007-03-21 Ronnie Sahlbergchange the signature that asn2wrs generates for functio...
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-12-13 Ronnie Sahlbergif there is a list of mechTypes in the negTokenInit...
2006-08-16 Tomas KukosaASN.1 dissectors regenerated with new asn2wrs to get...
2006-05-24 Tomas Kukosa- remove some #.MODULE_IMPORT from .cng files
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-12-25 Ronnie Sahlbergmicrosoft does not use a confounder for spnego when...
2005-12-08 Guy HarrisRegenerate with the latest asn2eth, to get FT_OID used...
2005-11-14 Tomas Kukosa - dissect_ber_object_identifier() returns value as tvb
2005-09-21 Guy Harrisdissect_ber_octet_string() can return a null tvbuff...
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-19 Gerald CombsDon't dereference a null pointer. Fixes bug 460.
2005-09-19 Gerald CombsIn the SPNEGO dissector, don't call a subdissector...
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...
2005-09-14 Ronnie Sahlbergwhen we have raw keberos inside the spnego blob, ...
next