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
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