summaryrefslogtreecommitdiff
path: root/security/keys/keyring.c
AgeCommit message (Expand)Author
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko
2011-03-17KEYS: Improve /proc/keysDavid Howells
2011-03-08KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells
2011-01-26KEYS: Fix __key_link_end() quota fixup on errorDavid Howells
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
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-05-06KEYS: Do preallocation for __key_link()David Howells
2010-05-06Merge branch 'master' into nextJames Morris
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: 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-04-28keys: don't need to use RCU in keyring_read() as semaphore is heldDavid Howells
2010-04-23security: whitespace coding style fixesJustin P. Mattock
2010-03-10Security: key: keyring: fix some code style issuesChihau Chau
2010-03-05Security: Fix some coding styles in security/keys/keyring.cwzt.wzt@gmail.com
2010-02-25security: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney
2009-09-15KEYS: Fix garbage collectorDavid Howells
2009-09-02KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]David Howells
2009-02-27keys: skip keys from another user namespaceSerge E. Hallyn
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-14KEYS: Disperse linux/key_ui.hDavid Howells
2008-04-29keys: don't generate user and user session keyrings unless they're accessedDavid Howells
2008-04-29keys: check starting keyring as part of searchKevin Coffman
2007-04-26[AF_RXRPC]: Key facility changes for AF_RXRPCDavid Howells
2006-12-07[PATCH] security/keys/*: user kmemdup()Eric Sesterhenn
2006-06-26[PATCH] keys: discard the contents of a key on revocationDavid Howells
2006-06-26[PATCH] keys: sort out key quota systemDavid Howells
2006-06-22[PATCH] selinux: add hooks for key subsystemMichael LeMay
2006-04-10[Security] Keys: Fix oops when adding key to non-keyringDavid Howells
2006-01-08[PATCH] keys: Permit running process to instantiate keysDavid Howells
2006-01-08[PATCH] keys: Discard duplicate keys from a keyring on linkDavid Howells
2006-01-06[PATCH] security/: possible cleanupsAdrian Bunk
2006-01-06[PATCH] Keys: Remove key duplicationDavid Howells
2005-12-01[PATCH] Keys: Fix permissions check for update vs addDavid Howells
2005-11-07[PATCH] Keys: Remove incorrect and obsolete '!' operatorsDavid Howells
2005-10-30[PATCH] Keys: Add LSM hooks for key management [try #3]David Howells
2005-09-28[PATCH] Keys: Add possessor permissions to keys [try #3]David Howells
2005-08-04[PATCH] Destruction of failed keyring oopsesDavid Howells
2005-07-07[PATCH] Keys: Base keyring size on key pointer not key structDavid Howells
2005-06-24[PATCH] Keys: Make request-key create an authorisation keyDavid Howells
2005-06-24[PATCH] keys: Discard key spinlock and use RCU for key payloadDavid Howells
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds