Fix Coverity 524: NEGATIVE_RETURNS
[obnox/wireshark/wip.git] / asn1 / spnego /
2011-02-20 stigAdd changes in r35384 to template file.
2010-07-01 geraldInitialize MechType_oid in the right place.
2010-07-01 geraldInitialize more variables.
2010-05-13 morrissUse find_or_create_conversation() in some ASN.1 dissectors
2010-04-29 morrissMake a variable a guint8* instead of a char* since...
2010-04-06 wmeier#include <stdio.h> not needed.
2010-02-04 sahlbergFrom: Stefan Metzmacher <metze@samba.org>
2010-01-28 wmeierFix gcc -Wshadow warning.
2010-01-03 stigUse proto_spnego for protocol tree item.
2009-10-30 stigApply r30376 to asn1 template files.
2009-10-08 krjRemove unused NEED_PACKET_PROTO_H variable
2009-10-07 stigSwitch to using tvb_new_subset_remaining() in .cnf...
2009-10-06 etxrabFrom Didier Gautheron:
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-04 wmeierInitialize several ett_... variables to -1
2009-07-28 sahlbergWhen we passed the crytobuffer to krb5_c_decrypt()...
2009-07-07 stigChanged flags_set_truth -> tfs_set_notset
2009-06-26 stigtvb_child_new_real_data() -> tvb_new_child_real_data()
2009-06-25 etxrabtvb_new_real_data()->tvb_child_new_real_data()
2009-06-23 stigFrom Kovarththanan Rajaratnam:
2009-05-13 etxrabApply some of the patches from:
2008-11-04 wmeierMinor cleanup mostly related to proto_reg_handoff
2008-10-05 sahlberguse g_malloc/g_free instead of malloc/free
2008-10-05 sahlbergchange u_char to unsigned char to make the osx compiler...
2008-10-05 sahlbergkerberos/gss enhancements
2008-09-30 geraldWe always use start_offset, so don't wrap it in "#ifdef...
2008-09-29 sahlbergfrom Metze
2007-12-19 jmayerasn1/*/Makefile.nmake were not part of the source package.
2007-12-10 kukosaANSI TCAP regenerated and tested with -T -X asn2wrs...
2007-11-04 etxrabUpdate do use the -X and -T asn2wrs flags.
2007-10-11 jmayer- Remove -e option if the generated -exp.cnf file isn...
2007-10-10 jmayer- Change Makefiles to include preinc
2007-10-10 jmayerMore conversions and updates to existing Makefile stuff
2007-05-25 guyAdd a cast to squelch an MSVC warning.
2007-05-25 guyMake SND_SEQ an array of 2 guint32's, rather than an...
2007-05-15 etxrabactx in the rest of dissect_ber..()l
2007-05-13 etxrabSecond step in introducing asn context to BER dissector...
2007-05-06 etxrabStart introducing actx to ber functions.
2007-02-18 morrissFix bug 1380:
2007-02-17 galThis patch looks for a confounder in GSSWrap for DES_MA...
2007-01-09 geraldMove cryptography code to epan/crypt.
2007-01-02 geraldMove epan/crypt-md5.[ch] to epan/crypt. Remove
2006-12-13 sahlbergif there is a list of mechTypes in the negTokenInit...
2006-10-29 ulflput every python script name into "" so the call won...
2006-05-23 kukosaEthereal -> Wireshark
2006-05-21 kukosa- asn2eth renamed to asn2wrs
2006-05-21 sahlbergname change
2006-04-25 guyAdd distclean and maintainerclean rules.
2006-03-30 etxrabcall OID subdissector for private extensiions, fix...
2006-02-23 etxrabAdd parsertab.pyc in clean target
2005-12-25 sahlbergmicrosoft does not use a confounder for spnego when...
2005-11-14 kukosa - dissect_ber_object_identifier() returns value as tvb
2005-09-21 guydissect_ber_octet_string() can return a null tvbuff...
2005-09-21 guySome compilers don't allow a static declaration of...
2005-09-21 guyAn InnerContextToken comes with an OID for the mechanis...
2005-09-19 geraldDon't dereference a null pointer. Fixes bug 460.
2005-09-19 geraldIn the SPNEGO dissector, don't call a subdissector...
2005-09-15 guyDon't use u_char - not all platforms define it, and...
2005-09-15 guyAdd a Makefile.
2005-09-15 etxrabReplace the spnego dissector with an asn2eth generated...