aboutsummaryrefslogtreecommitdiff
path: root/security/keys
AgeCommit message (Expand)Author
2011-01-26KEYS: Fix __key_link_end() quota fixup on errorDavid Howells
2011-01-24trusted keys: Fix a memory leak in trusted_update().Jesper Juhl
2011-01-24encrypted-keys: rename encrypted_defined files to encryptedMimi Zohar
2011-01-24trusted-keys: rename trusted_defined files to trustedMimi Zohar
2011-01-21KEYS: Fix up comments in key management codeDavid Howells
2011-01-21KEYS: Do some style cleanup in the key management code.David Howells
2011-01-19trusted-keys: avoid scattring va_end()Tetsuo Handa
2011-01-19trusted-keys: check for NULL before using itTetsuo Handa
2011-01-19trusted-keys: another free memory bugfixTetsuo Handa
2011-01-14trusted-keys: free memory bugfixMimi Zohar
2011-01-10Merge branch 'master' into nextJames Morris
2010-12-23KEYS: Don't call up_write() if __key_link_begin() returns an errorDavid Howells
2010-12-15encrypted-keys: style and other cleanupMimi Zohar
2010-12-15encrypted-keys: verify datablob size before converting to binaryMimi Zohar
2010-12-15trusted-keys: kzalloc and other cleanupMimi Zohar
2010-12-15trusted-keys: additional TSS return code and other error handlingMimi Zohar
2010-11-30keys: add missing include file for trusted and encrypted keysMimi Zohar
2010-11-29keys: add new key-type encryptedMimi Zohar
2010-11-29keys: add new trusted key-typeMimi Zohar
2010-10-28Fix install_process_keyring error handlingAndi Kleen
2010-09-10KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyringDavid Howells
2010-09-10KEYS: Fix RCU no-lock warning in keyctl_session_to_parent()David Howells
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells
2010-08-06KEYS: request_key() should return -ENOKEY if the constructed key is negativeDavid Howells
2010-08-02KEYS: Reinstate lost passing of process keyring ID in call_sbin_request_key()Justin P. Mattock
2010-08-02KEYS: Use the variable 'key' in keyctl_describe_key()David Howells
2010-08-02KEYS: Make /proc/keys check to see if a key is possessed before security checkDavid Howells
2010-08-02KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation keyDavid Howells
2010-06-27KEYS: Propagate error code instead of returning -EINVALDan Carpenter
2010-05-27keyctl_session_to_parent(): use thread_group_empty() to check singlethreadnessOleg Nesterov
2010-05-27umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-05-18KEYS: Return more accurate error codesDan Carpenter
2010-05-06KEYS: Do preallocation for __key_link()David Howells
2010-05-06Merge branch 'master' into nextJames Morris
2010-05-06KEYS: Better handling of errors from construct_alloc_key()David Howells
2010-05-06KEYS: keyring_serialise_link_sem is only needed for keyring->keyring linksDavid Howells
2010-05-06Merge branch 'master' into nextJames Morris
2010-05-05KEYS: call_sbin_request_key() must write lock keyrings before modifying themDavid Howells
2010-05-05KEYS: Use RCU dereference wrappers in keyring key type codeDavid Howells
2010-05-05KEYS: find_keyring_by_name() can gain access to a freed keyringToshiyuki Okajima
2010-05-05KEYS: Fix RCU handling in key_gc_keyring()David Howells
2010-05-05KEYS: Fix an RCU warning in the reading of user keysDavid Howells
2010-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2010-04-27keys: the request_key() syscall should link an existing key to the dest keyringDavid Howells
2010-04-28keys: don't need to use RCU in keyring_read() as semaphore is heldDavid Howells
2010-04-24keys: fix an RCU warningDavid Howells
2010-04-23security: whitespace coding style fixesJustin P. Mattock
2010-04-12security: remove dead hook key_session_to_parentEric Paris
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo