-
Notifications
You must be signed in to change notification settings - Fork 108
/
gss-ntlmssp.yaml
125 lines (125 loc) · 3.73 KB
/
gss-ntlmssp.yaml
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
"functions":
- "name": "gss_init_sec_context"
"params":
- "name": "minor_status"
"type": "bool "
- "name": "claimant_cred_handle"
"type": "bool "
- "name": "context_handle"
"type": "bool "
- "name": "target_name"
"type": "bool "
- "name": "mech_type"
"type": "bool "
- "name": "req_flags"
"type": "int"
- "name": "time_req"
"type": "int"
- "name": "input_chan_bindings"
"type": "bool "
- "name": "input_token"
"type": "bool "
- "name": "actual_mech_type"
"type": "bool "
- "name": "output_token"
"type": "bool "
- "name": "ret_flags"
"type": "bool "
- "name": "time_rec"
"type": "bool "
"return_type": "int"
"signature": "OM_uint32 gss_init_sec_context(OM_uint32 *, gss_cred_id_t, gss_ctx_id_t *, gss_name_t, gss_OID, OM_uint32, OM_uint32, gss_channel_bindings_t, gss_buffer_t, gss_OID *, gss_buffer_t, OM_uint32 *, OM_uint32 *)"
- "name": "gssntlm_cli_auth"
"params":
- "name": "minor_status"
"type": "bool "
- "name": "ctx"
"type": "bool "
- "name": "cred"
"type": "bool "
- "name": "target_info"
"type": "bool "
- "name": "in_flags"
"type": "int"
- "name": "input_chan_bindings"
"type": "bool "
"return_type": "int"
"signature": "uint32_t gssntlm_cli_auth(uint32_t *, struct gssntlm_ctx *, struct gssntlm_cred *, struct ntlm_buffer *, uint32_t, gss_channel_bindings_t)"
- "name": "gss_inquire_cred_by_mech"
"params":
- "name": "minor_status"
"type": "bool "
- "name": "cred_handle"
"type": "bool "
- "name": "mech_type"
"type": "bool "
- "name": "name"
"type": "bool "
- "name": "initiator_lifetime"
"type": "bool "
- "name": "acceptor_lifetime"
"type": "bool "
- "name": "cred_usage"
"type": "bool "
"return_type": "int"
"signature": "OM_uint32 gss_inquire_cred_by_mech(OM_uint32 *, gss_cred_id_t, gss_OID, gss_name_t *, OM_uint32 *, OM_uint32 *, gss_cred_usage_t *)"
- "name": "gss_accept_sec_context"
"params":
- "name": "minor_status"
"type": "bool "
- "name": "context_handle"
"type": "bool "
- "name": "acceptor_cred_handle"
"type": "bool "
- "name": "input_token_buffer"
"type": "bool "
- "name": "input_chan_bindings"
"type": "bool "
- "name": "src_name"
"type": "bool "
- "name": "mech_type"
"type": "bool "
- "name": "output_token"
"type": "bool "
- "name": "ret_flags"
"type": "bool "
- "name": "time_rec"
"type": "bool "
- "name": "delegated_cred_handle"
"type": "bool "
"return_type": "int"
"signature": "OM_uint32 gss_accept_sec_context(OM_uint32 *, gss_ctx_id_t *, gss_cred_id_t, gss_buffer_t, gss_channel_bindings_t, gss_name_t *, gss_OID *, gss_buffer_t, OM_uint32 *, OM_uint32 *, gss_cred_id_t *)"
- "name": "gssntlm_init_sec_context"
"params":
- "name": "minor_status"
"type": "bool "
- "name": "claimant_cred_handle"
"type": "bool "
- "name": "context_handle"
"type": "bool "
- "name": "target_name"
"type": "bool "
- "name": "mech_type"
"type": "bool "
- "name": "req_flags"
"type": "int"
- "name": "time_req"
"type": "int"
- "name": "input_chan_bindings"
"type": "bool "
- "name": "input_token"
"type": "bool "
- "name": "actual_mech_type"
"type": "bool "
- "name": "output_token"
"type": "bool "
- "name": "ret_flags"
"type": "bool "
- "name": "time_rec"
"type": "bool "
"return_type": "int"
"signature": "uint32_t gssntlm_init_sec_context(uint32_t *, gss_cred_id_t, gss_ctx_id_t *, gss_name_t, gss_OID, uint32_t, uint32_t, gss_channel_bindings_t, gss_buffer_t, gss_OID *, gss_buffer_t, uint32_t *, uint32_t *)"
"language": "c"
"project": "gss-ntlmssp"
"target_name": "fuzz-accept-sec-context"
"target_path": "/src/gss-ntlmssp/fuzzing/fuzz-accept-sec-context.c"