index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
journald-audit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
basic/memory-util: introduce mempcpy_typesafe
Mike Yuan
2024-09-20
1
-1
/
+1
*
journal: use STRLEN() and xsprintf()
Yu Watanabe
2024-05-01
1
-4
/
+4
*
journald-audit: set _SOURCE_REALTIME_TIMESTAMP= field in server_dispatch_mess...
Yu Watanabe
2024-05-01
1
-8
/
+5
*
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-1
/
+1
*
journal: Use shared log ratelimit constant
Daan De Meyer
2022-12-05
1
-1
/
+2
*
log: Remove log_ratelimit_debug() macros
Daan De Meyer
2022-11-17
1
-8
/
+5
*
journal: Ratelimit more journald log messages
Daan De Meyer
2022-11-10
1
-6
/
+9
*
tree-wide: add global ascii_isdigit() + ascii_isalpha()
Lennart Poettering
2022-07-05
1
-3
/
+2
*
Fix journald audit logging with fields > N_IOVEC_AUDIT_FIELDS.
YmrDtnJu
2022-01-22
1
-1
/
+1
*
journal: Limit the number of audit fields per log message
Daan De Meyer
2021-11-19
1
-32
/
+22
*
journal: Use mf as variable name for MapField
Daan De Meyer
2021-11-18
1
-4
/
+4
*
journal: Use consistent naming for iovec in audit logic
Daan De Meyer
2021-11-18
1
-45
/
+45
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-31
/
+42
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
errno-util: let's beef up ERRNO_IS_NOT_SUPPORTED() with socket not supported ...
Lennart Poettering
2020-04-17
1
-1
/
+2
*
journald: add configuration option for enabling/disabling audit during journa...
Lennart Poettering
2020-04-17
1
-4
/
+10
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+1
*
tree-wide: drop alloca() in loop
Yu Watanabe
2019-06-19
1
-2
/
+5
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-1
/
+1
*
tree-wide: use newa() instead of alloca() wherever we can
Lennart Poettering
2019-01-26
1
-1
/
+1
*
journald: check whether sscanf has changed the value corresponding to %n
Evgeny Vereshchagin
2018-11-17
1
-1
/
+2
*
tests: add a fuzzer for process_audit_string
Evgeny Vereshchagin
2018-11-16
1
-1
/
+1
*
tree-wide: introduce setsockopt_int() helper and make use of it everywhere
Lennart Poettering
2018-10-18
1
-2
/
+2
*
tree-wide: add a single version of "static const int one = 1"
Lennart Poettering
2018-10-15
1
-2
/
+1
*
journal: voidify fd_nonblock()
Lennart Poettering
2018-10-13
1
-1
/
+1
*
add _AUDIT_TYPE_NAME field to audit records in the journal
Jérémy Rosen
2018-06-19
1
-2
/
+5
*
do not filter out deprecated USER audit messages
Jérémy Rosen
2018-06-18
1
-2
/
+2
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
core: implement /run/systemd/units/-based path for passing unit info from PID...
Lennart Poettering
2017-11-16
1
-10
/
+9
*
journal: reindent field mapping tables
Lennart Poettering
2017-11-16
1
-23
/
+23
*
journal: make use of IOVEC_MAKE() where it makes sense
Lennart Poettering
2017-11-16
1
-6
/
+2
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-4
/
+4
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-1
/
+1
*
io-util: add new IOVEC_INIT/IOVEC_MAKE macros
Lennart Poettering
2017-09-22
1
-7
/
+7
*
journald: add minimal client metadata caching
Lennart Poettering
2017-07-31
1
-1
/
+1
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-3
/
+3
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
journald: fix LOG_AUTH facility in audit code
Lennart Poettering
2016-01-26
1
-2
/
+2
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
io-util.h: move iovec stuff from macro.h to io-util.h
Lennart Poettering
2015-10-27
1
-1
/
+2
*
util-lib: split out hex/dec/oct encoding/decoding into its own file
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-1
/
+2
*
tree-wide: drop {} from one-line if blocks
Lennart Poettering
2015-09-09
1
-2
/
+1
*
journald: handle more gracefully when bind() fails on audit sockets
Lennart Poettering
2015-05-20
1
-3
/
+8
*
journal: use audit event names instead of numbers
Zbigniew Jędrzejewski-Szmek
2015-04-24
1
-3
/
+5
*
journald: add syslog fields for audit messages
Zbigniew Jędrzejewski-Szmek
2015-03-15
1
-1
/
+5
[next]