summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_api.c
AgeCommit message (Expand)AuthorLines
2015-05-21ima: pass iint to ima_add_violation()Roberto Sassu-3/+5
2015-05-21ima: wrap event related data to the new ima_event_data structureRoberto Sassu-10/+8
2014-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-4/+3
2014-11-19kill f_dentry usesAl Viro-2/+2
2014-11-17ima: load x509 certificate from the kernelDmitry Kasatkin-2/+1
2014-10-07ima: use path names cacheDmitry Kasatkin-2/+2
2014-09-18ima: detect violations for mmaped filesRoberto Sassu-5/+0
2014-09-09ima: remove usage of filename parameterDmitry Kasatkin-3/+2
2014-06-03ima: audit log files opened with O_DIRECT flagMimi Zohar-1/+9
2014-03-07ima: return d_name.name if d_path failsDmitry Kasatkin-1/+1
2014-03-07integrity: fix checkpatch errorsDmitry Kasatkin-4/+4
2014-03-07ima: use static const char array definitionsMimi Zohar-4/+4
2014-03-04ima: new helper: file_inode(file)Libo Chen-1/+1
2013-12-02ima: properly free ima_template_entry structuresRoberto Sassu-4/+17
2013-11-25ima: do not include field length in template digest calc for ima templateRoberto Sassu-0/+1
2013-10-31ima: extend the measurement list to include the file signatureMimi Zohar-4/+10
2013-10-26ima: add audit log support for larger hashesMimi Zohar-1/+4
2013-10-25ima: switch to new template management mechanismRoberto Sassu-49/+26
2013-10-25ima: define new function ima_alloc_init_template() to APIRoberto Sassu-28/+60
2013-10-25ima: pass the filename argument up to ima_add_template_entry()Roberto Sassu-4/+5
2013-10-25ima: pass the file descriptor to ima_add_violation()Roberto Sassu-1/+2
2013-10-25ima: support arbitrary hash algorithms in ima_calc_buffer_hashDmitry Kasatkin-0/+3
2013-10-25ima: differentiate between template hash and file data hash sizesMimi Zohar-1/+1
2013-10-25ima: use dynamically allocated hash storageDmitry Kasatkin-20/+37
2013-10-25ima: read and use signature hash algorithmDmitry Kasatkin-1/+11
2013-10-25ima: provide support for arbitrary hash algorithmsDmitry Kasatkin-8/+24
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+3
2013-02-22new helper: file_inode(file)Al Viro-3/+3
2013-02-06ima: rename hash calculation functionsDmitry Kasatkin-3/+3
2013-01-16ima: move full pathname resolution to separate functionDmitry Kasatkin-0/+17
2013-01-16ima: rename FILE_MMAP to MMAP_CHECKMimi Zohar-2/+2
2012-12-14ima: support new kernel module syscallMimi Zohar-2/+2
2012-09-13ima: audit log hashesPeter Moody-1/+31
2012-09-12ima: rename ima_must_appraise_or_measureDmitry Kasatkin-2/+2
2012-09-07ima: add support for different security.ima data typesMimi Zohar-3/+3
2012-09-07ima: integrity appraisal extensionMimi Zohar-14/+36
2012-07-02ima: use full pathnames in measurement listMimi Zohar-1/+3
2011-12-19ima: free duplicate measurement memoryRoberto Sassu-2/+2
2011-07-18integrity: move ima inode integrity data managementMimi Zohar-3/+4
2011-02-23ima: remove unnecessary call to ima_must_measureMimi Zohar-10/+3
2010-10-26IMA: move read counter into struct inodeEric Paris-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-07ima: rename PATH_CHECK to FILE_CHECKMimi Zohar-2/+2
2009-02-12integrity: audit updateMimi Zohar-1/+1
2009-02-06integrity: IMA as an integrity service providerMimi Zohar-0/+190