[krbdev.mit.edu #9052] git commit
"Greg Hudson via RT" <[email protected]> Wed, 18 May 2022 17:38:26 -0400
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Wed May 18 17:38:26 2022: Request 9052 was acted upon. Transaction: Ticket created by [email protected] Queue: krb5 Subject: git commit Owner: [email protected] 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. [[email protected]: 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 <[email protected]> Committer: Greg Hudson <[email protected]> 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(-)