Commit Graph

9 Commits

Author SHA1 Message Date
Richard Sharpe 7f0a872055 Start the code to keep state in GSSAPI.
Since we only need the dissector handle, I cheated :-)

This should not cause problems (famous last words)

svn path=/trunk/; revision=6125
2002-08-29 16:36:16 +00:00
Richard Sharpe 0934975cc1 Guided by Guy and an examination of RFC2078 and RFC2478, I have added some
comments about what we need to do to get SPNEGO properly implemented.

More work to do.

svn path=/trunk/; revision=6121
2002-08-29 05:26:45 +00:00
Jörg Mayer 7c4176d868 Removed trailing whitespaces from .h and .c files using the
winapi_cleanup tool written by Patrik Stridvall for the wine
project.

svn path=/trunk/; revision=6117
2002-08-28 21:04:11 +00:00
Richard Sharpe 5d6821ad02 Ohh, I feel so good. More of SPNEGO ...
Still more to come. SHould have the negTokenInit done soon, then onto the
negTokenTarg ...

svn path=/trunk/; revision=6109
2002-08-28 02:30:18 +00:00
Richard Sharpe 0401d17629 OK, fix up the problems of the previous commit ...
svn path=/trunk/; revision=6105
2002-08-27 23:30:34 +00:00
Guy Harris 06573c83ef Plug a memory leak, by freeing the OID string generated by
"format_oid()" after we're done with it.

"format_oid()" doesn't necessarily generate a string containing only the
numerical OID value, so we can't use that string to search for an OID in
the OID hash table.  Generate the string used in that lookup ourselves,
instead.

svn path=/trunk/; revision=6089
2002-08-26 18:52:50 +00:00
Richard Sharpe 3f96656bd4 Small fix to get the OIDs to display properly in GSSAPI.
Next to turn SPNEGO into SPNEGO and not SNEGO ... and display the contents
properly as NTLMSSP.

svn path=/trunk/; revision=6083
2002-08-25 19:22:20 +00:00
Guy Harris df35b83338 Make the filter name for GSS-API tokens "gss-api", not "GSS-API", to
1) match the protocol's filter name (which isn't used, as we
	   never put entries into the protocol tree for the protocol
	   itself)

and

	2) make it more obvious what you type.

(This matches what the NTLMSSP dissector does for its security blobs.)

svn path=/trunk/; revision=6076
2002-08-24 00:40:45 +00:00
Tim Potter ca5c15a56b A dissector for GSS-API (rfc2078). This is used by Windows 2000/XP when
the extended security bit is set.

svn path=/trunk/; revision=6047
2002-08-21 20:52:40 +00:00