spelling, from <jmc@prioris.mini.pw.edu.pl>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11884 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -66,7 +66,7 @@ takes care to destroy the key argument immediately upon entry.
|
|||||||
If your shell keeps a history file be careful to make sure it is not
|
If your shell keeps a history file be careful to make sure it is not
|
||||||
world readable.
|
world readable.
|
||||||
.LP
|
.LP
|
||||||
Since this program attempts to maintain compatability with sunOS's
|
Since this program attempts to maintain compatibility with sunOS's
|
||||||
des(1) command, there are 2 different methods used to convert the user
|
des(1) command, there are 2 different methods used to convert the user
|
||||||
supplied key to a des key.
|
supplied key to a des key.
|
||||||
Whenever and one or more of
|
Whenever and one or more of
|
||||||
|
@@ -241,7 +241,7 @@ if (k_hasafs()) {
|
|||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
If any of these functions (apart from
|
If any of these functions (apart from
|
||||||
.Fn k_hasafs )
|
.Fn k_hasafs )
|
||||||
is called without AFS beeing present in the kernel, the process will
|
is called without AFS being present in the kernel, the process will
|
||||||
usually (depending on the operating system) receive a SIGSYS signal.
|
usually (depending on the operating system) receive a SIGSYS signal.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Rs
|
.Rs
|
||||||
|
@@ -136,7 +136,7 @@ times. Default is 300 seconds (five minutes).
|
|||||||
Maximum time to wait for a reply from the kdc, default is 3 seconds.
|
Maximum time to wait for a reply from the kdc, default is 3 seconds.
|
||||||
.It v4_name_convert
|
.It v4_name_convert
|
||||||
.It v4_instance_resolve
|
.It v4_instance_resolve
|
||||||
These are decribed in the
|
These are described in the
|
||||||
.Xr krb5_425_conv_principal 3
|
.Xr krb5_425_conv_principal 3
|
||||||
manual page.
|
manual page.
|
||||||
.It Li capath = {
|
.It Li capath = {
|
||||||
@@ -365,7 +365,7 @@ syntax of this if something like:
|
|||||||
.Pp
|
.Pp
|
||||||
If
|
If
|
||||||
.Ar etype
|
.Ar etype
|
||||||
is omitted it means everything, and if string is omitted is means the default string (for that principal). Additional special values of keyttypes are:
|
is omitted it means everything, and if string is omitted is means the default string (for that principal). Additional special values of keytypes are:
|
||||||
.Bl -tag -width "xxx" -offset indent
|
.Bl -tag -width "xxx" -offset indent
|
||||||
.It v5
|
.It v5
|
||||||
The kerberos 5 salt
|
The kerberos 5 salt
|
||||||
@@ -379,7 +379,7 @@ When true, this is the same as
|
|||||||
.Pp
|
.Pp
|
||||||
.Va default_keys = Va des3:pw-salt Va v4
|
.Va default_keys = Va des3:pw-salt Va v4
|
||||||
.Pp
|
.Pp
|
||||||
and is only left for backwards compatability.
|
and is only left for backwards compatibility.
|
||||||
.El
|
.El
|
||||||
.El
|
.El
|
||||||
.Sh ENVIRONMENT
|
.Sh ENVIRONMENT
|
||||||
|
@@ -158,12 +158,12 @@ that holds the context for the thread or process.
|
|||||||
.Nm krb5_auth_context
|
.Nm krb5_auth_context
|
||||||
is used by various functions that are directly related to
|
is used by various functions that are directly related to
|
||||||
authentication between the server/client. Example of data that this
|
authentication between the server/client. Example of data that this
|
||||||
structure contains are varius flags, addresses of client and server,
|
structure contains are various flags, addresses of client and server,
|
||||||
port numbers, keyblocks (and subkeys), sequence numbers, replay cache,
|
port numbers, keyblocks (and subkeys), sequence numbers, replay cache,
|
||||||
and checksum-type.
|
and checksum-type.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_auth_con_init
|
.Fn krb5_auth_con_init
|
||||||
allocates and initilizes the
|
allocates and initializes the
|
||||||
.Nm krb5_auth_context
|
.Nm krb5_auth_context
|
||||||
structure. Default values can be changed with
|
structure. Default values can be changed with
|
||||||
.Fn krb5_auth_con_setcksumtype
|
.Fn krb5_auth_con_setcksumtype
|
||||||
|
@@ -139,7 +139,7 @@ the argument is a flag, and
|
|||||||
should point to a
|
should point to a
|
||||||
.Fa int .
|
.Fa int .
|
||||||
It gets filled in with either zero or one, depending on how the option
|
It gets filled in with either zero or one, depending on how the option
|
||||||
is given, the normal case beeing one. Note that if the option isn't
|
is given, the normal case being one. Note that if the option isn't
|
||||||
given, the value isn't altered, so it should be initialised to some
|
given, the value isn't altered, so it should be initialised to some
|
||||||
useful default.
|
useful default.
|
||||||
.It Fa arg_negative_flag
|
.It Fa arg_negative_flag
|
||||||
|
Reference in New Issue
Block a user