summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-daemon: Use socket type from vsock address if setDaan De Meyer2023-06-131-10/+13
* socket-util: Allow specifying socket type in vsock addressDaan De Meyer2023-06-131-3/+11
* Merge pull request #27968 from poettering/may-gc-tweaksLennart Poettering2023-06-085-1/+20
|\
| * core: do not GC units/jobs that are in the D-Bus queueLennart Poettering2023-06-084-0/+14
| * unit: don't gc unit in oom queueLennart Poettering2023-06-082-1/+6
* | sd-journal: when SD_JOURNAL_CURRENT_USER is set, and called from system UID, ...Lennart Poettering2023-06-081-6/+14
* | journald: move uid_for_system_journal() to uid-alloc-range.hLennart Poettering2023-06-083-7/+9
* | shared: move uid-alloc-range.[ch] from src/shared/ → src/basic/Lennart Poettering2023-06-084-1/+1
|/
* tpm2: replace _cleanup_tpm2_* macros with _cleanup_()Dan Streetman2023-06-085-20/+18
* pam_systemd_home: suppress LOG_DEBUG msgs if debugging is offDavid Tardon2023-06-071-28/+54
* kbd-model-map: change the order of Hungarian keymapsBalló György2023-06-071-2/+2
* Merge pull request #27629 from ddstreet/tpm2_verify_sym_paramsDaan De Meyer2023-06-073-61/+262
|\
| * tpm2: verify symmetric parms in tpm2_context_new()Dan Streetman2023-06-063-12/+149
| * tpm2: add tpm2_get_capability(), tpm2_cache_capabilities(), tpm2_capability_p...Dan Streetman2023-06-062-49/+113
* | Merge pull request #27882 from DaanDeMeyer/repart-truncateZbigniew Jędrzejewski-Szmek2023-06-073-6/+16
|\ \
| * | repart: Use COPY_TRUNCATEDaan De Meyer2023-06-011-4/+4
| * | copy: Add COPY_TRUNCATEDaan De Meyer2023-06-012-2/+12
* | | resolved: add comment clarifying why we decompress DNS names when parsing SRVLennart Poettering2023-06-071-4/+10
* | | Merge pull request #27885 from DaanDeMeyer/please-dont-make-me-write-more-ope...Zbigniew Jędrzejewski-Szmek2023-06-0725-246/+208
|\ \ \
| * | | btrfs-util: Add btrfs_subvol_snapshot_at()Daan De Meyer2023-06-068-84/+68
| * | | chattr-util: Make chattr_full() an openat() style functionDaan De Meyer2023-06-064-21/+24
| * | | btrfs-util: Add btrfs_subvol_set_read_only_at()Daan De Meyer2023-06-062-14/+15
| * | | rm-rf: Add rm_rf_at()Daan De Meyer2023-06-062-12/+19
| * | | btrfs-util: Add btrfs_subvol_remove_at()Daan De Meyer2023-06-063-12/+11
| * | | test-chase: Add one more test for chase_and_openat()Daan De Meyer2023-06-061-0/+6
| * | | chase: Allow passing NULL as the empty path to chaseat()Daan De Meyer2023-06-062-1/+4
| * | | test-chase: Fix commentDaan De Meyer2023-06-061-1/+1
| * | | fd-util: Add path_is_root_at()Daan De Meyer2023-06-062-4/+16
| * | | btrfs-util: Add btrfs_is_subvol_at()Daan De Meyer2023-06-062-18/+11
| * | | stat-util: Add is_fs_type_at()Daan De Meyer2023-06-062-14/+12
| * | | stat-util: Follow coding style in xstatfsat()Daan De Meyer2023-06-061-1/+0
| * | | fs-util: Allow passing NULL path to xopenat()Daan De Meyer2023-06-061-1/+0
| * | | copy: Merge copy_directory() and copy_directory_fd() into copy_directory_at()Daan De Meyer2023-06-066-67/+25
| | |/ | |/|
* | | pam: add call to pam_umaskMichal Sekletar2023-06-071-0/+1
* | | sd-login: add sd_session_get_leader interfaceThorsten Kukuk2023-06-073-0/+23
* | | Merge pull request #27925 from DaanDeMeyer/repart-encryptDaan De Meyer2023-06-061-73/+195
|\ \ \
| * | | repart: Do online encryption when loop devices are availableDaan De Meyer2023-06-061-73/+195
| |/ /
* | | Merge pull request #27938 from keszybz/ukify-build-verbLuca Boccassi2023-06-065-40/+151
|\ \ \
| * | | ukify: add 'build' verbZbigniew Jędrzejewski-Szmek2023-06-062-18/+116
| * | | test_ukify: pass through path to addon stubZbigniew Jędrzejewski-Szmek2023-06-063-3/+19
| * | | test_ukify: no stinky root needed for signingZbigniew Jędrzejewski-Szmek2023-06-061-8/+0
| * | | ukify: simplify creation of parserZbigniew Jędrzejewski-Szmek2023-06-062-9/+8
| * | | ukify: make code pylint cleanZbigniew Jędrzejewski-Szmek2023-06-051-3/+9
* | | | Merge pull request #27918 from yuwata/chase-filenameDaan De Meyer2023-06-064-13/+88
|\ \ \ \
| * | | | chase: handle root path more carefully in chase_and_open()Yu Watanabe2023-06-053-8/+72
| * | | | test: move intro() near DEFINE_TEST_MAIN_WITH_INTRO()Yu Watanabe2023-06-051-5/+5
| * | | | test: add more test cases about path_startswith()Yu Watanabe2023-06-051-0/+11
* | | | | generators: change TimeoutSec=0 to TimeoutSec=infinityLennart Poettering2023-06-065-8/+10
| |_|/ / |/| | |
* | | | cgls/cgtop: spell field/column "CGroup" rather than "Control Group"Lennart Poettering2023-06-052-2/+2
* | | | Merge pull request #27912 from mrc0mmand/cryptsetup-testsYu Watanabe2023-06-051-1/+1
|\ \ \ \