summaryrefslogtreecommitdiffstats
path: root/src/journal/journald-audit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering2015-10-271-1/+2
* util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1
* journald: handle more gracefully when bind() fails on audit socketsLennart Poettering2015-05-201-3/+8
* journal: use audit event names instead of numbersZbigniew Jędrzejewski-Szmek2015-04-241-3/+5
* journald: add syslog fields for audit messagesZbigniew Jędrzejewski-Szmek2015-03-151-1/+5
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* journald: prefix exported calls with "server_", unexport unnecessary callsLennart Poettering2015-01-051-1/+1
* tree-wide: spelling fixesVeres Lajos2014-12-311-2/+2
* treewide: another round of simplificationsMichal Schmidt2014-11-281-8/+4
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-3/+3
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-12/+6
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-4/+4
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-4/+4
* journal: adjust audit log messages a bitLennart Poettering2014-11-061-2/+2
* journald: include audit message type number in MESSAGE= stringLennart Poettering2014-11-041-2/+3
* journal: also consider audit fields with '-' validLennart Poettering2014-11-041-3/+13
* journald: don't pass around SO_TIMESTAMP timestamp for audit, which we don't ...Lennart Poettering2014-11-041-4/+3
* journald: suppress low-level audit text prefix in MESSAGE= fieldLennart Poettering2014-11-041-2/+6
* journald: properly decode audit's proctitle= fieldLennart Poettering2014-11-041-3/+17
* journald: enable audit in the kernel when initializingLennart Poettering2014-11-041-0/+50
* journald: there's no point in turning on SO_TIMESTAMP for audit sockets, audi...Lennart Poettering2014-11-031-6/+0
* journald: if available pull audit messages from the kernel into journal logsLennart Poettering2014-11-031-0/+489