]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/heimdal/doc/doxyout/ntlm/man/man3/ntlm_type2.3
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / crypto / heimdal / doc / doxyout / ntlm / man / man3 / ntlm_type2.3
1 .TH "ntlm_type2" 3 "11 Jan 2012" "Version 1.5.2" "Heimdalntlmlibrary" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 ntlm_type2 \- 
6 .SH SYNOPSIS
7 .br
8 .PP
9 \fC#include <heimntlm.h>\fP
10 .PP
11 .SS "Data Fields"
12
13 .in +1c
14 .ti -1c
15 .RI "uint32_t \fBflags\fP"
16 .br
17 .ti -1c
18 .RI "char * \fBtargetname\fP"
19 .br
20 .ti -1c
21 .RI "struct \fBntlm_buf\fP \fBtargetinfo\fP"
22 .br
23 .ti -1c
24 .RI "unsigned char \fBchallenge\fP [8]"
25 .br
26 .ti -1c
27 .RI "uint32_t \fBcontext\fP [2]"
28 .br
29 .ti -1c
30 .RI "uint32_t \fBos\fP [2]"
31 .br
32 .in -1c
33 .SH "Detailed Description"
34 .PP 
35 Struct for the NTLM type2 message info, the strings is assumed to be in UTF8. When filled in by the library it should be freed with \fBheim_ntlm_free_type2()\fP. 
36 .PP
37 \fBExamples: \fP
38 .in +1c
39 .PP
40 \fBtest_ntlm.c\fP.
41 .SH "Field Documentation"
42 .PP 
43 .SS "uint32_t \fBntlm_type2::flags\fP"
44 .PP
45
46 .PP
47 \fBExamples: \fP
48 .in +1c
49 \fBtest_ntlm.c\fP.
50 .SS "char* \fBntlm_type2::targetname\fP"
51 .PP
52
53 .PP
54 \fBExamples: \fP
55 .in +1c
56 \fBtest_ntlm.c\fP.
57 .SS "struct \fBntlm_buf\fP \fBntlm_type2::targetinfo\fP\fC [read]\fP"
58 .PP
59
60 .PP
61 \fBExamples: \fP
62 .in +1c
63 \fBtest_ntlm.c\fP.
64 .SS "unsigned char \fBntlm_type2::challenge\fP[8]"
65 .PP
66
67 .PP
68 \fBExamples: \fP
69 .in +1c
70 \fBtest_ntlm.c\fP.
71 .SS "uint32_t \fBntlm_type2::context\fP[2]"
72 .PP
73
74 .SS "uint32_t \fBntlm_type2::os\fP[2]"
75 .PP
76
77
78 .SH "Author"
79 .PP 
80 Generated automatically by Doxygen for Heimdalntlmlibrary from the source code.