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:
@@ -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).
|
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.Dd May 1, 2006
|
.Dd Sep 16, 2006
|
||||||
.Dt KRB5_GET_INIT_CREDS 3
|
.Dt KRB5_GET_INIT_CREDS 3
|
||||||
.Os HEIMDAL
|
.Os HEIMDAL
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
.Nm krb5_get_init_creds_opt_set_paq_request ,
|
.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_preauth_list ,
|
||||||
.Nm krb5_get_init_creds_opt_set_proxiable ,
|
.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_salt ,
|
||||||
.Nm krb5_get_init_creds_opt_set_tkt_life ,
|
.Nm krb5_get_init_creds_opt_set_tkt_life ,
|
||||||
.Nm krb5_get_init_creds_password ,
|
.Nm krb5_get_init_creds_password ,
|
||||||
@@ -146,7 +146,7 @@ Kerberos 5 Library (libkrb5, -lkrb5)
|
|||||||
.Fa "int proxiable"
|
.Fa "int proxiable"
|
||||||
.Fc
|
.Fc
|
||||||
.Ft void
|
.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_get_init_creds_opt *opt"
|
||||||
.Fa "krb5_deltat renew_life"
|
.Fa "krb5_deltat renew_life"
|
||||||
.Fc
|
.Fc
|
||||||
@@ -226,7 +226,7 @@ or
|
|||||||
.Fn krb5_get_init_creds_opt_alloc
|
.Fn krb5_get_init_creds_opt_alloc
|
||||||
allocates a extendible structures that needs to be freed with
|
allocates a extendible structures that needs to be freed with
|
||||||
.Fn krb5_get_init_creds_opt_free .
|
.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
|
.Fn krb5_get_init_creds_opt_set
|
||||||
functions to change request parameters and authentication information.
|
functions to change request parameters and authentication information.
|
||||||
.Pp
|
.Pp
|
||||||
@@ -269,6 +269,7 @@ function.
|
|||||||
Possible values for the
|
Possible values for the
|
||||||
.Fa type
|
.Fa type
|
||||||
element are:
|
element are:
|
||||||
|
.Pp
|
||||||
.Bl -tag -width Ds -compact -offset indent
|
.Bl -tag -width Ds -compact -offset indent
|
||||||
.It KRB5_PROMPT_TYPE_PASSWORD
|
.It KRB5_PROMPT_TYPE_PASSWORD
|
||||||
.It KRB5_PROMPT_TYPE_NEW_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
|
.Fn krb5_get_init_creds_opt_set_proxiable
|
||||||
makes the request proxiable.
|
makes the request proxiable.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_get_init_creds_opt_set_rewew_life
|
.Fn krb5_get_init_creds_opt_set_renew_life
|
||||||
sets the requested renewable lifetime.
|
sets the requested renewable lifetime.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_get_init_creds_opt_set_salt
|
.Fn krb5_get_init_creds_opt_set_salt
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
.\" $Id$
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001, 2003 Kungliga Tekniska H<>gskolan
|
.\" Copyright (c) 2001, 2003, 2006 Kungliga Tekniska H<>gskolan
|
||||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.Dd May 1, 2006
|
.Dd Sepember 16, 2006
|
||||||
.Dt KRB5_TIMEOFDAY 3
|
.Dt KRB5_TIMEOFDAY 3
|
||||||
.Os HEIMDAL
|
.Os HEIMDAL
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -84,12 +84,12 @@ Kerberos 5 Library (libkrb5, -lkrb5)
|
|||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm krb5_set_real_time
|
.Nm krb5_set_real_time
|
||||||
sets the absolute time that the caller knows the KDC has.
|
sets the absolute time that the caller knows the KDC has.
|
||||||
With this the to the Kerberos library can calculate the relative
|
With this the Kerberos library can calculate the relative
|
||||||
diffrence beteen the KDC time and the local system time and store it
|
difference between the KDC time and the local system time and store it
|
||||||
in the
|
in the
|
||||||
.Fa content .
|
.Fa context .
|
||||||
With this information the Kerberos library can adjust all time stamps
|
With this information the Kerberos library can adjust all time stamps
|
||||||
Kerberos packages.
|
in Kerberos packages.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_timeofday
|
.Fn krb5_timeofday
|
||||||
returns the current time, but adjusted with the time difference
|
returns the current time, but adjusted with the time difference
|
||||||
@@ -109,7 +109,7 @@ If
|
|||||||
is set, the time is set include_time.
|
is set, the time is set include_time.
|
||||||
.Pp
|
.Pp
|
||||||
.Nm krb5_string_to_deltat
|
.Nm krb5_string_to_deltat
|
||||||
Parses delta time
|
parses delta time
|
||||||
.Fa string
|
.Fa string
|
||||||
into
|
into
|
||||||
.Fa deltat .
|
.Fa deltat .
|
||||||
|
Reference in New Issue
Block a user