Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 836 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(-)