History log of /include/keys/big_key-type.h
Revision Date Author Comments
002edaf76f09af658241029817f5ef66f6bef5e4 18-Jul-2014 David Howells <dhowells@redhat.com> KEYS: big_key: Use key preparsing

Make use of key preparsing in the big key type so that quota size determination
can take place prior to keyring locking when a key is being added.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Steve Dickson <steved@redhat.com>
ab3c3587f8cda9083209a61dbe3a4407d3cada10 24-Sep-2013 David Howells <dhowells@redhat.com> KEYS: Implement a big key type that can save to tmpfs

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>