summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_audit.c
Commit message (Expand)AuthorAgeFilesLines
* audit: join tty records to their syscallRichard Guy Briggs2019-02-071-1/+1
* audit: use current whenever possiblePaul Moore2018-11-261-7/+6
* audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs2018-06-191-1/+1
* tty: Remove redundant license textGreg Kroah-Hartman2017-11-081-4/+1
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty: audit: remove unused variableSudip Mukherjee2016-03-071-7/+1
* tty: audit: Poison tty_audit_buf while process exitsPeter Hurley2016-01-271-8/+17
* tty: audit: Always push audit buffer before TIOCSTIPeter Hurley2016-01-271-9/+3
* tty: audit: Check audit enable firstPeter Hurley2016-01-271-3/+4
* tty: audit: Simplify first-use allocationPeter Hurley2016-01-271-15/+7
* tty: audit: Remove tty_audit_buf reference countingPeter Hurley2016-01-271-40/+7
* tty: audit: Remove false memory optimizationPeter Hurley2016-01-271-5/+1
* tty: audit: Handle tty audit enable atomicallyPeter Hurley2016-01-271-31/+22
* tty: audit: Track tty association with dev_tPeter Hurley2016-01-271-18/+14
* tty: audit: Combine push functionsPeter Hurley2016-01-271-32/+3
* tty: audit: Ignore current association for audit pushPeter Hurley2016-01-271-8/+3
* tty: audit: Take siglock directlyPeter Hurley2016-01-271-8/+5
* tty: audit: Defer audit buffer associationPeter Hurley2016-01-271-8/+8
* tty: audit: Remove icanon mode from call chainPeter Hurley2016-01-271-13/+9
* tty: audit: Early-out pty master reads earlierPeter Hurley2016-01-271-4/+4
* tty: audit: Fix audit sourcePeter Hurley2015-11-201-1/+1
* audit: anchor all pid references in the initial pid namespaceRichard Guy Briggs2014-03-201-1/+2
* audit: convert all sessionid declaration to unsigned intEric Paris2014-01-131-1/+1
* audit: do not needlessly take a lock in tty_audit_exitEric Paris2013-04-301-3/+0
* audit: do not needlessly take a spinlock in copy_signalEric Paris2013-04-301-4/+0
* audit: add an option to control logging of passwords with pam_tty_auditRichard Guy Briggs2013-04-301-0/+9
* audit: use spin_lock_irqsave/restore in audit tty codeEric Paris2013-04-301-13/+19
* audit: push loginuid and sessionid processing downEric Paris2013-04-301-48/+24
* audit: stop pushing loginid, uid, sessionid as argumentsEric Paris2013-04-301-1/+3
* TTY: audit, stop accessing tty->icountJiri Slaby2012-10-221-7/+8
* userns: Convert audit to work with user namespaces enabledEric W. Biederman2012-09-181-2/+3
* userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-6/+8
* tty_audit: fix tty_audit_add_data live lock on audit disabledXiaotian Feng2011-03-071-1/+3
* TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman2010-11-051-0/+358