aboutsummaryrefslogtreecommitdiff
path: root/security/keys
AgeCommit message (Expand)AuthorFilesLines
2011-03-08KEYS: Add an iovec version of KEYCTL_INSTANTIATEGravatar David Howells 3-7/+150
2011-03-08KEYS: Add a new keyctl op to reject a key with a specified error codeGravatar David Howells 6-13/+56
2011-03-08KEYS: Add a key type op to permit the key description to be vettedGravatar David Howells 1-0/+8
2011-03-08KEYS: Add an RCU payload dereference macroGravatar David Howells 3-6/+3
2011-01-26KEYS: Fix __key_link_end() quota fixup on errorGravatar David Howells 4-20/+27
2011-01-24trusted keys: Fix a memory leak in trusted_update().Gravatar Jesper Juhl 1-0/+1
2011-01-24encrypted-keys: rename encrypted_defined files to encryptedGravatar Mimi Zohar 3-2/+3
2011-01-24trusted-keys: rename trusted_defined files to trustedGravatar Mimi Zohar 3-2/+2
2011-01-21KEYS: Fix up comments in key management codeGravatar David Howells 11-366/+777
2011-01-21KEYS: Do some style cleanup in the key management code.Gravatar David Howells 10-248/+80
2011-01-19trusted-keys: avoid scattring va_end()Gravatar Tetsuo Handa 1-17/+13
2011-01-19trusted-keys: check for NULL before using itGravatar Tetsuo Handa 1-0/+5
2011-01-19trusted-keys: another free memory bugfixGravatar Tetsuo Handa 1-3/+5
2011-01-14trusted-keys: free memory bugfixGravatar Mimi Zohar 1-5/+7
2011-01-10Merge branch 'master' into nextGravatar James Morris 1-1/+0
2010-12-23KEYS: Don't call up_write() if __key_link_begin() returns an errorGravatar David Howells 1-1/+0
2010-12-15encrypted-keys: style and other cleanupGravatar Mimi Zohar 2-37/+29
2010-12-15encrypted-keys: verify datablob size before converting to binaryGravatar Mimi Zohar 1-14/+15
2010-12-15trusted-keys: kzalloc and other cleanupGravatar Mimi Zohar 1-18/+16
2010-12-15trusted-keys: additional TSS return code and other error handlingGravatar Mimi Zohar 1-62/+87
2010-11-30keys: add missing include file for trusted and encrypted keysGravatar Mimi Zohar 2-0/+2
2010-11-29keys: add new key-type encryptedGravatar Mimi Zohar 3-0/+964
2010-11-29keys: add new trusted key-typeGravatar Mimi Zohar 3-0/+1286
2010-10-28Fix install_process_keyring error handlingGravatar Andi Kleen 1-1/+1
2010-09-10KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyringGravatar David Howells 1-1/+2
2010-09-10KEYS: Fix RCU no-lock warning in keyctl_session_to_parent()Gravatar David Howells 1-0/+3
2010-08-12Add a dummy printk function for the maintenance of unused printksGravatar David Howells 1-5/+0
2010-08-06KEYS: request_key() should return -ENOKEY if the constructed key is negativeGravatar David Howells 1-0/+2
2010-08-02KEYS: Reinstate lost passing of process keyring ID in call_sbin_request_key()Gravatar Justin P. Mattock 1-0/+1
2010-08-02KEYS: Use the variable 'key' in keyctl_describe_key()Gravatar David Howells 1-7/+5
2010-08-02KEYS: Make /proc/keys check to see if a key is possessed before security checkGravatar David Howells 3-23/+66
2010-08-02KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation keyGravatar David Howells 1-1/+16
2010-06-27KEYS: Propagate error code instead of returning -EINVALGravatar Dan Carpenter 1-2/+2
2010-05-27keyctl_session_to_parent(): use thread_group_empty() to check singlethreadnessGravatar Oleg Nesterov 1-1/+1
2010-05-27umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Gravatar Oleg Nesterov 3-2/+34
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Gravatar Alexey Dobriyan 1-3/+3
2010-05-18KEYS: Return more accurate error codesGravatar Dan Carpenter 1-3/+3
2010-05-06KEYS: Do preallocation for __key_link()Gravatar David Howells 4-130/+215
2010-05-06Merge branch 'master' into nextGravatar James Morris 2-20/+23
2010-05-06KEYS: Better handling of errors from construct_alloc_key()Gravatar David Howells 1-2/+22
2010-05-06KEYS: keyring_serialise_link_sem is only needed for keyring->keyring linksGravatar David Howells 1-7/+9
2010-05-06Merge branch 'master' into nextGravatar James Morris 6-13/+25
2010-05-05KEYS: call_sbin_request_key() must write lock keyrings before modifying themGravatar David Howells 1-1/+1
2010-05-05KEYS: Use RCU dereference wrappers in keyring key type codeGravatar David Howells 1-10/+13
2010-05-05KEYS: find_keyring_by_name() can gain access to a freed keyringGravatar Toshiyuki Okajima 1-9/+9
2010-05-05KEYS: Fix RCU handling in key_gc_keyring()Gravatar David Howells 1-3/+6
2010-05-05KEYS: Fix an RCU warning in the reading of user keysGravatar David Howells 1-1/+2
2010-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-1/+1
2010-04-27keys: the request_key() syscall should link an existing key to the dest keyringGravatar David Howells 1-1/+8
2010-04-28keys: don't need to use RCU in keyring_read() as semaphore is heldGravatar David Howells 1-1/+1