Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

Rename krb5int_check_clockskew to krb5_check_clockskew and make it
public, in order to give kdcpreauth plugins a way to check timestamps
against the configured clock skew.

https://github.com/krb5/krb5/commit/286b215bd829075f04576b65d55993fdc8e11b47
Commit By: ghudson
Revision: 25424
Changed Files:
U trunk/src/include/k5-int.h
U trunk/src/include/krb5/krb5.hin
U trunk/src/lib/krb5/krb/rd_cred.c
U trunk/src/lib/krb5/krb/rd_priv.c
U trunk/src/lib/krb5/krb/rd_req_dec.c
U trunk/src/lib/krb5/krb/rd_safe.c
U trunk/src/lib/krb5/libkrb5.exports
U trunk/src/lib/krb5/os/timeofday.c
U trunk/src/lib/krb5_32.def
From: tlyu@mit.edu
Subject: SVN Commit

pull up r25424 from trunk

------------------------------------------------------------------------
r25424 | ghudson | 2011-10-31 12:43:40 -0400 (Mon, 31 Oct 2011) | 9 lines

ticket: 6996
subject: Make krb5_check_clockskew public
target_version: 1.10
tags: pullup

Rename krb5int_check_clockskew to krb5_check_clockskew and make it
public, in order to give kdcpreauth plugins a way to check timestamps
against the configured clock skew.

https://github.com/krb5/krb5/commit/606058b1fda291fedfb525520c1817e9f6ca9956
Commit By: tlyu
Revision: 25456
Changed Files:
U branches/krb5-1-10/src/include/k5-int.h
U branches/krb5-1-10/src/include/krb5/krb5.hin
U branches/krb5-1-10/src/lib/krb5/krb/rd_cred.c
U branches/krb5-1-10/src/lib/krb5/krb/rd_priv.c
U branches/krb5-1-10/src/lib/krb5/krb/rd_req_dec.c
U branches/krb5-1-10/src/lib/krb5/krb/rd_safe.c
U branches/krb5-1-10/src/lib/krb5/libkrb5.exports
U branches/krb5-1-10/src/lib/krb5/os/timeofday.c
U branches/krb5-1-10/src/lib/krb5_32.def