Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / heimdal / lib / krb5 / krb5_context.3
1 .\" Copyright (c) 2001 Kungliga Tekniska Högskolan
2 .\" $Id: krb5_context.3,v 1.4 2002/09/02 12:42:00 joda Exp $
3 .Dd January 21, 2001
4 .Dt KRB5_CONTEXT 3
5 .Os HEIMDAL
6 .Sh NAME
7 .Nm krb5_context
8 .Nd krb5 state structure
9 .Sh DESCRIPTION
10 The
11 .Nm
12 structure is designed to hold all per thread state. All global
13 variables that are context specific are stored in this structure,
14 including default encryption types, credentials-cache (ticket file), and
15 default realms.
16 .Pp
17 The internals of the structure should never be accessed directly,
18 functions exist for extracting information.
19 .Sh SEE ALSO
20 .Xr krb5_init_context 3 ,
21 .Xr kerberos 8