1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-30 14:55:37 +03:00
systemd/src/journal-remote
Zbigniew Jędrzejewski-Szmek ef4d6abe7c journal-remote: set a limit on the number of fields in a message
Existing use of E2BIG is replaced with ENOBUFS (entry too long), and E2BIG is
reused for the new error condition (too many fields).

This matches the change done for systemd-journald, hence forming the second
part of the fix for CVE-2018-16865
(https://bugzilla.redhat.com/show_bug.cgi?id=1653861).
2019-01-09 23:44:17 +01:00
..
browse.html journal-gateway: use localStorage["cursor"] only when it has valid value 2018-06-27 14:50:23 +09:00
journal-gatewayd.c µhttpd: use a cleanup function to call MHD_destroy_response 2019-01-09 23:44:17 +01:00
journal-remote-main.c journal-remote: set a limit on the number of fields in a message 2019-01-09 23:44:17 +01:00
journal-remote-parse.c Drop my copyright headers 2018-06-14 13:03:20 +02:00
journal-remote-parse.h Drop my copyright headers 2018-06-14 13:03:20 +02:00
journal-remote-write.c tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicable 2018-08-27 14:01:46 +09:00
journal-remote-write.h tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicable 2018-08-27 14:01:46 +09:00
journal-remote.c journal-remote: set a limit on the number of fields in a message 2019-01-09 23:44:17 +01:00
journal-remote.conf.in journal-remote: add license and reference to man page in conf files 2018-06-26 04:04:45 +09:00
journal-remote.h journal-remote: destroy RemoteServer object by using _cleanup_ attribute 2018-12-08 18:09:40 +09:00
journal-upload-journal.c coccinelle: make use of SYNTHETIC_ERRNO 2018-11-22 10:54:38 +01:00
journal-upload.c meson: generate version tag from git 2018-12-21 13:43:20 +01:00
journal-upload.conf.in journal-remote: add license and reference to man page in conf files 2018-06-26 04:04:45 +09:00
journal-upload.h journal-upload: make watchdog state non-static 2016-04-05 20:28:56 -04:00
log-generator.py log-generator: make message size configurable, add short options 2018-05-31 13:04:18 +02:00
meson.build Drop my copyright headers 2018-06-14 13:03:20 +02:00
microhttpd-util.c µhttpd: use a cleanup function to call MHD_destroy_response 2019-01-09 23:44:17 +01:00
microhttpd-util.h µhttpd: use a cleanup function to call MHD_destroy_response 2019-01-09 23:44:17 +01:00