aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego
AgeCommit message (Expand)AuthorFilesLines
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-13/+4
2008-10-05use g_malloc/g_free instead of malloc/freeRonnie Sahlberg1-2/+2
2008-10-05change u_char to unsigned char to make the osx compiler happyRonnie Sahlberg1-5/+5
2008-10-05kerberos/gss enhancementsRonnie Sahlberg1-2/+107
2008-09-30We always use start_offset, so don't wrap it in "#ifdef HAVE_KERBEROS".Gerald Combs1-2/+0
2008-09-29from MetzeRonnie Sahlberg1-1/+262
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman1-1/+1
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-1/+1
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
2007-10-10More conversions and updates to existing Makefile stuffJörg Mayer4-57/+96
2007-05-25Add a cast to squelch an MSVC warning.Guy Harris1-2/+2
2007-05-25Make SND_SEQ an array of 2 guint32's, rather than an array of 8Guy Harris1-8/+5
2007-05-15actx in the rest of dissect_ber..()lAnders Broman2-2/+4
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-27/+32
2007-05-06Start introducing actx to ber functions.Anders Broman1-0/+1
2007-02-18Fix bug 1380:Jeff Morriss1-2/+4
2007-02-17This patch looks for a confounder in GSSWrap for DES_MAC_MD5 algorithm. Graeme Lunt1-1/+5
2007-01-09Move cryptography code to epan/crypt.Gerald Combs1-1/+1
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-35/+35
2006-12-13if there is a list of mechTypes in the negTokenInit then store the first oneRonnie Sahlberg1-16/+50
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-05-23Ethereal -> WiresharkTomas Kukosa1-3/+3
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa2-5/+5
2006-05-21name changeRonnie Sahlberg2-4/+4
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
2006-03-30call OID subdissector for private extensiions, fix makefiles.Anders Broman1-2/+2
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-1/+1
2005-12-25microsoft does not use a confounder for spnego when using DNS/TSIGRonnie Sahlberg1-4/+10
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2-4/+4
2005-09-21dissect_ber_octet_string() can return a null tvbuff pointer, if theGuy Harris1-12/+11
2005-09-21Some compilers don't allow a static declaration of a function insideGuy Harris2-3/+9
2005-09-21An InnerContextToken comes with an OID for the mechanism, which is whatGuy Harris3-131/+225
2005-09-19Don't dereference a null pointer. Fixes bug 460.Gerald Combs1-1/+1
2005-09-19In the SPNEGO dissector, don't call a subdissector if we don't have a TVB.Gerald Combs1-1/+4
2005-09-15Don't use u_char - not all platforms define it, and even those that doGuy Harris1-2/+2
2005-09-15Add a Makefile.Guy Harris1-0/+17
2005-09-15Replace the spnego dissector with an asn2eth generated one.Anders Broman5-0/+1359