aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gssapi.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-19char *drep -> guint8 *drepjmayer1-3/+3
2003-11-16Export "protocol_t" as an opaque type.guy1-2/+2
2003-07-16Move all DCERPC authentication/encryption dissection code from packet-dcerpc.ctpot1-3/+46
2002-12-02Don't discard the constness of arguments to GHashTable functions.guy1-4/+4
2002-11-28Handle GSS_Wrap header information as well as context-level tokens. Aguy1-41/+68
2002-11-23Note that the verifiers are GSS_Wrap tokens (apparently).guy1-1/+9
2002-11-06Note that it's perfectly OK to store a dissector handle as per-frame orguy1-3/+8
2002-11-06There can be more than one GSS-API negotiation in a conversation, so theguy1-13/+30
2002-11-05In connection-oriented DCE RPC, the authentication data are credentialsguy1-30/+48
2002-09-29Include <string.h>.gerald1-1/+3
2002-09-08Add a "gssapi_lookup_oid()" that takes a binary OID (pointer and length)guy1-21/+35
2002-09-08Add a copyright :-)sharpe1-1/+3
2002-09-08Do *N*O*T* use the result of "format_oid()" as a key to look up a entryguy1-8/+12
2002-09-05Fix up compiler warning problems ...sharpe1-6/+1
2002-09-04Add some level of OID naming etc ...sharpe1-14/+25
2002-08-31Make "gssapi_init_oid()" take a dissector handle rather than aguy1-4/+4
2002-08-31Make sure we stop processing GSS-API tokens when we actually have finishedsharpe1-1/+2
2002-08-31Catch exceptions thrown while dissecting the GSS-API stuff, so that weguy1-121/+141
2002-08-29OK, we now dissect the innerContextToken properly, and SPNEGO understands asharpe1-2/+6
2002-08-29OK, add more conversation stuff for gssapi ... see iff it works now.sharpe1-17/+44
2002-08-29Start the code to keep state in GSSAPI.sharpe1-8/+27
2002-08-29Guided by Guy and an examination of RFC2078 and RFC2478, I have added somesharpe1-1/+14
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-12/+12
2002-08-28Ohh, I feel so good. More of SPNEGO ...sharpe1-2/+5
2002-08-27OK, fix up the problems of the previous commit ...sharpe1-8/+3
2002-08-26Plug a memory leak, by freeing the OID string generated byguy1-5/+27
2002-08-25Small fix to get the OIDs to display properly in GSSAPI.sharpe1-6/+8
2002-08-24Make the filter name for GSS-API tokens "gss-api", not "GSS-API", toguy1-2/+2
2002-08-21A dissector for GSS-API (rfc2078). This is used by Windows 2000/XP whentpot1-0/+231