index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
integrity
/
ima
/
ima.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-26
ima: restore the original behavior for sending data with ima template
Roberto Sassu
1
-1
/
+1
2013-12-02
ima: properly free ima_template_entry structures
Roberto Sassu
1
-0
/
+1
2013-11-25
ima: do not send field length to userspace for digest of ima template
Roberto Sassu
1
-1
/
+2
2013-11-25
ima: do not include field length in template digest calc for ima template
Roberto Sassu
1
-1
/
+2
2013-10-31
ima: extend the measurement list to include the file signature
Mimi Zohar
1
-3
/
+7
2013-10-25
ima: switch to new template management mechanism
Roberto Sassu
1
-12
/
+7
2013-10-25
ima: define template fields library and new helpers
Roberto Sassu
1
-0
/
+5
2013-10-25
ima: new templates management mechanism
Roberto Sassu
1
-0
/
+29
2013-10-25
ima: define new function ima_alloc_init_template() to API
Roberto Sassu
1
-0
/
+3
2013-10-25
ima: pass the filename argument up to ima_add_template_entry()
Roberto Sassu
1
-2
/
+3
2013-10-25
ima: pass the file descriptor to ima_add_violation()
Roberto Sassu
1
-1
/
+1
2013-10-25
ima: ima_calc_boot_agregate must use SHA1
Dmitry Kasatkin
1
-1
/
+1
2013-10-25
ima: differentiate between template hash and file data hash sizes
Mimi Zohar
1
-1
/
+1
2013-10-25
ima: read and use signature hash algorithm
Dmitry Kasatkin
1
-3
/
+26
2013-10-25
ima: provide support for arbitrary hash algorithms
Dmitry Kasatkin
1
-3
/
+4
2013-06-20
integrity: move integrity_audit_msg()
Mimi Zohar
1
-14
/
+0
2013-02-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-5
/
+16
2013-02-06
ima: rename hash calculation functions
Dmitry Kasatkin
1
-2
/
+2
2013-02-06
ima: use new crypto_shash API instead of old crypto_hash
Dmitry Kasatkin
1
-0
/
+1
2013-01-22
ima: per hook cache integrity appraisal status
Mimi Zohar
1
-2
/
+11
2013-01-16
ima: move full pathname resolution to separate function
Dmitry Kasatkin
1
-0
/
+1
2013-01-16
ima: rename FILE_MMAP to MMAP_CHECK
Mimi Zohar
1
-1
/
+1
2012-12-24
ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscall
Mimi Zohar
1
-0
/
+1
2012-12-14
ima: support new kernel module syscall
Mimi Zohar
1
-1
/
+1
2012-10-05
ima: fix bug in argument order
Dmitry Kasatkin
1
-3
/
+3
2012-09-13
ima: audit log hashes
Peter Moody
1
-0
/
+2
2012-09-12
ima: rename ima_must_appraise_or_measure
Dmitry Kasatkin
1
-1
/
+1
2012-09-07
ima: integrity appraisal extension
Mimi Zohar
1
-2
/
+35
2012-07-05
ima: audit is compiled only when enabled
Dmitry Kasatkin
1
-0
/
+9
2011-09-09
integrity: sparse fix: move iint_initialized to integrity.h
James Morris
1
-1
/
+0
2011-07-18
integrity: move ima inode integrity data management
Mimi Zohar
1
-20
/
+9
2011-02-23
ima: remove unnecessary call to ima_must_measure
Mimi Zohar
1
-2
/
+1
2010-10-26
IMA: drop refcnt from ima_iint_cache since it isn't needed
Eric Paris
1
-3
/
+1
2010-10-26
IMA: move read counter into struct inode
Eric Paris
1
-2
/
+1
2010-10-26
IMA: use i_writecount rather than a private counter
Eric Paris
1
-1
/
+0
2010-10-26
IMA: use inode->i_lock to protect read and write counters
Eric Paris
1
-0
/
+1
2010-10-26
IMA: convert internal flags from long to char
Eric Paris
1
-2
/
+2
2010-10-26
IMA: use unsigned int instead of long for counters
Eric Paris
1
-2
/
+2
2010-10-26
IMA: drop the inode opencount since it isn't needed for operation
Eric Paris
1
-1
/
+0
2010-10-26
IMA: use rbtree instead of radix tree for inode information cache
Eric Paris
1
-3
/
+3
2010-09-08
ima: always maintain counters
Mimi Zohar
1
-0
/
+1
2010-04-21
ima: handle multiple rules per write
Eric Paris
1
-1
/
+1
2010-02-07
ima: rename PATH_CHECK to FILE_CHECK
Mimi Zohar
1
-1
/
+1
2010-02-07
ima: initialize ima before inodes can be allocated
Eric Paris
1
-1
/
+0
2009-12-16
ima: call ima_inode_free ima_inode_free
Eric Paris
1
-1
/
+0
2009-12-16
IMA: clean up the IMA counts updating code
Eric Paris
1
-1
/
+0
2009-12-16
ima: only insert at inode creation time
Eric Paris
1
-1
/
+0
2009-02-12
integrity: audit update
Mimi Zohar
1
-1
/
+1
2009-02-06
Integrity: IMA file free imbalance
Mimi Zohar
1
-0
/
+2
2009-02-06
integrity: IMA policy
Mimi Zohar
1
-0
/
+24
[next]