aboutsummaryrefslogtreecommitdiff
path: root/kernel/audit.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-24Fix rule eviction order for AUDIT_DIRGravatar Al Viro 1-16/+1
2009-06-24Audit: clean up all op= output to include string quotingGravatar Eric Paris 1-0/+9
2009-06-23audit: seperate audit inode watches into a subfileGravatar Eric Paris 1-16/+0
2009-06-23Audit: clean up audit_receive_skbGravatar Eric Paris 1-17/+18
2009-06-23Audit: cleanup netlink mesg handlingGravatar Eric Paris 1-15/+15
2009-06-23Audit: unify the printk of an skb when auditd not aroundGravatar Eric Paris 1-17/+22
2009-04-05Audit: remove spaces from audit_log_d_pathGravatar Eric Paris 1-2/+2
2009-04-05audit: ignore terminating NUL in AUDIT_USER_TTY messagesGravatar Miloslav Trmac 1-0/+3
2009-04-05Audit: fix handling of 'strings' with NULL charactersGravatar Miloslav Trmac 1-1/+1
2008-12-09[PATCH] fix broken timestamps in AVC generated by kernel threadsGravatar Al Viro 1-3/+1
2008-12-09[PATCH] Audit: make audit=0 actually turn off auditGravatar Eric Paris 1-7/+21
2008-08-01[PATCH] Fix the bug of using AUDIT_STATUS_RATE_LIMIT when set fail, no error ...Gravatar zhangxiliang 1-3/+8
2008-08-01kernel/audit.c control character detection is off-by-oneGravatar Vesa-Matti J Kari 1-1/+1
2008-06-24[PATCH] remove useless argument type in audit_filter_user()Gravatar Peng Haitao 1-1/+1
2008-06-24[PATCH] kernel/audit.c: nlh->nlmsg_type is gotten more than onceGravatar Peng Haitao 1-2/+2
2008-05-17[patch 1/1] audit_send_reply(): fix error-path memory leakGravatar Andrew Morton 1-5/+6
2008-04-28[patch 2/2] Use find_task_by_vpid in audit codeGravatar Pavel Emelyanov 1-3/+3
2008-04-28[PATCH 2/2] audit: fix sparse shadowed variable warningsGravatar Harvey Harrison 1-5/+5
2008-04-28Audit: standardize string audit interfacesGravatar Eric Paris 1-10/+9
2008-04-28Audit: stop deadlock from signals under loadGravatar Eric Paris 1-5/+35
2008-04-28Audit: save audit_backlog_limit audit messages in case auditd comes backGravatar Eric Paris 1-21/+81
2008-04-28Audit: collect sessionid in netlink messagesGravatar Eric Paris 1-32/+40
2008-04-19Audit: internally use the new LSM audit hooksGravatar Ahmed S. Darwish 1-6/+1
2008-04-19Audit: use new LSM hooks instead of SELinux exportsGravatar Ahmed S. Darwish 1-8/+9
2008-03-28audit: silence two kerneldoc warnings in kernel/audit.cGravatar Dave Jones 1-3/+3
2008-03-20audit: netlink socket can be auto-bound to pid other than current->pid (v2)Gravatar Pavel Emelyanov 1-3/+8
2008-03-01[PATCH] drop EOE records from printkGravatar Steve Grubb 1-6/+8
2008-03-01[RFC] AUDIT: do not panic when printk loses messagesGravatar Eric Paris 1-1/+4
2008-02-14d_path: Make d_path() use a struct pathGravatar Jan Blunck 1-1/+1
2008-02-14d_path: Use struct path in struct avc_audit_dataGravatar Jan Blunck 1-6/+6
2008-02-01[AUDIT] ratelimit printk messages auditGravatar Eric Paris 1-9/+18
2008-02-01[patch 2/2] audit: complement va_copy with va_end()Gravatar Richard Knutsson 1-0/+1
2008-02-01[patch 1/2] kernel/audit.c: warning fixGravatar Andrew Morton 1-1/+1
2008-02-01[AUDIT] create context if auditing was ever enabledGravatar Eric Paris 1-3/+13
2008-02-01[AUDIT] clean up audit_receive_msg()Gravatar Eric Paris 1-103/+66
2008-02-01[AUDIT] make audit=0 really stop audit messagesGravatar Eric Paris 1-131/+60
2008-02-01[AUDIT] break large execve argument logging into smaller messagesGravatar Eric Paris 1-14/+23
2008-02-01[AUDIT] include audit type in audit message when using printkGravatar Eric Paris 1-1/+2
2008-01-31[AUDIT]: Increase skb->truesize in audit_expandGravatar Herbert Xu 1-3/+7
2007-10-21[PATCH] audit: watching subtreesGravatar Al Viro 1-0/+87
2007-10-18whitespace fixes: system auditingGravatar Daniel Walker 1-7/+7
2007-10-10[NET]: make netlink user -> kernel interface synchroniousGravatar Denis V. Lunev 1-10/+2
2007-10-10[NET]: Support multiple network namespaces with netlinkGravatar Eric W. Biederman 1-2/+2
2007-07-17Freezer: make kernel threads nonfreezable by defaultGravatar Rafael J. Wysocki 1-0/+1
2007-07-16Audit: add TTY input auditingGravatar Miloslav Trmac 1-8/+88
2007-05-08audit: add spaces on either side of case "..." operator.Gravatar Robert P. J. Day 1-4/+4
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itGravatar Patrick McHardy 1-1/+1
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperGravatar Arnaldo Carvalho de Melo 1-3/+3
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tGravatar Arnaldo Carvalho de Melo 1-4/+4
2007-02-17[PATCH] audit config lockdownGravatar Steve Grubb 1-59/+157