aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima.h
Commit message (Expand)AuthorAge
* ima: restore the original behavior for sending data with ima templateRoberto Sassu2014-03-07
* ima: properly free ima_template_entry structuresRoberto Sassu2013-12-02
* ima: do not send field length to userspace for digest of ima templateRoberto Sassu2013-11-25
* ima: do not include field length in template digest calc for ima templateRoberto Sassu2013-11-25
* ima: extend the measurement list to include the file signatureMimi Zohar2013-10-31
* ima: switch to new template management mechanismRoberto Sassu2013-10-25
* ima: define template fields library and new helpersRoberto Sassu2013-10-25
* ima: new templates management mechanismRoberto Sassu2013-10-25
* ima: define new function ima_alloc_init_template() to APIRoberto Sassu2013-10-25
* ima: pass the filename argument up to ima_add_template_entry()Roberto Sassu2013-10-25
* ima: pass the file descriptor to ima_add_violation()Roberto Sassu2013-10-25
* ima: ima_calc_boot_agregate must use SHA1Dmitry Kasatkin2013-10-25
* ima: differentiate between template hash and file data hash sizesMimi Zohar2013-10-25
* ima: read and use signature hash algorithmDmitry Kasatkin2013-10-25
* ima: provide support for arbitrary hash algorithmsDmitry Kasatkin2013-10-25
* integrity: move integrity_audit_msg()Mimi Zohar2013-06-20
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2013-02-21
|\
| * ima: rename hash calculation functionsDmitry Kasatkin2013-02-06
| * ima: use new crypto_shash API instead of old crypto_hashDmitry Kasatkin2013-02-06
| * ima: per hook cache integrity appraisal statusMimi Zohar2013-01-22
| * ima: move full pathname resolution to separate functionDmitry Kasatkin2013-01-16
| * ima: rename FILE_MMAP to MMAP_CHECKMimi Zohar2013-01-16
* | ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscallMimi Zohar2012-12-24
|/
* ima: support new kernel module syscallMimi Zohar2012-12-13
* ima: fix bug in argument orderDmitry Kasatkin2012-10-05
* ima: audit log hashesPeter Moody2012-09-13
* ima: rename ima_must_appraise_or_measureDmitry Kasatkin2012-09-12
* ima: integrity appraisal extensionMimi Zohar2012-09-07
* ima: audit is compiled only when enabledDmitry Kasatkin2012-07-05
* integrity: sparse fix: move iint_initialized to integrity.hJames Morris2011-09-09
* integrity: move ima inode integrity data managementMimi Zohar2011-07-18
* ima: remove unnecessary call to ima_must_measureMimi Zohar2011-02-23
* IMA: drop refcnt from ima_iint_cache since it isn't neededEric Paris2010-10-26
* IMA: move read counter into struct inodeEric Paris2010-10-26
* IMA: use i_writecount rather than a private counterEric Paris2010-10-26
* IMA: use inode->i_lock to protect read and write countersEric Paris2010-10-26
* IMA: convert internal flags from long to charEric Paris2010-10-26
* IMA: use unsigned int instead of long for countersEric Paris2010-10-26
* IMA: drop the inode opencount since it isn't needed for operationEric Paris2010-10-26
* IMA: use rbtree instead of radix tree for inode information cacheEric Paris2010-10-26
* ima: always maintain countersMimi Zohar2010-09-07
* ima: handle multiple rules per writeEric Paris2010-04-20
* ima: rename PATH_CHECK to FILE_CHECKMimi Zohar2010-02-07
* ima: initialize ima before inodes can be allocatedEric Paris2010-02-07
* ima: call ima_inode_free ima_inode_freeEric Paris2009-12-16
* IMA: clean up the IMA counts updating codeEric Paris2009-12-16
* ima: only insert at inode creation timeEric Paris2009-12-16
* integrity: audit updateMimi Zohar2009-02-11
* Integrity: IMA file free imbalanceMimi Zohar2009-02-05
* integrity: IMA policyMimi Zohar2009-02-05