summaryrefslogtreecommitdiffstats
path: root/src/fstab-generator (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-12Reapply "network: add "mac" to alternatives name policy by default"Yu Watanabe1-1/+1
2024-06-12creds-util: fix "weak" vs. "secure" display for tmpfs/noswap backed credentialsLennart Poettering2-5/+42
2024-06-12shell-completion: only offer devices for completionDavid Tardon1-4/+1
2024-06-12NEWS: note that new stable releases will be in the main repoLuca Boccassi1-0/+5
2024-06-12docs: update RELEASE.md to use same repository for stable branchesLuca Boccassi1-3/+2
2024-06-12repart: Use CRYPT_ACTIVATE_PRIVATEDaan De Meyer1-1/+1
2024-06-12test: dump a simple summary at the end of TEST-02-UNITTESTFrantisek Sumsal3-76/+14
2024-06-12test-ip-protocol-list: include missing_network.h instead of netinet/in.hAntonio Alvarez Feijoo1-3/+2
2024-06-12bus-util: add log message when exiting because of idleLennart Poettering1-0/+2
2024-06-12bus-util: add env var for disabling exit-on-idleLennart Poettering2-1/+21
2024-06-12update TODOLennart Poettering1-2/+0
2024-06-12analyze: add verb for dumping SMBIOS Type #11 dataLennart Poettering6-0/+109
2024-06-12core: split out smbios type 11 reader into src/shared/smbios11.[ch]Lennart Poettering4-25/+73
2024-06-12repart: Use crypt_reencrypt_run() if availableDaan De Meyer4-15/+17
2024-06-12resolved: permit dnssec rrtype questions when we aren't validatingRonan Pigott1-3/+0
2024-06-12cryptsetup-generator: always process cmdline devicesDavid Tardon1-7/+2
2024-06-12cryptsetup-generator: parse all cmdline devices tooDavid Tardon1-4/+3
2024-06-12cryptsetup-generator: continue parsing after errorDavid Tardon1-5/+3
2024-06-12cryptsetup-generator: refactor add_crypttab_devices()David Tardon1-38/+48
2024-06-12vsock-mux ssh proxyДамјан Георгиевски2-3/+65
2024-06-12core: invoke_main_loop() does not return MANAGER_RELOADYu Watanabe1-2/+1
2024-06-12tpm2-setup: Don't fail if we can't access the TPM due to authorization failureDaan De Meyer6-1/+36
2024-06-12strbuf: make length for strbuf_add_string() optionalYu Watanabe5-20/+22
2024-06-12strbuf: several cleanups for strbuf_add_string()Yu Watanabe1-9/+6
2024-06-12strbuf: use GREEDY_REALLOC to grow the bufferq661-4/+1
2024-06-12core/exec-credential: drop unused unit_add_default_credential_dependenciesMike Yuan3-32/+1
2024-06-12Revert "core/credential,mount: re-read /proc/self/mountinfo before invoking u...Mike Yuan5-45/+6
2024-06-12core/mount: stop generating mount units for cred mountsMike Yuan1-16/+17
2024-06-12udev: tag MTD devices for systemdIan Abbott1-0/+2
2024-06-12core/socket: allow MPTCP protocolMatthieu Baerts (NGI0)7-6/+21
2024-06-12core: populate $REMOTE_ADDR for AF_UNIX socketsKamil Szczęk3-17/+36
2024-06-12core/manager: enclose debug info acquirement in 'if (DEBUG_LOGGING)'Mike Yuan1-7/+7
2024-06-12rules: Limit the number of device units generated for serial ttysDaan De Meyer1-0/+2
2024-06-12udev: rewrite token_match_attr() to make it easier for Coverity to understandYu Watanabe1-15/+16
2024-06-12sd-dhcp-server: clear buffer before receiveYu Watanabe1-1/+1
2024-06-12bus-util: check sd_bus_pending_method_calls() when determining whether a serv...Lennart Poettering1-1/+3
2024-06-12sd-bus: add new sd_bus_pending_method_calls() callLennart Poettering5-0/+114
2024-06-12tree-wide: never consider service idle if polkit authentication is still pendingLennart Poettering5-7/+36
2024-06-12hostnamed: don't allow hostnamed to exit on idle if varlink connections are s...Lennart Poettering1-2/+9
2024-06-12unit-file,portable: replace streq + basename with path_equal_filenameMike Yuan2-2/+2
2024-06-12shared/install: use FOREACH_ARRAY at one more placeMike Yuan1-4/+14
2024-06-12shared/install: replace streq + basename with path_equal_filenameMike Yuan1-2/+2
2024-06-12shared/install: use path_extract_filename in install_info_traverseMike Yuan1-11/+12
2024-06-12shared/install: modernize unit_file_get_list, use key destructorMike Yuan7-68/+54
2024-06-12shared/install: modernize unit_file_linkMike Yuan1-21/+26
2024-06-12install,dbus-manager: make unit_file_* take (char* const*) for strvMike Yuan3-25/+25
2024-06-12shared/install: modernize install_info_addMike Yuan1-22/+25
2024-06-12shared/install: modernize find_symlinks and friendsMike Yuan1-35/+26
2024-06-12shared/install: modernize remove_marked_symlink_fdMike Yuan1-47/+43
2024-06-12shared/install: return bool where appropriateMike Yuan1-9/+12