| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a small segmentation fault if we get an ASN.1 parse error, and | Richard Sharpe | 2003-06-01 | 1 | -7/+19 |
* | Deal with cases where there's no token ID in a Kerberos blob. | Guy Harris | 2003-05-26 | 1 | -9/+14 |
* | Add the reqFlags decode ... | Richard Sharpe | 2003-05-25 | 1 | -4/+23 |
* | Adding more infrastructure so I can decode SPNEGO/GSSAPI request flags. | Richard Sharpe | 2003-05-25 | 1 | -1/+26 |
* | Begin to break out the SPNEGO/GSSAPI request flags ... | Richard Sharpe | 2003-05-24 | 1 | -1/+47 |
* | Adding support for GSSAPI GSS_Wrap tokens and refactoring the routine | Richard Sharpe | 2003-05-24 | 1 | -39/+67 |
* | Commit the changes to allow us to dissect GSSAPI GetMIC tokens. | Richard Sharpe | 2003-05-23 | 1 | -1/+68 |
* | First changes to properly support RFC1964 so that GSSAPI GetMIC and other | Richard Sharpe | 2003-05-23 | 1 | -3/+28 |
* | Small explanation for why MS created their own KRB5 OID value. | Richard Sharpe | 2003-02-17 | 1 | -1/+9 |
* | In "dissect_spnego_negTokenTarg()", don't assume we've found a GSSAPI | Guy Harris | 2003-01-10 | 1 | -3/+9 |
* | Minor spelling etc updates. | Richard Sharpe | 2002-12-25 | 1 | -6/+5 |
* | Handle GSS_Wrap header information as well as context-level tokens. A | Guy Harris | 2002-11-28 | 1 | -39/+347 |
* | There can be more than one GSS-API negotiation in a conversation, so the | Guy Harris | 2002-11-07 | 1 | -9/+23 |
* | Sometimes a cigar is just a cigar, err, umm, sometimes a KRB5 blob is | Guy Harris | 2002-10-25 | 1 | -31/+72 |
* | Make sure that we can dissect KRB5 in NFSv4 blobs. | Richard Sharpe | 2002-10-05 | 1 | -23/+27 |
* | Got rid of some nested parenthesis in the gssapi oid registrations. | Tim Potter | 2002-09-18 | 1 | -4/+4 |
* | Use -1, rather than "tvb_length_remaining(tvb, offset)", as the length | Guy Harris | 2002-09-08 | 1 | -44/+57 |
* | Fix documentation comments to reflext reality. | Richard Sharpe | 2002-09-08 | 1 | -3/+3 |
* | Add a "gssapi_lookup_oid()" that takes a binary OID (pointer and length) | Guy Harris | 2002-09-08 | 1 | -22/+14 |
* | OK, now have KRB5 dissector playing nice. | Richard Sharpe | 2002-09-07 | 1 | -2/+5 |
* | Declare dissect_Ticket in packet-kerberos.h and include that into packet-spne... | Jörg Mayer | 2002-09-07 | 1 | -1/+2 |
* | Properly dissect the innerContextToken for Kerberos in GSSAPI. | Richard Sharpe | 2002-09-06 | 1 | -26/+21 |
* | Commit my changes to handle KRB5 in SPNEGO ... | Richard Sharpe | 2002-09-05 | 1 | -12/+149 |
* | Remove a debugging printf ... | Richard Sharpe | 2002-09-04 | 1 | -2/+2 |
* | Add some level of OID naming etc ... | Richard Sharpe | 2002-09-04 | 1 | -8/+18 |
* | Fix up warnings by implementing the stuff that was left out. | Richard Sharpe | 2002-09-04 | 1 | -6/+36 |
* | Fix the handling of the NTLMSSP blobs in the case when the server asks | Richard Sharpe | 2002-09-04 | 1 | -2/+2 |
* | Who was that fscking idiot who put a \n into the mechListMIC format specifier! | Richard Sharpe | 2002-09-03 | 1 | -3/+3 |
* | Make "gssapi_init_oid()" take a dissector handle rather than a | Guy Harris | 2002-08-31 | 1 | -5/+7 |
* | Make sure we stop processing GSS-API tokens when we actually have finished | Richard Sharpe | 2002-08-31 | 1 | -2/+2 |
* | Make Tokens into subtrees etc ... | Richard Sharpe | 2002-08-31 | 1 | -15/+44 |
* | Further fixes. Properly account for the length of headers. Still some headers | Richard Sharpe | 2002-08-31 | 1 | -10/+19 |
* | Squelch a whole bunch of compiler warnings. The remaining ones will have to w... | Richard Sharpe | 2002-08-30 | 1 | -31/+20 |
* | Fix the RCS ID and a compiler warning. | Guy Harris | 2002-08-30 | 1 | -2/+2 |
* | Some more SPNEGO fixes. Getting much closer ... | Richard Sharpe | 2002-08-30 | 1 | -23/+41 |
* | OK, this is a lot better. | Richard Sharpe | 2002-08-30 | 1 | -36/+51 |
* | Commit the latest changes to get rid of seg-faults | Richard Sharpe | 2002-08-30 | 1 | -15/+54 |
* | More SPNEGO, now can get down to NTLMSSP if that is what the negTokenTarg | Richard Sharpe | 2002-08-30 | 1 | -7/+100 |
* | Some more of SPNEGO ... more to come ... | Richard Sharpe | 2002-08-29 | 1 | -2/+86 |
* | More support for SPNEGO ... Gotta handle the supportedMech and cache the | Richard Sharpe | 2002-08-29 | 1 | -10/+51 |
* | OK, we now dissect the innerContextToken properly, and SPNEGO understands a | Richard Sharpe | 2002-08-29 | 1 | -4/+50 |
* | Small fix up to packet-spnego.c | Richard Sharpe | 2002-08-29 | 1 | -5/+1 |
* | Fix up dissect_file_attributes | Richard Sharpe | 2002-08-29 | 1 | -6/+10 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -54/+54 |
* | OK, have negTokenInit done ... Big kludge though ... some good stuff though | Richard Sharpe | 2002-08-28 | 1 | -14/+59 |
* | Ohh, I feel so good. More of SPNEGO ... | Richard Sharpe | 2002-08-28 | 1 | -3/+5 |
* | This is closer but still has problems. It does not seem to crash, however. | Richard Sharpe | 2002-08-28 | 1 | -47/+135 |
* | Commit some more changes ... getting closer ... | Richard Sharpe | 2002-08-28 | 1 | -73/+171 |
* | Here is the beginnings of some code to handle SPNEGO ... | Richard Sharpe | 2002-08-27 | 1 | -18/+216 |
* | Begin moving snego to spnego | Richard Sharpe | 2002-08-27 | 1 | -0/+91 |