summaryrefslogtreecommitdiff
path: root/src/journal/journald-audit.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-31tree-wide: drop missing.hYu Watanabe1-1/+1
2019-06-20tree-wide: drop alloca() in loopYu Watanabe1-2/+5
2019-04-29codespell: fix spelling errorsBen Boeckel1-1/+1
2019-01-26tree-wide: use newa() instead of alloca() wherever we canLennart Poettering1-1/+1
2018-11-17journald: check whether sscanf has changed the value corresponding to %nEvgeny Vereshchagin1-1/+2
2018-11-16tests: add a fuzzer for process_audit_stringEvgeny Vereshchagin1-1/+1
2018-10-18tree-wide: introduce setsockopt_int() helper and make use of it everywhereLennart Poettering1-2/+2
2018-10-15tree-wide: add a single version of "static const int one = 1"Lennart Poettering1-2/+1
2018-10-13journal: voidify fd_nonblock()Lennart Poettering1-1/+1
2018-06-19add _AUDIT_TYPE_NAME field to audit records in the journalJérémy Rosen1-2/+5
2018-06-18do not filter out deprecated USER audit messagesJérémy Rosen1-2/+2
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-16core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering1-10/+9
2017-11-16journal: reindent field mapping tablesLennart Poettering1-23/+23
2017-11-16journal: make use of IOVEC_MAKE() where it makes senseLennart Poettering1-6/+2
2017-10-04tree-wide: use IN_SET macro (#6977)Yu Watanabe1-4/+4
2017-10-02tree-wide: use IN_SET where possibleAndreas Rammhold1-1/+1
2017-09-22io-util: add new IOVEC_INIT/IOVEC_MAKE macrosLennart Poettering1-7/+7
2017-07-31journald: add minimal client metadata cachingLennart Poettering1-1/+1
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo1-3/+3
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-26journald: fix LOG_AUTH facility in audit codeLennart Poettering1-2/+2
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering1-1/+2
2015-10-27util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-1/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-1/+2
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering1-2/+1
2015-05-20journald: handle more gracefully when bind() fails on audit socketsLennart Poettering1-3/+8
2015-04-23journal: use audit event names instead of numbersZbigniew Jędrzejewski-Szmek1-3/+5
2015-03-14journald: add syslog fields for audit messagesZbigniew Jędrzejewski-Szmek1-1/+5
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek1-1/+1
2015-01-05journald: prefix exported calls with "server_", unexport unnecessary callsLennart Poettering1-1/+1
2014-12-30tree-wide: spelling fixesVeres Lajos1-2/+2
2014-11-28treewide: another round of simplificationsMichal Schmidt1-8/+4
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-3/+3
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt1-12/+6
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-4/+4
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-4/+4
2014-11-06journal: adjust audit log messages a bitLennart Poettering1-2/+2
2014-11-04journald: include audit message type number in MESSAGE= stringLennart Poettering1-2/+3
2014-11-04journal: also consider audit fields with '-' validLennart Poettering1-3/+13
2014-11-04journald: don't pass around SO_TIMESTAMP timestamp for audit, which we don't ...Lennart Poettering1-4/+3
2014-11-04journald: suppress low-level audit text prefix in MESSAGE= fieldLennart Poettering1-2/+6
2014-11-04journald: properly decode audit's proctitle= fieldLennart Poettering1-3/+17
2014-11-04journald: enable audit in the kernel when initializingLennart Poettering1-0/+50
2014-11-03journald: there's no point in turning on SO_TIMESTAMP for audit sockets, audi...Lennart Poettering1-6/+0