add description for opt_init, opt_alloc, opt_free
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14340 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -40,7 +40,6 @@
|
|||||||
.Nm krb5_get_init_creds_opt ,
|
.Nm krb5_get_init_creds_opt ,
|
||||||
.Nm krb5_get_init_creds_opt_alloc ,
|
.Nm krb5_get_init_creds_opt_alloc ,
|
||||||
.Nm krb5_get_init_creds_opt_free ,
|
.Nm krb5_get_init_creds_opt_free ,
|
||||||
.Nm krb5_get_init_creds_opt_free_pkinit ,
|
|
||||||
.Nm krb5_get_init_creds_opt_init ,
|
.Nm krb5_get_init_creds_opt_init ,
|
||||||
.Nm krb5_get_init_creds_opt_set_address_list ,
|
.Nm krb5_get_init_creds_opt_set_address_list ,
|
||||||
.Nm krb5_get_init_creds_opt_set_anonymous ,
|
.Nm krb5_get_init_creds_opt_set_anonymous ,
|
||||||
@@ -75,10 +74,6 @@ Kerberos 5 Library (libkrb5, -lkrb5)
|
|||||||
.Fa "krb5_get_init_creds_opt *opt"
|
.Fa "krb5_get_init_creds_opt *opt"
|
||||||
.Fc
|
.Fc
|
||||||
.Ft void
|
.Ft void
|
||||||
.Fo krb5_get_init_creds_opt_free_pkinit
|
|
||||||
.Fa "krb5_get_init_creds_opt *opt"
|
|
||||||
.Fc
|
|
||||||
.Ft void
|
|
||||||
.Fo krb5_get_init_creds_opt_init
|
.Fo krb5_get_init_creds_opt_init
|
||||||
.Fa "krb5_get_init_creds_opt *opt"
|
.Fa "krb5_get_init_creds_opt *opt"
|
||||||
.Fc
|
.Fc
|
||||||
@@ -216,11 +211,23 @@ keytab to make sure the response was from the KDC.
|
|||||||
.Pp
|
.Pp
|
||||||
First a
|
First a
|
||||||
.Li krb5_get_init_creds_opt
|
.Li krb5_get_init_creds_opt
|
||||||
structure is initialized. The structure modified by the any of the
|
structure is initialized
|
||||||
|
with
|
||||||
|
.Fn krb5_get_init_creds_opt_alloc
|
||||||
|
or
|
||||||
|
.Fn krb5_get_init_creds_opt_init .
|
||||||
|
.Fn krb5_get_init_creds_opt_alloc
|
||||||
|
allocates a extendible structures that needs to be freed with
|
||||||
|
.Fn krb5_get_init_creds_opt_free .
|
||||||
|
The structure modified by the any of the
|
||||||
.Fn krb5_get_init_creds_opt_set
|
.Fn krb5_get_init_creds_opt_set
|
||||||
functions to change request parameters and authentication information.
|
functions to change request parameters and authentication information.
|
||||||
.Pp
|
.Pp
|
||||||
The the actual reqest to the KDC is done by any of the
|
If the caller want to use the default options,
|
||||||
|
.Dv NULL
|
||||||
|
can be passed instead.
|
||||||
|
.Pp
|
||||||
|
The the actual request to the KDC is done by any of the
|
||||||
.Fn krb5_get_init_creds ,
|
.Fn krb5_get_init_creds ,
|
||||||
.Fn krb5_get_init_creds_password ,
|
.Fn krb5_get_init_creds_password ,
|
||||||
or
|
or
|
||||||
|
Reference in New Issue
Block a user