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
41 .Nm krb5_rc_default_name ,
42 .Nm krb5_rc_default_type ,
45 .Nm krb5_rc_get_lifespan ,
46 .Nm krb5_rc_get_name ,
47 .Nm krb5_rc_get_type ,
48 .Nm krb5_rc_initialize ,
51 .Nm krb5_rc_resolve_full ,
52 .Nm krb5_rc_resolve_type ,
54 .Nm krb5_get_server_rcache
55 .Nd Kerberos 5 replay cache
57 Kerberos 5 Library (libkrb5, -lkrb5)
61 .Li "struct krb5_rcache;"
65 .Fa "krb5_context context"
70 .Fa "krb5_context context"
74 .Fo krb5_rc_default_name
75 .Fa "krb5_context context"
78 .Fo krb5_rc_default_type
79 .Fa "krb5_context context"
83 .Fa "krb5_context context"
88 .Fa "krb5_context context"
92 .Fo krb5_rc_get_lifespan
93 .Fa "krb5_context context"
95 .Fa "krb5_deltat *auth_lifespan"
99 .Fa "krb5_context context"
103 .Fo "krb5_rc_get_type"
104 .Fa "krb5_context context"
108 .Fo krb5_rc_initialize
109 .Fa "krb5_context context"
111 .Fa "krb5_deltat auth_lifespan"
115 .Fa "krb5_context context"
120 .Fa "krb5_context context"
122 .Fa "const char *name"
125 .Fo krb5_rc_resolve_full
126 .Fa "krb5_context context"
127 .Fa "krb5_rcache *id"
128 .Fa "const char *string_name"
131 .Fo krb5_rc_resolve_type
132 .Fa "krb5_context context"
133 .Fa "krb5_rcache *id"
134 .Fa "const char *type"
138 .Fa "krb5_context context"
140 .Fa "krb5_donot_replay *rep"
143 .Fo krb5_get_server_rcache
144 .Fa "krb5_context context"
145 .Fa "const krb5_data *piece"
146 .Fa "krb5_rcache *id"
151 structure holds a storage element that is used for data manipulation.
152 The structure contains no public accessible elements.
154 .Fn krb5_rc_initialize
155 Creates the reply cache
157 and sets it lifespan to
159 If the cache already exists, the content is destroyed.