summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FIDO2: ask and record whether user presence was used to lock the volumeLuca Boccassi2021-05-079-55/+85
* FIDO2: support pin-less LUKS enroll/unlockLuca Boccassi2021-05-0711-36/+118
* cryptsetup: add 'headless' parameter to skip password/pin queryLuca Boccassi2021-05-079-4/+44
* Added Teclast X4 ACCEL_MOUNT_MATRIX (#19540)Marco Antonio Mauro2021-05-071-0/+4
* string-util: fix build error on aarch64Yu Watanabe2021-05-071-1/+1
* test: fix partition check in TEST-58-REPARTFrantisek Sumsal2021-05-071-2/+2
* Merge pull request #18863 from keszybz/cmdline-escapingLennart Poettering2021-05-0723-327/+633
|\
| * core,journald: use quoted commandlinesZbigniew Jędrzejewski-Szmek2021-05-052-2/+4
| * coredump: use "POSIX quotes" for cmdlineZbigniew Jędrzejewski-Szmek2021-05-052-3/+3
| * man: add an example of coredumpctl outputZbigniew Jędrzejewski-Szmek2021-05-051-4/+34
| * test-process-util: add test that prints all cmdlinesZbigniew Jędrzejewski-Szmek2021-05-051-0/+49
| * basic/process-util: add mode where posix shell escape is used for quotingZbigniew Jędrzejewski-Szmek2021-05-053-2/+20
| * test-process-util: run fewer getpid() testsZbigniew Jędrzejewski-Szmek2021-05-051-8/+9
| * test-process-util: add more debug logging but hide most of it by defaultZbigniew Jędrzejewski-Szmek2021-05-051-15/+60
| * basic/process-util: allow quoting of commandlinesZbigniew Jędrzejewski-Szmek2021-05-054-36/+148
| * test-utf8: hide most output by defaultZbigniew Jędrzejewski-Szmek2021-05-051-9/+13
| * basic/escape: allow truncation mode where "…" is always appendedZbigniew Jędrzejewski-Szmek2021-05-056-38/+57
| * basic/escape: flagsify xescape_full()Zbigniew Jędrzejewski-Szmek2021-05-054-12/+18
| * test-fileio: modernizationZbigniew Jędrzejewski-Szmek2021-05-051-13/+44
| * basic/fileio: add a mode to read_full_virtual_file() where not the whole file...Zbigniew Jędrzejewski-Szmek2021-05-053-21/+43
| * basic/escape: escape control characters, but not utf-8, in shell quotingZbigniew Jędrzejewski-Szmek2021-05-052-33/+35
| * basic/string-util: simplify how str_realloc() is usedZbigniew Jędrzejewski-Szmek2021-05-053-13/+7
| * basic/string-util: inline iterator variable declarationsZbigniew Jędrzejewski-Szmek2021-05-051-22/+10
| * basic/string-util: split out helper functionZbigniew Jędrzejewski-Szmek2021-05-052-4/+4
| * basic/escape: always escape newlines in shell_escape()Zbigniew Jędrzejewski-Szmek2021-05-052-5/+5
| * basic/escape: add mode where empty arguments are still shown as ""Zbigniew Jędrzejewski-Szmek2021-05-053-0/+8
| * Flagsify EscapeStyle and make ESCAPE_BACKSLASH_ONELINE implicitZbigniew Jędrzejewski-Szmek2021-04-018-72/+47
| * test-process-util: getpid_cached() → 0Zbigniew Jędrzejewski-Szmek2021-04-011-35/+35
* | Merge pull request #19134 from poettering/outbound-special-hostnameZbigniew Jędrzejewski-Szmek2021-05-0711-18/+262
|\ \
| * | man: document _outboundLennart Poettering2021-04-233-5/+19
| * | resolved: synthesize _outbound magic hostname here tooLennart Poettering2021-04-232-7/+28
| * | nss-myhostname: expose the "outbound" IP addresses under the synthetic "_outb...Lennart Poettering2021-04-233-4/+23
| * | local-addresses: add helper for determining local "outbound" IP addressesLennart Poettering2021-04-233-2/+192
* | | nss-systemd: make llvm work-around for used _cleanup_ explicitLennart Poettering2021-05-071-16/+14
* | | userdbd: reverse which path is a socket and which a symlinkLennart Poettering2021-05-071-2/+3
* | | fileio: optionally, return discovered path of file in search_and_fopen()Lennart Poettering2021-05-079-71/+146
* | | Merge pull request #19391 from poettering/dissect-growZbigniew Jędrzejewski-Szmek2021-05-0721-97/+306
|\ \ \
| * | | update TODOLennart Poettering2021-04-231-9/+0
| * | | gpt-auto-generator: pull in systemd-growfs@.service if new GPT growfs partiti...Lennart Poettering2021-04-232-7/+28
| * | | man: document the new grow-file-system flagLennart Poettering2021-04-231-18/+42
| * | | repart: add GrowFileSystem= setting to set new GPT partition flag for newly c...Lennart Poettering2021-04-235-38/+106
| * | | tree-wide: enable automatic growing of file systems in images in various tool...Lennart Poettering2021-04-237-8/+13
| * | | dissect: enable growfs by default, but make it configurableLennart Poettering2021-04-232-1/+35
| * | | dissect-image: optionally, grow file systems on mountLennart Poettering2021-04-232-0/+42
| * | | dissect: show growfs flag in systemd-dissect table outputLennart Poettering2021-04-232-3/+7
| * | | dissect: look for new GPT partition flag marking partitions for growingLennart Poettering2021-04-233-13/+33
* | | | Merge pull request #19531 from poettering/nss-systemd-fixesLennart Poettering2021-05-072-5/+8
|\ \ \ \
| * | | | nss-systemd: properly handle empty membership listsLennart Poettering2021-05-072-4/+7
| * | | | nss-systemd: reset the right fieldLennart Poettering2021-05-061-1/+1
* | | | | string-util: add strextendf() helper, that allows extending some allocated st...Lennart Poettering2021-05-074-24/+113