There's no need to keep a "FILE *" for the file being printed to in a
[obnox/wireshark/wip.git] / packet-ntlmssp.c
2004-01-19 jmayerchar *drep -> guint8 *drep
2003-09-26 tpotThis commit refactors the dcerpc authentication subdiss...
2003-09-01 guyFrom Devin Heitmueller: make offsets into tvbuffs 32...
2003-08-24 sahlbergFrom Devin H, update to NTLMSSP to better handle addre...
2003-07-18 guyI've seen NTLMSSP DCE RPC packets with a protection...
2003-07-16 tpotMove all DCERPC authentication/encryption dissection...
2003-05-09 tpotMove the ntlmv2 response dissection out of packet-ntlms...
2003-05-07 tpotWhoops - had that test reversed.
2003-05-07 tpotDon't try and dissect a zero length NTLM response as...
2003-05-07 tpotParse a NTLMv2 response blob as documented in
2003-03-11 guyWhen registering a string preference, if the value...
2003-03-04 guyFrom Todd Sabin: allocate the buffer for the decrypted...
2003-01-06 sahlbergUpdate DCERPC so that for (NTLMSSP) PDUs that have...
2002-12-31 guyFrom Devin Heitmueller: support for decrypting DCERPC...
2002-11-28 guyHandle GSS_Wrap header information as well as context...
2002-11-10 guyDissect NTLMSSP authentication verifiers, as per lkcl...
2002-11-08 guyIt doesn't appear as if any flag in the preceding NEGOT...
2002-11-08 guyGet rid of an unused variable.
2002-11-08 guyIf NTLMSSP_NEGOTIATE_UNICODE is different in the negoti...
2002-11-07 guyNTLMSSP_NEGOTIATE messages sometimes appear to have...
2002-10-25 guyFix the offset for the flags in an NTLMSSP_AUTH message.
2002-09-24 tpotFixed a bitwise vs logical AND bug when checking the...
2002-09-24 tpotAdd NTLMSSP message type to COL_INFO. This looks nice...
2002-09-23 tpotAdd an entry to the protocol tree for NULL strings in
2002-09-18 tpotGot rid of some nested parenthesis in the gssapi oid...
2002-09-11 sharpeSmall fix from Jim McDonough to fix the order of domain...
2002-09-11 sharpeSmall patch from Jim McDonough from IBM for problems...
2002-09-11 sharpeA small fix to avoid a crash. Needs more work, though ...
2002-09-10 guyFrom Jim McDonough: update NTLMSSP decoding to do:
2002-09-08 guyAdd a "gssapi_lookup_oid()" that takes a binary OID...
2002-09-07 sharpeFix a spelling mistake.
2002-09-04 sharpeAdd some level of OID naming etc ...
2002-09-03 sharpeWho was that fscking idiot who put a \n into the mechLi...
2002-08-31 guyMake "gssapi_init_oid()" take a dissector handle rather...
2002-08-31 guyCatch exceptions thrown while dissecting the NTLMSSP...
2002-08-30 guyInclude "packet-gssapi.h" to declare routines we call.
2002-08-30 sharpeMore SPNEGO, now can get down to NTLMSSP if that is...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-21 tpotMoved the generic true_false_string saying "Set", ...
2002-08-18 guyIf the length of a string is zero, don't put it into...
2002-08-10 guyAdd a terminator to the ntlmssp_message_types list.
2002-08-10 guyFrom Devin Heitmueller: dissect NTLMSSP authentication...
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-10 guyShow lengths as decimal, not hex.
2002-07-10 tpotReordered some boolean fields to be consistent with...
2002-07-09 tpotDissector for DCERPC auth type == 10 (NTLMSSP) from