summaryrefslogtreecommitdiffstats
path: root/sysctl.d (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-28path-util: make path_extract_filename/directory() handle "." gracefullyYu Watanabe4-64/+71
2021-05-28path-util: introduce path_find_last_component()Yu Watanabe3-0/+184
2021-05-28path-util: use path_equal() in empty_or_root()Yu Watanabe2-4/+4
2021-05-28fs-util: make chase_symlinks() use path_find_first_component()Yu Watanabe2-111/+58
2021-05-28path-util: make path_compare() and path_hash_func() ignore "."Yu Watanabe4-80/+100
2021-05-28path-util: use path_find_first_component() in path_make_relative()Yu Watanabe3-80/+86
2021-05-28path-util: use path_find_first_component() in path_startswith()Yu Watanabe3-55/+48
2021-05-28path-util: use path_is_safe() in path_is_normalized()Yu Watanabe1-9/+2
2021-05-28path-util: introduce path_is_safe()Yu Watanabe3-22/+40
2021-05-28path-util: use path_find_first_component() in path_is_valid()Yu Watanabe1-12/+5
2021-05-28path-util: introduce path_find_first_component()Yu Watanabe3-0/+170
2021-05-28path-util: fix off by one issue to detect slash at the end in path_extend()Yu Watanabe2-3/+9
2021-05-28test/networkd-test: in bridge test, wait for online after restart systemd-net...Dan Streetman1-0/+9
2021-05-27meson: Correctly validate that prefix is a child of rootprefixPeter Kjellerstedt1-1/+1
2021-05-27tree-wide: make use of path_extend() at many placesLennart Poettering6-65/+44
2021-05-27path-util: add path_extend(), inspired by strextend(), but using path_join()Lennart Poettering3-21/+60
2021-05-27network: ndisc: update log messageYu Watanabe1-2/+2
2021-05-27network: ndisc: always honor valid timeYu Watanabe1-20/+18
2021-05-27test-network: add a testcase for DHCP static leaseborna-blazevic3-0/+37
2021-05-27network: dhcp-server: introduce [DHCPServerStaticLease] sectionborna-blazevic10-1/+312
2021-05-27sd-dhcp-server: support static address to DHCPv4 offerborna-blazevic3-53/+184
2021-05-27man: fix tag typeChristian Hesse1-1/+1
2021-05-26hash-func: change value type of string_hash_ops_free_free to void*Lennart Poettering1-1/+1
2021-05-26udevadm: make use of the new uuid-enabled triggering for "udevadm trigger"Lennart Poettering4-23/+108
2021-05-26sd-device: add API for triggering synthetic uevents with UUIDLennart Poettering3-0/+70
2021-05-26man: document that it is guaranteed that generated ID128 are never all-zero o...Lennart Poettering2-8/+13
2021-05-26update TODOLennart Poettering1-2/+0
2021-05-26Mount all fs nosuid when NoNewPrivileges=yesTopi Miettinen4-3/+39
2021-05-26man: fix list of escaped characters in unit namesLennart Poettering1-4/+5
2021-05-26core: support specifier expansion in DefaultEnvironment= and ManagerEnvironment=Lennart Poettering2-9/+56
2021-05-26repart: resolve $TMP specifiers tooLennart Poettering2-11/+10
2021-05-26sysusers: add a generic specifier table for common casesLennart Poettering3-12/+14
2021-05-26hexdecoct: make return parameters of unbase64mem() and unhexmem() optionalLennart Poettering1-8/+8
2021-05-26test-network: refuse RA if not necessaryYu Watanabe8-0/+13
2021-05-26test-network: wait for that the link is in configuring state at the beginningYu Watanabe1-1/+1
2021-05-26man: document udevadm info output prefixesLennart Poettering1-0/+39
2021-05-26man: try to clarify that nss-mymachines does not provide name resolution outs...Lennart Poettering1-0/+9
2021-05-26man: explicit say for priority/weight values whether more is more or lessLennart Poettering2-26/+34
2021-05-26networkctl: politely refuse being called from a different netns than the netw...Lennart Poettering1-0/+43
2021-05-26networkd: add bus property exposing network namepace ID we run inLennart Poettering1-0/+29
2021-05-26README: drop reference to KinvolkLennart Poettering1-5/+0
2021-05-26core/service: do not set zero error to log_unit_debug_errno()Yu Watanabe1-1/+1
2021-05-26dns-domain: fix build failure with libidnYu Watanabe1-3/+3
2021-05-26load-fragment: validate paths properlyLennart Poettering1-1/+1
2021-05-25test: add simple test for PCR list parsingLennart Poettering2-0/+36
2021-05-25tpm2-util: accept empty string for empty PCR listLennart Poettering1-0/+7
2021-05-25tpm2: support "+" as separator for TPM PCR listsLennart Poettering5-12/+15
2021-05-25core: watch paths with symlinks in .path unitsLennart Poettering1-20/+42
2021-05-25core: optimize loop in path_spec_fd_event()Lennart Poettering1-7/+7
2021-05-25core: log about all errors in path_spec_watch()Lennart Poettering1-2/+4