~ubuntu-branches/ubuntu/oneiric/likewise-open/oneiric

« back to all changes in this revision

Viewing changes to krb5/doc/ccapi/html/structcc__data.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Salley
  • Date: 2010-11-22 12:06:00 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20101122120600-8lba1fpceot71wlb
Tags: 6.0.0.53010-1
Likewise Open 6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
 
3
<title>Credentials Cache API   : cc_data Struct Reference</title>
 
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
 
5
<link href="tabs.css" rel="stylesheet" type="text/css">
 
6
</head><body>
 
7
<!-- Generated by Doxygen 1.4.6 -->
 
8
<h1>cc_data Struct Reference<br>
 
9
<small>
 
10
[<a class="el" href="group__cc__credentials__reference.html">cc_credentials_t Overview</a>]</small>
 
11
</h1><!-- doxytag: class="cc_data" --><hr><a name="_details"></a><h2>Detailed Description</h2>
 
12
The CCAPI data structure. This structure is similar to a krb5_data structure. In a v5 credentials structure, <a class="el" href="structcc__data.html">cc_data</a> structures are used to store tagged variable-length binary data. Specifically, for cc_credentials_v5.ticket and cc_credentials_v5.second_ticket, the <a class="el" href="structcc__data.html#1cfc8b2545d7999b7a760b47bfbbf6e7">cc_data.type</a> field must be zero. For the cc_credentials_v5.addresses, cc_credentials_v5.authdata, and cc_credentials_v5.keyblock, the <a class="el" href="structcc__data.html#1cfc8b2545d7999b7a760b47bfbbf6e7">cc_data.type</a> field should be the address type, authorization data type, and encryption type, as defined by the Kerberos v5 protocol definition.
 
13
<p>
 
14
<h2>Data Fields</h2>
 
15
<ul>
 
16
<li><a class="el" href="group__ccapi__types__reference.html#ga00783c3f4aa70580d0900b1a79aab9d">cc_uint32</a> <a class="el" href="structcc__data.html#1cfc8b2545d7999b7a760b47bfbbf6e7">type</a>
 
17
<li><a class="el" href="group__ccapi__types__reference.html#ga00783c3f4aa70580d0900b1a79aab9d">cc_uint32</a> <a class="el" href="structcc__data.html#61dffab9209fdc97d53c4cb31f746aa5">length</a>
 
18
<li>void * <a class="el" href="structcc__data.html#735984d41155bc1032e09bece8f8d66d">data</a>
 
19
</ul>
 
20
<hr><h2>Field Documentation</h2>
 
21
<a class="anchor" name="1cfc8b2545d7999b7a760b47bfbbf6e7"></a><!-- doxytag: member="cc_data::type" ref="1cfc8b2545d7999b7a760b47bfbbf6e7" args="" --><p>
 
22
<table class="mdTable" cellpadding="2" cellspacing="0">
 
23
  <tr>
 
24
    <td class="mdRow">
 
25
      <table cellpadding="0" cellspacing="0" border="0">
 
26
        <tr>
 
27
          <td class="md" nowrap valign="top"><a class="el" href="group__ccapi__types__reference.html#ga00783c3f4aa70580d0900b1a79aab9d">cc_uint32</a> <a class="el" href="structcc__data.html#1cfc8b2545d7999b7a760b47bfbbf6e7">type</a>          </td>
 
28
        </tr>
 
29
      </table>
 
30
    </td>
 
31
  </tr>
 
32
</table>
 
33
<table cellspacing="5" cellpadding="0" border="0">
 
34
  <tr>
 
35
    <td>
 
36
      &nbsp;
 
37
    </td>
 
38
    <td>
 
39
 
 
40
<p>
 
41
The type of the data as defined by the krb5_data structure.     </td>
 
42
  </tr>
 
43
</table>
 
44
<a class="anchor" name="61dffab9209fdc97d53c4cb31f746aa5"></a><!-- doxytag: member="cc_data::length" ref="61dffab9209fdc97d53c4cb31f746aa5" args="" --><p>
 
45
<table class="mdTable" cellpadding="2" cellspacing="0">
 
46
  <tr>
 
47
    <td class="mdRow">
 
48
      <table cellpadding="0" cellspacing="0" border="0">
 
49
        <tr>
 
50
          <td class="md" nowrap valign="top"><a class="el" href="group__ccapi__types__reference.html#ga00783c3f4aa70580d0900b1a79aab9d">cc_uint32</a> <a class="el" href="structcc__data.html#61dffab9209fdc97d53c4cb31f746aa5">length</a>          </td>
 
51
        </tr>
 
52
      </table>
 
53
    </td>
 
54
  </tr>
 
55
</table>
 
56
<table cellspacing="5" cellpadding="0" border="0">
 
57
  <tr>
 
58
    <td>
 
59
      &nbsp;
 
60
    </td>
 
61
    <td>
 
62
 
 
63
<p>
 
64
The length of <em>data</em>.     </td>
 
65
  </tr>
 
66
</table>
 
67
<a class="anchor" name="735984d41155bc1032e09bece8f8d66d"></a><!-- doxytag: member="cc_data::data" ref="735984d41155bc1032e09bece8f8d66d" args="" --><p>
 
68
<table class="mdTable" cellpadding="2" cellspacing="0">
 
69
  <tr>
 
70
    <td class="mdRow">
 
71
      <table cellpadding="0" cellspacing="0" border="0">
 
72
        <tr>
 
73
          <td class="md" nowrap valign="top">void* <a class="el" href="structcc__data.html#735984d41155bc1032e09bece8f8d66d">data</a>          </td>
 
74
        </tr>
 
75
      </table>
 
76
    </td>
 
77
  </tr>
 
78
</table>
 
79
<table cellspacing="5" cellpadding="0" border="0">
 
80
  <tr>
 
81
    <td>
 
82
      &nbsp;
 
83
    </td>
 
84
    <td>
 
85
 
 
86
<p>
 
87
The data buffer.     </td>
 
88
  </tr>
 
89
</table>
 
90
<hr size="1"><address style="align: right;"><small>Generated on Tue Oct 2 17:16:06 2007 for Credentials Cache API    by&nbsp;
 
91
<a href="http://www.doxygen.org/index.html">
 
92
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
 
93
</body>
 
94
</html>