+2003-09-02 Tom Yu <tlyu@mit.edu>
+
+ * cnv_tkt_skey.c (krb524_convert_tkt_skey): Apply patch from Cesar
+ Garcia to fix lifetime computation.
+
2003-08-29 Ken Raeburn <raeburn@mit.edu>
* configure.in: Call KRB5_AC_NEED_DAEMON instead of checking
if ((server_time + context->clockskew >= v5etkt->times.starttime)
&& (server_time - context->clockskew <= v5etkt->times.endtime)) {
lifetime = krb_time_to_life(server_time, v5etkt->times.endtime);
- v4endtime = krb_life_to_time(v5etkt->times.starttime, lifetime);
+ v4endtime = krb_life_to_time(server_time, lifetime);
/*
* Adjust start time backwards if the lifetime value
* returned by krb_time_to_life() maps to a longer lifetime
+2003-09-02 Tom Yu <tlyu@mit.edu>
+
+ * conv_creds.c (krb524_convert_creds_plain): Apply patch from
+ Cesar Garcia to fix lifetime computation.
+
2003-08-19 SamHartman <hartmans@avalanche-breakdown.mit.edu>
* rd_cred.c (decrypt_credencdata): Don't double free credentials.
v4creds->issue_date = v5creds->times.starttime;
v4creds->lifetime = krb5int_krb_time_to_life(v5creds->times.starttime,
v5creds->times.endtime);
- endtime = krb5int_krb_life_to_time(v5creds->times.starttime,
+ endtime = krb5int_krb_life_to_time(v4creds->issue_date,
v4creds->lifetime);
/*
* Adjust start time backwards to deal with rounding up in