KIO
kntlm.h
Go to the documentation of this file.
45 Negotiate_Unicode = 0x00000001,
46 Negotiate_OEM = 0x00000002,
47 Request_Target = 0x00000004,
48 Negotiate_Sign = 0x00000010,
49 Negotiate_Seal = 0x00000020,
50 Negotiate_Datagram_Style = 0x00000040,
51 Negotiate_LM_Key = 0x00000080,
52 Negotiate_Netware = 0x00000100,
53 Negotiate_NTLM = 0x00000200,
54 Negotiate_Domain_Supplied = 0x00001000,
55 Negotiate_WS_Supplied = 0x00002000,
56 Negotiate_Local_Call = 0x00004000,
57 Negotiate_Always_Sign = 0x00008000,
58 Target_Type_Domain = 0x00010000,
59 Target_Type_Server = 0x00020000,
60 Target_Type_Share = 0x00040000,
61 Negotiate_NTLM2_Key = 0x00080000,
62 Request_Init_Response = 0x00100000,
63 Request_Accept_Response = 0x00200000,
64 Request_NonNT_Key = 0x00400000,
65 Negotiate_Target_Info = 0x00800000,
66 Negotiate_128 = 0x20000000,
67 Negotiate_Key_Exchange = 0x40000000,
68 Negotiate_56 = 0x80000000
72 Force_V1 = 0x1,
73 Force_V2 = 0x2,
74 Add_LM = 0x4
79 typedef struct {
104 quint8 challengeData[8];
128 quint8 challenge[8];
129 quint8 unknown[4];
211 static QByteArray ntlmv2Hash( const QString &target, const QString &user, const QString &password );
Definition: kntlm.h:79
Definition: kntlm.h:124
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.