summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/meson.build (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-14dhcp6-network: constify argumentsYu Watanabe4-20/+11
2024-04-14network: add mechanism to configure default UseDomains= setting, update man p...Henry Li9-1/+77
2024-04-14man: remove PrivateMounts= from list of other settings in its own descriptionOle Peder Brandtzæg1-6/+6
2024-04-12vmspawn: check firmware target architectureSam Leonard1-28/+78
2024-04-12tree-wide: insert missing space after commaYu Watanabe7-11/+11
2024-04-12journal: drop thousands separator in commentYu Watanabe1-1/+1
2024-04-12home: wrap long lineYu Watanabe1-1/+9
2024-04-12homectl: realign tableYu Watanabe1-96/+96
2024-04-12network/ndisc: fix typoYu Watanabe1-1/+1
2024-04-12core: fix typoYu Watanabe1-1/+1
2024-04-12fuzz: check that resource records are serialized successfullyEvgeny Vereshchagin1-6/+4
2024-04-12sd-dhcp-server: use close_and_replace (avoid fd leak)Mike Yuan1-3/+3
2024-04-12sd-dhcp-server: check dir_fd with assert_returnMike Yuan1-3/+1
2024-04-12shared/killall: minor modernizationMike Yuan1-8/+8
2024-04-12string-util: correct comment in strextendf_with_separatorMike Yuan1-1/+1
2024-04-12vmspawn: add --discard-disk= to control handling of disk discard requestsSam Leonard2-1/+21
2024-04-12test: add instructions on how to run Coverity locallyFrantisek Sumsal1-0/+45
2024-04-12vmspawn: update parse_boolean to parse_boolean_argumentSam Leonard1-10/+4
2024-04-12bus-polkit: fix return value for `varlink_allow_interactive_authentication()`Antonio Alvarez Feijoo1-2/+4
2024-04-12meson: do not fail build with newer kernel headersZbigniew Jędrzejewski-Szmek1-1/+1
2024-04-12ndisc-option: also ignore Prefix Information option with multicast addressYu Watanabe1-1/+3
2024-04-11network/ndisc: drop onlink prefix when valid lifetime is zeroYu Watanabe1-3/+17
2024-04-11network/ndisc: do nothing for existing routes if on-link flag is zeroYu Watanabe1-55/+4
2024-04-11resolved: use NULL to represent an empty answerRonan Pigott1-8/+2
2024-04-11vmspawn: enabled free page reporting in qemu by defaultSam Leonard1-1/+2
2024-04-11nsresourced: don't redefine of bpf_rdonly_castLudwig Nussel1-0/+5
2024-04-11sd-ndisc-redirect: fix verification of target addressYu Watanabe1-4/+9
2024-04-11network/ndisc: fix verification of sender of Redirect messageYu Watanabe2-53/+65
2024-04-11network/ndisc: split out ndisc_redirect_verify_sender()Yu Watanabe1-8/+17
2024-04-11network/ndisc: drop ndisc_request_redirect_route()Yu Watanabe1-28/+9
2024-04-11network/ndisc: redirect routes do not have lifetimeYu Watanabe1-25/+1
2024-04-11network/ndisc: introduce ndisc_request_router_route()Yu Watanabe1-22/+30
2024-04-11network/ndisc: do not set per-route MTU and hop limitYu Watanabe2-32/+10
2024-04-11journal-remote: fix two minor memory leaksAntonio Alvarez Feijoo2-0/+3
2024-04-11test: make sd-journal-gatewayd tests even more debug-ableFrantisek Sumsal1-45/+90
2024-04-11creds: allow null when decryptingLudwig Nussel2-1/+17
2024-04-11README.md: link bug bounty programLuca Boccassi1-0/+2
2024-04-11build(deps): bump pkg/fedora from `2822a03` to `3f8c38e`dependabot[bot]1-0/+0
2024-04-11test: make the output of TEST-69 less painful to readFrantisek Sumsal3-4/+2
2024-04-11journal-remote: Use "event" instead of "events"Daan De Meyer6-22/+22
2024-04-11journal-remote: Use sd_event_set_signal_exit()Daan De Meyer5-60/+5
2024-04-11test: PROJECT_FILE macro cannot be used in generated codeYu Watanabe1-0/+7
2024-04-11network/ndisc: fix updating valid lifetime of configured addressYu Watanabe1-21/+72
2024-04-11network/ndisc: set provider address in callerYu Watanabe1-11/+10
2024-04-10libsystemd-network: do not trigger assertion by sd_*_is_running() with NULLYu Watanabe4-4/+8
2024-04-10core/dbus-execute: fix potential memory leakMike Yuan1-12/+11
2024-04-10core/execute: introduce exec_command_freeMike Yuan2-4/+13
2024-04-10core/dbus-execute: modernize a bitMike Yuan1-7/+13
2024-04-10core/load-fragment: modernize config_parse_execMike Yuan1-73/+51
2024-04-10docs: Add Tests section to coding style docDaan De Meyer1-0/+10