aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c
Commit message (Expand)AuthorAge
* audit: Make testing for a valid loginuid explicit.Eric W. Biederman2013-05-07
* audit: fix event coverage of AUDIT_ANOM_LINKEric Paris2013-04-30
* audit: use a consistent audit helper to log lsm informationEric Paris2013-04-30
* audit: fix build break when AUDIT_DEBUG == 2Eric Paris2013-04-16
* Audit: do not print error when LSMs disabledEric Paris2013-04-11
* auditsc: remove audit_set_context() altogether - fold it into its callerAndrew Morton2013-04-10
* auditsc: Use kzalloc instead of kmalloc+memset.Rakib Mullick2013-04-10
* kernel: audit: beautify code, for extern function, better to check its parame...Chen Gang2013-04-10
* audit: destroy long filenames correctlyDmitry Monakhov2013-04-10
* audit: improve GID/EGID comparation logicMatvejchikov Ilya2013-04-08
* audit: catch possible NULL audit buffersKees Cook2013-01-11
* audit: create explicit AUDIT_SECCOMP event typeKees Cook2013-01-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-12
|\
| * audit: no nested contexts anymore...Al Viro2012-11-28
* | audit: remove bogus tty name checkAlan Cox2012-10-24
|/
* audit: make audit_inode take struct filenameJeff Layton2012-10-12
* audit: allow audit code to satisfy getname requests from its names_listJeff Layton2012-10-12
* vfs: define struct filename and have getname() return itJeff Layton2012-10-12
* audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2012-10-12
* audit: optimize audit_compare_dname_pathJeff Layton2012-10-12
* audit: remove dirlen argument to audit_compare_dname_pathJeff Layton2012-10-12
* audit: set the name_len in audit_inode for parent lookupsJeff Layton2012-10-12
* audit: add a new "type" field to audit_names structJeff Layton2012-10-12
* audit: reverse arguments to audit_inode_childJeff Layton2012-10-12
* audit: no need to walk list in audit_inode if name is NULLJeff Layton2012-10-12
* audit: pass in dentry to audit_copy_inode wherever possibleJeff Layton2012-10-12
* mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov2012-10-09
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-10-03
|\
| * audit: export audit_log_task_infoPeter Moody2012-09-12
* | userns: Convert audit to work with user namespaces enabledEric W. Biederman2012-09-18
* | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-17
* | audit: Add typespecific uid and gid comparatorsEric W. Biederman2012-09-17
|/
* seccomp: remove duplicated failure loggingKees Cook2012-04-13
* kernel-doc: fix new warnings in auditsc.cRandy Dunlap2012-01-23
* audit: no leading space in audit_log_d_path prefixKees Cook2012-01-17
* audit: fix signedness bug in audit_log_execve_info()Xi Wang2012-01-17
* audit: comparison on interprocess fieldsPeter Moody2012-01-17
* audit: implement all object interfield comparisonsPeter Moody2012-01-17
* audit: allow interfield comparison between gid and ogidEric Paris2012-01-17
* audit: complex interfield comparison helperEric Paris2012-01-17
* audit: allow interfield comparison in audit rulesEric Paris2012-01-17
* audit: do not call audit_getname on errorEric Paris2012-01-17
* audit: only allow tasks to set their loginuid if it is -1Eric Paris2012-01-17
* audit: remove task argument to audit_set_loginuidEric Paris2012-01-17
* audit: allow audit matching on inode gidEric Paris2012-01-17
* audit: allow matching on obj_uidEric Paris2012-01-17
* audit: remove audit_finish_fork as it can't be calledEric Paris2012-01-17
* audit: inline audit_free to simplify the look of generic codeEric Paris2012-01-17
* audit: inline checks for not needing to collect aux recordsEric Paris2012-01-17
* audit: drop some potentially inadvisable likely notationsEric Paris2012-01-17