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