aboutsummaryrefslogtreecommitdiff
path: root/security/keys/proc.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryGravatar David Howells 1-1/+1
2020-04-16keys: Fix proc_keys_next to increase position indexGravatar Vasily Averin 1-0/+2
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-13/+9
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-9/+13
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+2
2019-07-08Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+3
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLGravatar David Howells 1-9/+13
2019-06-26keys: Add a 'recurse' flag for keyring searchesGravatar David Howells 1-1/+2
2019-06-19keys: Move the RCU locks outwards from the keyring search functionsGravatar David Howells 1-1/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-02-22KEYS: always initialize keyring_index_key::desc_lenGravatar Eric Biggers 1-2/+1
2018-12-12security: audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 1-1/+0
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-32/+2
2017-11-15security: keys: Replace time_t/timespec with time64_tGravatar Baolin Wang 1-11/+10
2017-10-18KEYS: load key flags and expiry time atomically in proc_keys_show()Gravatar Eric Biggers 1-10/+14
2017-10-18KEYS: Fix race between updating and finding a negative keyGravatar David Howells 1-2/+5
2017-09-25KEYS: restrict /proc/keys by credentials at open timeGravatar Eric Biggers 1-6/+2
2017-04-03security, keys: convert key_user.usage from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+1
2017-04-03security, keys: convert key.usage from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+1
2016-10-27KEYS: Fix short sprintf buffer in /proc/keys show functionGravatar David Howells 1-1/+1
2015-01-22KEYS: Make /proc/keys unconditional if CONFIG_KEYS=yGravatar David Howells 1-8/+0
2014-09-16KEYS: Preparse match dataGravatar David Howells 1-4/+4
2014-03-14KEYS: Move the flags representing required permission to linux/key.hGravatar David Howells 1-1/+1
2013-09-24KEYS: Introduce a search context structureGravatar David Howells 1-5/+12
2012-09-13userns: Convert security/keys to the new userns infrastructureGravatar Eric W. Biederman 1-22/+22
2012-05-11KEYS: Add invalidation supportGravatar David Howells 1-1/+2
2011-03-17KEYS: Improve /proc/keysGravatar David Howells 1-1/+1
2011-01-21KEYS: Fix up comments in key management codeGravatar David Howells 1-4/+6
2011-01-21KEYS: Do some style cleanup in the key management code.Gravatar David Howells 1-6/+1
2010-08-02KEYS: Make /proc/keys check to see if a key is possessed before security checkGravatar David Howells 1-2/+18
2010-05-06Merge branch 'master' into nextGravatar James Morris 1-1/+0
2010-04-23security: whitespace coding style fixesGravatar Justin P. Mattock 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-09-02KEYS: Do some whitespace cleanups [try #6]Gravatar David Howells 1-9/+3
2009-09-02KEYS: Make /proc/keys use keyid not numread as file position [try #6]Gravatar Serge E. Hallyn 1-22/+55
2009-06-25keys: annotate seqfile ops with __releases and __acquiresGravatar James Morris 1-0/+4
2009-02-27keys: make procfiles per-user-namespaceGravatar Serge E. Hallyn 1-6/+49
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-2/+6
2008-04-29keys: make the keyring quotas controllable through /proc/sysGravatar David Howells 1-3/+6
2008-04-29keys: switch to proc_create()Gravatar Alexey Dobriyan 1-6/+2
2008-01-25security/selinux: constify function pointer tables and fieldsGravatar Jan Engelhardt 1-2/+2
2007-02-12[PATCH] mark struct file_operations const 9Gravatar Arjan van de Ven 1-2/+2
2006-06-26[PATCH] keys: restrict contents of /proc/keys to Viewable keysGravatar Michael LeMay 1-0/+7
2005-09-28[PATCH] Keys: Add possessor permissions to keys [try #3]Gravatar David Howells 1-1/+1
2005-06-24[PATCH] keys: Discard key spinlock and use RCU for key payloadGravatar David Howells 1-8/+13
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+251