~ubuntu-branches/ubuntu/raring/heimdal/raring

« back to all changes in this revision

Viewing changes to lib/gssapi/ntlm/external.c

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-07-21 17:40:58 UTC
  • mfrom: (1.1.12 upstream) (2.4.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20110721174058-byiuowgocek307cs
Tags: 1.5~pre2+git20110720-2
Fix dependency on pthreads when building on Linux 3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        GSS_C_MA_SASL_MECH_NAME,
39
39
        GSS_MO_MA,
40
40
        "SASL mech name",
41
 
        "NTLM",
 
41
        rk_UNCONST("NTLM"),
42
42
        _gss_mo_get_ctx_as_string,
43
43
        NULL
44
44
    },
46
46
        GSS_C_MA_MECH_NAME,
47
47
        GSS_MO_MA,
48
48
        "Mechanism name",
49
 
        "NTLMSPP",
 
49
        rk_UNCONST("NTLMSPP"),
50
50
        _gss_mo_get_ctx_as_string,
51
51
        NULL
52
52
    },
54
54
        GSS_C_MA_MECH_DESCRIPTION,
55
55
        GSS_MO_MA,
56
56
        "Mechanism description",
57
 
        "Heimdal NTLMSSP Mechanism",
 
57
        rk_UNCONST("Heimdal NTLMSSP Mechanism"),
58
58
        _gss_mo_get_ctx_as_string,
59
59
        NULL
60
60
    }
113
113
    NULL,
114
114
    NULL,
115
115
    ntlm_mo,
116
 
    sizeof(ntlm_mo) / sizeof(ntlm_mo[0])
 
116
    sizeof(ntlm_mo) / sizeof(ntlm_mo[0]),
 
117
    NULL,
 
118
    NULL,
 
119
    NULL,
 
120
    NULL,
 
121
    NULL,
 
122
    NULL,
117
123
};
118
124
 
119
125
gssapi_mech_interface