document krb5_free_kdc_rep

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14079 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-07-26 16:22:23 +00:00
parent 212f863c53
commit 7cea153f37

View File

@@ -40,6 +40,7 @@
.Nm krb5_get_in_tkt_with_password , .Nm krb5_get_in_tkt_with_password ,
.Nm krb5_get_in_tkt_with_keytab , .Nm krb5_get_in_tkt_with_keytab ,
.Nm krb5_get_in_tkt_with_skey , .Nm krb5_get_in_tkt_with_skey ,
.Nm krb5_free_kdc_rep ,
.Nm krb5_password_key_proc .Nm krb5_password_key_proc
.Sh LIBRARY .Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5) Kerberos 5 Library (libkrb5, -lkrb5)
@@ -113,6 +114,11 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Fa "krb5_kdc_rep *ret_as_reply" .Fa "krb5_kdc_rep *ret_as_reply"
.Fc .Fc
.Ft krb5_error_code .Ft krb5_error_code
.Fo krb5_free_kdc_rep
.Fa "krb5_context context"
.Fa "krb5_kdc_rep *rep"
.Fc
.Ft krb5_error_code
.Fo krb5_password_key_proc .Fo krb5_password_key_proc
.Fa "krb5_context context" .Fa "krb5_context context"
.Fa "krb5_enctype type" .Fa "krb5_enctype type"
@@ -206,7 +212,8 @@ pre-authentication that the KDC returned.
.Fa ret_as_reply .Fa ret_as_reply
will (if not will (if not
.Dv NULL ) .Dv NULL )
be filled in with the response of the KDC. be filled in with the response of the KDC and should be free with
.Fn krb5_free_kdc_rep .
.Pp .Pp
.Fa key_proc .Fa key_proc
is a pointer to a function that should return a key salted appropriately. is a pointer to a function that should return a key salted appropriately.
@@ -255,6 +262,10 @@ terminated string or
will query the user for the pass on the console if the password isn't will query the user for the pass on the console if the password isn't
given as the argument given as the argument
.Fa keyseed . .Fa keyseed .
.Pp
.Fn krb5_free_kdc_rep
frees the content of
.Fa rep .
.Sh SEE ALSO .Sh SEE ALSO
.Xr krb5 3 , .Xr krb5 3 ,
.Xr krb5_verify_user 3 , .Xr krb5_verify_user 3 ,