summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* user-record: add helper that checks if a user record is root or the nobody userLennart Poettering2024-08-283-5/+20
* nspawn: propagate SSH authorized keys when binding user into contaier via --b...Lennart Poettering2024-08-281-4/+7
* Merge pull request #34143 from DaanDeMeyer/testsDaan De Meyer2024-08-283-91/+120
|\
| * test-dhcp-server: Migrate to new assertion macrosDaan De Meyer2024-08-281-83/+86
| * tests: Add ASSERT_OK_EQ()Daan De Meyer2024-08-272-0/+26
| * tests: Remove some unnecessary quotesDaan De Meyer2024-08-271-8/+8
* | Merge pull request #34123 from yuwata/sd-deviceYu Watanabe2024-08-2810-63/+153
|\ \
| * | udevadm/info: also show driver subsystem and device IDYu Watanabe2024-08-271-2/+21
| * | sd-device: make sd_device_new_from_subsystem_sysname() stricterYu Watanabe2024-08-272-39/+89
| * | sd-device: make device_get_device_id() publicYu Watanabe2024-08-279-15/+16
| * | sd-device: introduce sd_device_get_driver_subsystem()Yu Watanabe2024-08-274-3/+21
| * | sd-device: refuse earlier when too long ifname is passed to sd_device_new_fro...Yu Watanabe2024-08-271-3/+5
| * | sd-device: make sd_device_get_devtype() return 0 on success againYu Watanabe2024-08-271-1/+1
* | | sd-device-monitor: introduce sd_device_monitor_get_events() and _get_timeout()Yu Watanabe2024-08-274-1/+30
* | | test: use more suitable assertionsYu Watanabe2024-08-271-8/+8
* | | sd-varlink: make the argument type consistent with headerYu Watanabe2024-08-271-3/+3
|/ /
* | stub: restore random seed update logicVitaly Kuznetsov2024-08-271-6/+3
* | vmspawn: fix duplicate logging on oomLennart Poettering2024-08-271-1/+1
* | Merge pull request #33570 from AdrianVovk/sysupdate-incompleteAdrian Vovk2024-08-276-59/+209
|\ \
| * | sysupdate: Repair incomplete versions in-placeAdrian Vovk2024-08-222-10/+61
| * | sysupdate: Track incompletely-installed versionsAdrian Vovk2024-08-224-48/+127
| * | sysupdate: Check that --instances-max is in boundsAdrian Vovk2024-08-221-0/+8
| * | sysupdate: Fix resource_find_instanceAdrian Vovk2024-08-221-1/+13
* | | exec-invoke: remove redundant empty linesLennart Poettering2024-08-271-2/+0
* | | service: add 'debug' option to RestartMode=Luca Boccassi2024-08-279-13/+88
* | | Merge pull request #34114 from yuwata/resolvconf-pLuca Boccassi2024-08-273-12/+37
|\ \ \
| * | | resolvconf: disable default route when -p is specifiedYu Watanabe2024-08-263-8/+26
| * | | resolvconf: clear domains if nothing specifiedYu Watanabe2024-08-261-1/+8
| * | | resolvectl: make enum name consistent with the option nameYu Watanabe2024-08-261-3/+3
* | | | core-varlink: add missing runtime scope check for manager_varlink_managed_oom...Mike Yuan2024-08-271-1/+4
* | | | Merge pull request #34124 from YHNdnzj/socket-accept-nameYu Watanabe2024-08-277-36/+35
|\ \ \ \ | |/ / / |/| | |
| * | | core: honor FileDescriptorName= too for Accept=yes socketsMike Yuan2024-08-263-11/+16
| * | | core: move check for combination of PAMName= + KillMode= to unit_verify_conte...Mike Yuan2024-08-266-20/+14
| * | | core/socket: refuse MaxConnection=0 for Accept=no sockets tooMike Yuan2024-08-261-3/+3
| * | | core/socket: use UNIT_ISSET rather than _DEREF where suitableMike Yuan2024-08-261-2/+2
| | |/ | |/|
* | | resolved: clear the AD bit for bypass packetsRonan Pigott2024-08-262-2/+9
* | | repart: Use streq_ptr() in one more placeDaan De Meyer2024-08-261-1/+1
* | | man: document "web" session typeAllison Karlitskaya2024-08-261-1/+1
* | | crash-handler: Add back notice log messageDaan De Meyer2024-08-261-0/+2
|/ /
* | network/routing-policy-rule: use config_parse_routing_policy_rule() moreYu Watanabe2024-08-243-149/+63
* | network/routing-policy-rule: introduce a generic conf-parser for [RoutingPoli...Yu Watanabe2024-08-243-243/+80
* | conf-parser: move config_parse_ip_protocol() from network/netdev/fou-tunnel.cYu Watanabe2024-08-245-43/+39
* | conf-parser: introduce config_parse_uint32_flag()Yu Watanabe2024-08-242-0/+30
* | conf-parser: return 1 on successYu Watanabe2024-08-242-9/+10
* | parse-util: drop unused parse_ip_prefix_length()Yu Watanabe2024-08-242-18/+0
* | network/routing-policy-rule: merge two conf parsersYu Watanabe2024-08-243-56/+21
* | network/routing-policy-rule: trivial cleanups for conf-parsersYu Watanabe2024-08-241-38/+29
* | network/routing-policy-rule: rename n -> ruleYu Watanabe2024-08-241-84/+84
* | Merge pull request #34111 from yuwata/log_section_full_errnoYu Watanabe2024-08-242-15/+55
|\ \
| * | network/routing-policy-rule: use log_section_warning_errno()Yu Watanabe2024-08-231-15/+18