index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_audit.c
Age
Commit message (
Expand
)
Author
2016-03-08
tty: audit: remove unused variable
Sudip Mukherjee
2016-01-28
tty: audit: Poison tty_audit_buf while process exits
Peter Hurley
2016-01-28
tty: audit: Always push audit buffer before TIOCSTI
Peter Hurley
2016-01-28
tty: audit: Check audit enable first
Peter Hurley
2016-01-28
tty: audit: Simplify first-use allocation
Peter Hurley
2016-01-28
tty: audit: Remove tty_audit_buf reference counting
Peter Hurley
2016-01-28
tty: audit: Remove false memory optimization
Peter Hurley
2016-01-28
tty: audit: Handle tty audit enable atomically
Peter Hurley
2016-01-28
tty: audit: Track tty association with dev_t
Peter Hurley
2016-01-28
tty: audit: Combine push functions
Peter Hurley
2016-01-28
tty: audit: Ignore current association for audit push
Peter Hurley
2016-01-28
tty: audit: Take siglock directly
Peter Hurley
2016-01-28
tty: audit: Defer audit buffer association
Peter Hurley
2016-01-28
tty: audit: Remove icanon mode from call chain
Peter Hurley
2016-01-28
tty: audit: Early-out pty master reads earlier
Peter Hurley
2015-11-21
tty: audit: Fix audit source
Peter Hurley
2014-03-20
audit: anchor all pid references in the initial pid namespace
Richard Guy Briggs
2014-01-14
audit: convert all sessionid declaration to unsigned int
Eric Paris
2013-04-30
audit: do not needlessly take a lock in tty_audit_exit
Eric Paris
2013-04-30
audit: do not needlessly take a spinlock in copy_signal
Eric Paris
2013-04-30
audit: add an option to control logging of passwords with pam_tty_audit
Richard Guy Briggs
2013-04-30
audit: use spin_lock_irqsave/restore in audit tty code
Eric Paris
2013-04-30
audit: push loginuid and sessionid processing down
Eric Paris
2013-04-30
audit: stop pushing loginid, uid, sessionid as arguments
Eric Paris
2012-10-22
TTY: audit, stop accessing tty->icount
Jiri Slaby
2012-09-18
userns: Convert audit to work with user namespaces enabled
Eric W. Biederman
2012-09-18
userns: Convert the audit loginuid to be a kuid
Eric W. Biederman
2011-03-07
tty_audit: fix tty_audit_add_data live lock on audit disabled
Xiaotian Feng
2010-11-05
TTY: create drivers/tty and move the tty core files there
Greg Kroah-Hartman