From: | ghudson@mit.edu |
Subject: | git commit |
Support macOS 11 native credential cache
Add an API credential cache implementation using the CCAPI stubs in
the macOS Kerberos framework, tailored to access the native
collections used by macOS 10.6 and later (KCM before macOS 11, XCACHE
afterwards). Make API: the default ccache name for macOS 10.6 and
later.
[ghudson@mit.edu: used shared CCAPI credential conversion functions;
changed ptcursor behavior to match current Unix collection semantics;
adjusted naming and code style]
https://github.com/krb5/krb5/commit/3bb429b1d61dcd017537e27d7572dcf9114a5613
Author: Ken Hornstein <kenh@pobox.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 3bb429b1d61dcd017537e27d7572dcf9114a5613
Branch: master
NOTICE | 30 ++
doc/notice.rst | 30 ++
src/configure.ac | 53 ++-
src/lib/krb5/Makefile.in | 3 +-
src/lib/krb5/ccache/Makefile.in | 3 +
src/lib/krb5/ccache/cc-int.h | 3 +
src/lib/krb5/ccache/cc_api_macos.c | 727 +++++++++++++++++++++++++++++++++++++
src/lib/krb5/ccache/cc_kcm.c | 48 ++-
src/lib/krb5/ccache/ccapi_util.c | 2 +-
src/lib/krb5/ccache/ccbase.c | 6 +
src/lib/krb5/ccache/deps | 12 +
11 files changed, 892 insertions(+), 25 deletions(-)