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