1 .\" Copyright (c) 2004 Kungliga Tekniska Högskolan
2 .\" (Royal Institute of Technology, Stockholm, Sweden).
3 .\" All rights reserved.
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\" notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\" notice, this list of conditions and the following disclaimer in the
14 .\" documentation and/or other materials provided with the distribution.
16 .\" 3. Neither the name of the Institute nor the names of its contributors
17 .\" may be used to endorse or promote products derived from this software
18 .\" without specific prior written permission.
20 .\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 .\" $Heimdal: krb5_rcache.3 17462 2006-05-05 13:18:39Z lha $
42 .Nm krb5_rc_default_name ,
43 .Nm krb5_rc_default_type ,
46 .Nm krb5_rc_get_lifespan ,
47 .Nm krb5_rc_get_name ,
48 .Nm krb5_rc_get_type ,
49 .Nm krb5_rc_initialize ,
52 .Nm krb5_rc_resolve_full ,
53 .Nm krb5_rc_resolve_type ,
55 .Nm krb5_get_server_rcache
56 .Nd Kerberos 5 replay cache
58 Kerberos 5 Library (libkrb5, -lkrb5)
62 .Li "struct krb5_rcache;"
66 .Fa "krb5_context context"
71 .Fa "krb5_context context"
75 .Fo krb5_rc_default_name
76 .Fa "krb5_context context"
79 .Fo krb5_rc_default_type
80 .Fa "krb5_context context"
84 .Fa "krb5_context context"
89 .Fa "krb5_context context"
93 .Fo krb5_rc_get_lifespan
94 .Fa "krb5_context context"
96 .Fa "krb5_deltat *auth_lifespan"
100 .Fa "krb5_context context"
104 .Fo "krb5_rc_get_type"
105 .Fa "krb5_context context"
109 .Fo krb5_rc_initialize
110 .Fa "krb5_context context"
112 .Fa "krb5_deltat auth_lifespan"
116 .Fa "krb5_context context"
121 .Fa "krb5_context context"
123 .Fa "const char *name"
126 .Fo krb5_rc_resolve_full
127 .Fa "krb5_context context"
128 .Fa "krb5_rcache *id"
129 .Fa "const char *string_name"
132 .Fo krb5_rc_resolve_type
133 .Fa "krb5_context context"
134 .Fa "krb5_rcache *id"
135 .Fa "const char *type"
139 .Fa "krb5_context context"
141 .Fa "krb5_donot_replay *rep"
144 .Fo krb5_get_server_rcache
145 .Fa "krb5_context context"
146 .Fa "const krb5_data *piece"
147 .Fa "krb5_rcache *id"
152 structure holds a storage element that is used for data manipulation.
153 The structure contains no public accessible elements.
155 .Fn krb5_rc_initialize
156 Creates the reply cache
158 and sets it lifespan to
160 If the cache already exists, the content is destroyed.