aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spnego.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-1/+1
2005-07-12Fix some more signed vs. unsigned warnings.guy1-3/+4
2005-07-09Make a bunch of items in encryption code arrays of guint8, and make someguy1-15/+15
2005-06-21the maximum ASN OID length is 256 bytes and there is a define to control this.sahlberg1-2/+2
2005-06-20convert the functionsahlberg1-55/+33
2005-06-20convert one function to use packet-ber instead of asn1sahlberg1-53/+26
2005-06-20move one function only used by SPNEGO to packet-spnego.csahlberg1-0/+32
2005-03-21make ethereal decrypt gss-krb (secure ldap and ms signandseal for dce)sahlberg1-4/+4
2005-03-21remove some heimdal dependencies we dont really needsahlberg1-8/+8
2005-03-20Don't try to run net-snmp-config if we don't find it.guy1-2/+3
2005-03-16Have GSS-API subdissectors supply a "data is encrypted" flag to theirguy1-4/+7
2005-03-11from metzesahlberg1-18/+13
2005-03-10add support to decrypt and dissect sign-and-sealed traffic.sahlberg1-13/+24
2005-03-09Add a couple of definitions not present in MIT Kerberos. Fix a compilergerald1-8/+8
2005-03-09refactor the code to not use heimdal functions to decrypt and unwrap the blob.sahlberg1-173/+124
2005-03-09Squelch some compiler warnings if we don't have Kerberos.guy1-1/+11
2005-03-08use the rc4 functions from epan/crypt-rc4 instead of those in heimdalsahlberg1-20/+13
2005-03-08remove some dependencies of libgssapisahlberg1-4/+52
2005-03-08remove the need to include <gssapi.h> from heimdalsahlberg1-22/+21
2005-03-08when HEIMDAL is linked with :sahlberg1-4/+392
2005-03-06minor update, add an extra parameter to a call to prepare for decryption of G...sahlberg1-4/+9
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-02-02From Jon Ringle:etxrab1-3/+3
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1694