summaryrefslogtreecommitdiffstats
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
* Merge pull request #34142 from DaanDeMeyer/update-distributionsLuca Boccassi2024-08-2811-12/+27
|\
| * mkosi: update debian commit referenceDaan De Meyer2024-08-281-1/+1
| * mkosi: update fedora commit referenceDaan De Meyer2024-08-281-1/+1
| * mkosi: update opensuse commit referenceDaan De Meyer2024-08-281-1/+1
| * mkosi: update arch commit referenceDaan De Meyer2024-08-281-1/+1
| * mkosi: Include noarch in dnf repoquery architecturesDaan De Meyer2024-08-281-1/+1
| * mkosi: Always specify _sourcedir as an absolute pathDaan De Meyer2024-08-284-6/+6
| * mkosi: Don't apply distribution specific patchesDaan De Meyer2024-08-285-0/+15
| * mkosi: Update to latestDaan De Meyer2024-08-281-1/+1
* | nspawn: propagate SSH authorized keys when binding user into contaier via --b...Lennart Poettering2024-08-281-4/+7
* | TODO: add note about live mounting via pinned namespace fdLuca Boccassi2024-08-281-0/+2
* | mkosi: use util-linux's autologinLuca Boccassi2024-08-282-4/+4
* | 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-2813-64/+203
|\ \
| * | udevadm/info: also show driver subsystem and device IDYu Watanabe2024-08-272-2/+29
| * | 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-2711-17/+43
| * | sd-device: introduce sd_device_get_driver_subsystem()Yu Watanabe2024-08-276-3/+37
| * | 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
* | | Merge pull request #34139 from yuwata/sd-device-monitorYu Watanabe2024-08-285-12/+41
|\ \ \ | |/ / |/| |
| * | 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-279-75/+271
|\ \
| * | sysupdate: Add tests for incomplete versionsAdrian Vovk2024-08-221-13/+51
| * | sysupdate: Repair incomplete versions in-placeAdrian Vovk2024-08-223-11/+63
| * | sysupdate: Track incompletely-installed versionsAdrian Vovk2024-08-225-48/+134
| * | sysupdate: Check that --instances-max is in boundsAdrian Vovk2024-08-222-3/+11
| * | 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-2713-24/+164
* | | Merge pull request #34114 from yuwata/resolvconf-pLuca Boccassi2024-08-276-14/+93
|\ \ \
| * | | NEWS: mention "resolvconf -p"Yu Watanabe2024-08-261-0/+5
| * | | test: add more test cases for resolvconfYu Watanabe2024-08-261-0/+40
| * | | resolvconf: disable default route when -p is specifiedYu Watanabe2024-08-264-10/+37
| * | | 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-2714-52/+47
|\ \ \ \ | |/ / / |/| | |
| * | | units: don't set LISTEN_FDNAMES for varlink services explicitlyLennart Poettering2024-08-265-5/+0
| * | | core: honor FileDescriptorName= too for Accept=yes socketsMike Yuan2024-08-265-22/+28
| * | | 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