From 33a9b234e7087f573ef08cd7318c6497ba08b439 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Fri, 7 Jul 2017 17:03:42 +0000 Subject: Import MIT KRB5 1.15.1, which will gracefully replace KTH Heimdal. The tarball used in this import is the same tarball used in ports/krb5-115 r435378. Obtained from: http://web.mit.edu/kerberos/dist/ Thanks to: pfg (for all your tireless behind-the-scenes effort) --- doc/ccapi/html/group__cc__context__reference.html | 161 ++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 doc/ccapi/html/group__cc__context__reference.html (limited to 'doc/ccapi/html/group__cc__context__reference.html') diff --git a/doc/ccapi/html/group__cc__context__reference.html b/doc/ccapi/html/group__cc__context__reference.html new file mode 100644 index 000000000000..cd7e6be3d652 --- /dev/null +++ b/doc/ccapi/html/group__cc__context__reference.html @@ -0,0 +1,161 @@ + + +Credentials Cache API : cc_context_t Overview + + + + +

cc_context_t Overview


Detailed Description

+The cc_context_t type gives the caller access to a ccache collection. Before being able to call any functions in the CCache API, the caller needs to acquire an instance of cc_context_t by calling cc_initialize().

+For API function documentation see cc_context_f. +

+

Data Structures

+ +

Typedefs

+ +

Functions

+ +

Typedef Documentation

+

+ + + + +
+ + + + +
typedef struct cc_context_f cc_context_f
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
typedef struct cc_context_d cc_context_d
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
typedef cc_context_d* cc_context_t
+
+ + + + + +
+   + + +

+

+


Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CCACHE_API cc_int32 cc_initialize cc_context_t out_context,
cc_int32  in_version,
cc_int32 out_supported_version,
char const **  out_vendor
+
+ + + + + +
+   + + +

+Initialize a new cc_context. +

+

Parameters:
+ + + + + +
out_context on exit, a new context object. Must be free with cc_context_release().
in_version the requested API version. This should be the maximum version the application supports.
out_supported_version if non-NULL, on exit contains the maximum API version supported by the implementation.
out_vendor if non-NULL, on exit contains a pointer to a read-only C string which contains a string describing the vendor which implemented the credentials cache API.
+
+
Returns:
On success, ccNoError. On failure, an error code representing the failure. May return CCAPI v2 error CC_BAD_API_VERSION if ccapi_version_2 is passed in.
+
+


Generated on Tue Oct 2 17:16:06 2007 for Credentials Cache API by  + +doxygen 1.4.6
+ + -- cgit v1.3