summaryrefslogtreecommitdiff
path: root/src/journal/journald-audit.c
Commit message (Expand)AuthorAgeFilesLines
* journal: Use shared log ratelimit constantDaan De Meyer2022-12-051-1/+2
* log: Remove log_ratelimit_debug() macrosDaan De Meyer2022-11-171-8/+5
* journal: Ratelimit more journald log messagesDaan De Meyer2022-11-101-6/+9
* tree-wide: add global ascii_isdigit() + ascii_isalpha()Lennart Poettering2022-07-051-3/+2
* Fix journald audit logging with fields > N_IOVEC_AUDIT_FIELDS.YmrDtnJu2022-01-211-1/+1
* journal: Limit the number of audit fields per log messageDaan De Meyer2021-11-191-32/+22
* journal: Use mf as variable name for MapFieldDaan De Meyer2021-11-181-4/+4
* journal: Use consistent naming for iovec in audit logicDaan De Meyer2021-11-181-45/+45
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-31/+42
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* errno-util: let's beef up ERRNO_IS_NOT_SUPPORTED() with socket not supported ...Lennart Poettering2020-04-171-1/+2
* journald: add configuration option for enabling/disabling audit during journa...Lennart Poettering2020-04-171-4/+10
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+1
* tree-wide: drop alloca() in loopYu Watanabe2019-06-201-2/+5
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* tree-wide: use newa() instead of alloca() wherever we canLennart Poettering2019-01-261-1/+1
* journald: check whether sscanf has changed the value corresponding to %nEvgeny Vereshchagin2018-11-171-1/+2
* tests: add a fuzzer for process_audit_stringEvgeny Vereshchagin2018-11-161-1/+1
* tree-wide: introduce setsockopt_int() helper and make use of it everywhereLennart Poettering2018-10-181-2/+2
* tree-wide: add a single version of "static const int one = 1"Lennart Poettering2018-10-151-2/+1
* journal: voidify fd_nonblock()Lennart Poettering2018-10-131-1/+1
* add _AUDIT_TYPE_NAME field to audit records in the journalJérémy Rosen2018-06-191-2/+5
* do not filter out deprecated USER audit messagesJérémy Rosen2018-06-181-2/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering2017-11-161-10/+9
* journal: reindent field mapping tablesLennart Poettering2017-11-161-23/+23
* journal: make use of IOVEC_MAKE() where it makes senseLennart Poettering2017-11-161-6/+2
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-4/+4
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-1/+1
* io-util: add new IOVEC_INIT/IOVEC_MAKE macrosLennart Poettering2017-09-221-7/+7
* journald: add minimal client metadata cachingLennart Poettering2017-07-311-1/+1
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-3/+3
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* journald: fix LOG_AUTH facility in audit codeLennart Poettering2016-01-261-2/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* 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-231-3/+5
* journald: add syslog fields for audit messagesZbigniew Jędrzejewski-Szmek2015-03-141-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-301-2/+2
* treewide: another round of simplificationsMichal Schmidt2014-11-281-8/+4