summaryrefslogtreecommitdiffstats
path: root/include/keys/big_key-type.h
Commit message (Collapse)AuthorAgeFilesLines
* KEYS: Implement a big key type that can save to tmpfsDavid Howells2013-09-241-0/+25
Implement a big key type that can save its contents to tmpfs and thus swapspace when memory is tight. This is useful for Kerberos ticket caches. Signed-off-by: David Howells <dhowells@redhat.com> Tested-by: Simo Sorce <simo@redhat.com>