From 8ca62e54e89e2fbd6a089e8ab20b4e374a486003 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sat, 29 Apr 2017 17:30:36 -0400 Subject: 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. ticket: 8352 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 862a87a..b1978a2 100644 --- a/.gitignore +++ b/.gitignore @@ -341,6 +341,7 @@ local.properties /src/lib/krb5/krb/t_walk_rtree /src/lib/krb5/krb/t_response_items /src/lib/krb5/krb/t_sname_match +/src/lib/krb5/krb/t_valid_times /src/lib/krb5/os/t_expand_path /src/lib/krb5/os/t_locate_kdc @@ -438,6 +439,7 @@ local.properties /src/tests/gssapi/t_inq_cred /src/tests/gssapi/t_inq_mechs_name /src/tests/gssapi/t_iov +/src/tests/gssapi/t_lifetime /src/tests/gssapi/t_namingexts /src/tests/gssapi/t_oid /src/tests/gssapi/t_pcontok -- cgit v1.1