git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11693 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-03-10 15:03:12 +00:00
parent 995a8c29c1
commit ed2d4e5ac2

View File

@@ -178,14 +178,17 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Li krb5_ccache .Li krb5_ccache
structure holding a kerberos credential cache, there is no component structure holds a kerberos credential cache.
known inside that is directly referable.
.Pp .Pp
The The
.Li krb5_cc_cursor .Li krb5_cc_cursor
structure the current possition in a credential cache when iterating structure the holds current position in a credential cache when
over it, there is no component known inside that is directly iterating over the cache.
referable. .Pp
There is no component inside neither
.Li krb5_cc_cursor
nor
.Li krb5_cc_cursor that is directly referable.
.Pp .Pp
The The
.Li krb5_creds .Li krb5_creds
@@ -215,7 +218,8 @@ finds and allocates a ccache in
.Fa id .Fa id
from the specification in from the specification in
.Fa residual . .Fa residual .
If the ccache name doesn't contain any colon, interpret it as a file name. If the ccache name doesn't contain any colon (:), interpret it as a
file name.
Return 0 or an error code. Return 0 or an error code.
.Pp .Pp
.Fn krb5_cc_initialize .Fn krb5_cc_initialize
@@ -228,7 +232,7 @@ Return 0 or an error code.
.Fn krb5_cc_close .Fn krb5_cc_close
stops using the ccache stops using the ccache
.Fa id .Fa id
and free the related resources. and frees the related resources.
Return 0 or an error code. Return 0 or an error code.
.Fn krb5_cc_destroy .Fn krb5_cc_destroy
removes the ccache removes the ccache
@@ -263,6 +267,11 @@ returns the version of
.Fa id . .Fa id .
.Pp .Pp
.Fn krb5_cc_register .Fn krb5_cc_register
Adds a new ccache type with operations
.Fa ops ,
overwriting any existing one if
.Fa override .
Return an error code or 0.
.Pp .Pp
.Fn krb5_cc_remove_cred .Fn krb5_cc_remove_cred
removes the credential identified by removes the credential identified by
@@ -294,6 +303,7 @@ from
in in
.Fa creds . .Fa creds .
Return 0 or an error code. Return 0 or an error code.
.Pp
.Fn krb5_cc_next_cred .Fn krb5_cc_next_cred
retrieves the next cred pointed to by retrieves the next cred pointed to by
.Fa ( id , .Fa ( id ,
@@ -303,8 +313,9 @@ in
and advance and advance
.Fa cursor . .Fa cursor .
Return 0 or an error code. Return 0 or an error code.
.Pp
.Fn krb5_cc_end_seq_get .Fn krb5_cc_end_seq_get
Destroy the cursor Destroys the cursor
.Fa cursor . .Fa cursor .
.Sh SEE ALSO .Sh SEE ALSO
.Xr krb5 3 , .Xr krb5 3 ,