| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-02 | 49 | -0/+49 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 49 | -0/+49 |
* | | KEYS: trusted: fix writing past end of buffer in trusted_read() | Eric Biggers | 2017-11-02 | 1 | -11/+12 |
* | | KEYS: return full count in keyring_read() if buffer is too small | Eric Biggers | 2017-11-02 | 1 | -20/+19 |
* | | Revert "apparmor: add base infastructure for socket mediation" | Linus Torvalds | 2017-10-26 | 12 | -840/+16 |
|/ |
|
* | commoncap: move assignment of fs_ns to avoid null pointer dereference | Colin Ian King | 2017-10-19 | 1 | -1/+2 |
* | Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5 | James Morris | 2017-10-19 | 14 | -53/+88 |
|\ |
|
| * | KEYS: load key flags and expiry time atomically in proc_keys_show() | Eric Biggers | 2017-10-18 | 1 | -10/+14 |
| * | KEYS: Load key expiry time atomically in keyring_search_iterator() | Eric Biggers | 2017-10-18 | 1 | -1/+3 |
| * | KEYS: load key flags and expiry time atomically in key_validate() | Eric Biggers | 2017-10-18 | 1 | -3/+4 |
| * | KEYS: don't let add_key() update an uninstantiated key | David Howells | 2017-10-18 | 1 | -0/+10 |
| * | KEYS: Fix race between updating and finding a negative key | David Howells | 2017-10-18 | 12 | -39/+49 |
| * | security/keys: BIG_KEY requires CONFIG_CRYPTO | Arnd Bergmann | 2017-10-18 | 1 | -0/+1 |
| * | KEYS: encrypted: fix dereference of NULL user_key_payload | Eric Biggers | 2017-10-12 | 1 | -0/+7 |
* | | lsm: fix smack_inode_removexattr and xattr_getsecurity memleak | Casey Schaufler | 2017-10-04 | 1 | -30/+25 |
|/ |
|
* | Merge commit 'keys-fixes-20170927' into fixes-v4.14-rc3 | James Morris | 2017-09-28 | 9 | -152/+137 |
|\ |
|
| * | security/keys: rewrite all of big_key crypto | Jason A. Donenfeld | 2017-09-26 | 2 | -71/+60 |
| * | security/keys: properly zero out sensitive key material in big_key | Jason A. Donenfeld | 2017-09-26 | 1 | -6/+6 |
| * | KEYS: use kmemdup() in request_key_auth_new() | Eric Biggers | 2017-09-25 | 1 | -3/+2 |
| * | KEYS: restrict /proc/keys by credentials at open time | Eric Biggers | 2017-09-25 | 1 | -6/+2 |
| * | KEYS: reset parent each time before searching key_user_tree | Eric Biggers | 2017-09-25 | 1 | -2/+2 |
| * | KEYS: prevent KEYCTL_READ on negative key | Eric Biggers | 2017-09-25 | 1 | -0/+5 |
| * | KEYS: prevent creating a different user's keyrings | Eric Biggers | 2017-09-25 | 4 | -12/+21 |
| * | KEYS: fix writing past end of user-supplied buffer in keyring_read() | Eric Biggers | 2017-09-25 | 1 | -9/+5 |
| * | KEYS: fix key refcount leak in keyctl_read_key() | Eric Biggers | 2017-09-25 | 1 | -1/+1 |
| * | KEYS: fix key refcount leak in keyctl_assume_authority() | Eric Biggers | 2017-09-25 | 1 | -4/+2 |
| * | KEYS: don't revoke uninstantiated key in request_key_auth_new() | Eric Biggers | 2017-09-25 | 1 | -1/+0 |
| * | KEYS: fix cred refcount leak in request_key_auth_new() | Eric Biggers | 2017-09-25 | 1 | -37/+31 |
* | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-09-24 | 1 | -3/+3 |
|\ \ |
|
| * | | security: fix description of values returned by cap_inode_need_killpriv | Stefan Berger | 2017-09-24 | 1 | -3/+3 |
* | | | Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2017-09-23 | 24 | -137/+2088 |
|\ \ \
| |_|/
|/| | |
|
| * | | apparmor: fix apparmorfs DAC access permissions | John Johansen | 2017-09-22 | 1 | -4/+4 |
| * | | apparmor: fix build failure on sparc caused by undeclared signals | John Johansen | 2017-09-22 | 1 | -1/+4 |
| * | | apparmor: fix incorrect type assignment when freeing proxies | John Johansen | 2017-09-22 | 1 | -1/+1 |
| * | | apparmor: ensure unconfined profiles have dfas initialized | John Johansen | 2017-09-22 | 1 | -0/+2 |
| * | | apparmor: fix race condition in null profile creation | John Johansen | 2017-09-22 | 1 | -3/+11 |
| * | | apparmor: move new_null_profile to after profile lookup fns() | John Johansen | 2017-09-22 | 1 | -79/+79 |
| * | | apparmor: add base infastructure for socket mediation | John Johansen | 2017-09-22 | 12 | -16/+840 |
| * | | apparmor: add more debug asserts to apparmorfs | John Johansen | 2017-09-22 | 1 | -0/+17 |
| * | | apparmor: make policy_unpack able to audit different info messages | John Johansen | 2017-09-22 | 2 | -16/+40 |
| * | | apparmor: add support for absolute root view based labels | John Johansen | 2017-09-22 | 2 | -1/+10 |
| * | | apparmor: cleanup conditional check for label in label_print | John Johansen | 2017-09-22 | 1 | -14/+8 |
| * | | apparmor: add mount mediation | John Johansen | 2017-09-22 | 9 | -4/+841 |
| * | | apparmor: add the ability to mediate signals | John Johansen | 2017-09-22 | 7 | -0/+231 |
| * | | apparmor: Redundant condition: prev_ns. in [label.c:1498] | John Johansen | 2017-09-22 | 1 | -1/+1 |
| * | | apparmor: Fix an error code in aafs_create() | Dan Carpenter | 2017-09-22 | 1 | -1/+3 |
| * | | apparmor: Fix logical error in verify_header() | Christos Gkekas | 2017-09-22 | 1 | -1/+1 |
| * | | apparmor: Fix shadowed local variable in unpack_trans_table() | Geert Uytterhoeven | 2017-09-22 | 1 | -2/+2 |
* | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2017-09-15 | 1 | -2/+4 |
|\ \ \ |
|
| * | | | fs: fix kernel_write prototype | Christoph Hellwig | 2017-09-05 | 1 | -1/+2 |