aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gssapi.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-02Don't discard the constness of arguments to GHashTable functions.Guy Harris1-4/+4
2002-11-28Handle GSS_Wrap header information as well as context-level tokens. AGuy Harris1-41/+68
2002-11-23Note that the verifiers are GSS_Wrap tokens (apparently).Guy Harris1-1/+9
2002-11-06Note that it's perfectly OK to store a dissector handle as per-frame orGuy Harris1-3/+8
2002-11-06There can be more than one GSS-API negotiation in a conversation, so theGuy Harris1-13/+30
2002-11-05In connection-oriented DCE RPC, the authentication data are credentialsGuy Harris1-30/+48
2002-09-29Include <string.h>.Gerald Combs1-1/+3
2002-09-08Add a "gssapi_lookup_oid()" that takes a binary OID (pointer and length)Guy Harris1-21/+35
2002-09-08Add a copyright :-)Richard Sharpe1-1/+3
2002-09-08Do *N*O*T* use the result of "format_oid()" as a key to look up a entryGuy Harris1-8/+12
2002-09-05Fix up compiler warning problems ...Richard Sharpe1-6/+1
2002-09-04Add some level of OID naming etc ...Richard Sharpe1-14/+25
2002-08-31Make "gssapi_init_oid()" take a dissector handle rather than aGuy Harris1-4/+4
2002-08-31Make sure we stop processing GSS-API tokens when we actually have finishedRichard Sharpe1-1/+2
2002-08-31Catch exceptions thrown while dissecting the GSS-API stuff, so that weGuy Harris1-121/+141
2002-08-29OK, we now dissect the innerContextToken properly, and SPNEGO understands aRichard Sharpe1-2/+6
2002-08-29OK, add more conversation stuff for gssapi ... see iff it works now.Richard Sharpe1-17/+44
2002-08-29Start the code to keep state in GSSAPI.Richard Sharpe1-8/+27
2002-08-29Guided by Guy and an examination of RFC2078 and RFC2478, I have added someRichard Sharpe1-1/+14
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-12/+12
2002-08-28Ohh, I feel so good. More of SPNEGO ...Richard Sharpe1-2/+5
2002-08-27OK, fix up the problems of the previous commit ...Richard Sharpe1-8/+3
2002-08-26Plug a memory leak, by freeing the OID string generated byGuy Harris1-5/+27
2002-08-25Small fix to get the OIDs to display properly in GSSAPI.Richard Sharpe1-6/+8
2002-08-24Make the filter name for GSS-API tokens "gss-api", not "GSS-API", toGuy Harris1-2/+2
2002-08-21A dissector for GSS-API (rfc2078). This is used by Windows 2000/XP whenTim Potter1-0/+231