-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Kerberos now supports multiple types of collection caches, not just DIR: caches. We should add a macro for generic collection behavior and use that where appropriate.
Since the execution path is the same for all collection types, it made sense to convert the existing usages of HAVE_KRB5_DIRCACHE to HAVE_KRB5_CC_COLLECTION instead.
This patch applies atop the two patches in the thread "[PATCH] KRB5: Refactor cc_*_check_existing" and is a precursor to upcoming patches for supporting the KEYRING cache type.
On Thu, Aug 22, 2013 at 10:20:36AM -0400, Stephen Gallagher wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Kerberos now supports multiple types of collection caches, not just DIR: caches. We should add a macro for generic collection behavior and use that where appropriate.
Since the execution path is the same for all collection types, it made sense to convert the existing usages of HAVE_KRB5_DIRCACHE to HAVE_KRB5_CC_COLLECTION instead.
This patch applies atop the two patches in the thread "[PATCH] KRB5: Refactor cc_*_check_existing" and is a precursor to upcoming patches for supporting the KEYRING cache type.
ACK
On Thu, Aug 22, 2013 at 07:05:46PM +0200, Jakub Hrozek wrote:
On Thu, Aug 22, 2013 at 10:20:36AM -0400, Stephen Gallagher wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Kerberos now supports multiple types of collection caches, not just DIR: caches. We should add a macro for generic collection behavior and use that where appropriate.
Since the execution path is the same for all collection types, it made sense to convert the existing usages of HAVE_KRB5_DIRCACHE to HAVE_KRB5_CC_COLLECTION instead.
This patch applies atop the two patches in the thread "[PATCH] KRB5: Refactor cc_*_check_existing" and is a precursor to upcoming patches for supporting the KEYRING cache type.
ACK
Pushed to master and sssd-1-10
sssd-devel@lists.fedorahosted.org