~ubuntu-branches/ubuntu/intrepid/curl/intrepid

« back to all changes in this revision

Viewing changes to lib/http_ntlm.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070516151654-jo48r81zempo1qav
Tags: 7.16.2-3ubuntu1
* Merge with Debian; remaining changes:
  - Drop the stunnel build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21
21
 * KIND, either express or implied.
22
22
 *
23
 
 * $Id: http_ntlm.h,v 1.11 2005/11/23 11:51:31 bagder Exp $
 
23
 * $Id: http_ntlm.h,v 1.12 2007-04-10 02:17:06 yangtse Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
typedef enum {
67
67
   should be encrypted (message confidentiality). */
68
68
 
69
69
#define NTLMFLAG_NEGOTIATE_DATAGRAM_STYLE        (1<<6)
70
 
/* unknown purpose */
 
70
/* Indicates that datagram authentication is being used. */
71
71
 
72
72
#define NTLMFLAG_NEGOTIATE_LM_KEY                (1<<7)
73
73
/* Indicates that the LAN Manager session key should be used for signing and
80
80
/* Indicates that NTLM authentication is being used. */
81
81
 
82
82
/* unknown (1<<10) */
83
 
/* unknown (1<<11) */
 
83
 
 
84
#define NTLMFLAG_NEGOTIATE_ANONYMOUS             (1<<11)
 
85
/* Sent by the client in the Type 3 message to indicate that an anonymous
 
86
   context has been established. This also affects the response fields. */
84
87
 
85
88
#define NTLMFLAG_NEGOTIATE_DOMAIN_SUPPLIED       (1<<12)
86
89
/* Sent by the client in the Type 1 message to indicate that a desired
139
142
/* Indicates that 128-bit encryption is supported. */
140
143
 
141
144
#define NTLMFLAG_NEGOTIATE_KEY_EXCHANGE          (1<<30)
142
 
/* unknown purpose */
 
145
/* Indicates that the client will provide an encrypted master key in
 
146
   the "Session Key" field of the Type 3 message. */
143
147
 
144
148
#define NTLMFLAG_NEGOTIATE_56                    (1<<31)
145
149
/* Indicates that 56-bit encryption is supported. */