aboutsummaryrefslogtreecommitdiff
path: root/doc/doxyout/krb5/man/man3/krb5_ccache.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doxyout/krb5/man/man3/krb5_ccache.3')
-rw-r--r--doc/doxyout/krb5/man/man3/krb5_ccache.3114
1 files changed, 57 insertions, 57 deletions
diff --git a/doc/doxyout/krb5/man/man3/krb5_ccache.3 b/doc/doxyout/krb5/man/man3/krb5_ccache.3
index f239a70c388a..d6cb671f1269 100644
--- a/doc/doxyout/krb5/man/man3/krb5_ccache.3
+++ b/doc/doxyout/krb5/man/man3/krb5_ccache.3
@@ -1,8 +1,8 @@
-.TH "krb5_ccache" 3 "Fri Jun 7 2019" "Version 7.7.0" "HeimdalKerberos5library" \" -*- nroff -*-
+.TH "krb5_ccache" 3 "Tue Nov 15 2022" "Version 7.8.0" "Heimdal Kerberos 5 library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
-krb5_ccache
+krb5_ccache \- Heimdal Kerberos 5 credential cache functions
.SH SYNOPSIS
.br
.PP
@@ -184,7 +184,7 @@ krb5_ccache
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_cache_end_seq_get (krb5_context context, krb5_cc_cache_cursor cursor)"
Destroy the cursor `cursor'\&.
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -193,7 +193,7 @@ Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_cache_get_first (krb5_context context, const char * type, krb5_cc_cache_cursor * cursor)"
Start iterating over all caches of specified type\&. See also \fBkrb5_cccol_cursor_new()\fP\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP A Kerberos 5 context
.br
@@ -202,7 +202,7 @@ Start iterating over all caches of specified type\&. See also \fBkrb5_cccol_curs
\fIcursor\fP cursor should be freed with \fBkrb5_cc_cache_end_seq_get()\fP\&.
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -211,7 +211,7 @@ Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_cache_match (krb5_context context, krb5_principal client, krb5_ccache * id)"
Search for a matching credential cache that have the `principal' as the default principal\&. On success, `id' needs to be freed with \fBkrb5_cc_close()\fP or \fBkrb5_cc_destroy()\fP\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP A Kerberos 5 context
.br
@@ -220,7 +220,7 @@ Search for a matching credential cache that have the `principal' as the default
\fIid\fP the returned credential cache
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
On failure, error code is returned and `id' is set to NULL\&.
.RE
@@ -229,7 +229,7 @@ On failure, error code is returned and `id' is set to NULL\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_cache_next (krb5_context context, krb5_cc_cache_cursor cursor, krb5_ccache * id)"
Retrieve the next cache pointed to by (`cursor') in `id' and advance `cursor'\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP A Kerberos 5 context
.br
@@ -238,7 +238,7 @@ Retrieve the next cache pointed to by (`cursor') in `id' and advance `cursor'\&.
\fIid\fP next ccache
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return 0 or an error code\&. Returns KRB5_CC_END when the end of caches is reached, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -249,7 +249,7 @@ Clear `mcreds' so it can be used with krb5_cc_retrieve_cred
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_close (krb5_context context, krb5_ccache id)"
Stop using the ccache `id' and free the related resources\&.
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -264,7 +264,7 @@ MIT compat glue
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_copy_match_f (krb5_context context, const krb5_ccache from, krb5_ccache to, krb5_boolean(*)(krb5_context, void *, const krb5_creds *) match, void * matchctx, unsigned int * matched)"
Copy the contents of `from' to `to' if the given match function return true\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP A Kerberos 5 context\&.
.br
@@ -279,7 +279,7 @@ Copy the contents of `from' to `to' if the given match function return true\&.
\fImatched\fP set to true if there was a credential that matched, may be NULL\&.
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -288,7 +288,7 @@ Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_default (krb5_context context, krb5_ccache * id)"
Open the default ccache in `id'\&.
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -297,7 +297,7 @@ Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.SS "KRB5_LIB_FUNCTION const char* KRB5_LIB_CALL krb5_cc_default_name (krb5_context context)"
Return a pointer to a context static string containing the default ccache name\&.
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
String to the default credential cache name\&.
.RE
@@ -306,7 +306,7 @@ String to the default credential cache name\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_destroy (krb5_context context, krb5_ccache id)"
Remove the ccache `id'\&.
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -319,7 +319,7 @@ Generate a new ccache of type `ops' in `id'\&.
.PP
Deprecated: use \fBkrb5_cc_new_unique()\fP instead\&.
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -328,7 +328,7 @@ Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_get_config (krb5_context context, krb5_ccache id, krb5_const_principal principal, const char * name, krb5_data * data)"
Get some configuration for the credential cache in the cache\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP a Keberos context
.br
@@ -347,7 +347,7 @@ Get the flags of `id', store them in `flags'\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_get_friendly_name (krb5_context context, krb5_ccache id, char ** name)"
Return a friendly name on credential cache\&. Free the result with krb5_xfree()\&.
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -356,7 +356,7 @@ Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_get_full_name (krb5_context context, krb5_ccache id, char ** str)"
Return the complete resolvable name the cache
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP a Keberos context
.br
@@ -365,7 +365,7 @@ Return the complete resolvable name the cache
\fIstr\fP the returned name of a credential cache, free with krb5_xfree()
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Returns 0 or an error (and then *str is set to NULL)\&.
.RE
@@ -376,7 +376,7 @@ Get the time offset betwen the client and the KDC
.PP
If the backend doesn't support KDC offset, use the context global setting\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP A Kerberos 5 context\&.
.br
@@ -385,7 +385,7 @@ If the backend doesn't support KDC offset, use the context global setting\&.
\fIoffset\fP the offset in seconds
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -396,7 +396,7 @@ Get the lifetime of the initial ticket in the cache
.PP
Get the lifetime of the initial ticket in the cache, if the initial ticket was not found, the error code KRB5_CC_END is returned\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP A Kerberos 5 context\&.
.br
@@ -405,7 +405,7 @@ Get the lifetime of the initial ticket in the cache, if the initial ticket was n
\fIt\fP the relative lifetime of the initial ticket
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -420,7 +420,7 @@ Return krb5_cc_ops of a the ccache `id'\&.
.SS "KRB5_LIB_FUNCTION const krb5_cc_ops* KRB5_LIB_CALL krb5_cc_get_prefix_ops (krb5_context context, const char * prefix)"
Get the cc ops that is registered in `context' to handle the prefix\&. prefix can be a complete credential cache name or a prefix, the function will only use part up to the first colon (:) if there is one\&. If prefix the argument is NULL, the default ccache implemtation is returned\&.
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Returns NULL if ops not found\&.
.RE
@@ -429,7 +429,7 @@ Returns NULL if ops not found\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_get_principal (krb5_context context, krb5_ccache id, krb5_principal * principal)"
Return the principal of `id' in `principal'\&.
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -442,7 +442,7 @@ Return the version of `id'\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_initialize (krb5_context context, krb5_ccache id, krb5_principal primary_principal)"
Create a new ccache in `id' for `primary_principal'\&.
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -451,7 +451,7 @@ Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_last_change_time (krb5_context context, krb5_ccache id, krb5_timestamp * mtime)"
Return the last time the credential cache was modified\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP A Kerberos 5 context
.br
@@ -460,7 +460,7 @@ Return the last time the credential cache was modified\&.
\fImtime\fP the last modification time, set to 0 on error\&.
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return 0 or and error\&. See \fBkrb5_get_error_message()\fP\&.
.RE
@@ -469,7 +469,7 @@ Return 0 or and error\&. See \fBkrb5_get_error_message()\fP\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_move (krb5_context context, krb5_ccache from, krb5_ccache to)"
Move the content from one credential cache to another\&. The operation is an atomic switch\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP a Keberos context
.br
@@ -478,7 +478,7 @@ Move the content from one credential cache to another\&. The operation is an ato
\fIto\fP the credential cache to move the content to
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
On sucess, from is freed\&. On failure, error code is returned and from and to are both still allocated, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -487,7 +487,7 @@ On sucess, from is freed\&. On failure, error code is returned and from and to a
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_new_unique (krb5_context context, const char * type, const char * hint, krb5_ccache * id)"
Generates a new unique ccache of \fCtype\fP in `id'\&. If `type' is NULL, the library chooses the default credential cache type\&. The supplied `hint' (that can be NULL) is a string that the credential cache type can use to base the name of the credential on, this is to make it easier for the user to differentiate the credentials\&.
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -496,7 +496,7 @@ Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_next_cred (krb5_context context, const krb5_ccache id, krb5_cc_cursor * cursor, krb5_creds * creds)"
Retrieve the next cred pointed to by (`id', `cursor') in `creds' and advance `cursor'\&.
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -505,7 +505,7 @@ Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_register (krb5_context context, const krb5_cc_ops * ops, krb5_boolean override)"
Add a new ccache type with operations `ops', overwriting any existing one if `override'\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP a Keberos context
.br
@@ -514,7 +514,7 @@ Add a new ccache type with operations `ops', overwriting any existing one if `ov
\fIoverride\fP flag to select if the registration is to overide an existing ops with the same name\&.
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -525,7 +525,7 @@ Remove the credential identified by `cred', `which' from `id'\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_resolve (krb5_context context, const char * name, krb5_ccache * id)"
Find and allocate a ccache in `id' from the specification in `residual'\&. If the ccache name doesn't contain any colon, interpret it as a file name\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP a Keberos context\&.
.br
@@ -534,7 +534,7 @@ Find and allocate a ccache in `id' from the specification in `residual'\&. If th
\fIid\fP return pointer to a found credential cache\&.
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return 0 or an error code\&. In case of an error, id is set to NULL, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -543,7 +543,7 @@ Return 0 or an error code\&. In case of an error, id is set to NULL, see \fBkrb5
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_retrieve_cred (krb5_context context, krb5_ccache id, krb5_flags whichfields, const krb5_creds * mcreds, krb5_creds * creds)"
Retrieve the credential identified by `mcreds' (and `whichfields') from `id' in `creds'\&. 'creds' must be free by the caller using krb5_free_cred_contents\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP A Kerberos 5 context
.br
@@ -556,7 +556,7 @@ Retrieve the credential identified by `mcreds' (and `whichfields') from `id' in
\fIcreds\fP returned credential, free with \fBkrb5_free_cred_contents()\fP
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -565,7 +565,7 @@ Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_set_config (krb5_context context, krb5_ccache id, krb5_const_principal principal, const char * name, krb5_data * data)"
Store some configuration for the credential cache in the cache\&. Existing configuration under the same name is over-written\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP a Keberos context
.br
@@ -586,7 +586,7 @@ Set the flags of `id' to `flags'\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_set_friendly_name (krb5_context context, krb5_ccache id, const char * name)"
Set the friendly name on credential cache\&.
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -597,7 +597,7 @@ Set the time offset betwen the client and the KDC
.PP
If the backend doesn't support KDC offset, use the context global setting\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP A Kerberos 5 context\&.
.br
@@ -606,7 +606,7 @@ If the backend doesn't support KDC offset, use the context global setting\&.
\fIoffset\fP the offset in seconds
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -615,7 +615,7 @@ Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_start_seq_get (krb5_context context, const krb5_ccache id, krb5_cc_cursor * cursor)"
Start iterating over `id', `cursor' is initialized to the beginning\&. Caller must free the cursor with \fBkrb5_cc_end_seq_get()\fP\&.
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -624,7 +624,7 @@ Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_store_cred (krb5_context context, krb5_ccache id, krb5_creds * creds)"
Store `creds' in the ccache `id'\&.
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -635,7 +635,7 @@ Return true if the default credential cache support switch
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cc_switch (krb5_context context, krb5_ccache id)"
Switch the default default credential cache for a specific credcache type (and name for some implementations)\&.
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -644,14 +644,14 @@ Return an error code or 0, see \fBkrb5_get_error_message()\fP\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cccol_cursor_free (krb5_context context, krb5_cccol_cursor * cursor)"
End an iteration and free all resources, can be done before end is reached\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP A Kerberos 5 context
.br
\fIcursor\fP the iteration cursor to be freed\&.
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return 0 or and error, KRB5_CC_END is returned at the end of iteration\&. See \fBkrb5_get_error_message()\fP\&.
.RE
@@ -660,14 +660,14 @@ Return 0 or and error, KRB5_CC_END is returned at the end of iteration\&. See \f
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cccol_cursor_new (krb5_context context, krb5_cccol_cursor * cursor)"
Get a new cache interation cursor that will interate over all credentials caches independent of type\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP a Keberos context
.br
\fIcursor\fP passed into \fBkrb5_cccol_cursor_next()\fP and free with \fBkrb5_cccol_cursor_free()\fP\&.
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Returns 0 or and error code, see \fBkrb5_get_error_message()\fP\&.
.RE
@@ -676,7 +676,7 @@ Returns 0 or and error code, see \fBkrb5_get_error_message()\fP\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cccol_cursor_next (krb5_context context, krb5_cccol_cursor cursor, krb5_ccache * cache)"
Get next credential cache from the iteration\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP A Kerberos 5 context
.br
@@ -685,7 +685,7 @@ Get next credential cache from the iteration\&.
\fIcache\fP the returned cursor, pointer is set to NULL on failure and a cache on success\&. The returned cache needs to be freed with \fBkrb5_cc_close()\fP or destroyed with \fBkrb5_cc_destroy()\fP\&. MIT Kerberos behavies slightly diffrent and sets cache to NULL when all caches are iterated over and return 0\&.
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return 0 or and error, KRB5_CC_END is returned at the end of iteration\&. See \fBkrb5_get_error_message()\fP\&.
.RE
@@ -694,7 +694,7 @@ Return 0 or and error, KRB5_CC_END is returned at the end of iteration\&. See \f
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_cccol_last_change_time (krb5_context context, const char * type, krb5_timestamp * mtime)"
Return the last modfication time for a cache collection\&. The query can be limited to a specific cache type\&. If the function return 0 and mtime is 0, there was no credentials in the caches\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP A Kerberos 5 context
.br
@@ -703,7 +703,7 @@ Return the last modfication time for a cache collection\&. The query can be limi
\fImtime\fP the last modification time, set to 0 on error\&.
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
Return 0 or and error\&. See \fBkrb5_get_error_message()\fP\&.
.RE
@@ -712,7 +712,7 @@ Return 0 or and error\&. See \fBkrb5_get_error_message()\fP\&.
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_get_validated_creds (krb5_context context, krb5_creds * creds, krb5_principal client, krb5_ccache ccache, char * service)"
Validate the newly fetch credential, see also krb5_verify_init_creds()\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP a Kerberos 5 context
.br
@@ -729,7 +729,7 @@ Validate the newly fetch credential, see also krb5_verify_init_creds()\&.
.SS "KRB5_LIB_FUNCTION krb5_boolean KRB5_LIB_CALL krb5_is_config_principal (krb5_context context, krb5_const_principal principal)"
Return TRUE (non zero) if the principal is a configuration principal (generated part of \fBkrb5_cc_set_config()\fP)\&. Returns FALSE (zero) if not a configuration principal\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP a Keberos context
.br
@@ -877,4 +877,4 @@ Variable containing the FILE based credential cache implemention\&.
Variable containing the MEMORY based credential cache implemention\&.
.SH "Author"
.PP
-Generated automatically by Doxygen for HeimdalKerberos5library from the source code\&.
+Generated automatically by Doxygen for Heimdal Kerberos 5 library from the source code\&.