aboutsummaryrefslogtreecommitdiffstats
path: root/packet-spnego.c
Commit message (Expand)AuthorAgeFilesLines
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-1694/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Add a mechanism where one can provide callbacks to the kerbgeros dissectorRonnie Sahlberg2004-06-041-3/+3
* Make sure next_level_value isn't NULL before trying to access one of itsGerald Combs2004-05-111-11/+13
* Clean up the creation of the tvbuff for a mechToken so that the lengthGuy Harris2004-04-301-10/+16
* MSVC warnings removedUlf Lamping2004-04-301-2/+2
* If the packet is short, dont try to create a blob item that spans beyound th...Ronnie Sahlberg2004-04-021-1/+9
* Add the KRB5 User-to-user OIDRichard Sharpe2003-07-171-1/+4
* Fix a small segmentation fault if we get an ASN.1 parse error, andRichard Sharpe2003-06-011-7/+19
* Deal with cases where there's no token ID in a Kerberos blob.Guy Harris2003-05-261-9/+14
* Add the reqFlags decode ...Richard Sharpe2003-05-251-4/+23
* Adding more infrastructure so I can decode SPNEGO/GSSAPI request flags.Richard Sharpe2003-05-251-1/+26
* Begin to break out the SPNEGO/GSSAPI request flags ...Richard Sharpe2003-05-241-1/+47
* Adding support for GSSAPI GSS_Wrap tokens and refactoring the routineRichard Sharpe2003-05-241-39/+67
* Commit the changes to allow us to dissect GSSAPI GetMIC tokens.Richard Sharpe2003-05-231-1/+68
* First changes to properly support RFC1964 so that GSSAPI GetMIC and otherRichard Sharpe2003-05-231-3/+28
* Small explanation for why MS created their own KRB5 OID value.Richard Sharpe2003-02-171-1/+9
* In "dissect_spnego_negTokenTarg()", don't assume we've found a GSSAPIGuy Harris2003-01-101-3/+9
* Minor spelling etc updates.Richard Sharpe2002-12-251-6/+5
* Handle GSS_Wrap header information as well as context-level tokens. AGuy Harris2002-11-281-39/+347
* There can be more than one GSS-API negotiation in a conversation, so theGuy Harris2002-11-071-9/+23
* Sometimes a cigar is just a cigar, err, umm, sometimes a KRB5 blob isGuy Harris2002-10-251-31/+72
* Make sure that we can dissect KRB5 in NFSv4 blobs.Richard Sharpe2002-10-051-23/+27
* Got rid of some nested parenthesis in the gssapi oid registrations.Tim Potter2002-09-181-4/+4
* Use -1, rather than "tvb_length_remaining(tvb, offset)", as the lengthGuy Harris2002-09-081-44/+57
* Fix documentation comments to reflext reality.Richard Sharpe2002-09-081-3/+3
* Add a "gssapi_lookup_oid()" that takes a binary OID (pointer and length)Guy Harris2002-09-081-22/+14
* OK, now have KRB5 dissector playing nice.Richard Sharpe2002-09-071-2/+5
* Declare dissect_Ticket in packet-kerberos.h and include that into packet-spne...Jörg Mayer2002-09-071-1/+2
* Properly dissect the innerContextToken for Kerberos in GSSAPI.Richard Sharpe2002-09-061-26/+21
* Commit my changes to handle KRB5 in SPNEGO ...Richard Sharpe2002-09-051-12/+149
* Remove a debugging printf ...Richard Sharpe2002-09-041-2/+2
* Add some level of OID naming etc ...Richard Sharpe2002-09-041-8/+18
* Fix up warnings by implementing the stuff that was left out.Richard Sharpe2002-09-041-6/+36
* Fix the handling of the NTLMSSP blobs in the case when the server asksRichard Sharpe2002-09-041-2/+2
* Who was that fscking idiot who put a \n into the mechListMIC format specifier!Richard Sharpe2002-09-031-3/+3
* Make "gssapi_init_oid()" take a dissector handle rather than aGuy Harris2002-08-311-5/+7
* Make sure we stop processing GSS-API tokens when we actually have finishedRichard Sharpe2002-08-311-2/+2
* Make Tokens into subtrees etc ...Richard Sharpe2002-08-311-15/+44
* Further fixes. Properly account for the length of headers. Still some headersRichard Sharpe2002-08-311-10/+19
* Squelch a whole bunch of compiler warnings. The remaining ones will have to w...Richard Sharpe2002-08-301-31/+20
* Fix the RCS ID and a compiler warning.Guy Harris2002-08-301-2/+2
* Some more SPNEGO fixes. Getting much closer ...Richard Sharpe2002-08-301-23/+41
* OK, this is a lot better.Richard Sharpe2002-08-301-36/+51
* Commit the latest changes to get rid of seg-faultsRichard Sharpe2002-08-301-15/+54
* More SPNEGO, now can get down to NTLMSSP if that is what the negTokenTargRichard Sharpe2002-08-301-7/+100
* Some more of SPNEGO ... more to come ...Richard Sharpe2002-08-291-2/+86
* More support for SPNEGO ... Gotta handle the supportedMech and cache theRichard Sharpe2002-08-291-10/+51
* OK, we now dissect the innerContextToken properly, and SPNEGO understands aRichard Sharpe2002-08-291-4/+50
* Small fix up to packet-spnego.cRichard Sharpe2002-08-291-5/+1