index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
journal
/
journald-syslog.c
Age
Commit message (
Expand
)
Author
2016-01-12
tree-wide: use xsprintf() where applicable
Daniel Mack
2016-01-12
Merge pull request #2303 from aadamowski/fix-miscalculated-buffer
Daniel Mack
2016-01-11
Fix miscalculated buffer size and uses of size-unlimited sprintf()
Aleksander Adamowski
2016-01-08
journal: normalize priority of logging sources
Vito Caputo
2015-11-27
selinux: split up mac_selinux_have() from mac_selinux_use()
Lennart Poettering
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: split out printf() helpers to stdio-util.h
Lennart Poettering
2015-10-27
io-util.h: move iovec stuff from macro.h to io-util.h
Lennart Poettering
2015-10-27
util-lib: split out syslog-related calls into syslog-util.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-06-10
journald: do not strip leading whitespace from messages
Filipe Brandenburger
2015-04-12
journal: use (void) to silence coverity
Zbigniew Jędrzejewski-Szmek
2015-04-10
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
shared: add formats-util.h
Ronny Chevalier
2015-02-03
journald: fix some xsprrintf() buffer size fallout
Lennart Poettering
2015-02-03
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-01
Add a snprinf wrapper which checks that the buffer was big enough
Zbigniew Jędrzejewski-Szmek
2015-01-22
import: introduce new mini-daemon systemd-importd, and make machinectl a clie...
Lennart Poettering
2015-01-21
journal: Fix syslog forwarding without CAP_SYS_ADMIN
Christian Seiler
2015-01-05
journald: prefix exported calls with "server_", unexport unnecessary calls
Lennart Poettering
2014-11-28
treewide: another round of simplifications
Michal Schmidt
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-03
journald: remove a number of malloc()s from the syslog message handling
Lennart Poettering
2014-11-03
journald: constify all things!
Lennart Poettering
2014-10-23
mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...
Lennart Poettering
2014-07-18
Be more verbose when bind or listen fails
Zbigniew Jędrzejewski-Szmek
2014-07-11
journald: turn ForwardToSyslog= off by default
Lennart Poettering
2014-06-04
journald: move /dev/log socket to /run
Lennart Poettering
2014-05-15
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-03-16
Use strlen even for constant strings
Josh Triplett
2014-03-14
journald: add support for wall forwarding
Sebastian Thorarensen
2014-02-20
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2013-12-11
journald: port to sd-event and enable watchdog support
Lennart Poettering
2013-12-10
journald: malloc less when streaming messages
Zbigniew Jędrzejewski-Szmek
2013-10-10
security: rework selinux, smack, ima, apparmor detection logic
Lennart Poettering
2013-08-19
journal: fix parsing of facility in syslog messages
Zbigniew Jędrzejewski-Szmek
2013-06-20
journal: allow callers to specify OBJECT_PID=
Zbigniew Jędrzejewski-Szmek
2013-06-10
journald: do not overwrite syslog facility when parsing priority
Zbigniew Jędrzejewski-Szmek
2013-04-05
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2012-11-14
build-sys: store journald code in a noinst library
Zbigniew Jędrzejewski-Szmek
2012-10-13
journald: properly update message size after stripping the identifier
Zbigniew Jędrzejewski-Szmek
2012-09-17
journald: log when we fail to forward messages to syslog
Lennart Poettering
2012-08-24
journald: add missing includes
Allin Cottrell
2012-08-22
journald: split console transport stuff into its own file
Lennart Poettering
2012-08-22
journal: move syslog specific calls out of util.c
Lennart Poettering
2012-08-22
journald: splitt of syslog protocol support into its own file
Lennart Poettering