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
*
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
*
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2015-01-22
1
-1
/
+1
*
journald: prefix exported calls with "server_", unexport unnecessary calls
Lennart Poettering
2015-01-05
1
-1
/
+1
*
tree-wide: spelling fixes
Veres Lajos
2014-12-31
1
-2
/
+2
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-8
/
+4
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-3
/
+3
*
treewide: more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-12
/
+6
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-4
/
+4
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-4
/
+4
*
journal: adjust audit log messages a bit
Lennart Poettering
2014-11-06
1
-2
/
+2
*
journald: include audit message type number in MESSAGE= string
Lennart Poettering
2014-11-04
1
-2
/
+3
*
journal: also consider audit fields with '-' valid
Lennart Poettering
2014-11-04
1
-3
/
+13
*
journald: don't pass around SO_TIMESTAMP timestamp for audit, which we don't ...
Lennart Poettering
2014-11-04
1
-4
/
+3
*
journald: suppress low-level audit text prefix in MESSAGE= field
Lennart Poettering
2014-11-04
1
-2
/
+6
*
journald: properly decode audit's proctitle= field
Lennart Poettering
2014-11-04
1
-3
/
+17
*
journald: enable audit in the kernel when initializing
Lennart Poettering
2014-11-04
1
-0
/
+50
*
journald: there's no point in turning on SO_TIMESTAMP for audit sockets, audi...
Lennart Poettering
2014-11-03
1
-6
/
+0
[next]