summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sd-bus: if we receive an invalid dbus message, ignore and proceeedv239-13.3v239-13.2Lennart Poettering2019-04-081-3/+6
* Allocate temporary strings to hold dbus paths on the heapRiccardo Schirone2019-04-081-14/+54
* Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit.Riccardo Schirone2019-04-082-1/+5
* bus-socket: Fix line_begins() to accept word matching full stringv239-13.1Filipe Brandenburger2019-03-281-4/+1
* journald: correctly attribute log messages also with cgroupsv1Michal Sekletar2019-02-111-2/+6
* journal-remote: set a limit on the number of fields in a messageZbigniew Jędrzejewski-Szmek2019-02-112-3/+9
* journal-remote: verify entry length from headerZbigniew Jędrzejewski-Szmek2019-02-111-10/+24
* µhttpd: use a cleanup function to call MHD_destroy_responseZbigniew Jędrzejewski-Szmek2019-02-113-47/+19
* journald: lower the maximum entry size limit to ½ for non-sealed fdsZbigniew Jędrzejewski-Szmek2019-02-111-2/+4
* journald: when processing a native message, bail more quickly on overbig mess...Zbigniew Jędrzejewski-Szmek2019-02-111-28/+37
* journald: set a limit on the number of fields (1k)Zbigniew Jędrzejewski-Szmek2019-02-112-0/+8
* journal: fix syslog_parse_identifier()Yu Watanabe2019-02-112-5/+11
* process-util: don't use overly large buffer to store process command lineMichal Sekletar2019-02-071-4/+14
* journald: periodically drop cache for all dead PIDsZbigniew Jędrzejewski-Szmek2019-02-072-2/+28
* journal: limit the number of entries in the cache based on available memoryZbigniew Jędrzejewski-Szmek2019-02-071-2/+33
* basic/prioq: add prioq_peek_item()Zbigniew Jędrzejewski-Szmek2019-02-073-11/+27
* procfs-util: expose functionality to query total memoryZbigniew Jędrzejewski-Szmek2019-02-075-8/+12
* coredump: fix message when we fail to save a journald coredumpZbigniew Jędrzejewski-Szmek2019-02-071-2/+2
* basic/process-util: limit command line lengths to _SC_ARG_MAXZbigniew Jędrzejewski-Szmek2019-02-071-48/+25
* journald: do not store the iovec entry for process commandline on stackZbigniew Jędrzejewski-Szmek2019-02-074-30/+38
* journald: remove unnecessary {}Zbigniew Jędrzejewski-Szmek2019-02-071-3/+1
* coredump: remove duplicate MESSAGE= prefix from messageZbigniew Jędrzejewski-Szmek2019-02-071-2/+3
* core: enforce a limit on STATUS= texts recvd from servicesLennart Poettering2019-01-172-2/+8
* core: when deserializing state always use read_line(…, LONG_LINE_MAX, …)Lennart Poettering2019-01-174-52/+50
* tests: drop the precondition check for inherited flagFrantisek Sumsal2019-01-151-8/+0
* unit: don't add Requires for tmp.mountv239-11Lukas Nykryn2019-01-141-1/+1
* nspawn: beef up netns checking a bit, for compat with old kernelsLennart Poettering2019-01-143-7/+56
* cryptsetup-generator: allow whitespace characters in keydev specificationMichal Sekletar2018-12-111-21/+43
* cryptsetup-generator: don't return error if target directory already existsMichal Sekletar2018-12-111-4/+4
* cryptsetup: don't use %m if there's no error to showLennart Poettering2018-12-111-2/+4
* cryptsetup-generator: introduce basic keydev supportMichal Sekletar2018-12-111-4/+101
* sd-bus: properly initialize containersv239-9Jan Synacek2018-12-061-0/+1
* sd-bus: unify three code-paths which free struct bus_containerZbigniew Jędrzejewski-Szmek2018-12-061-32/+32
* detect-virt: do not try to read all of /proc/cpuinfoZbigniew Jędrzejewski-Szmek2018-12-061-10/+28
* test: add test case for recursive chown()ingLennart Poettering2018-12-042-0/+167
* chown-recursive: TAKE_FD() is your friendLennart Poettering2018-12-041-5/+1
* chown-recursive: also drop ACLs when recursively chown()ingLennart Poettering2018-12-041-4/+12
* chown-recursive: let's rework the recursive logic to use O_PATHLennart Poettering2018-12-041-76/+70
* debug-generator: introduce rd.* version of all optionsLukas Nykryn2018-12-041-1/+1
* proc-cmdline: introduce PROC_CMDLINE_RD_STRICTLukas Nykryn2018-12-042-1/+3
* core: make sure we don't throttle change signal generator when a reload is pe...Lennart Poettering2018-12-041-25/+39
* core: when we can't send the pending reload message, say we ignore it in the ...Lennart Poettering2018-12-041-4/+3
* core: rename queued_message → pending_reload_messageLennart Poettering2018-12-045-13/+13
* dhcp6: make sure we have enough space for the DHCP6 option headerLennart Poettering2018-12-041-1/+1
* journal-file: avoid calling ftruncate with invalid fdDavid Tardon2018-10-291-0/+3
* firewall-util: add an assert that we're not overwriting a bufferDavid Tardon2018-10-291-1/+7
* login: avoid leak of name returned by uid_to_name()David Tardon2018-10-292-4/+6
* dissect-image: use right comparison functionDavid Tardon2018-10-291-1/+1
* resolved: create /etc/resolv.conf symlink at runtimev239-8Zbigniew Jędrzejewski-Szmek2018-10-291-0/+4
* tests: backport test_setup_logging()Michal Sekletar2018-10-292-0/+7