[krbdev.mit.edu #9052] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Wed May 18 17:38:26 EDT 2022
Wed May 18 17:38:26 2022: Request 9052 was acted upon.
Transaction: Ticket created by ghudson at mit.edu
Queue: krb5
Subject: git commit
Owner: ghudson at mit.edu
Requestors:
Status: new
Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9052 >
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 at 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 at pobox.com>
Committer: Greg Hudson <ghudson at 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(-)
More information about the krb5-bugs
mailing list