History log of /sssd-io/src/responder/kcm/kcmsrv_ccache_mem.c
Revision Date Author Comments Expand
613a832d5bbf4c8174adbc1dcd881c59660cb0f1 04-Oct-2017 Jakub Hrozek <jhrozek@redhat.com>

KCM: Add some forgotten NULL checks Several memory allocations across the KCM codebase did not check their result for NULL. This patch fixes that. Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>

70fe6e2bb398b8669ad1aebeaf0abcbffc307475 27-Mar-2017 Jakub Hrozek <jhrozek@redhat.com>

KCM: Add a in-memory credential storage Implements a simple back end for the ccache module that lets the KCM server store credentials directly in memory. Reviewed-by: Michal Židek <mzidek@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>