aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/keyring.c
Commit message (Expand)AuthorAgeFilesLines
* KEYS: Improve /proc/keysDavid Howells2011-03-171-13/+24
* KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells2011-03-081-2/+2
* KEYS: Fix __key_link_end() quota fixup on errorDavid Howells2011-01-261-12/+19
* KEYS: Fix up comments in key management codeDavid Howells2011-01-211-72/+159
* KEYS: Do some style cleanup in the key management code.David Howells2011-01-211-48/+16
* kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-3/+3
* KEYS: Do preallocation for __key_link()David Howells2010-05-061-97/+145
* Merge branch 'master' into nextJames Morris2010-05-061-19/+22
|\
| * KEYS: Use RCU dereference wrappers in keyring key type codeDavid Howells2010-05-051-10/+13
| * KEYS: find_keyring_by_name() can gain access to a freed keyringToshiyuki Okajima2010-05-051-9/+9
* | KEYS: keyring_serialise_link_sem is only needed for keyring->keyring linksDavid Howells2010-05-061-7/+9
* | Merge branch 'master' into nextJames Morris2010-05-061-1/+1
|\ \ | |/
| * keys: don't need to use RCU in keyring_read() as semaphore is heldDavid Howells2010-04-281-1/+1
* | security: whitespace coding style fixesJustin P. Mattock2010-04-231-10/+10
* | Security: key: keyring: fix some code style issuesChihau Chau2010-03-101-4/+3
* | Security: Fix some coding styles in security/keys/keyring.cwzt.wzt@gmail.com2010-03-051-4/+2
|/
* security: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney2010-02-251-1/+3
* KEYS: Fix garbage collectorDavid Howells2009-09-151-5/+19
* KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]David Howells2009-09-021-0/+85
* keys: skip keys from another user namespaceSerge E. Hallyn2009-02-271-0/+3
* CRED: Inaugurate COW credentialsDavid Howells2008-11-141-7/+7
* KEYS: Disperse linux/key_ui.hDavid Howells2008-11-141-0/+1
* keys: don't generate user and user session keyrings unless they're accessedDavid Howells2008-04-291-12/+7
* keys: check starting keyring as part of searchKevin Coffman2008-04-291-4/+31
* [AF_RXRPC]: Key facility changes for AF_RXRPCDavid Howells2007-04-261-0/+2
* [PATCH] security/keys/*: user kmemdup()Eric Sesterhenn2006-12-071-3/+1
* [PATCH] keys: discard the contents of a key on revocationDavid Howells2006-06-261-0/+21
* [PATCH] keys: sort out key quota systemDavid Howells2006-06-261-2/+2
* [PATCH] selinux: add hooks for key subsystemMichael LeMay2006-06-221-2/+3
* [Security] Keys: Fix oops when adding key to non-keyringDavid Howells2006-04-101-0/+1
* [PATCH] keys: Permit running process to instantiate keysDavid Howells2006-01-081-45/+0
* [PATCH] keys: Discard duplicate keys from a keyring on linkDavid Howells2006-01-081-23/+64
* [PATCH] security/: possible cleanupsAdrian Bunk2006-01-061-1/+1
* [PATCH] Keys: Remove key duplicationDavid Howells2006-01-061-64/+0
* [PATCH] Keys: Fix permissions check for update vs addDavid Howells2005-12-011-1/+1
* [PATCH] Keys: Remove incorrect and obsolete '!' operatorsDavid Howells2005-11-071-4/+4
* [PATCH] Keys: Add LSM hooks for key management [try #3]David Howells2005-10-301-8/+13
* [PATCH] Keys: Add possessor permissions to keys [try #3]David Howells2005-09-281-36/+50
* [PATCH] Destruction of failed keyring oopsesDavid Howells2005-08-041-1/+5
* [PATCH] Keys: Base keyring size on key pointer not key structDavid Howells2005-07-071-7/+8
* [PATCH] Keys: Make request-key create an authorisation keyDavid Howells2005-06-241-8/+59
* [PATCH] keys: Discard key spinlock and use RCU for key payloadDavid Howells2005-06-241-97/+148
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+895