aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ntlmssp.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-19char *drep -> guint8 *drepJörg Mayer1-3/+3
2003-09-26This commit refactors the dcerpc authentication subdissectors forTim Potter1-43/+14
2003-09-01From Devin Heitmueller: make offsets into tvbuffs 32-bit.Guy Harris1-5/+5
2003-08-24From Devin H, update to NTLMSSP to better handle address listsRonnie Sahlberg1-28/+73
2003-07-18I've seen NTLMSSP DCE RPC packets with a protection level ofGuy Harris1-1/+13
2003-07-16Move all DCERPC authentication/encryption dissection code from packet-dcerpc.cTim Potter1-3/+73
2003-05-09Move the ntlmv2 response dissection out of packet-ntlmssp.c and in toTim Potter1-231/+17
2003-05-07Whoops - had that test reversed.Tim Potter1-2/+2
2003-05-07Don't try and dissect a zero length NTLM response as a NTLMv2 response.Tim Potter1-2/+2
2003-05-07Parse a NTLMv2 response blob as documented inTim Potter1-14/+231
2003-03-11When registering a string preference, if the value of the preference isGuy Harris1-2/+2
2003-03-04From Todd Sabin: allocate the buffer for the decrypted payload, ratherGuy Harris1-5/+53
2003-01-06Update DCERPC so that for (NTLMSSP) PDUs that have been decryptedRonnie Sahlberg1-5/+12
2002-12-31From Devin Heitmueller: support for decrypting DCERPC conversationsGuy Harris1-46/+490
2002-11-28Handle GSS_Wrap header information as well as context-level tokens. AGuy Harris1-5/+9
2002-11-10Dissect NTLMSSP authentication verifiers, as per lkcl's "DCE/RPC overGuy Harris1-2/+59
2002-11-08It doesn't appear as if any flag in the preceding NEGOTIATE or CHALLENGEGuy Harris1-44/+38
2002-11-08Get rid of an unused variable.Guy Harris1-3/+2
2002-11-08If NTLMSSP_NEGOTIATE_UNICODE is different in the negotiate and challengeGuy Harris1-3/+31
2002-11-07NTLMSSP_NEGOTIATE messages sometimes appear to have two other blobs atGuy Harris1-40/+139
2002-10-25Fix the offset for the flags in an NTLMSSP_AUTH message.Guy Harris1-2/+2
2002-09-24Fixed a bitwise vs logical AND bug when checking the ntlmssp flags forTim Potter1-7/+10
2002-09-24Add NTLMSSP message type to COL_INFO. This looks nice for NTLM overTim Potter1-1/+7
2002-09-23Add an entry to the protocol tree for NULL strings inTim Potter1-1/+4
2002-09-18Got rid of some nested parenthesis in the gssapi oid registrations.Tim Potter1-2/+2
2002-09-11Small fix from Jim McDonough to fix the order of domain and workstation nameRichard Sharpe1-3/+3
2002-09-11Small patch from Jim McDonough from IBM for problems with the Negotiate NTLMS...Richard Sharpe1-3/+3
2002-09-11A small fix to avoid a crash. Needs more work, though ...Richard Sharpe1-1/+3
2002-09-10From Jim McDonough: update NTLMSSP decoding to do:Guy Harris1-285/+287
2002-09-08Add a "gssapi_lookup_oid()" that takes a binary OID (pointer and length)Guy Harris1-1/+2
2002-09-07Fix a spelling mistake.Richard Sharpe1-2/+2
2002-09-04Add some level of OID naming etc ...Richard Sharpe1-2/+2
2002-09-03Who was that fscking idiot who put a \n into the mechListMIC format specifier!Richard Sharpe1-2/+2
2002-08-31Make "gssapi_init_oid()" take a dissector handle rather than aGuy Harris1-4/+7
2002-08-31Catch exceptions thrown while dissecting the NTLMSSP stuff, so that weGuy Harris1-41/+55
2002-08-30Include "packet-gssapi.h" to declare routines we call.Guy Harris1-1/+2
2002-08-30More SPNEGO, now can get down to NTLMSSP if that is what the negTokenTargRichard Sharpe1-1/+10
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-91/+91
2002-08-21Moved the generic true_false_string saying "Set", "Not set" intoTim Potter1-6/+1
2002-08-18If the length of a string is zero, don't put it into the protocol tree.Guy Harris1-31/+53
2002-08-10Add a terminator to the ntlmssp_message_types list.Guy Harris1-2/+3
2002-08-10From Devin Heitmueller: dissect NTLMSSP authentication messages, and handleGuy Harris1-7/+246
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-07-10Show lengths as decimal, not hex.Guy Harris1-8/+21
2002-07-10Reordered some boolean fields to be consistent with the rest of ethereal.Tim Potter1-39/+38
2002-07-09Dissector for DCERPC auth type == 10 (NTLMSSP) fromTim Potter1-0/+526