aboutsummaryrefslogtreecommitdiff
path: root/security/keys
AgeCommit message (Expand)AuthorFilesLines
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-51/+44
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Gravatar Christopher Yeoh 2-2/+2
2012-05-31kmod: convert two call sites to call_usermodehelper_fns()Gravatar Boaz Harrosh 1-10/+3
2012-05-31security/keys/keyctl.c: suppress memory allocation failure warningGravatar Andrew Morton 1-1/+1
2012-05-23keys: change keyctl_session_to_parent() to use task_work_add()Gravatar Oleg Nesterov 3-41/+44
2012-05-23TIF_NOTIFY_RESUME is defined on all targets nowGravatar Al Viro 1-10/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 3-4/+5
2012-05-16KEYS: Don't check for NULL key pointer in key_validate()Gravatar David Howells 1-24/+16
2012-05-11KEYS: Add invalidation supportGravatar David Howells 8-28/+110
2012-05-11KEYS: Do LRU discard in full keyringsGravatar David Howells 2-7/+42
2012-05-11KEYS: Permit in-place link replacement in keyring listGravatar David Howells 2-40/+57
2012-05-11KEYS: Perform RCU synchronisation on keys prior to key destructionGravatar David Howells 1-29/+44
2012-05-11KEYS: Announce key type (un)registrationGravatar David Howells 1-0/+3
2012-05-11KEYS: Reorganise keys MakefileGravatar David Howells 1-3/+9
2012-05-11KEYS: Move the key config into security/keys/KconfigGravatar David Howells 1-0/+71
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Gravatar Eric W. Biederman 1-1/+2
2012-04-07cred: Refcount the user_ns pointed to by the cred.Gravatar Eric W. Biederman 1-1/+1
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsGravatar Eric W. Biederman 3-3/+3
2012-03-23usermodehelper: kill umh_wait, renumber UMH_* constantsGravatar Oleg Nesterov 1-1/+1
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-16/+22
2012-03-07KEYS: testing wrong bit for KEY_FLAG_REVOKEDGravatar Dan Carpenter 1-1/+2
2012-03-01Created a function for setting timeouts on keysGravatar Bryan Schumaker 2-16/+22
2012-02-09Merge branch 'next-queue' into nextGravatar James Morris 1-1/+14
2012-01-23Merge git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-0/+39
2012-01-19keys: fix user_defined key sparse messagesGravatar Mimi Zohar 1-3/+3
2012-01-19KEYS: Allow special keyrings to be clearedGravatar David Howells 1-1/+14
2012-01-17keys: add a "logon" key typeGravatar Jeff Layton 3-0/+39
2012-01-18encrypted-keys: fix rcu and sparse messagesGravatar Mimi Zohar 2-2/+2
2012-01-18keys: fix trusted/encrypted keys sparse rcu_assign_pointer messagesGravatar Mimi Zohar 3-4/+6
2012-01-18KEYS: Add missing smp_rmb() primitives to the keyring search codeGravatar David Howells 2-8/+18
2012-01-09Merge branch 'next' into for-linusGravatar James Morris 1-0/+3
2011-11-17KEYS: Give key types their own lockdep class for key->semGravatar David Howells 1-0/+3
2011-11-16encrypted-keys: module build fixesGravatar Mimi Zohar 2-3/+8
2011-11-16encrypted-keys: fix error return codeGravatar Mimi Zohar 1-1/+1
2011-11-15KEYS: Fix a NULL pointer deref in the user-defined key typeGravatar David Howells 1-1/+2
2011-10-31security: follow rename pack_hex_byte() to hex_byte_pack()Gravatar Andy Shevchenko 2-2/+2
2011-10-31Cross Memory AttachGravatar Christopher Yeoh 2-2/+2
2011-09-20encrypted-keys: check hex2bin resultGravatar Mimi Zohar 1-3/+11
2011-09-20trusted-keys: check hex2bin resultGravatar Mimi Zohar 1-4/+15
2011-09-15encrypted-keys: IS_ERR need include/err.hGravatar Stephen Rothwell 1-0/+1
2011-09-14encrypted-keys: remove trusted-keys dependencyGravatar Mimi Zohar 4-27/+64
2011-09-14encrypted-keys: create encrypted-keys directoryGravatar Mimi Zohar 6-1/+6
2011-08-23KEYS: Correctly destroy key payloads when their keytype is removedGravatar David Howells 3-208/+258
2011-08-23KEYS: The dead key link reaper should be non-reentrantGravatar David Howells 1-3/+3
2011-08-23KEYS: Make the key reaper non-reentrantGravatar David Howells 1-1/+1
2011-08-23KEYS: Move the unreferenced key reaper to the keys garbage collector fileGravatar David Howells 3-76/+85
2011-08-23KEYS: __key_link() should use the RCU deref wrapper for keyring payloadsGravatar David Howells 1-2/+1
2011-08-23KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag setGravatar David Howells 1-2/+12
2011-08-23KEYS: If install_session_keyring() is given a keyring, it should install itGravatar David Howells 1-1/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 5-53/+313