summaryrefslogtreecommitdiffstats
path: root/src/coredump (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-16portable: use -EINVAL for _PORTABLE_CHANGE_TYPE_INVALIDBenjamin Robin1-1/+1
2021-02-16libsystemd-network: use -EINVAL for _DUID_TYPE_INVALIDBenjamin Robin1-1/+1
2021-02-16basic: use -EINVAL for _DUID_TYPE_INVALIDBenjamin Robin1-1/+1
2021-02-16shared: Fix _DNS_CACHE_MODE_INVALID value: use -EINVALBenjamin Robin1-1/+1
2021-02-16shared: use -EINVAL for _UNIT_FILE_CHANGE_TYPE_INVALIDBenjamin Robin2-3/+3
2021-02-16shared: use -EINVAL for _EXEC_COMMAND_FLAGS_INVALIDBenjamin Robin2-5/+7
2021-02-16basic: use -EINVAL for _MANAGED_OOM_PREFERENCE_INVALIDBenjamin Robin2-2/+2
2021-02-16logind: Restore chvt as non-root user without polkitJoshua Watt6-54/+44
2021-02-16stat-util: fix dir_is_empty_at without pathLuca Boccassi1-5/+10
2021-02-16resolved: unify code for trying a different DNS serverLennart Poettering1-14/+32
2021-02-16resolved: improve log message when retrying a transaction with a different se...Lennart Poettering1-1/+6
2021-02-16resolved: never go below DNSSEC feature level in DNSSEC strict modeLennart Poettering2-24/+50
2021-02-16resolved: make feature level checks a bit more discriptiveLennart Poettering2-3/+6
2021-02-16resolved: when we can't parse a packet, downgrade feature levelLennart Poettering3-5/+48
2021-02-16man: fix indentationYu Watanabe1-10/+9
2021-02-16resolved: paranoia — ensure DNS reply came over stream we sent it toLennart Poettering1-1/+2
2021-02-16Adding an explanation for CONFIG_NET requirement (#18600)heretoenhance1-1/+1
2021-02-16netlink: add nexthop related typesYu Watanabe1-0/+8
2021-02-16sd-netlink: add RTA_NH_ID attribute supportYu Watanabe1-1/+2
2021-02-16Rename unit_times_free to unit_times_free_arrayZbigniew Jędrzejewski-Szmek1-6/+6
2021-02-16Rename strbuf_cleanup to strbuf_freeZbigniew Jędrzejewski-Szmek5-6/+6
2021-02-16fuzz-systemctl-parse-argv: call static destuctorsZbigniew Jędrzejewski-Szmek2-0/+9
2021-02-16systemctl: use free_and_replace on global variableZbigniew Jędrzejewski-Szmek2-4/+5
2021-02-16tree-wide: reset the cleaned-up variable in cleanup functionsZbigniew Jędrzejewski-Szmek31-56/+66
2021-02-16tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek52-165/+154
2021-02-16resolved: reduce indentation level a bitLennart Poettering1-14/+14
2021-02-16resolved: let's preferably route reverse lookups for local subnets to matchin...Lennart Poettering3-1/+80
2021-02-16namespace: store and use original MountEntry paths when prefixingLuca Boccassi1-5/+29
2021-02-16MountImages: actually support optional pathsLuca Boccassi1-0/+2
2021-02-16networkd: make network_config_section_free() inlineZbigniew Jędrzejewski-Szmek2-6/+5
2021-02-16resolved: make dns_transaction_gc return a pointerZbigniew Jędrzejewski-Szmek2-8/+8
2021-02-16networkd-ndisc: drop confused freepp functionZbigniew Jędrzejewski-Szmek1-1/+0
2021-02-16coredump: add typedef for structZbigniew Jędrzejewski-Szmek1-9/+8
2021-02-16basic/capability-util: add missing initializationZbigniew Jędrzejewski-Szmek1-1/+1
2021-02-16analyze: use typedefs for structs and inline iterator variable declsZbigniew Jędrzejewski-Szmek1-79/+73
2021-02-16resolved: log process info of clients requesting resolution via D-BusLennart Poettering3-0/+60
2021-02-16resolved: propagate source where an RR from back to clientLennart Poettering7-7/+62
2021-02-16resolved: add "confidential" flag for replies passed to clientsLennart Poettering13-41/+95
2021-02-16resolved: replace "answer_authenticated" bool by uint64_t query_flags fieldLennart Poettering6-84/+87
2021-02-16resolvectl: clarify IDNA and search path logic in combination with "resolvect...Lennart Poettering2-11/+65
2021-02-16fuzz-systemctl-parse-argv: avoid "leak" of bus objectZbigniew Jędrzejewski-Szmek1-0/+3
2021-02-15journalctl: rotation is not a reason to warn, but certainly noteworthyLennart Poettering1-1/+1
2021-02-15resolved: close UDP socket when we received a network error on itLennart Poettering1-0/+2
2021-02-15resolved: instead of closing DNS UDP transaction fds right-away, add them to ...Lennart Poettering6-10/+194
2021-02-15socket-util: tighten parsing of ifnamesLennart Poettering1-8/+8
2021-02-15socket-util: fix indentationLennart Poettering1-3/+3
2021-02-15portabled: add DBUS documentationLuca Boccassi4-1/+431
2021-02-15portabled: use SD_BUS_METHOD_WITH_ARGSLuca Boccassi2-21/+129
2021-02-15portabled: use service_parse_argv/bus_add_implementationLuca Boccassi5-10/+31
2021-02-15resolved: don't redundantly switch DNS servers because of transaction failuresLennart Poettering7-19/+32