keyrings.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-15 13:15:35 to 2019-09-06 15:53:09 UTC [more...]

[PATCH 00/11] Keyrings, Block and USB notifications [ver #6]
 2019-09-06 15:53 UTC  (86+ messages)
` [PATCH 01/11] uapi: General notification ring definitions "
` [PATCH 02/11] security: Add hooks to rule on setting a watch "
` [PATCH 03/11] security: Add a hook for the point of notification insertion "
` [PATCH 04/11] General notification queue with user mmap()'able ring buffer "
` [PATCH 05/11] keys: Add a notification facility "
` [PATCH 06/11] Add a general, global device notification watch list "
` [PATCH 07/11] block: Add block layer notifications "
` [PATCH 08/11] usb: Add USB subsystem "
` [PATCH 09/11] Add sample notification program "
` [PATCH 10/11] selinux: Implement the watch_key security hook "
` [PATCH 11/11] smack: Implement the watch_key and post_notification hooks [untested] "
` [PATCH 00/11] Keyrings, Block and USB notifications [ver #7]
  ` [PATCH 01/11] uapi: General notification ring definitions "
  ` [PATCH 02/11] security: Add hooks to rule on setting a watch "
  ` [PATCH 03/11] security: Add a hook for the point of notification insertion "
  ` [PATCH 04/11] General notification queue with user mmap()'able ring buffer "
  ` [PATCH 05/11] keys: Add a notification facility "
  ` [PATCH 06/11] Add a general, global device notification watch list "
  ` [PATCH 07/11] block: Add block layer notifications "
  ` [PATCH 08/11] usb: Add USB subsystem "
  ` [PATCH 09/11] Add sample notification program "
  ` [PATCH 10/11] selinux: Implement the watch_key security hook "
  ` [PATCH 11/11] smack: Implement the watch_key and post_notification hooks [untested] "
  ` watch_queue(7) manpage
  ` watch_devices(2) manpage
  ` keyctl_watch_key.3 manpage
` [PATCH 00/11] Keyrings, Block and USB notifications [ver #8]
  ` [PATCH 01/11] uapi: General notification ring definitions "
  ` [PATCH 02/11] security: Add hooks to rule on setting a watch "
  ` [PATCH 03/11] security: Add a hook for the point of notification insertion "
  ` [PATCH 04/11] General notification queue with user mmap()'able ring buffer "
  ` [PATCH 05/11] keys: Add a notification facility "
  ` [PATCH 06/11] Add a general, global device notification watch list "
  ` [PATCH 07/11] block: Add block layer notifications "
  ` [PATCH 08/11] usb: Add USB subsystem "
  ` [PATCH 09/11] Add sample notification program "
  ` [PATCH 10/11] selinux: Implement the watch_key security hook "
  ` [PATCH 11/11] smack: Implement the watch_key and post_notification hooks "
  ` Why add the general notification queue and its sources

[PATCH v2] KEYS: trusted: correctly initialize digests and fix locking issue
 2019-09-04 18:50 UTC 

[PATCH] KEYS: trusted: correctly initialize digests and fix locking issue
 2019-09-04 17:23 UTC 

[PATCH AUTOSEL 4.19 005/167] keys: Fix the use of the C++ keyword "private" in uapi/linux/keyctl.h
 2019-09-03 16:22 UTC 

[RESEND][PATCH v2-resend] MAINTAINERS: fix style in KEYS-TRUSTED entry
 2019-09-02 14:08 UTC  (3+ messages)

[PATCH] keys: Fix missing null pointer check in request_key_auth_describe()
 2019-09-02 12:37 UTC 

[PATCH RESEND] KEYS: pass expiry from X.509 cert to key structure
 2019-09-02  7:19 UTC  (5+ messages)

Oops (request_key_auth_describe) while running cve-2016-7042 from LTP
 2019-09-02  7:14 UTC  (4+ messages)

[RFC/RFT v4 0/5] Add generic trusted keys framework/subsystem
 2019-09-02  5:19 UTC  (26+ messages)
` [RFC/RFT v4 1/5] tpm: move tpm_buf code to include/linux/
` [RFC/RFT v4 2/5] KEYS: trusted: use common tpm_buf for TPM1.x code
` [RFC/RFT v4 3/5] KEYS: trusted: create trusted keys subsystem
` [RFC/RFT v4 4/5] KEYS: trusted: move tpm2 trusted keys code
` [RFC/RFT v4 5/5] KEYS: trusted: Add generic trusted keys framework

[PATCH 2/2 v2] sign-file: detect existing signature and handle it
 2019-09-01 11:48 UTC  (2+ messages)

[PATCH 2/2] sign-file: detect existing signature and handle it
 2019-09-01 10:31 UTC  (3+ messages)

[PATCH 1/2 v2] sign-file: introduce check_module_sig
 2019-09-01 10:26 UTC 

[PATCH 1/2] sign-file: introduce check_module_sig
 2019-09-01 10:23 UTC  (3+ messages)

[PATCH 0/2] Detect and overwrite existing signature
 2019-08-31  8:20 UTC 

[PATCH] keys: ensure that ->match_free() is called in request_key_and_link()
 2019-08-30 15:52 UTC  (2+ messages)

Oops (request_key_auth_describe) while running cve-2016-7042 from LTP
 2019-08-30 15:12 UTC  (3+ messages)

[PATCH v2 13/13] tests/search: test a found key without search permissions
 2019-08-29 20:43 UTC 

[PATCH v2 12/13] tests/search: test searching with a mismatched type
 2019-08-29 20:43 UTC 

[PATCH v2 11/13] tests/readming: remove revokation test
 2019-08-29 20:43 UTC 

[PATCH v2 11/13] tests/reading: remove revokation test
 2019-08-29 20:43 UTC 

[PATCH v2 10/13] tests/reading: fix test comment
 2019-08-29 20:43 UTC 

[PATCH v2 09/13] test/instantiating: test bad arguments for `keyctl reject`
 2019-08-29 20:43 UTC 

[PATCH v2 08/13] tests/instantiating: test the unlinked keyid
 2019-08-29 20:43 UTC 

[PATCH v2 07/13] tests/timeout: test actions on an expired keyring as well
 2019-08-29 20:43 UTC 

[PATCH v2 06/13] tests/revoke: test key revokation in the revoke tests
 2019-08-29 20:43 UTC 

[PATCH v2 05/13] tests: fix typos in test comments
 2019-08-29 20:43 UTC 

[PATCH v2 04/13] keyctl: unify spelling of "unparsable"
 2019-08-29 20:43 UTC 

[PATCH v2 03/13] tests: remove some trailing whitespace
 2019-08-29 20:43 UTC 

[PATCH v2 02/13] tests: fix some typos in marker lines
 2019-08-29 20:43 UTC 

[PATCH v2 01/13] tests/toolbox: detect endianness with PIE executables
 2019-08-29 20:43 UTC 

[PATCH v2 00/13] Test suite tidiness
 2019-08-29 20:43 UTC 

[PATCH 00/13] Test suite tidiness
 2019-08-29 20:41 UTC  (2+ messages)

[PATCH 13/13] tests/search: test a found key without search permissions
 2019-08-29 20:35 UTC 

[PATCH 12/13] tests/search: test searching with a mismatched type
 2019-08-29 20:35 UTC 

[PATCH 11/13] tests/readming: remove revokation test
 2019-08-29 20:35 UTC 

[PATCH 10/13] tests/reading: fix test comment
 2019-08-29 20:35 UTC 

[PATCH 9/9] tests/reading: remove revokation test
 2019-08-29 20:35 UTC 

[PATCH 09/13] test/instantiating: test bad arguments for `keyctl reject`
 2019-08-29 20:35 UTC 

[PATCH 8/9] tests/reading: fix test comment
 2019-08-29 20:35 UTC 

[PATCH 08/13] tests/instantiating: test the unlinked keyid
 2019-08-29 20:35 UTC 

[PATCH 07/13] tests/timeout: test actions on an expired keyring as well
 2019-08-29 20:35 UTC 

[PATCH 7/9] test/instantiating: test bad arguments for `keyctl reject`
 2019-08-29 20:35 UTC 

[PATCH 06/13] tests/revoke: test key revokation in the revoke tests
 2019-08-29 20:35 UTC 

[PATCH 6/9] tests/instantiating: test the unlinked keyid
 2019-08-29 20:35 UTC 

[PATCH 5/9] tests/timeout: test actions on an expired keyring as well
 2019-08-29 20:35 UTC 

[PATCH 05/13] tests: fix typos in test comments
 2019-08-29 20:35 UTC 

[PATCH 4/9] tests/revoke: test key revokation in the revoke tests
 2019-08-29 20:35 UTC 

[PATCH 04/13] keyctl: unify spelling of "unparsable"
 2019-08-29 20:35 UTC 

[PATCH 03/13] tests: remove some trailing whitespace
 2019-08-29 20:35 UTC 

[PATCH 02/13] tests: fix some typos in marker lines
 2019-08-29 20:35 UTC 

[PATCH 01/13] tests/toolbox: detect endianness with PIE executables
 2019-08-29 20:35 UTC 

[PATCH v5 0/4] Create and consolidate trusted keys subsystem
 2019-08-29 14:53 UTC  (11+ messages)
` [PATCH v5 1/4] tpm: move tpm_buf code to include/linux/
` [PATCH v5 2/4] KEYS: trusted: use common tpm_buf for TPM1.x code
` [PATCH v5 3/4] KEYS: trusted: create trusted keys subsystem
` [PATCH v5 4/4] KEYS: trusted: move tpm2 trusted keys code

[PATCH v12 00/11] Appended signatures support for IMA appraisal
 2019-08-28 13:43 UTC  (4+ messages)

[PATCH 1/2] KEYS: Replace uid/gid/perm permissions checking with an ACL
 2019-08-27 19:18 UTC  (2+ messages)
` [PATCH keys-next] keys: Fix permissions assigned to anonymous session keyrings

Zdravstvujte! Vas interesujut klientskie bazy dannyh?
 2019-08-24 21:04 UTC 

[PATCH RESEND] KEYS: remove CONFIG_KEYS_COMPAT
 2019-08-22 15:36 UTC  (2+ messages)

[PATCH RESEND] KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails
 2019-08-22 15:35 UTC  (2+ messages)

MY $25,000,000.00 INVESTMENT PROPOSAL WITH YOU AND IN YOUR COUNTRY
 2019-08-22 12:30 UTC 

[GIT PULL] Keys: Set 4 - Key ACLs for 5.3
 2019-08-21 19:22 UTC  (10+ messages)

[PATCH] keys: Fix description size
 2019-08-19 16:44 UTC  (2+ messages)

Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED'
 2019-08-15 21:57 UTC  (3+ messages)

Merge resolution for fscrypt and keyrings trees
 2019-08-15 16:24 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).