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