Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) From: ghudson@mit.edu Subject: git commit Content-Length: 535 Fix PAC handling of authtimes after y2038 Remove the unnecessary handling of negative inputs in k5_time_to_seconds_since_1970() and k5_seconds_since_1970_to_time(), and cast the krb5_timestamp input to uint32_t to properly handle values after y2038. https://github.com/krb5/krb5/commit/149df661ad76ea4b5fff0de28e77a767f9355fdc Author: Greg Hudson Commit: 149df661ad76ea4b5fff0de28e77a767f9355fdc Branch: master src/lib/krb5/krb/pac.c | 20 +++++--------------- 1 files changed, 5 insertions(+), 15 deletions(-)