~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to lib/http_ntlm.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 *                            | (__| |_| |  _ <| |___
8
8
 *                             \___|\___/|_| \_\_____|
9
9
 *
10
 
 * Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
11
11
 *
12
12
 * This software is licensed as described in the file COPYING, which
13
13
 * you should have received as part of this distribution. The terms
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.13 2007-08-27 06:31:28 danf Exp $
 
23
 * $Id: http_ntlm.h,v 1.17 2009-02-27 08:53:10 bagder Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
typedef enum {
34
34
 
35
35
/* this is for ntlm header input */
36
36
CURLntlm Curl_input_ntlm(struct connectdata *conn, bool proxy,
37
 
                         const char *header);
 
37
                         const char *header);
38
38
 
39
39
/* this is for creating ntlm header output */
40
40
CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy);
44
44
#define Curl_ntlm_cleanup(x)
45
45
#endif
46
46
 
47
 
 
48
47
/* Flag bits definitions based on http://davenport.sourceforge.net/ntlm.html */
49
48
 
50
49
#define NTLMFLAG_NEGOTIATE_UNICODE               (1<<0)