Update Free Software Foundation address.
[metze/wireshark/wip.git] / epan / dissectors / packet-spnego.c
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, ...
2005-09-11 Anders BromanGet rid of dependency on format-oid.h
2005-08-25 Guy HarrisI missed one OID string.
2005-08-25 Guy HarrisThe OID strings returned by new_format_oid(), and the...
2005-08-19 Ronnie Sahlbergremove a gmalloc and al sprintf from spnego
2005-08-06 Gerald CombsIn packet-frame.c, don't free static memory when we...
2005-07-24 Guy HarrisConstify to remove a bunch of warnings. Add some casts...
2005-07-12 Guy HarrisFix some more signed vs. unsigned warnings.
2005-07-09 Guy HarrisMake a bunch of items in encryption code arrays of...
2005-06-21 Ronnie Sahlbergthe maximum ASN OID length is 256 bytes and there is...
2005-06-20 Ronnie Sahlbergconvert the function
2005-06-20 Ronnie Sahlbergconvert one function to use packet-ber instead of asn1
2005-06-20 Ronnie Sahlbergmove one function only used by SPNEGO to packet-spnego.c
2005-03-21 Ronnie Sahlbergmake ethereal decrypt gss-krb (secure ldap and ms signa...
2005-03-21 Ronnie Sahlbergremove some heimdal dependencies we dont really need
2005-03-20 Guy HarrisDon't try to run net-snmp-config if we don't find it.
2005-03-16 Guy HarrisHave GSS-API subdissectors supply a "data is encrypted...
2005-03-11 Ronnie Sahlbergfrom metze
2005-03-10 Ronnie Sahlbergadd support to decrypt and dissect sign-and-sealed...
2005-03-09 Gerald CombsAdd a couple of definitions not present in MIT Kerberos...
2005-03-09 Ronnie Sahlbergrefactor the code to not use heimdal functions to decry...
2005-03-09 Guy HarrisSquelch some compiler warnings if we don't have Kerberos.
2005-03-08 Ronnie Sahlberguse the rc4 functions from epan/crypt-rc4 instead...
2005-03-08 Ronnie Sahlbergremove some dependencies of libgssapi
2005-03-08 Ronnie Sahlbergremove the need to include <gssapi.h> from heimdal
next