summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | man: fix links to veritysetup(8)Antonio Alvarez Feijoo2024-10-243-4/+4
* | | Merge pull request #34880 from poettering/change-user-on-pam-alwaysLennart Poettering2024-10-252-4/+22
|\ \ \
| * | | test: add quick test to verify the PAM stack really ran in all run0 modes of ...Lennart Poettering2024-10-241-1/+4
| * | | core: make sure that if PAMName= is set we always do the full user changing e...Lennart Poettering2024-10-241-3/+18
* | | | Merge pull request #34875 from poettering/userdbctl-filterLennart Poettering2024-10-248-62/+401
|\ \ \ \ | |/ / / |/| | |
| * | | ci: give new userdbctl some CI exposureLennart Poettering2024-10-241-0/+14
| * | | user-record: fix indentationLennart Poettering2024-10-241-24/+24
| * | | userdbctl: set shell/home cell type to TABLE_PATHLennart Poettering2024-10-241-2/+2
| * | | userdbctl: grey out nologin shell in tabular outputLennart Poettering2024-10-241-4/+8
| * | | userdbctl: optionally hide UID range boundaries in outputLennart Poettering2024-10-242-25/+67
| * | | userdbctl: add some basic client-side filteringLennart Poettering2024-10-246-9/+288
* | | | user-util: tighten shell validation a tiny bitLennart Poettering2024-10-243-9/+30
* | | | Merge pull request #34799 from YHNdnzj/service-followupsMike Yuan2024-10-2410-107/+108
|\ \ \ \ | |/ / / |/| | |
| * | | core: clean up errors for live mountingMike Yuan2024-10-223-55/+38
| * | | core/service: fix one wordingMike Yuan2024-10-221-1/+1
| * | | core/service: add missing serialization for Service.live_mount_resultMike Yuan2024-10-221-3/+13
| * | | core/service: call service_enter_running() if live mount failsMike Yuan2024-10-221-1/+1
| * | | core/service: introduce service_live_mount_finish()Mike Yuan2024-10-221-8/+7
| * | | core/service: place occurrences of SERVICE_MOUNTING closer to reload statesMike Yuan2024-10-222-21/+20
| * | | core/unit: put the reload job back to queue if unit is refreshingMike Yuan2024-10-221-1/+5
| * | | shared/bus-util: debug log when falling back to session busMike Yuan2024-10-221-1/+4
| * | | basic/fs-util: move unlink_tempfilep() to tmpfile-utilMike Yuan2024-10-224-13/+13
| * | | man/org.freedesktop.systemd1: complete version info for ManagedOOMMemoryPress...Mike Yuan2024-10-221-6/+9
* | | | man: insert a comma before 'and'Yu Watanabe2024-10-241-1/+1
* | | | Merge pull request #27916 from yuwata/test-execute-credstoreYu Watanabe2024-10-242-12/+14
|\ \ \ \
| * | | | TEST-02-UNITTESTS: reuse $TEST_MATCH_SUBTEST to specify unit tests to be runYu Watanabe2024-10-221-8/+10
| * | | | test-execute: update permission of credstoreYu Watanabe2024-10-221-4/+4
* | | | | Revert "TEST-55-OOMD: workaround for kernel regression in 6.12-rcX"Yu Watanabe2024-10-241-18/+3
* | | | | po: Translated using Weblate (Swedish)Anders Jonsson2024-10-241-4/+4
* | | | | docs: Mention that a local build might be required to use mkosiDaan De Meyer2024-10-231-26/+31
* | | | | man/network: suggest to not request IA_NA when received RA with Managed bit u...Yu Watanabe2024-10-231-0/+2
* | | | | Merge pull request #34834 from yuwata/protect-home-tmpfs-read-onlyYu Watanabe2024-10-232-23/+32
|\ \ \ \ \
| * | | | | core/namespace: replace MOUNT_PRIVATE_TMP_READ_ONLY with MOUNT_PRIVATE_TMP wi...Yu Watanabe2024-10-231-10/+5
| * | | | | core/namespace: coding style cleanupsYu Watanabe2024-10-231-6/+6
| * | | | | core/namespace: honor MountEntry.read_only, .options, and so on in static ent...Yu Watanabe2024-10-232-7/+21
| | |_|/ / | |/| | |
* / | | | core: don't forget about fallback_smack_process_labelƁukasz Stelmach2024-10-231-1/+1
|/ / / /
* | | | refactor: replace sizeof in loop with ELEMENTSOF & FOREACH_ELEMENT (#34863)Integral2024-10-234-15/+12
* | | | update TODOLennart Poettering2024-10-231-0/+2
* | | | man/network: fix typoYu Watanabe2024-10-231-1/+1
* | | | measure: fix typoYu Watanabe2024-10-231-1/+1
* | | | TEST-55-OOMD: fix typoYu Watanabe2024-10-231-1/+1
* | | | Merge pull request #34850 from poettering/openat-report-new-tweaksLennart Poettering2024-10-2325-200/+180
|\ \ \ \
| * | | | fs-util: move attempts counter in openat_report_new() into loopLennart Poettering2024-10-221-2/+1
| * | | | label: move label_ops_reset() up a bitLennart Poettering2024-10-222-6/+5
| * | | | label: add missing assert() to label_ops_set()Lennart Poettering2024-10-221-0/+3
| * | | | shared: get rid of fileio-label.[ch]Lennart Poettering2024-10-227-47/+29
| * | | | fileio: port write_string_file_full() to openat_report_new()Lennart Poettering2024-10-221-10/+15
| * | | | fileio: port write_string_file() to LabelOps, and thus add WRITE_STRING_FILE_...Lennart Poettering2024-10-2213-74/+84
| * | | | fs-util: tweak how openat_report_new() operates when O_CREAT is used on a dan...Lennart Poettering2024-10-223-33/+21
| * | | | fs-util: always call label post ops in xopenat_full(), in both success and er...Lennart Poettering2024-10-221-9/+11