aboutsummaryrefslogtreecommitdiffstats
path: root/packet-spnego.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-04Add a mechanism where one can provide callbacks to the kerbgeros dissectorsahlberg1-3/+3
2004-05-11Make sure next_level_value isn't NULL before trying to access one of itsgerald1-11/+13
2004-04-30Clean up the creation of the tvbuff for a mechToken so that the lengthguy1-10/+16
2004-04-30MSVC warnings removedulfl1-2/+2
2004-04-02If the packet is short, dont try to create a blob item that spans beyound th...sahlberg1-1/+9
2003-07-17Add the KRB5 User-to-user OIDsharpe1-1/+4
2003-06-01Fix a small segmentation fault if we get an ASN.1 parse error, andsharpe1-7/+19
2003-05-26Deal with cases where there's no token ID in a Kerberos blob.guy1-9/+14
2003-05-25Add the reqFlags decode ...sharpe1-4/+23
2003-05-25Adding more infrastructure so I can decode SPNEGO/GSSAPI request flags.sharpe1-1/+26
2003-05-24Begin to break out the SPNEGO/GSSAPI request flags ...sharpe1-1/+47
2003-05-24Adding support for GSSAPI GSS_Wrap tokens and refactoring the routinesharpe1-39/+67
2003-05-23Commit the changes to allow us to dissect GSSAPI GetMIC tokens.sharpe1-1/+68
2003-05-23First changes to properly support RFC1964 so that GSSAPI GetMIC and othersharpe1-3/+28
2003-02-17Small explanation for why MS created their own KRB5 OID value.sharpe1-1/+9
2003-01-10In "dissect_spnego_negTokenTarg()", don't assume we've found a GSSAPIguy1-3/+9
2002-12-25Minor spelling etc updates.sharpe1-6/+5
2002-11-28Handle GSS_Wrap header information as well as context-level tokens. Aguy1-39/+347
2002-11-07There can be more than one GSS-API negotiation in a conversation, so theguy1-9/+23
2002-10-25Sometimes a cigar is just a cigar, err, umm, sometimes a KRB5 blob isguy1-31/+72
2002-10-05Make sure that we can dissect KRB5 in NFSv4 blobs.sharpe1-23/+27
2002-09-18Got rid of some nested parenthesis in the gssapi oid registrations.tpot1-4/+4
2002-09-08Use -1, rather than "tvb_length_remaining(tvb, offset)", as the lengthguy1-44/+57
2002-09-08Fix documentation comments to reflext reality.sharpe1-3/+3
2002-09-08Add a "gssapi_lookup_oid()" that takes a binary OID (pointer and length)guy1-22/+14
2002-09-07OK, now have KRB5 dissector playing nice.sharpe1-2/+5
2002-09-07Declare dissect_Ticket in packet-kerberos.h and include that into packet-spne...jmayer1-1/+2
2002-09-06Properly dissect the innerContextToken for Kerberos in GSSAPI.sharpe1-26/+21
2002-09-05Commit my changes to handle KRB5 in SPNEGO ...sharpe1-12/+149
2002-09-04Remove a debugging printf ...sharpe1-2/+2
2002-09-04Add some level of OID naming etc ...sharpe1-8/+18
2002-09-04Fix up warnings by implementing the stuff that was left out.sharpe1-6/+36
2002-09-04Fix the handling of the NTLMSSP blobs in the case when the server askssharpe1-2/+2
2002-09-03Who was that fscking idiot who put a \n into the mechListMIC format specifier!sharpe1-3/+3
2002-08-31Make "gssapi_init_oid()" take a dissector handle rather than aguy1-5/+7
2002-08-31Make sure we stop processing GSS-API tokens when we actually have finishedsharpe1-2/+2
2002-08-31Make Tokens into subtrees etc ...sharpe1-15/+44
2002-08-31Further fixes. Properly account for the length of headers. Still some headerssharpe1-10/+19
2002-08-30Squelch a whole bunch of compiler warnings. The remaining ones will have to w...sharpe1-31/+20
2002-08-30Fix the RCS ID and a compiler warning.guy1-2/+2
2002-08-30Some more SPNEGO fixes. Getting much closer ...sharpe1-23/+41
2002-08-30OK, this is a lot better.sharpe1-36/+51
2002-08-30Commit the latest changes to get rid of seg-faultssharpe1-15/+54
2002-08-30More SPNEGO, now can get down to NTLMSSP if that is what the negTokenTargsharpe1-7/+100
2002-08-29Some more of SPNEGO ... more to come ...sharpe1-2/+86
2002-08-29More support for SPNEGO ... Gotta handle the supportedMech and cache thesharpe1-10/+51
2002-08-29OK, we now dissect the innerContextToken properly, and SPNEGO understands asharpe1-4/+50
2002-08-29Small fix up to packet-spnego.csharpe1-5/+1
2002-08-29Fix up dissect_file_attributessharpe1-6/+10
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-54/+54