summaryrefslogtreecommitdiffstats
path: root/security/keys/proc.c
AgeCommit message (Expand)AuthorLines
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig-32/+2
2017-11-15security: keys: Replace time_t/timespec with time64_tBaolin Wang-11/+10
2017-10-18KEYS: load key flags and expiry time atomically in proc_keys_show()Eric Biggers-10/+14
2017-10-18KEYS: Fix race between updating and finding a negative keyDavid Howells-2/+5
2017-09-25KEYS: restrict /proc/keys by credentials at open timeEric Biggers-6/+2
2017-04-03security, keys: convert key_user.usage from atomic_t to refcount_tElena Reshetova-1/+1
2017-04-03security, keys: convert key.usage from atomic_t to refcount_tElena Reshetova-1/+1
2016-10-27KEYS: Fix short sprintf buffer in /proc/keys show functionDavid Howells-1/+1
2015-01-22KEYS: Make /proc/keys unconditional if CONFIG_KEYS=yDavid Howells-8/+0
2014-09-16KEYS: Preparse match dataDavid Howells-4/+4
2014-03-14KEYS: Move the flags representing required permission to linux/key.hDavid Howells-1/+1
2013-09-24KEYS: Introduce a search context structureDavid Howells-5/+12
2012-09-13userns: Convert security/keys to the new userns infrastructureEric W. Biederman-22/+22
2012-05-11KEYS: Add invalidation supportDavid Howells-1/+2
2011-03-17KEYS: Improve /proc/keysDavid Howells-1/+1
2011-01-21KEYS: Fix up comments in key management codeDavid Howells-4/+6
2011-01-21KEYS: Do some style cleanup in the key management code.David Howells-6/+1
2010-08-02KEYS: Make /proc/keys check to see if a key is possessed before security checkDavid Howells-2/+18
2010-05-06Merge branch 'master' into nextJames Morris-1/+0
2010-04-23security: whitespace coding style fixesJustin P. Mattock-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+0
2009-09-02KEYS: Do some whitespace cleanups [try #6]David Howells-9/+3
2009-09-02KEYS: Make /proc/keys use keyid not numread as file position [try #6]Serge E. Hallyn-22/+55
2009-06-25keys: annotate seqfile ops with __releases and __acquiresJames Morris-0/+4
2009-02-27keys: make procfiles per-user-namespaceSerge E. Hallyn-6/+49
2008-11-14CRED: Inaugurate COW credentialsDavid Howells-2/+6
2008-04-29keys: make the keyring quotas controllable through /proc/sysDavid Howells-3/+6
2008-04-29keys: switch to proc_create()Alexey Dobriyan-6/+2
2008-01-25security/selinux: constify function pointer tables and fieldsJan Engelhardt-2/+2
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven-2/+2
2006-06-26[PATCH] keys: restrict contents of /proc/keys to Viewable keysMichael LeMay-0/+7
2005-09-28[PATCH] Keys: Add possessor permissions to keys [try #3]David Howells-1/+1
2005-06-24[PATCH] keys: Discard key spinlock and use RCU for key payloadDavid Howells-8/+13
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+251