summaryrefslogtreecommitdiffstats
path: root/doc/doxyout/ntlm/man/man3/ntlm_type3.3
blob: 6f20c58b7a9c07d6216c727912a4e33be041da18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
.TH "ntlm_type3" 3 "30 Sep 2011" "Version 1.5.1" "Heimdalntlmlibrary" \" -*- nroff -*-
.ad l
.nh
.SH NAME
ntlm_type3 \- 
.SH SYNOPSIS
.br
.PP
\fC#include <heimntlm.h>\fP
.PP
.SS "Data Fields"

.in +1c
.ti -1c
.RI "uint32_t \fBflags\fP"
.br
.ti -1c
.RI "char * \fBusername\fP"
.br
.ti -1c
.RI "char * \fBtargetname\fP"
.br
.ti -1c
.RI "struct \fBntlm_buf\fP \fBlm\fP"
.br
.ti -1c
.RI "struct \fBntlm_buf\fP \fBntlm\fP"
.br
.ti -1c
.RI "struct \fBntlm_buf\fP \fBsessionkey\fP"
.br
.ti -1c
.RI "char * \fBws\fP"
.br
.ti -1c
.RI "uint32_t \fBos\fP [2]"
.br
.in -1c
.SH "Detailed Description"
.PP 
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. 
.PP
\fBExamples: \fP
.in +1c
.PP
\fBtest_ntlm.c\fP.
.SH "Field Documentation"
.PP 
.SS "uint32_t \fBntlm_type3::flags\fP"
.PP

.PP
\fBExamples: \fP
.in +1c
\fBtest_ntlm.c\fP.
.SS "char* \fBntlm_type3::username\fP"
.PP

.PP
\fBExamples: \fP
.in +1c
\fBtest_ntlm.c\fP.
.SS "char* \fBntlm_type3::targetname\fP"
.PP

.PP
\fBExamples: \fP
.in +1c
\fBtest_ntlm.c\fP.
.SS "struct \fBntlm_buf\fP \fBntlm_type3::lm\fP\fC [read]\fP"
.PP

.SS "struct \fBntlm_buf\fP \fBntlm_type3::ntlm\fP\fC [read]\fP"
.PP

.PP
\fBExamples: \fP
.in +1c
\fBtest_ntlm.c\fP.
.SS "struct \fBntlm_buf\fP \fBntlm_type3::sessionkey\fP\fC [read]\fP"
.PP

.SS "char* \fBntlm_type3::ws\fP"
.PP

.PP
\fBExamples: \fP
.in +1c
\fBtest_ntlm.c\fP.
.SS "uint32_t \fBntlm_type3::os\fP[2]"
.PP


.SH "Author"
.PP 
Generated automatically by Doxygen for Heimdalntlmlibrary from the source code.
OpenPOWER on IntegriCloud