aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spnego.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-25microsoft does not use a confounder for spnego when using DNS/TSIGRonnie Sahlberg1-6/+12
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-14/+31
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-5/+5
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 Harris1-5/+10
2005-09-21An InnerContextToken comes with an OID for the mechanism, which is whatGuy Harris1-139/+273
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-3/+3
2005-09-15Replace the spnego dissector with an asn2eth generated one.Anders Broman1-1015/+519
2005-09-14when we have raw keberos inside the spnego blob, pass it as is over toRonnie Sahlberg1-2/+1
2005-09-11Get rid of dependency on format-oid.hAnders Broman1-82/+18
2005-08-25I missed one OID string.Guy Harris1-2/+0
2005-08-25The OID strings returned by new_format_oid(), and the OID stringGuy Harris1-2/+0
2005-08-19remove a gmalloc and al sprintf from spnegoRonnie Sahlberg1-9/+5
2005-08-06In packet-frame.c, don't free static memory when we throw aGerald Combs1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-1/+1
2005-07-12Fix some more signed vs. unsigned warnings.Guy Harris1-3/+4
2005-07-09Make a bunch of items in encryption code arrays of guint8, and make someGuy Harris1-15/+15
2005-06-21the maximum ASN OID length is 256 bytes and there is a define to control this.Ronnie Sahlberg1-2/+2
2005-06-20convert the functionRonnie Sahlberg1-55/+33
2005-06-20convert one function to use packet-ber instead of asn1Ronnie Sahlberg1-53/+26
2005-06-20move one function only used by SPNEGO to packet-spnego.cRonnie Sahlberg1-0/+32
2005-03-21make ethereal decrypt gss-krb (secure ldap and ms signandseal for dce)Ronnie Sahlberg1-4/+4
2005-03-21remove some heimdal dependencies we dont really needRonnie Sahlberg1-8/+8
2005-03-20Don't try to run net-snmp-config if we don't find it.Guy Harris1-2/+3
2005-03-16Have GSS-API subdissectors supply a "data is encrypted" flag to theirGuy Harris1-4/+7
2005-03-11from metzeRonnie Sahlberg1-18/+13
2005-03-10add support to decrypt and dissect sign-and-sealed traffic.Ronnie Sahlberg1-13/+24
2005-03-09Add a couple of definitions not present in MIT Kerberos. Fix a compilerGerald Combs1-8/+8
2005-03-09refactor the code to not use heimdal functions to decrypt and unwrap the blob.Ronnie Sahlberg1-173/+124
2005-03-09Squelch some compiler warnings if we don't have Kerberos.Guy Harris1-1/+11
2005-03-08use the rc4 functions from epan/crypt-rc4 instead of those in heimdalRonnie Sahlberg1-20/+13
2005-03-08remove some dependencies of libgssapiRonnie Sahlberg1-4/+52
2005-03-08remove the need to include <gssapi.h> from heimdalRonnie Sahlberg1-22/+21
2005-03-08when HEIMDAL is linked with :Ronnie Sahlberg1-4/+392
2005-03-06minor update, add an extra parameter to a call to prepare for decryption of G...Ronnie Sahlberg1-4/+9
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-3/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1694