From 64bcdf0b5dff166a77797d99e804822681d377ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 16 Sep 2006 09:27:28 +0000 Subject: [PATCH] =?UTF-8?q?Fixes=20from=20Bj=C3=B6rn=20Sandell.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18093 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_get_init_creds.3 | 13 +++++++------ lib/krb5/krb5_timeofday.3 | 14 +++++++------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/lib/krb5/krb5_get_init_creds.3 b/lib/krb5/krb5_get_init_creds.3 index 9eae3a1c8..59ba027ec 100644 --- a/lib/krb5/krb5_get_init_creds.3 +++ b/lib/krb5/krb5_get_init_creds.3 @@ -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 diff --git a/lib/krb5/krb5_timeofday.3 b/lib/krb5/krb5_timeofday.3 index 37e40078b..a0ce28446 100644 --- a/lib/krb5/krb5_timeofday.3 +++ b/lib/krb5/krb5_timeofday.3 @@ -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 .