index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
audit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-12
audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLE
Oleg Nesterov
1
-1
/
+1
2013-05-11
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
1
-166
/
+350
2013-05-08
audit: fix message spacing printing auid
Eric Paris
1
-1
/
+1
2013-05-07
Revert "audit: move kaudit thread start from auditd registration to kaudit init"
Eric Paris
1
-4
/
+10
2013-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-5
/
+5
2013-04-30
audit: fix event coverage of AUDIT_ANOM_LINK
Eric Paris
1
-8
/
+236
2013-04-30
audit: use spin_lock in audit_receive_msg to process tty logging
Eric Paris
1
-6
/
+4
2013-04-30
audit: add an option to control logging of passwords with pam_tty_audit
Richard Guy Briggs
1
-6
/
+10
2013-04-30
audit: use spin_lock_irqsave/restore in audit tty code
Eric Paris
1
-4
/
+6
2013-04-30
helper for some session id stuff
Eric Paris
1
-8
/
+12
2013-04-30
audit: use a consistent audit helper to log lsm information
Eric Paris
1
-30
/
+4
2013-04-30
audit: push loginuid and sessionid processing down
Eric Paris
1
-1
/
+1
2013-04-30
audit: stop pushing loginid, uid, sessionid as arguments
Eric Paris
1
-63
/
+37
2013-04-30
audit: remove the old depricated kernel interface
Eric Paris
1
-23
/
+5
2013-04-29
audit: don't check if kauditd is valid every time
Gao feng
1
-6
/
+6
2013-04-16
audit: allow checking the type of audit message in the user filter
Eric Paris
1
-1
/
+1
2013-04-11
audit: use data= not msg= for AUDIT_USER_TTY messages
Eric Paris
1
-1
/
+1
2013-04-08
audit: move kaudit thread start from auditd registration to kaudit init
Richard Guy Briggs
1
-10
/
+4
2013-04-08
audit: flatten kauditd_thread wait queue code
Richard Guy Briggs
1
-13
/
+13
2013-04-08
audit: refactor hold queue flush
Richard Guy Briggs
1
-22
/
+40
2013-03-28
audit: pass int* to nlmsg_next
Alexandru Copot
1
-1
/
+1
2013-03-28
audit: replace obsolete NLMSG_* with type safe nlmsg_*
Hong zhi guo
1
-5
/
+5
2013-01-11
kernel/audit.c: avoid negative sleep durations
Andrew Morton
1
-13
/
+23
2013-01-11
audit: catch possible NULL audit buffers
Kees Cook
1
-0
/
+4
2012-10-09
fs: handle failed audit_log_start properly
Sasha Levin
1
-0
/
+2
2012-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-13
/
+12
2012-09-18
userns: Convert audit to work with user namespaces enabled
Eric W. Biederman
1
-2
/
+2
2012-09-17
userns: Convert the audit loginuid to be a kuid
Eric W. Biederman
1
-10
/
+10
2012-09-17
audit: Don't pass pid or uid to audit_log_common_recv_msg
Eric W. Biederman
1
-15
/
+14
2012-09-17
audit: Remove the unused uid parameter from audit_receive_filter
Eric W. Biederman
1
-2
/
+2
2012-09-17
audit: Properly set the origin port id of audit messages.
Eric W. Biederman
1
-1
/
+1
2012-09-17
audit: Simply AUDIT_TTY_SET and AUDIT_TTY_GET
Eric W. Biederman
1
-25
/
+13
2012-09-17
audit: kill audit_prepare_user_tty
Eric W. Biederman
1
-19
/
+1
2012-09-17
audit: Use current instead of NETLINK_CREDS() in audit_filter
Eric W. Biederman
1
-1
/
+1
2012-09-17
audit: Limit audit requests to processes in the initial pid and user namespaces.
Eric W. Biederman
1
-0
/
+6
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
1
-10
/
+10
2012-09-08
netlink: hide struct module parameter in netlink_kernel_create
Pablo Neira Ayuso
1
-2
/
+1
2012-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+21
2012-07-29
fs: add link restriction audit reporting
Kees Cook
1
-0
/
+21
2012-06-29
netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
Pablo Neira Ayuso
1
-2
/
+5
2012-06-26
audit: netlink: Move away from NLMSG_NEW().
David S. Miller
1
-10
/
+13
2012-03-20
constify path argument of audit_log_d_path()
Al Viro
1
-1
/
+1
2012-01-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2012-01-17
audit: no leading space in audit_log_d_path prefix
Kees Cook
1
-1
/
+1
2012-01-17
audit: drop the meaningless and format breaking word 'user'
Eric Paris
1
-1
/
+1
2012-01-14
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
1
-2
/
+2
2012-01-08
audit: always follow va_copy() with va_end()
Jesper Juhl
1
-2
/
+3
2012-01-05
security: remove the security_netlink_recv hook as it is equivalent to capable()
Eric Paris
1
-2
/
+2
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
[next]