]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/heimdal/doc/doxyout/ntlm/man/man3/ntlm_type3.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_type3.3
1 .TH "ntlm_type3" 3 "11 Jan 2012" "Version 1.5.2" "Heimdalntlmlibrary" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 ntlm_type3 \- 
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 * \fBusername\fP"
19 .br
20 .ti -1c
21 .RI "char * \fBtargetname\fP"
22 .br
23 .ti -1c
24 .RI "struct \fBntlm_buf\fP \fBlm\fP"
25 .br
26 .ti -1c
27 .RI "struct \fBntlm_buf\fP \fBntlm\fP"
28 .br
29 .ti -1c
30 .RI "struct \fBntlm_buf\fP \fBsessionkey\fP"
31 .br
32 .ti -1c
33 .RI "char * \fBws\fP"
34 .br
35 .ti -1c
36 .RI "uint32_t \fBos\fP [2]"
37 .br
38 .in -1c
39 .SH "Detailed Description"
40 .PP 
41 Struct for the NTLM type3 message info, the strings is assumed to be in UTF8. When filled in by the library it should be freed with \fBheim_ntlm_free_type3()\fP. 
42 .PP
43 \fBExamples: \fP
44 .in +1c
45 .PP
46 \fBtest_ntlm.c\fP.
47 .SH "Field Documentation"
48 .PP 
49 .SS "uint32_t \fBntlm_type3::flags\fP"
50 .PP
51
52 .PP
53 \fBExamples: \fP
54 .in +1c
55 \fBtest_ntlm.c\fP.
56 .SS "char* \fBntlm_type3::username\fP"
57 .PP
58
59 .PP
60 \fBExamples: \fP
61 .in +1c
62 \fBtest_ntlm.c\fP.
63 .SS "char* \fBntlm_type3::targetname\fP"
64 .PP
65
66 .PP
67 \fBExamples: \fP
68 .in +1c
69 \fBtest_ntlm.c\fP.
70 .SS "struct \fBntlm_buf\fP \fBntlm_type3::lm\fP\fC [read]\fP"
71 .PP
72
73 .SS "struct \fBntlm_buf\fP \fBntlm_type3::ntlm\fP\fC [read]\fP"
74 .PP
75
76 .PP
77 \fBExamples: \fP
78 .in +1c
79 \fBtest_ntlm.c\fP.
80 .SS "struct \fBntlm_buf\fP \fBntlm_type3::sessionkey\fP\fC [read]\fP"
81 .PP
82
83 .SS "char* \fBntlm_type3::ws\fP"
84 .PP
85
86 .PP
87 \fBExamples: \fP
88 .in +1c
89 \fBtest_ntlm.c\fP.
90 .SS "uint32_t \fBntlm_type3::os\fP[2]"
91 .PP
92
93
94 .SH "Author"
95 .PP 
96 Generated automatically by Doxygen for Heimdalntlmlibrary from the source code.