Fixes from Björn Sandell.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18093 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-09-16 09:27:28 +00:00
parent 364e63f12a
commit 64bcdf0b5d
2 changed files with 14 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
.\" Copyright (c) 2003 - 2005 Kungliga Tekniska H<>gskolan
.\" Copyright (c) 2003 - 2006 Kungliga Tekniska H<>gskolan
.\" (Royal Institute of Technology, Stockholm, Sweden).
.\" All rights reserved.
.\"
@@ -31,7 +31,7 @@
.\"
.\" $Id$
.\"
.Dd May 1, 2006
.Dd Sep 16, 2006
.Dt KRB5_GET_INIT_CREDS 3
.Os HEIMDAL
.Sh NAME
@@ -51,7 +51,7 @@
.Nm krb5_get_init_creds_opt_set_paq_request ,
.Nm krb5_get_init_creds_opt_set_preauth_list ,
.Nm krb5_get_init_creds_opt_set_proxiable ,
.Nm krb5_get_init_creds_opt_set_rewew_life ,
.Nm krb5_get_init_creds_opt_set_renew_life ,
.Nm krb5_get_init_creds_opt_set_salt ,
.Nm krb5_get_init_creds_opt_set_tkt_life ,
.Nm krb5_get_init_creds_password ,
@@ -146,7 +146,7 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Fa "int proxiable"
.Fc
.Ft void
.Fo krb5_get_init_creds_opt_set_rewew_life
.Fo krb5_get_init_creds_opt_set_renew_life
.Fa "krb5_get_init_creds_opt *opt"
.Fa "krb5_deltat renew_life"
.Fc
@@ -226,7 +226,7 @@ or
.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
The structure may be modified by any of the
.Fn krb5_get_init_creds_opt_set
functions to change request parameters and authentication information.
.Pp
@@ -269,6 +269,7 @@ function.
Possible values for the
.Fa type
element are:
.Pp
.Bl -tag -width Ds -compact -offset indent
.It KRB5_PROMPT_TYPE_PASSWORD
.It KRB5_PROMPT_TYPE_NEW_PASSWORD
@@ -360,7 +361,7 @@ sets the list of client-supported preauth types.
.Fn krb5_get_init_creds_opt_set_proxiable
makes the request proxiable.
.Pp
.Fn krb5_get_init_creds_opt_set_rewew_life
.Fn krb5_get_init_creds_opt_set_renew_life
sets the requested renewable lifetime.
.Pp
.Fn krb5_get_init_creds_opt_set_salt

View File

@@ -1,6 +1,6 @@
.\" $Id$
.\"
.\" Copyright (c) 2001, 2003 Kungliga Tekniska H<>gskolan
.\" Copyright (c) 2001, 2003, 2006 Kungliga Tekniska H<>gskolan
.\" (Royal Institute of Technology, Stockholm, Sweden).
.\" All rights reserved.
.\"
@@ -33,7 +33,7 @@
.\"
.\" $Id$
.\"
.Dd May 1, 2006
.Dd Sepember 16, 2006
.Dt KRB5_TIMEOFDAY 3
.Os HEIMDAL
.Sh NAME
@@ -84,12 +84,12 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Sh DESCRIPTION
.Nm krb5_set_real_time
sets the absolute time that the caller knows the KDC has.
With this the to the Kerberos library can calculate the relative
diffrence beteen the KDC time and the local system time and store it
With this the Kerberos library can calculate the relative
difference between the KDC time and the local system time and store it
in the
.Fa content .
.Fa context .
With this information the Kerberos library can adjust all time stamps
Kerberos packages.
in Kerberos packages.
.Pp
.Fn krb5_timeofday
returns the current time, but adjusted with the time difference
@@ -109,7 +109,7 @@ If
is set, the time is set include_time.
.Pp
.Nm krb5_string_to_deltat
Parses delta time
parses delta time
.Fa string
into
.Fa deltat .