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: ghudson@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 827 Support kdc_timesync offsets in memory ccache When using v4 file credentials caches, client clock skew offsets obtained when running with the kdc_timesync option set are persisted in the ccache. This allows the offsets to be used across separate contexts, e.g. when obtaining credentials using krb5 interfaces and subsequently importing those credentials for use in gssapi. This patch adds similar support for memory credentials caches. [ghudson@mit.edu: Minor style corrections.] https://github.com/krb5/krb5/commit/79b78773ee4e9219185c71907256a92e06ec5b57 Author: Nate Rosenblum Committer: Greg Hudson Commit: 79b78773ee4e9219185c71907256a92e06ec5b57 Branch: master src/lib/krb5/ccache/cc_memory.c | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-)