aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gssapi.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* char *drep -> guint8 *drepJörg Mayer2004-01-191-3/+3
* Export "protocol_t" as an opaque type.Guy Harris2003-11-161-2/+2
* Move all DCERPC authentication/encryption dissection code from packet-dcerpc.cTim Potter2003-07-161-3/+46
* Don't discard the constness of arguments to GHashTable functions.Guy Harris2002-12-021-4/+4
* Handle GSS_Wrap header information as well as context-level tokens. AGuy Harris2002-11-281-41/+68
* Note that the verifiers are GSS_Wrap tokens (apparently).Guy Harris2002-11-231-1/+9
* Note that it's perfectly OK to store a dissector handle as per-frame orGuy Harris2002-11-061-3/+8
* There can be more than one GSS-API negotiation in a conversation, so theGuy Harris2002-11-061-13/+30
* In connection-oriented DCE RPC, the authentication data are credentialsGuy Harris2002-11-051-30/+48
* Include <string.h>.Gerald Combs2002-09-291-1/+3
* Add a "gssapi_lookup_oid()" that takes a binary OID (pointer and length)Guy Harris2002-09-081-21/+35
* Add a copyright :-)Richard Sharpe2002-09-081-1/+3
* Do *N*O*T* use the result of "format_oid()" as a key to look up a entryGuy Harris2002-09-081-8/+12
* Fix up compiler warning problems ...Richard Sharpe2002-09-051-6/+1
* Add some level of OID naming etc ...Richard Sharpe2002-09-041-14/+25
* Make "gssapi_init_oid()" take a dissector handle rather than aGuy Harris2002-08-311-4/+4
* Make sure we stop processing GSS-API tokens when we actually have finishedRichard Sharpe2002-08-311-1/+2
* Catch exceptions thrown while dissecting the GSS-API stuff, so that weGuy Harris2002-08-311-121/+141
* OK, we now dissect the innerContextToken properly, and SPNEGO understands aRichard Sharpe2002-08-291-2/+6
* OK, add more conversation stuff for gssapi ... see iff it works now.Richard Sharpe2002-08-291-17/+44
* Start the code to keep state in GSSAPI.Richard Sharpe2002-08-291-8/+27
* Guided by Guy and an examination of RFC2078 and RFC2478, I have added someRichard Sharpe2002-08-291-1/+14
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-12/+12
* Ohh, I feel so good. More of SPNEGO ...Richard Sharpe2002-08-281-2/+5
* OK, fix up the problems of the previous commit ...Richard Sharpe2002-08-271-8/+3
* Plug a memory leak, by freeing the OID string generated byGuy Harris2002-08-261-5/+27
* Small fix to get the OIDs to display properly in GSSAPI.Richard Sharpe2002-08-251-6/+8
* Make the filter name for GSS-API tokens "gss-api", not "GSS-API", toGuy Harris2002-08-241-2/+2
* A dissector for GSS-API (rfc2078). This is used by Windows 2000/XP whenTim Potter2002-08-211-0/+231