[krbdev.mit.edu #8352] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Tue May 16 12:08:30 EDT 2017
Add timestamp tests
Add a test program for krb5int_validate_times() covering cases before
and across the y2038 boundary. Add a GSSAPI test program to exercise
lifetime queries, and tests using it in t_gssapi.py for ticket end
times after y2038. Add a new test script t_y2038.py which only runs
on platforms with 64-bit time_t to exercise end-user operations across
and after y2038. Add an LDAP test case to test storage of post-y2038
timestamps.
https://github.com/krb5/krb5/commit/8ca62e54e89e2fbd6a089e8ab20b4e374a486003
Author: Greg Hudson <ghudson at mit.edu>
Commit: 8ca62e54e89e2fbd6a089e8ab20b4e374a486003
Branch: master
.gitignore | 2 +
src/Makefile.in | 1 +
src/config/pre.in | 2 +
src/configure.in | 3 +
src/lib/krb5/krb/Makefile.in | 14 +++-
src/lib/krb5/krb/t_valid_times.c | 109 +++++++++++++++++++++++++++++
src/tests/Makefile.in | 1 +
src/tests/gssapi/Makefile.in | 27 ++++---
src/tests/gssapi/t_gssapi.py | 32 +++++++++
src/tests/gssapi/t_lifetime.c | 140 ++++++++++++++++++++++++++++++++++++++
src/tests/t_kdb.py | 7 ++
src/tests/t_y2038.py | 75 ++++++++++++++++++++
12 files changed, 397 insertions(+), 16 deletions(-)
More information about the krb5-bugs
mailing list