aboutsummaryrefslogtreecommitdiffstats
path: root/packet-spnego.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix up dissect_file_attributesRichard Sharpe2002-08-291-6/+10
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-54/+54
* OK, have negTokenInit done ... Big kludge though ... some good stuff thoughRichard Sharpe2002-08-281-14/+59
* Ohh, I feel so good. More of SPNEGO ...Richard Sharpe2002-08-281-3/+5
* This is closer but still has problems. It does not seem to crash, however.Richard Sharpe2002-08-281-47/+135
* Commit some more changes ... getting closer ...Richard Sharpe2002-08-281-73/+171
* Here is the beginnings of some code to handle SPNEGO ...Richard Sharpe2002-08-271-18/+216
* Begin moving snego to spnegoRichard Sharpe2002-08-271-0/+91