aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_audit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15tty: audit: move some local functions out of tty.hGreg Kroah-Hartman1-0/+1
2020-11-06tty: tty_audit: Demote non-conformant kernel-doc headersLee Jones1-6/+6
2019-02-07audit: join tty records to their syscallRichard Guy Briggs1-1/+1
2018-11-26audit: use current whenever possiblePaul Moore1-7/+6
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs1-1/+1
2017-11-08tty: Remove redundant license textGreg Kroah-Hartman1-4/+1
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2016-03-07tty: audit: remove unused variableSudip Mukherjee1-7/+1
2016-01-27tty: audit: Poison tty_audit_buf while process exitsPeter Hurley1-8/+17
2016-01-27tty: audit: Always push audit buffer before TIOCSTIPeter Hurley1-9/+3
2016-01-27tty: audit: Check audit enable firstPeter Hurley1-3/+4
2016-01-27tty: audit: Simplify first-use allocationPeter Hurley1-15/+7
2016-01-27tty: audit: Remove tty_audit_buf reference countingPeter Hurley1-40/+7
2016-01-27tty: audit: Remove false memory optimizationPeter Hurley1-5/+1
2016-01-27tty: audit: Handle tty audit enable atomicallyPeter Hurley1-31/+22
2016-01-27tty: audit: Track tty association with dev_tPeter Hurley1-18/+14
2016-01-27tty: audit: Combine push functionsPeter Hurley1-32/+3
2016-01-27tty: audit: Ignore current association for audit pushPeter Hurley1-8/+3
2016-01-27tty: audit: Take siglock directlyPeter Hurley1-8/+5
2016-01-27tty: audit: Defer audit buffer associationPeter Hurley1-8/+8
2016-01-27tty: audit: Remove icanon mode from call chainPeter Hurley1-13/+9
2016-01-27tty: audit: Early-out pty master reads earlierPeter Hurley1-4/+4
2015-11-20tty: audit: Fix audit sourcePeter Hurley1-1/+1
2014-03-20audit: anchor all pid references in the initial pid namespaceRichard Guy Briggs1-1/+2
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris1-1/+1
2013-04-30audit: do not needlessly take a lock in tty_audit_exitEric Paris1-3/+0
2013-04-30audit: do not needlessly take a spinlock in copy_signalEric Paris1-4/+0
2013-04-30audit: add an option to control logging of passwords with pam_tty_auditRichard Guy Briggs1-0/+9
2013-04-30audit: use spin_lock_irqsave/restore in audit tty codeEric Paris1-13/+19
2013-04-30audit: push loginuid and sessionid processing downEric Paris1-48/+24
2013-04-30audit: stop pushing loginid, uid, sessionid as argumentsEric Paris1-1/+3
2012-10-22TTY: audit, stop accessing tty->icountJiri Slaby1-7/+8
2012-09-18userns: Convert audit to work with user namespaces enabledEric W. Biederman1-2/+3
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-6/+8
2011-03-07tty_audit: fix tty_audit_add_data live lock on audit disabledXiaotian Feng1-1/+3
2010-11-05TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman1-0/+358