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