Add support to store time offsets in cc_keyring The code follows the same model used for the memory ccache type. Time offsets are stored in each credential cache in a special key just like the principal name. Legacy session caches do not store timestamps as legacy code would fail when iterating over the new offset key. [ghudson@mit.edu: minor formatting changes; note legacy session exception in commit message] (cherry picked from commit fb4817a32d0c369049e0868468dd2eb75487630d) https://github.com/krb5/krb5/commit/dd81735593b9acbc1b2183917aa7afb03f5189f3 Author: Simo Sorce Committer: Tom Yu Commit: dd81735593b9acbc1b2183917aa7afb03f5189f3 Branch: krb5-1.12 src/lib/krb5/ccache/cc_keyring.c | 205 +++++++++++++++++++++++++++++++++++++- 1 files changed, 203 insertions(+), 2 deletions(-)