aboutsummaryrefslogtreecommitdiff
path: root/sys/kgssapi/gssapi.h
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2025-08-07 00:03:20 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2025-08-07 00:03:20 +0000
commit4de9547f322bb26f146ddd4139610e927afc5ef0 (patch)
tree92e93b41a74d1af4899d37e8f8f2bc9e34bd37bb /sys/kgssapi/gssapi.h
parent1a10f2f2042e8d35f1684c08215a73db97f09827 (diff)
Diffstat (limited to 'sys/kgssapi/gssapi.h')
-rw-r--r--sys/kgssapi/gssapi.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/sys/kgssapi/gssapi.h b/sys/kgssapi/gssapi.h
index cd4a4b508cc5..37cc8a1a5a09 100644
--- a/sys/kgssapi/gssapi.h
+++ b/sys/kgssapi/gssapi.h
@@ -422,28 +422,6 @@ OM_uint32 gss_init_sec_context
OM_uint32 * /* time_rec */
);
-OM_uint32 gss_init_sec_context_lucid_v1
- (OM_uint32 *, /* minor_status */
- const gss_cred_id_t, /* initiator_cred_handle */
- gss_ctx_id_t *, /* context_handle */
- const gss_name_t, /* target_name */
- const gss_OID, /* mech_type */
- OM_uint32, /* req_flags */
- OM_uint32, /* time_req */
- const gss_channel_bindings_t,
- /* input_chan_bindings */
- const gss_buffer_t, /* input_token */
- gss_OID *, /* actual_mech_type */
- gss_buffer_t, /* output_token */
- OM_uint32 *, /* ret_flags */
- OM_uint32 * /* time_rec */
- );
-
-OM_uint32 gss_supports_lucid
- (OM_uint32 *, /* minor_status */
- OM_uint32 * /* vers */
- );
-
OM_uint32 gss_accept_sec_context
(OM_uint32 *, /* minor_status */
gss_ctx_id_t *, /* context_handle */
@@ -459,26 +437,6 @@ OM_uint32 gss_accept_sec_context
gss_cred_id_t * /* delegated_cred_handle */
);
-OM_uint32 gss_accept_sec_context_lucid_v1
- (OM_uint32 *, /* minor_status */
- gss_ctx_id_t *, /* context_handle */
- const gss_cred_id_t, /* acceptor_cred_handle */
- const gss_buffer_t, /* input_token_buffer */
- const gss_channel_bindings_t,
- /* input_chan_bindings */
- gss_name_t *, /* src_name */
- gss_OID *, /* mech_type */
- gss_buffer_t, /* output_token */
- OM_uint32 *, /* ret_flags */
- OM_uint32 *, /* time_rec */
- gss_cred_id_t *, /* delegated_cred_handle */
- gss_buffer_t, /* exported_name */
- uid_t *, /* Unix cred */
- gid_t *,
- int *, /* Number of groups */
- gid_t * /* groups list */
- );
-
OM_uint32 gss_delete_sec_context
(OM_uint32 *, /* minor_status */
gss_ctx_id_t *, /* context_handle */