1. b4148db ima: initialize only required template by Dmitry Kasatkin · 10 years ago
  2. 17f4bad ima: remove usage of filename parameter by Dmitry Kasatkin · 10 years ago
  3. 86f2bc0 ima: remove unnecessary appraisal test by Dmitry Kasatkin · 10 years ago
  4. e4a9c51 ima: add missing '__init' keywords by Dmitry Kasatkin · 10 years ago
  5. 3a8a2ea ima: remove unnecessary extra variable by Dmitry Kasatkin · 10 years ago
  6. f68c05f ima: simplify conditional statement to improve performance by Dmitry Kasatkin · 10 years ago
  7. 65d98f3 integrity: remove declaration of non-existing functions by Dmitry Kasatkin · 10 years ago
  8. d9a2e5d integrity: prevent flooding with 'Request for unknown key' by Dmitry Kasatkin · 10 years ago
  9. 3034a14 ima: pass 'opened' flag to identify newly created files by Dmitry Kasatkin · 10 years ago
  10. 3dcbad5 evm: properly handle INTEGRITY_NOXATTRS EVM status by Dmitry Kasatkin · 10 years ago
  11. b151d6b ima: provide flag to identify new empty files by Dmitry Kasatkin · 10 years ago
  12. 1f10097 evm: prevent passing integrity check if xattr read fails by Dmitry Kasatkin · 10 years ago
  13. e7d021e evm: fix checkpatch warnings by Dmitry Kasatkin · 10 years ago
  14. 27cd1fc ima: fix fallback to use new_sync_read() by Dmitry Kasatkin · 10 years ago
  15. 23c19e2 ima: prevent buffer overflow in ima_alloc_tfm() by Dmitry Kasatkin · 10 years ago
  16. 9a8d289 ima: fix ima_alloc_atfm() by Mimi Zohar · 10 years ago
  17. 5a9196d ima: add support for measuring and appraising firmware by Mimi Zohar · 10 years ago
  18. 7d2ce23 ima: define '.ima' as a builtin 'trusted' keyring by Mimi Zohar · 11 years ago
  19. 32c2e67 ima: provide double buffering for hash calculation by Dmitry Kasatkin · 10 years ago
  20. 6edf7a8 ima: introduce multi-page collect buffers by Dmitry Kasatkin · 10 years ago
  21. 3bcced3 ima: use ahash API for file hash calculation by Dmitry Kasatkin · 11 years ago
  22. 7e9001f audit: fix dangling keywords in integrity ima message output by Richard Guy Briggs · 10 years ago
  23. 209b43c ima: delay template descriptor lookup until use by Dmitry Kasatkin · 10 years ago
  24. 2c50b96 ima: remove unnecessary i_mutex locking from ima_rdwr_violation_check() by Dmitry Kasatkin · 10 years ago
  25. 0430e49 ima: introduce ima_kernel_read() by Dmitry Kasatkin · 10 years ago
  26. 2fb1c9a evm: prohibit userspace writing 'security.evm' HMAC value by Mimi Zohar · 10 years ago
  27. 14503eb ima: check inode integrity cache in violation check by Dmitry Kasatkin · 11 years ago
  28. b882fae ima: prevent unnecessary policy checking by Dmitry Kasatkin · 11 years ago
  29. 3e38df5 evm: provide option to protect additional SMACK xattrs by Dmitry Kasatkin · 11 years ago
  30. d3b3367 evm: replace HMAC version with attribute mask by Dmitry Kasatkin · 11 years ago
  31. 060bdebfb ima: prevent new digsig xattr from being replaced by Mimi Zohar · 11 years ago
  32. fad0701 Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux-security by Linus Torvalds · 10 years ago
  33. f9b2a73 ima: audit log files opened with O_DIRECT flag by Mimi Zohar · 10 years ago
  34. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  35. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  36. 627bf81 get rid of pointless checks for NULL ->i_op by Al Viro · 11 years ago
  37. f1dc486 audit: anchor all pid references in the initial pid namespace by Richard Guy Briggs · 11 years ago
  38. a3aef94 evm: enable key retention service automatically by Dmitry Kasatkin · 11 years ago
  39. 1d91ac6 ima: skip memory allocation for empty files by Dmitry Kasatkin · 11 years ago
  40. e042003 evm: EVM does not use MD5 by Dmitry Kasatkin · 11 years ago
  41. 61997c4 ima: return d_name.name if d_path fails by Dmitry Kasatkin · 11 years ago
  42. 2bb930a integrity: fix checkpatch errors by Dmitry Kasatkin · 11 years ago
  43. 09b1148 ima: fix erroneous removal of security.ima xattr by Dmitry Kasatkin · 11 years ago
  44. 20ee451 security: integrity: Use a more current logging style by Joe Perches · 11 years ago
  45. e3b64c2 ima: reduce memory usage when a template containing the n field is used by Roberto Sassu · 11 years ago
  46. c019e30 ima: restore the original behavior for sending data with ima template by Roberto Sassu · 11 years ago
  47. 73a6b44a Integrity: Pass commname via get_task_comm() by Tetsuo Handa · 11 years ago
  48. 52a1328 ima: use static const char array definitions by Mimi Zohar · 11 years ago
  49. 31d4b76 ima: new helper: file_inode(file) by Libo Chen · 11 years ago
  50. e0c2de2 security: cleanup Makefiles to use standard syntax for specifying sub-directories by Sam Ravnborg · 11 years ago
  51. 29707b2 security: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  52. 38fd2c2 Merge to v3.13-rc7 for prerequisite changes in the Xen code for TPM by James Morris · 11 years ago
  53. dcf4e39 ima: remove unneeded size_limit argument from ima_eventdigest_init_common() by Roberto Sassu · 11 years ago
  54. 712a49b ima: pass HASH_ALGO__LAST as hash algo in ima_eventdigest_init() by Roberto Sassu · 11 years ago
  55. c502c78 ima: change the default hash algorithm to SHA1 in ima_eventdigest_ng_init() by Roberto Sassu · 11 years ago
  56. a7ed7c6 ima: properly free ima_template_entry structures by Roberto Sassu · 11 years ago
  57. 09ae634 ima: Do not free 'entry' before it is initialized by Christoph Paasch · 11 years ago
  58. af91706 ima: store address of template_fmt_copy in a pointer before calling strsep by Roberto Sassu · 11 years ago
  59. dbc335d ima: make a copy of template_fmt in template_desc_init_fields() by Roberto Sassu · 11 years ago
  60. 3e8e550 ima: do not send field length to userspace for digest of ima template by Roberto Sassu · 11 years ago
  61. b6f8f16 ima: do not include field length in template digest calc for ima template by Roberto Sassu · 11 years ago
  62. 34ef7bd Revert "ima: define '_ima' as a builtin 'trusted' keyring" by Linus Torvalds · 11 years ago
  63. 217091d ima: define '_ima' as a builtin 'trusted' keyring by Mimi Zohar · 11 years ago
  64. bcbc9b0 ima: extend the measurement list to include the file signature by Mimi Zohar · 11 years ago
  65. 3ea7a56 ima: provide hash algo info in the xattr by Dmitry Kasatkin · 11 years ago
  66. e7a2ad7 ima: enable support for larger default filedata hash algorithms by Mimi Zohar · 11 years ago
  67. 9b9d4ce ima: define kernel parameter 'ima_template=' to change configured default by Roberto Sassu · 11 years ago
  68. 4286587 ima: add Kconfig default measurement list template by Mimi Zohar · 11 years ago
  69. add1c05 ima: defer determining the appraisal hash algorithm for 'ima' template by Roberto Sassu · 11 years ago
  70. 5278aa5 ima: add audit log support for larger hashes by Mimi Zohar · 11 years ago
  71. a71dc65 ima: switch to new template management mechanism by Roberto Sassu · 11 years ago
  72. 4d7aeee ima: define new template ima-ng and template fields d-ng and n-ng by Roberto Sassu · 11 years ago
  73. 3ce1217d ima: define template fields library and new helpers by Roberto Sassu · 11 years ago
  74. adf53a7 ima: new templates management mechanism by Roberto Sassu · 11 years ago
  75. 7bc5f44 ima: define new function ima_alloc_init_template() to API by Roberto Sassu · 11 years ago
  76. 9803d41 ima: pass the filename argument up to ima_add_template_entry() by Roberto Sassu · 11 years ago
  77. 7d802a2 ima: pass the file descriptor to ima_add_violation() by Roberto Sassu · 11 years ago
  78. 09ef543 ima: ima_calc_boot_agregate must use SHA1 by Dmitry Kasatkin · 11 years ago
  79. ea59399 ima: support arbitrary hash algorithms in ima_calc_buffer_hash by Dmitry Kasatkin · 11 years ago
  80. 723326b ima: provide dedicated hash algo allocation function by Dmitry Kasatkin · 11 years ago
  81. 140d802 ima: differentiate between template hash and file data hash sizes by Mimi Zohar · 12 years ago
  82. a35c3fb ima: use dynamically allocated hash storage by Dmitry Kasatkin · 11 years ago
  83. b1aaab2 ima: pass full xattr with the signature by Dmitry Kasatkin · 11 years ago
  84. d3634d0 ima: read and use signature hash algorithm by Dmitry Kasatkin · 11 years ago
  85. c7c8bb2 ima: provide support for arbitrary hash algorithms by Dmitry Kasatkin · 11 years ago
  86. 08de59e Revert "ima: policy for RAMFS" by Mimi Zohar · 11 years ago
  87. 089bc8e ima: fix script messages by Dmitry Kasatkin · 11 years ago
  88. 9548906 xattr: Constify ->name member of "struct xattr". by Tetsuo Handa · 11 years ago
  89. f39d420 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  90. c77cece Replace a bunch of file->dentry->d_inode refs with file_inode() by David Howells · 11 years ago
  91. 9b97b6c evm: audit integrity metadata failures by Mimi Zohar · 12 years ago
  92. d726d8d integrity: move integrity_audit_msg() by Mimi Zohar · 12 years ago
  93. df2c2af ima: eliminate passing d_name.name to process_measurement() by Mimi Zohar · 11 years ago
  94. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  95. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  96. 446d64e block: fix part_pack_uuid() build error by Mimi Zohar · 12 years ago
  97. a2c2c3a ima: "remove enforce checking duplication" merge fix by Mimi Zohar · 12 years ago
  98. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  99. 33673dc Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  100. e075125 ima: digital signature verification using asymmetric keys by Dmitry Kasatkin · 12 years ago