+Tue Feb 27 19:23:55 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * krb5_decode.c (decode_krb5_enc_tkt_part): If starttime is not
+ set, then use authtime as a default. (This fixes the bug
+ where if you try to immediately use a TGT to get a ticket,
+ you get a time skew error.)
+
Wed Feb 7 00:23:18 1996 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in: Folded in danw's changes to allow
get_field((*rep)->transited,4,asn1_decode_transited_encoding);
get_field((*rep)->times.authtime,5,asn1_decode_kerberos_time);
opt_field((*rep)->times.starttime,6,asn1_decode_kerberos_time);
+ if (tagnum != 6)
+ (*rep)->times.starttime=(*rep)->times.authtime;
get_field((*rep)->times.endtime,7,asn1_decode_kerberos_time);
opt_field((*rep)->times.renew_till,8,asn1_decode_kerberos_time);
opt_field((*rep)->caddrs,9,asn1_decode_host_addresses);