~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to doc/kim/html/group__kim__ccache__iterator__reference.html

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2009-05-07 16:16:34 UTC
  • mfrom: (13.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090507161634-xqyk0s9na0le4flj
Tags: 1.7dfsg~beta1-4
When  decrypting the TGS response fails with the subkey, try with the
session key to work around Heimdal bug, Closes: #527353 

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=UTF-8">
 
3
<title>Kerberos Identity Management: KIM CCache Iterator Reference Documentation</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.5.3 -->
 
8
<h1>KIM CCache Iterator Reference Documentation</h1>
 
9
<p>
 
10
<h2>Functions</h2>
 
11
<ul>
 
12
<li><a class="el" href="group__kim__types__reference.html#g40f5fe10ab395bddc34286e0c2ff76eb">kim_error</a> <a class="el" href="group__kim__ccache__iterator__reference.html#g3201595a767a17da00f511bf4bb31632">kim_ccache_iterator_create</a> (<a class="el" href="group__kim__types__reference.html#gdf94e85294f9f42293bfb6a4ec35817c">kim_ccache_iterator</a> *out_ccache_iterator)
 
13
<dl class="el"><dd class="mdescRight">Get a ccache iterator to enumerate ccaches in the cache collection.  <a href="#g3201595a767a17da00f511bf4bb31632"></a><br></dl><li><a class="el" href="group__kim__types__reference.html#g40f5fe10ab395bddc34286e0c2ff76eb">kim_error</a> <a class="el" href="group__kim__ccache__iterator__reference.html#gf695d88e8be91330f23aaf765f3d19bc">kim_ccache_iterator_next</a> (<a class="el" href="group__kim__types__reference.html#gdf94e85294f9f42293bfb6a4ec35817c">kim_ccache_iterator</a> in_ccache_iterator, <a class="el" href="group__kim__types__reference.html#gaecf0d1ae48c995038dd20b21e3781c2">kim_ccache</a> *out_ccache)
 
14
<dl class="el"><dd class="mdescRight">Get the next ccache in the cache collection.  <a href="#gf695d88e8be91330f23aaf765f3d19bc"></a><br></dl><li>void <a class="el" href="group__kim__ccache__iterator__reference.html#g2af38d7f654d6cd513fb4bf7cf35ce21">kim_ccache_iterator_free</a> (<a class="el" href="group__kim__types__reference.html#gdf94e85294f9f42293bfb6a4ec35817c">kim_ccache_iterator</a> *io_ccache_iterator)
 
15
<dl class="el"><dd class="mdescRight">Free memory associated with a ccache iterator.  <a href="#g2af38d7f654d6cd513fb4bf7cf35ce21"></a><br></dl></ul>
 
16
<hr><h2>Function Documentation</h2>
 
17
<a class="anchor" name="g3201595a767a17da00f511bf4bb31632"></a><!-- doxytag: member="kim_ccache.h::kim_ccache_iterator_create" ref="g3201595a767a17da00f511bf4bb31632" args="(kim_ccache_iterator *out_ccache_iterator)" -->
 
18
<div class="memitem">
 
19
<div class="memproto">
 
20
      <table class="memname">
 
21
        <tr>
 
22
          <td class="memname"><a class="el" href="group__kim__types__reference.html#g40f5fe10ab395bddc34286e0c2ff76eb">kim_error</a> kim_ccache_iterator_create           </td>
 
23
          <td>(</td>
 
24
          <td class="paramtype"><a class="el" href="group__kim__types__reference.html#gdf94e85294f9f42293bfb6a4ec35817c">kim_ccache_iterator</a> *&nbsp;</td>
 
25
          <td class="paramname"> <em>out_ccache_iterator</em>          </td>
 
26
          <td>&nbsp;)&nbsp;</td>
 
27
          <td width="100%"></td>
 
28
        </tr>
 
29
      </table>
 
30
</div>
 
31
<div class="memdoc">
 
32
 
 
33
<p>
 
34
Get a ccache iterator to enumerate ccaches in the cache collection. 
 
35
<p>
 
36
<dl compact><dt><b>Parameters:</b></dt><dd>
 
37
  <table border="0" cellspacing="2" cellpadding="0">
 
38
    <tr><td valign="top"></td><td valign="top"><em>out_ccache_iterator</em>&nbsp;</td><td>on exit, a ccache iterator object for the cache collection. </td></tr>
 
39
  </table>
 
40
</dl>
 
41
<dl class="return" compact><dt><b>Returns:</b></dt><dd>On success, <a class="el" href="group__kim__types__reference.html#g8712727bab9e6b02712a8a01285441d1">KIM_NO_ERROR</a>. On failure, an error code representing the failure. </dd></dl>
 
42
 
 
43
</div>
 
44
</div><p>
 
45
<a class="anchor" name="gf695d88e8be91330f23aaf765f3d19bc"></a><!-- doxytag: member="kim_ccache.h::kim_ccache_iterator_next" ref="gf695d88e8be91330f23aaf765f3d19bc" args="(kim_ccache_iterator in_ccache_iterator, kim_ccache *out_ccache)" -->
 
46
<div class="memitem">
 
47
<div class="memproto">
 
48
      <table class="memname">
 
49
        <tr>
 
50
          <td class="memname"><a class="el" href="group__kim__types__reference.html#g40f5fe10ab395bddc34286e0c2ff76eb">kim_error</a> kim_ccache_iterator_next           </td>
 
51
          <td>(</td>
 
52
          <td class="paramtype"><a class="el" href="group__kim__types__reference.html#gdf94e85294f9f42293bfb6a4ec35817c">kim_ccache_iterator</a>&nbsp;</td>
 
53
          <td class="paramname"> <em>in_ccache_iterator</em>, </td>
 
54
        </tr>
 
55
        <tr>
 
56
          <td class="paramkey"></td>
 
57
          <td></td>
 
58
          <td class="paramtype"><a class="el" href="group__kim__types__reference.html#gaecf0d1ae48c995038dd20b21e3781c2">kim_ccache</a> *&nbsp;</td>
 
59
          <td class="paramname"> <em>out_ccache</em></td><td>&nbsp;</td>
 
60
        </tr>
 
61
        <tr>
 
62
          <td></td>
 
63
          <td>)</td>
 
64
          <td></td><td></td><td width="100%"></td>
 
65
        </tr>
 
66
      </table>
 
67
</div>
 
68
<div class="memdoc">
 
69
 
 
70
<p>
 
71
Get the next ccache in the cache collection. 
 
72
<p>
 
73
<dl compact><dt><b>Parameters:</b></dt><dd>
 
74
  <table border="0" cellspacing="2" cellpadding="0">
 
75
    <tr><td valign="top"></td><td valign="top"><em>in_ccache_iterator</em>&nbsp;</td><td>a ccache iterator object. </td></tr>
 
76
    <tr><td valign="top"></td><td valign="top"><em>out_ccache</em>&nbsp;</td><td>on exit, the next ccache in the cache collection. If there are no more ccaches in the cache collection this argument will be set to NULL. </td></tr>
 
77
  </table>
 
78
</dl>
 
79
<dl class="return" compact><dt><b>Returns:</b></dt><dd>On success, <a class="el" href="group__kim__types__reference.html#g8712727bab9e6b02712a8a01285441d1">KIM_NO_ERROR</a>. On failure, an error code representing the failure. </dd></dl>
 
80
 
 
81
</div>
 
82
</div><p>
 
83
<a class="anchor" name="g2af38d7f654d6cd513fb4bf7cf35ce21"></a><!-- doxytag: member="kim_ccache.h::kim_ccache_iterator_free" ref="g2af38d7f654d6cd513fb4bf7cf35ce21" args="(kim_ccache_iterator *io_ccache_iterator)" -->
 
84
<div class="memitem">
 
85
<div class="memproto">
 
86
      <table class="memname">
 
87
        <tr>
 
88
          <td class="memname">void kim_ccache_iterator_free           </td>
 
89
          <td>(</td>
 
90
          <td class="paramtype"><a class="el" href="group__kim__types__reference.html#gdf94e85294f9f42293bfb6a4ec35817c">kim_ccache_iterator</a> *&nbsp;</td>
 
91
          <td class="paramname"> <em>io_ccache_iterator</em>          </td>
 
92
          <td>&nbsp;)&nbsp;</td>
 
93
          <td width="100%"></td>
 
94
        </tr>
 
95
      </table>
 
96
</div>
 
97
<div class="memdoc">
 
98
 
 
99
<p>
 
100
Free memory associated with a ccache iterator. 
 
101
<p>
 
102
<dl compact><dt><b>Parameters:</b></dt><dd>
 
103
  <table border="0" cellspacing="2" cellpadding="0">
 
104
    <tr><td valign="top"></td><td valign="top"><em>io_ccache_iterator</em>&nbsp;</td><td>a ccache iterator object to be freed. Set to NULL on exit. </td></tr>
 
105
  </table>
 
106
</dl>
 
107
 
 
108
</div>
 
109
</div><p>
 
110
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Nov 3 17:45:44 2008 for Kerberos Identity Management by&nbsp;
 
111
<a href="http://www.doxygen.org/index.html">
 
112
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
 
113
</body>
 
114
</html>