summaryrefslogtreecommitdiff
path: root/src/journal/journald-syslog.c
Commit message (Expand)AuthorAgeFilesLines
* Use strlen even for constant stringsJosh Triplett2014-03-161-1/+1
* journald: add support for wall forwardingSebastian Thorarensen2014-03-141-0/+4
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-1/+1
* journald: port to sd-event and enable watchdog supportLennart Poettering2013-12-111-7/+4
* journald: malloc less when streaming messagesZbigniew Jędrzejewski-Szmek2013-12-101-2/+2
* security: rework selinux, smack, ima, apparmor detection logicLennart Poettering2013-10-101-4/+7
* journal: fix parsing of facility in syslog messagesZbigniew Jędrzejewski-Szmek2013-08-191-4/+8
* journal: allow callers to specify OBJECT_PID=Zbigniew Jędrzejewski-Szmek2013-06-201-1/+1
* journald: do not overwrite syslog facility when parsing priorityZbigniew Jędrzejewski-Szmek2013-06-101-1/+1
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-17/+16
* build-sys: store journald code in a noinst libraryZbigniew Jędrzejewski-Szmek2012-11-141-1/+1
* journald: properly update message size after stripping the identifierZbigniew Jędrzejewski-Szmek2012-10-131-3/+4
* journald: log when we fail to forward messages to syslogLennart Poettering2012-09-171-2/+27
* journald: add missing includesAllin Cottrell2012-08-241-0/+1
* journald: split console transport stuff into its own fileLennart Poettering2012-08-221-0/+1
* journal: move syslog specific calls out of util.cLennart Poettering2012-08-221-2/+108
* journald: splitt of syslog protocol support into its own fileLennart Poettering2012-08-221-0/+358