spelling (from Adrian Mrva)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11321 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
.Nm krb5_auth_con_setrcache ,
|
.Nm krb5_auth_con_setrcache ,
|
||||||
.Nm krb5_auth_con_initivector ,
|
.Nm krb5_auth_con_initivector ,
|
||||||
.Nm krb5_auth_con_setivector
|
.Nm krb5_auth_con_setivector
|
||||||
.Nd manage authetication on connection level
|
.Nd manage authentication on connection level
|
||||||
.Sh LIBRARY
|
.Sh LIBRARY
|
||||||
Kerberos 5 Library (libkrb5, -lkrb5)
|
Kerberos 5 Library (libkrb5, -lkrb5)
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
|
@@ -10,8 +10,8 @@
|
|||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
structure is designed to hold all per thread state. All global
|
structure is designed to hold all per thread state. All global
|
||||||
variables that are context specific are stored in this struture,
|
variables that are context specific are stored in this structure,
|
||||||
including default encryption types, credential-cache (ticket file), and
|
including default encryption types, credentials-cache (ticket file), and
|
||||||
default realms.
|
default realms.
|
||||||
.Pp
|
.Pp
|
||||||
The internals of the structure should never be accessed directly,
|
The internals of the structure should never be accessed directly,
|
||||||
|
@@ -20,7 +20,7 @@ The
|
|||||||
.Fn krb5_init_context
|
.Fn krb5_init_context
|
||||||
function initializes the
|
function initializes the
|
||||||
.Fa context
|
.Fa context
|
||||||
structure and reads the configration file
|
structure and reads the configuration file
|
||||||
.Pa /etc/krb5.conf .
|
.Pa /etc/krb5.conf .
|
||||||
.Pp
|
.Pp
|
||||||
The structure should be freed by calling
|
The structure should be freed by calling
|
||||||
|
@@ -14,7 +14,7 @@ Kerberos 5 Library (libkrb5, -lkrb5)
|
|||||||
.Fn krb5_parse_name "krb5_context context" "const char *name" "krb5_principal *principal"
|
.Fn krb5_parse_name "krb5_context context" "const char *name" "krb5_principal *principal"
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Fn krb5_parse_name
|
.Fn krb5_parse_name
|
||||||
converts a string representation of a princpal name to
|
converts a string representation of a principal name to
|
||||||
.Nm krb5_principal .
|
.Nm krb5_principal .
|
||||||
The
|
The
|
||||||
.Fa principal
|
.Fa principal
|
||||||
|
@@ -18,7 +18,8 @@ Kerberos 5 Library (libkrb5, -lkrb5)
|
|||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
This function takes a
|
This function takes a
|
||||||
.Fa principal ,
|
.Fa principal ,
|
||||||
and will convert in to a printable representation with the same syntax as decribed in
|
and will convert in to a printable representation with the same syntax
|
||||||
|
as described in
|
||||||
.Xr krb5_parse_name 3 .
|
.Xr krb5_parse_name 3 .
|
||||||
.Fa *name
|
.Fa *name
|
||||||
will point to allocated data and should be freed by the caller.
|
will point to allocated data and should be freed by the caller.
|
||||||
|
Reference in New Issue
Block a user