Skip Menu |
 

Subject: krb5_get_init_creds() should be aware of 32 bit min and max for times
krb5_get_init_creds() should be aware of 32 bit minimum and maximum values for time
values such as start time, end time and renew until time. Currently it performs addition on
these values without checking for overflow. This results in unexpected behavior if the user
attempts to request tickets which expire after 2038.
From: lxs@mit.edu
Subject: CVS Commit
get_in_tkt.c (get_init_creds): Support ticket_lifetime libdefault. Made aware of 32 bit min and max for times. Allow renew_until time < expiration time.


To generate a diff of this commit:



cvs diff -r5.447 -r5.448 krb5/src/lib/krb5/krb/ChangeLog
From: lxs@mit.edu
Subject: CVS Commit
get_in_tkt.c (get_init_creds): Support ticket_lifetime libdefault. Made aware of 32 bit min and max for times. Allow renew_until time < expiration time.


To generate a diff of this commit:



cvs diff -r5.110 -r5.111 krb5/src/lib/krb5/krb/get_in_tkt.c