aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_audit.c
AgeCommit message (Expand)Author
2019-02-07audit: join tty records to their syscallRichard Guy Briggs
2018-11-26audit: use current whenever possiblePaul Moore
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs
2017-11-08tty: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2016-03-07tty: audit: remove unused variableSudip Mukherjee
2016-01-27tty: audit: Poison tty_audit_buf while process exitsPeter Hurley
2016-01-27tty: audit: Always push audit buffer before TIOCSTIPeter Hurley
2016-01-27tty: audit: Check audit enable firstPeter Hurley
2016-01-27tty: audit: Simplify first-use allocationPeter Hurley
2016-01-27tty: audit: Remove tty_audit_buf reference countingPeter Hurley
2016-01-27tty: audit: Remove false memory optimizationPeter Hurley
2016-01-27tty: audit: Handle tty audit enable atomicallyPeter Hurley
2016-01-27tty: audit: Track tty association with dev_tPeter Hurley
2016-01-27tty: audit: Combine push functionsPeter Hurley
2016-01-27tty: audit: Ignore current association for audit pushPeter Hurley
2016-01-27tty: audit: Take siglock directlyPeter Hurley
2016-01-27tty: audit: Defer audit buffer associationPeter Hurley
2016-01-27tty: audit: Remove icanon mode from call chainPeter Hurley
2016-01-27tty: audit: Early-out pty master reads earlierPeter Hurley
2015-11-20tty: audit: Fix audit sourcePeter Hurley
2014-03-20audit: anchor all pid references in the initial pid namespaceRichard Guy Briggs
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris
2013-04-30audit: do not needlessly take a lock in tty_audit_exitEric Paris
2013-04-30audit: do not needlessly take a spinlock in copy_signalEric Paris
2013-04-30audit: add an option to control logging of passwords with pam_tty_auditRichard Guy Briggs
2013-04-30audit: use spin_lock_irqsave/restore in audit tty codeEric Paris
2013-04-30audit: push loginuid and sessionid processing downEric Paris
2013-04-30audit: stop pushing loginid, uid, sessionid as argumentsEric Paris
2012-10-22TTY: audit, stop accessing tty->icountJiri Slaby
2012-09-18userns: Convert audit to work with user namespaces enabledEric W. Biederman
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman
2011-03-07tty_audit: fix tty_audit_add_data live lock on audit disabledXiaotian Feng
2010-11-05TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman