From 9436ed6857cba4ad6b019bbe601118168b9a140e Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Wed, 3 Oct 2007 16:03:59 +0000 Subject: Add documentation for error codes used for flow control ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20084 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/ccapi/html/structcc__data.html | 98 ++++++++++++++++++++++++-------------- 1 file changed, 62 insertions(+), 36 deletions(-) (limited to 'doc/ccapi/html/structcc__data.html') diff --git a/doc/ccapi/html/structcc__data.html b/doc/ccapi/html/structcc__data.html index 1c2bd7d60..346f6a41d 100644 --- a/doc/ccapi/html/structcc__data.html +++ b/doc/ccapi/html/structcc__data.html @@ -1,68 +1,94 @@ - -Credentials Cache API: cc_data Struct Reference + +Credentials Cache API : cc_data Struct Reference - +

cc_data Struct Reference
[cc_credentials_t Overview]


Detailed Description

-The CCAPI data structure. This structure is similar to a krb5_data structure. In a v5 credentials structure, cc_data structures are used to store tagged variable-length binary data. Specifically, for cc_credentials_v5.ticket and cc_credentials_v5.second_ticket, the cc_data.type field must be zero. For the cc_credentials_v5.addresses, cc_credentials_v5.authdata, and cc_credentials_v5.keyblock, the cc_data.type field should be the address type, authorization data type, and encryption type, as defined by the Kerberos v5 protocol definition.

Data Fields

+The CCAPI data structure. This structure is similar to a krb5_data structure. In a v5 credentials structure, cc_data structures are used to store tagged variable-length binary data. Specifically, for cc_credentials_v5.ticket and cc_credentials_v5.second_ticket, the cc_data.type field must be zero. For the cc_credentials_v5.addresses, cc_credentials_v5.authdata, and cc_credentials_v5.keyblock, the cc_data.type field should be the address type, authorization data type, and encryption type, as defined by the Kerberos v5 protocol definition. +

+

Data Fields


Field Documentation

- -
-
- +

+

+ + + +
+ - +
cc_uint32 type cc_uint32 type
- -
+
+ + + +
+   +

-The type of the data as defined by the krb5_data structure. - -

- -

-
- +The type of the data as defined by the krb5_data structure. + +
+

+ + + + +
+ - +
cc_uint32 length cc_uint32 length
- -
+
+ + + +
+   +

-The length of data. - -

- -

-
- +The length of data. + +
+

+ + + + +
+ - +
void* data void* data
- -
+
+ + + + + +
+   +

-The data buffer. - -

-


Generated on Mon Sep 10 17:00:32 2007 for Credentials Cache API by  +The data buffer.
+


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