Update manuf to current IEEE entries.
[obnox/wireshark/wip.git] / packet-gssapi.c
2002-12-02 guyDon't discard the constness of arguments to GHashTable...
2002-11-28 guyHandle GSS_Wrap header information as well as context...
2002-11-23 guyNote that the verifiers are GSS_Wrap tokens (apparently).
2002-11-06 guyNote that it's perfectly OK to store a dissector handle...
2002-11-06 guyThere can be more than one GSS-API negotiation in a...
2002-11-05 guyIn connection-oriented DCE RPC, the authentication...
2002-09-29 geraldInclude <string.h>.
2002-09-08 guyAdd a "gssapi_lookup_oid()" that takes a binary OID...
2002-09-08 sharpeAdd a copyright :-)
2002-09-08 guyDo *N*O*T* use the result of "format_oid()" as a key...
2002-09-05 sharpeFix up compiler warning problems ...
2002-09-04 sharpeAdd some level of OID naming etc ...
2002-08-31 guyMake "gssapi_init_oid()" take a dissector handle rather...
2002-08-31 sharpeMake sure we stop processing GSS-API tokens when we...
2002-08-31 guyCatch exceptions thrown while dissecting the GSS-API...
2002-08-29 sharpeOK, we now dissect the innerContextToken properly,...
2002-08-29 sharpeOK, add more conversation stuff for gssapi ... see...
2002-08-29 sharpeStart the code to keep state in GSSAPI.
2002-08-29 sharpeGuided by Guy and an examination of RFC2078 and RFC2478...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-28 sharpeOhh, I feel so good. More of SPNEGO ...
2002-08-27 sharpeOK, fix up the problems of the previous commit ...
2002-08-26 guyPlug a memory leak, by freeing the OID string generated by
2002-08-25 sharpeSmall fix to get the OIDs to display properly in GSSAPI.
2002-08-24 guyMake the filter name for GSS-API tokens "gss-api",...
2002-08-21 tpotA dissector for GSS-API (rfc2078). This is used by...