aboutsummaryrefslogtreecommitdiff
path: root/doc/doxyout/gssapi/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doxyout/gssapi/man')
-rw-r--r--doc/doxyout/gssapi/man/man3/gssapi.354
-rw-r--r--doc/doxyout/gssapi/man/man3/gssapi_mechs_intro.36
-rw-r--r--doc/doxyout/gssapi/man/man3/gssapi_services_intro.36
-rw-r--r--doc/doxyout/gssapi/man/man3/internal_v_smechname.38
4 files changed, 37 insertions, 37 deletions
diff --git a/doc/doxyout/gssapi/man/man3/gssapi.3 b/doc/doxyout/gssapi/man/man3/gssapi.3
index 4f13d97fb908..fc7d26f58c34 100644
--- a/doc/doxyout/gssapi/man/man3/gssapi.3
+++ b/doc/doxyout/gssapi/man/man3/gssapi.3
@@ -1,8 +1,8 @@
-.TH "gssapi" 3 "Fri Jun 7 2019" "Version 7.7.0" "HeimdalGSS-APIlibrary" \" -*- nroff -*-
+.TH "gssapi" 3 "Tue Nov 15 2022" "Version 7.8.0" "Heimdal GSS-API library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
-gssapi
+gssapi \- Heimdal GSS-API functions
.SH SYNOPSIS
.br
.PP
@@ -75,7 +75,7 @@ Add a oid to the oid set, function does not make a copy of the oid, so the point
.PP
If there is a duplicate member of the oid, the new member is not added to to the set\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIminor_status\fP minor status code\&.
.br
@@ -84,7 +84,7 @@ If there is a duplicate member of the oid, the new member is not added to to the
\fIoid_set\fP oid set to add the member too
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
a gss_error code, see \fBgss_display_status()\fP about printing the error code\&.
.RE
@@ -99,7 +99,7 @@ If the input_name if of the GSS_C_NT_USER_NAME, and the Kerberos mechanism is sp
.PP
For more information about \fBInternal names and mechanism names\fP\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIminor_status\fP minor status code\&.
.br
@@ -110,7 +110,7 @@ For more information about \fBInternal names and mechanism names\fP\&.
\fIoutput_name\fP the resulting type, release with \fBgss_release_name()\fP, independent of input_name\&.
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
a gss_error code, see \fBgss_display_status()\fP about printing the error code\&.
.RE
@@ -119,7 +119,7 @@ a gss_error code, see \fBgss_display_status()\fP about printing the error code\&
.SS "GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL gss_display_status (OM_uint32 * minor_status, OM_uint32 status_value, int status_type, const gss_OID mech_type, OM_uint32 * message_context, gss_buffer_t status_string)"
Convert a GSS-API status code to text
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIminor_status\fP minor status code
.br
@@ -134,7 +134,7 @@ Convert a GSS-API status code to text
\fIstatus_string\fP the allocated text representation\&. Release with gss_release_buffer()
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
a gss_error code\&.
.RE
@@ -143,12 +143,12 @@ a gss_error code\&.
.SS "GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL gss_export_name (OM_uint32 * minor_status, gss_const_name_t input_name, gss_buffer_t exported_name)"
Convert a GGS-API name from internal form to contiguous string\&.
.PP
-\fBSee also:\fP
+\fBSee also\fP
.RS 4
\fBgss_import_name()\fP, \fBInternal names and mechanism names\fP\&.
.RE
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIminor_status\fP minor status code
.br
@@ -157,7 +157,7 @@ Convert a GGS-API name from internal form to contiguous string\&.
\fIexported_name\fP output name in contiguos string form
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
a gss_error code, see \fBgss_display_status()\fP about printing the error code\&.
.RE
@@ -181,12 +181,12 @@ GSS_C_NT_ANONYMOUS
GSS_KRB5_NT_PRINCIPAL_NAME
.PP
.PP
-\fBSee also:\fP
+\fBSee also\fP
.RS 4
\fBgss_export_name()\fP, \fBInternal names and mechanism names\fP\&.
.RE
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIminor_status\fP minor status code
.br
@@ -197,7 +197,7 @@ GSS_KRB5_NT_PRINCIPAL_NAME
\fIoutput_name\fP the resulting type, release with \fBgss_release_name()\fP, independent of input_name
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
a gss_error code, see \fBgss_display_status()\fP about printing the error code\&.
.RE
@@ -215,7 +215,7 @@ GSS_S_CONTINUE_NEEDED - if the caller needs to continue another round of gss_i n
error code - any other error code
.PP
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIminor_status\fP minor status code\&.
.br
@@ -244,7 +244,7 @@ error code - any other error code
\fItime_rec\fP amount of time this context is valid for
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
a gss_error code, see \fBgss_display_status()\fP about printing the error code\&.
.RE
@@ -253,7 +253,7 @@ a gss_error code, see \fBgss_display_status()\fP about printing the error code\&
.SS "GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL gss_inquire_attrs_for_mech (OM_uint32 * minor_status, gss_const_OID mech, gss_OID_set * mech_attr, gss_OID_set * known_mech_attrs)"
List support attributes for a mech and/or all mechanisms\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIminor_status\fP minor status code
.br
@@ -268,7 +268,7 @@ List support attributes for a mech and/or all mechanisms\&.
.SS "GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL gss_inquire_saslname_for_mech (OM_uint32 * minor_status, const gss_OID desired_mech, gss_buffer_t sasl_mech_name, gss_buffer_t mech_name, gss_buffer_t mech_description)"
Returns different protocol names and description of the mechanism\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIminor_status\fP minor status code
.br
@@ -281,7 +281,7 @@ Returns different protocol names and description of the mechanism\&.
\fImech_description\fP description of gssapi mech
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
returns GSS_S_COMPLETE or a error code\&.
.RE
@@ -292,14 +292,14 @@ Compare two GSS-API OIDs with each other\&.
.PP
GSS_C_NO_OID matches nothing, not even it-self\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIa\fP first oid to compare
.br
\fIb\fP second oid to compare
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
non-zero when both oid are the same OID, zero when they are not the same\&.
.RE
@@ -319,14 +319,14 @@ major = gss_release_cred(&minor, &cred);
.fi
.PP
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIminor_status\fP minor status return code, mech specific
.br
\fIcred_handle\fP a pointer to the credential too release
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
an gssapi error code
.RE
@@ -339,14 +339,14 @@ Free a name
.PP
import_name can point to NULL or be NULL, or a pointer to a gss_name_t structure\&. If it was a pointer to gss_name_t, the pointer will be set to NULL on success and failure\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIminor_status\fP minor status code
.br
\fIinput_name\fP name to free
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
a gss_error code, see \fBgss_display_status()\fP about printing the error code\&.
.RE
@@ -357,7 +357,7 @@ Decrypt or verifies the signature on the data\&.
.SS "GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL gss_wrap (OM_uint32 * minor_status, gss_const_ctx_id_t context_handle, int conf_req_flag, gss_qop_t qop_req, const gss_buffer_t input_message_buffer, int * conf_state, gss_buffer_t output_message_buffer)"
Wrap a message using either confidentiality (encryption + signature) or sealing (signature)\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIminor_status\fP minor status code\&.
.br
@@ -431,4 +431,4 @@ GSS_C_ATTR_STREAM_SIZES data is a gss_context_stream_sizes\&.
.SH "Author"
.PP
-Generated automatically by Doxygen for HeimdalGSS-APIlibrary from the source code\&.
+Generated automatically by Doxygen for Heimdal GSS-API library from the source code\&.
diff --git a/doc/doxyout/gssapi/man/man3/gssapi_mechs_intro.3 b/doc/doxyout/gssapi/man/man3/gssapi_mechs_intro.3
index 7c488172be46..8683a99a2d91 100644
--- a/doc/doxyout/gssapi/man/man3/gssapi_mechs_intro.3
+++ b/doc/doxyout/gssapi/man/man3/gssapi_mechs_intro.3
@@ -1,9 +1,9 @@
-.TH "gssapi_mechs_intro" 3 "Fri Jun 7 2019" "Version 7.7.0" "HeimdalGSS-APIlibrary" \" -*- nroff -*-
+.TH "gssapi_mechs_intro" 3 "Tue Nov 15 2022" "Version 7.8.0" "Heimdal GSS-API library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
-gssapi_mechs_introGSS-API mechanisms
- \-
+gssapi_mechs_intro \- GSS-API mechanisms
+
.SH "GSS-API mechanisms"
.PP
.IP "\(bu" 2
diff --git a/doc/doxyout/gssapi/man/man3/gssapi_services_intro.3 b/doc/doxyout/gssapi/man/man3/gssapi_services_intro.3
index 9df1aac7c6d9..210dee1e0f88 100644
--- a/doc/doxyout/gssapi/man/man3/gssapi_services_intro.3
+++ b/doc/doxyout/gssapi/man/man3/gssapi_services_intro.3
@@ -1,9 +1,9 @@
-.TH "gssapi_services_intro" 3 "Fri Jun 7 2019" "Version 7.7.0" "HeimdalGSS-APIlibrary" \" -*- nroff -*-
+.TH "gssapi_services_intro" 3 "Tue Nov 15 2022" "Version 7.8.0" "Heimdal GSS-API library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
-gssapi_services_introIntroduction to GSS-API services
- \-
+gssapi_services_intro \- Introduction to GSS-API services
+
.SH "GSS-API services"
.PP
.SS "Context creation"
diff --git a/doc/doxyout/gssapi/man/man3/internal_v_smechname.3 b/doc/doxyout/gssapi/man/man3/internal_v_smechname.3
index b45a757b936e..5bafdf9725df 100644
--- a/doc/doxyout/gssapi/man/man3/internal_v_smechname.3
+++ b/doc/doxyout/gssapi/man/man3/internal_v_smechname.3
@@ -1,9 +1,9 @@
-.TH "internal_v_smechname" 3 "Fri Jun 7 2019" "Version 7.7.0" "HeimdalGSS-APIlibrary" \" -*- nroff -*-
+.TH "internal_v_smechname" 3 "Tue Nov 15 2022" "Version 7.8.0" "Heimdal GSS-API library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
-internal_v_smechnameInternal names and mechanism names
- \-
+internal_v_smechname \- Internal names and mechanism names
+
.SH "Name forms"
.PP
There are two name representations in GSS-API: Internal form and Contiguous string ('flat') form\&. Functions \fBgss_export_name()\fP and \fBgss_import_name()\fP can be used to convert between the two forms\&.
@@ -16,5 +16,5 @@ The Internal form is opaque to the application programmer and is implementation-
There is also a special form of the Internal Name (IN), and that is the Mechanism Name (MN)\&. In the mechanism name all the generic information is stripped of and only contain the information for one mechanism\&. In GSS-API some function return MN and some require MN as input\&. Each of these function is marked up as such\&.
.PP
.PP
-Describe relationship between import_name, canonicalize_name, export_name and friends\&. Also, update for RFC2743 language ('contiguous' and 'flat' are gone, leaving just 'exported name
+@FIXME Describe relationship between import_name, canonicalize_name, export_name and friends\&. Also, update for RFC2743 language ('contiguous' and 'flat' are gone, leaving just 'exported name
token', 'internal', and 'MN')\&.