summaryrefslogtreecommitdiffstats
path: root/src/shared/bridge-util.h (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-16journal-file: fix archiving offline journalsVito Caputo1-2/+7
2021-02-16netlink: introduce sd_netlink_message_has_flag()Yu Watanabe2-5/+32
2021-02-16systemd: don't try to run as user manager when called without any argumentsZbigniew Jędrzejewski-Szmek1-3/+7
2021-02-16man: make clear that sd-journal notifications always come with extra latencyLennart Poettering1-12/+12
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-16netlink: drop sd_rtnl_message_{route,nexthop}_set_family()Yu Watanabe2-36/+5
2021-02-16network: drop unnecessary family settingYu Watanabe1-4/+0
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: fix assertionsYu Watanabe1-4/+15
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-16Refactor strv_env_replace() into strv_env_replace_consume()Zbigniew Jędrzejewski-Szmek5-38/+24
2021-02-16shared/exec-util: fix minor memleakZbigniew Jędrzejewski-Szmek1-8/+2
2021-02-16test-env-util: add tests for the two new functionsZbigniew Jędrzejewski-Szmek1-0/+33
2021-02-16basic/env-util: drop now-unused strv_env_set()Zbigniew Jędrzejewski-Szmek3-48/+0
2021-02-16basic/env-util: add strv_env_assign() helperZbigniew Jędrzejewski-Szmek4-69/+39
2021-02-16shared/user-record: inline iterator variable declarationsZbigniew Jędrzejewski-Szmek1-9/+6
2021-02-16locale: inline iterator variable declarationsZbigniew Jędrzejewski-Szmek3-18/+10
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