[16832] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

[krbdev.mit.edu #9052] git commit

daemon@ATHENA.MIT.EDU (Greg Hudson via RT)
Wed May 18 17:38:54 2022

From: "Greg Hudson via RT" <rt-comment@krbdev.mit.edu>
In-Reply-To: 
Message-ID: <rt-4.4.3-2-726287-1652909906-1773.9052-4-0@mit.edu>
To: "AdminCc of krbdev.mit.edu Ticket #9052":;
Date: Wed, 18 May 2022 17:38:26 -0400
MIME-Version: 1.0
Reply-To: rt-comment@krbdev.mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krb5-bugs-bounces@mit.edu


Wed May 18 17:38:26 2022: Request 9052 was acted upon.
 Transaction: Ticket created by ghudson@mit.edu
       Queue: krb5
     Subject: git commit
       Owner: ghudson@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@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(-)

_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
https://mailman.mit.edu/mailman/listinfo/krb5-bugs

home help back first fref pref prev next nref lref last post