expose the krb5 functions

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11839 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-03-18 04:17:59 +00:00
parent 3865a2a5fc
commit cb6a5f5f45

View File

@@ -1,4 +1,4 @@
.\" Copyright (c) 1998 - 1999, 2001 - 2002 Kungliga Tekniska H<>gskolan .\" Copyright (c) 1998 - 1999, 2001 - 2003 Kungliga Tekniska H<>gskolan
.\" (Royal Institute of Technology, Stockholm, Sweden). .\" (Royal Institute of Technology, Stockholm, Sweden).
.\" All rights reserved. .\" All rights reserved.
.\" .\"
@@ -31,8 +31,8 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd May 7, 1997 .Dd Mar 17, 2003
.Os KTH-KRB .Os HEIMDAL
.Dt KAFS 3 .Dt KAFS 3
.Sh NAME .Sh NAME
.Nm k_hasafs , .Nm k_hasafs ,
@@ -42,8 +42,8 @@
.Nm k_afs_cell_of_file , .Nm k_afs_cell_of_file ,
.Nm krb_afslog , .Nm krb_afslog ,
.Nm krb_afslog_uid .Nm krb_afslog_uid
.\" .Nm krb5_afslog , .Nm krb5_afslog ,
.\" .Nm krb5_afslog_uid .Nm krb5_afslog_uid
.Nd AFS library .Nd AFS library
.Sh LIBRARY .Sh LIBRARY
AFS cache manager access library (libkafs, -lkafs) AFS cache manager access library (libkafs, -lkafs)
@@ -63,10 +63,10 @@ AFS cache manager access library (libkafs, -lkafs)
.Fn krb_afslog "char *cell" "char *realm" .Fn krb_afslog "char *cell" "char *realm"
.Ft int .Ft int
.Fn krb_afslog_uid "char *cell" "char *realm" "uid_t uid" .Fn krb_afslog_uid "char *cell" "char *realm" "uid_t uid"
.\" .Ft krb5_error_code .Ft krb5_error_code
.\" .Fn krb5_afslog_uid "krb5_context context" "krb5_ccache id" "const char *cell" "krb5_const_realm realm" "uid_t uid" .Fn krb5_afslog_uid "krb5_context context" "krb5_ccache id" "const char *cell" "krb5_const_realm realm" "uid_t uid"
.\" .Ft krb5_error_code .Ft krb5_error_code
.\" .Fn krb5_afslog "krb5_context context" "krb5_ccache id" "const char *cell" "krb5_const_realm realm" .Fn krb5_afslog "krb5_context context" "krb5_ccache id" "const char *cell" "krb5_const_realm realm"
.Sh DESCRIPTION .Sh DESCRIPTION
.Fn k_hasafs .Fn k_hasafs
initializes some library internal structures, and tests for the initializes some library internal structures, and tests for the
@@ -100,13 +100,13 @@ field in the token,
will use will use
.Fa uid . .Fa uid .
.Pp .Pp
.\" .Fn krb5_afslog , .Fn krb5_afslog ,
.\" and and
.\" .Fn krb5_afslog_uid .Fn krb5_afslog_uid
.\" are the Kerberos 5 equivalents of are the Kerberos 5 equivalents of
.\" .Fn krb_afslog , .Fn krb_afslog ,
.\" and and
.\" .Fn krb_afslog_uid . .Fn krb_afslog_uid .
.\" The extra arguments are the ubiquitous context, and the cache id where .\" The extra arguments are the ubiquitous context, and the cache id where
.\" to store any obtained tickets. Since AFS servers normally can't handle .\" to store any obtained tickets. Since AFS servers normally can't handle
.\" Kerberos 5 tickets directly, these functions will first obtain version .\" Kerberos 5 tickets directly, these functions will first obtain version