summaryrefslogtreecommitdiffstats
path: root/src/journal/journald-native.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Small modernizationsZbigniew Jędrzejewski-Szmek2014-07-191-5/+4
* Be more verbose when bind or listen failsZbigniew Jędrzejewski-Szmek2014-07-191-1/+1
* Clear up confusion wrt. ENTRY_SIZE_MAX and DATA_SIZE_MAXZbigniew Jędrzejewski-Szmek2014-07-161-2/+19
* journal: export valid_user_field and size definesZbigniew Jędrzejewski-Szmek2014-03-171-12/+7
* 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
* security: rework selinux, smack, ima, apparmor detection logicLennart Poettering2013-10-101-4/+7
* remove hasprefix(), use startswith()Shawn Landden2013-08-221-6/+6
* journal: allow callers to specify OBJECT_PID=Zbigniew Jędrzejewski-Szmek2013-06-211-17/+23
* Add hasprefix macro to check prefixes of fixed lengthZbigniew Jędrzejewski-Szmek2013-06-211-5/+5
* journal: fix off-by-one error in native message iovec countingMichal Schmidt2013-04-161-2/+3
* journald: bring max coredump size in sync with max entry sizeLennart Poettering2013-04-081-2/+4
* journal: fix SO_PASSSEC invocationLennart Poettering2012-11-231-1/+1
* build-sys: store journald code in a noinst libraryZbigniew Jędrzejewski-Szmek2012-11-141-1/+1
* dbus: add some more safety checks before accepting data from bus clientsLennart Poettering2012-10-031-1/+1
* journald: only accept fds from certain directoriesLennart Poettering2012-10-031-3/+34
* journald: don't accept arbitrarily sized journal data fieldsLennart Poettering2012-09-191-2/+8
* journald: add missing includesAllin Cottrell2012-08-241-0/+1
* journald: split off native protocol support into its own .c fileLennart Poettering2012-08-221-0/+382