aboutsummaryrefslogtreecommitdiff
path: root/security/keys/keyring.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-23KEYS: __key_link() should use the RCU deref wrapper for keyring payloadsGravatar David Howells 1-2/+1
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkGravatar Michal Hocko 1-1/+0
2011-03-17KEYS: Improve /proc/keysGravatar David Howells 1-13/+24
2011-03-08KEYS: Add a new keyctl op to reject a key with a specified error codeGravatar David Howells 1-2/+2
2011-01-26KEYS: Fix __key_link_end() quota fixup on errorGravatar David Howells 1-12/+19
2011-01-21KEYS: Fix up comments in key management codeGravatar David Howells 1-72/+159
2011-01-21KEYS: Do some style cleanup in the key management code.Gravatar David Howells 1-48/+16
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Gravatar Alexey Dobriyan 1-3/+3
2010-05-06KEYS: Do preallocation for __key_link()Gravatar David Howells 1-97/+145
2010-05-06Merge branch 'master' into nextGravatar James Morris 1-19/+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 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-04-28keys: don't need to use RCU in keyring_read() as semaphore is heldGravatar David Howells 1-1/+1
2010-04-23security: whitespace coding style fixesGravatar Justin P. Mattock 1-10/+10
2010-03-10Security: key: keyring: fix some code style issuesGravatar Chihau Chau 1-4/+3
2010-03-05Security: Fix some coding styles in security/keys/keyring.cGravatar wzt.wzt@gmail.com 1-4/+2
2010-02-25security: Apply lockdep-based checking to rcu_dereference() usesGravatar Paul E. McKenney 1-1/+3
2009-09-15KEYS: Fix garbage collectorGravatar David Howells 1-5/+19
2009-09-02KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]Gravatar David Howells 1-0/+85
2009-02-27keys: skip keys from another user namespaceGravatar Serge E. Hallyn 1-0/+3
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-7/+7
2008-11-14KEYS: Disperse linux/key_ui.hGravatar David Howells 1-0/+1
2008-04-29keys: don't generate user and user session keyrings unless they're accessedGravatar David Howells 1-12/+7
2008-04-29keys: check starting keyring as part of searchGravatar Kevin Coffman 1-4/+31
2007-04-26[AF_RXRPC]: Key facility changes for AF_RXRPCGravatar David Howells 1-0/+2
2006-12-07[PATCH] security/keys/*: user kmemdup()Gravatar Eric Sesterhenn 1-3/+1
2006-06-26[PATCH] keys: discard the contents of a key on revocationGravatar David Howells 1-0/+21
2006-06-26[PATCH] keys: sort out key quota systemGravatar David Howells 1-2/+2
2006-06-22[PATCH] selinux: add hooks for key subsystemGravatar Michael LeMay 1-2/+3
2006-04-10[Security] Keys: Fix oops when adding key to non-keyringGravatar David Howells 1-0/+1
2006-01-08[PATCH] keys: Permit running process to instantiate keysGravatar David Howells 1-45/+0
2006-01-08[PATCH] keys: Discard duplicate keys from a keyring on linkGravatar David Howells 1-23/+64
2006-01-06[PATCH] security/: possible cleanupsGravatar Adrian Bunk 1-1/+1
2006-01-06[PATCH] Keys: Remove key duplicationGravatar David Howells 1-64/+0
2005-12-01[PATCH] Keys: Fix permissions check for update vs addGravatar David Howells 1-1/+1
2005-11-07[PATCH] Keys: Remove incorrect and obsolete '!' operatorsGravatar David Howells 1-4/+4
2005-10-30[PATCH] Keys: Add LSM hooks for key management [try #3]Gravatar David Howells 1-8/+13
2005-09-28[PATCH] Keys: Add possessor permissions to keys [try #3]Gravatar David Howells 1-36/+50
2005-08-04[PATCH] Destruction of failed keyring oopsesGravatar David Howells 1-1/+5
2005-07-07[PATCH] Keys: Base keyring size on key pointer not key structGravatar David Howells 1-7/+8
2005-06-24[PATCH] Keys: Make request-key create an authorisation keyGravatar David Howells 1-8/+59
2005-06-24[PATCH] keys: Discard key spinlock and use RCU for key payloadGravatar David Howells 1-97/+148
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+895