summaryrefslogtreecommitdiff
path: root/src/journal/journald-native.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-12journal: use (void) to silence coverityZbigniew Jędrzejewski-Szmek1-1/+1
2015-01-05journald: prefix exported calls with "server_", unexport unnecessary callsLennart Poettering1-1/+1
2014-12-26journald: always allocate space for object fieldsZbigniew Jędrzejewski-Szmek1-1/+1
2014-12-26journald: fix off by one in native transportZbigniew Jędrzejewski-Szmek1-2/+2
2014-12-12util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering1-1/+1
2014-11-28treewide: another round of simplificationsMichal Schmidt1-16/+8
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-8/+8
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt1-4/+2
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-2/+2
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-2/+2
2014-11-03journald: constify all things!Lennart Poettering1-9/+7
2014-10-30memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc pr...Lennart Poettering1-1/+1
2014-10-30memfd: always use our internal utility functions where we have themLennart Poettering1-3/+2
2014-10-30journal: when sending huge log messages prefer memfds over temporary files in...Lennart Poettering1-18/+50
2014-10-23mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering1-1/+1
2014-08-05journald: remove redundant newlinesLennart Poettering1-4/+2
2014-08-05journald: properly sum up entry size counterLennart Poettering1-2/+2
2014-08-03Fix misuse of uint64_t as size_tZbigniew Jędrzejewski-Szmek1-1/+1
2014-07-18Small modernizationsZbigniew Jędrzejewski-Szmek1-5/+4
2014-07-18Be more verbose when bind or listen failsZbigniew Jędrzejewski-Szmek1-1/+1
2014-07-15Clear up confusion wrt. ENTRY_SIZE_MAX and DATA_SIZE_MAXZbigniew Jędrzejewski-Szmek1-2/+19
2014-03-17journal: export valid_user_field and size definesZbigniew Jędrzejewski-Szmek1-12/+7
2014-03-14journald: add support for wall forwardingSebastian Thorarensen1-0/+4
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering1-1/+1
2013-12-11journald: port to sd-event and enable watchdog supportLennart Poettering1-7/+4
2013-10-10security: rework selinux, smack, ima, apparmor detection logicLennart Poettering1-4/+7
2013-08-22remove hasprefix(), use startswith()Shawn Landden1-6/+6
2013-06-20journal: allow callers to specify OBJECT_PID=Zbigniew Jędrzejewski-Szmek1-17/+23
2013-06-20Add hasprefix macro to check prefixes of fixed lengthZbigniew Jędrzejewski-Szmek1-5/+5
2013-04-16journal: fix off-by-one error in native message iovec countingMichal Schmidt1-2/+3
2013-04-08journald: bring max coredump size in sync with max entry sizeLennart Poettering1-2/+4
2012-11-23journal: fix SO_PASSSEC invocationLennart Poettering1-1/+1
2012-11-14build-sys: store journald code in a noinst libraryZbigniew Jędrzejewski-Szmek1-1/+1
2012-10-03dbus: add some more safety checks before accepting data from bus clientsLennart Poettering1-1/+1
2012-10-03journald: only accept fds from certain directoriesLennart Poettering1-3/+34
2012-09-19journald: don't accept arbitrarily sized journal data fieldsLennart Poettering1-2/+8
2012-08-24journald: add missing includesAllin Cottrell1-0/+1
2012-08-22journald: split off native protocol support into its own .c fileLennart Poettering1-0/+382