summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hostnamectl: port to vertical tableDavid Tardon2022-11-131-21/+18
* analyze-inspect-elf: port to vertical tableDavid Tardon2022-11-131-19/+5
* analyze-timespan: port to vertical tableDavid Tardon2022-11-131-10/+4
* analyze-timestamp: port to vertical tableDavid Tardon2022-11-131-12/+6
* analyze-calendar: port to vertical tableDavid Tardon2022-11-131-14/+8
* analyze-calendar: avoid unnecessary abbreviationDavid Tardon2022-11-131-1/+1
* Merge pull request #25360 from poettering/strv-fixesYu Watanabe2022-11-1317-188/+308
|\
| * tests: add tests for various corner cases of nulstrLennart Poettering2022-11-131-0/+121
| * nulstr-util: fix corner cases of strv_make_nulstr()Lennart Poettering2022-11-132-8/+18
| * nulstr-util: don't use 'r' for anything but integer return valuesLennart Poettering2022-11-131-6/+8
| * nulstr-util: use memdup_suffix0() where appropriateLennart Poettering2022-11-131-1/+1
| * nulstr-util: use _cleanup_strv_free_() where appropriateLennart Poettering2022-11-131-10/+6
| * nulstr-util: rebreak commentsLennart Poettering2022-11-131-15/+10
| * nulstr-util: modernize strv_from_nulstr() a bitLennart Poettering2022-11-131-2/+6
| * strv: move nulstr utilities to nulstr-util.[ch]Lennart Poettering2022-11-1317-188/+180
* | Merge pull request #25355 from poettering/chase-symlinks-no-symlinkYu Watanabe2022-11-135-13/+41
|\ \
| * | bootctl,bootspec: make use of CHASE_PROHIBIT_SYMLINKS whenever we access the ...Lennart Poettering2022-11-132-13/+13
| * | chase-symlinks: add new flag for prohibiting any following of symlinksLennart Poettering2022-11-133-0/+28
| |/
* | Merge pull request #25349 from poettering/table-header-rework-onlyYu Watanabe2022-11-132-84/+80
|\ \ | |/ |/|
| * format-table: teach table_add_cell_stringf_full() to generate TABLE_FIELD/TAB...Lennart Poettering2022-11-132-3/+7
| * format-table: introduce TABLE_HEADER cell typeLennart Poettering2022-11-132-81/+73
|/
* ac-power: check battery existence and statusYu Watanabe2022-11-131-14/+44
* Merge pull request #25268 from PeterCxy/fido2-preflightLuca Boccassi2022-11-121-58/+184
|\
| * libfido2-util: Perform pre-flight check for credentials in tokenMkfsSion2022-11-111-0/+112
| * libfido2-util: Extract error handling logic from fido2_use_hmac_hash_specific...MkfsSion2022-11-111-30/+36
| * libfido2-util: Commonize FIDO2 basic property settingsMkfsSion2022-11-111-28/+36
* | man/systemd-dissect.xml: fix trivial errorCarlo Teubner2022-11-121-1/+1
* | Merge pull request #25351 from crrodriguez/Wenum-int-mismatchLuca Boccassi2022-11-123-6/+6
|\ \ | |/ |/|
| * shared|install: Use InstallChangeType consistentlyCristian Rodríguez2022-11-121-2/+2
| * resolve: dns_server_feature_level_*_string type is DnsServerFeatureLevelCristian Rodríguez2022-11-121-2/+2
| * journal-remote: code is of type enum MHD_RequestTerminationCodeCristian Rodríguez2022-11-121-2/+2
|/
* repart: fix buildLennart Poettering2022-11-111-2/+0
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-1144-78/+26
* strv: Make sure strv_make_nulstr() always returns a valid nulstrDaan De Meyer2022-11-111-4/+2
* sd-bus: Use goto finish instead of return in bus_add_match_fullDaan De Meyer2022-11-111-1/+1
* resolve: Use only C99 flex arrays (#25335)Cristian Rodríguez2022-11-111-1/+1
* Merge pull request #24803 from DaanDeMeyer/repart-copy-deny-listDaan De Meyer2022-11-1117-295/+501
|\
| * repart: Add integration test for #24678Daan De Meyer2022-11-101-0/+55
| * repart: Don't descend into directories assigned to other partitionsDaan De Meyer2022-11-101-10/+59
| * gpt: Add gpt_partition_type_mountpoint_nulstr()Daan De Meyer2022-11-102-0/+27
| * gpt: Replace bitfields with designator field in GptPartitionTypeDaan De Meyer2022-11-104-243/+278
| * copy: Support passing a deny list of files/directories to not copyDaan De Meyer2022-11-109-27/+60
| * stat-util: Move inode_hash_ops to stat-utilDaan De Meyer2022-11-103-17/+24
* | Merge pull request #25328 from poettering/vertical-tablesYu Watanabe2022-11-115-75/+232
|\ \
| * | timedatectl: port to new 'vertical' table typeLennart Poettering2022-11-101-29/+23
| * | resolvectl: port to new 'vertical' table typeLennart Poettering2022-11-101-30/+26
| * | resolvectl: fail properly if we can't append to tableLennart Poettering2022-11-101-1/+1
| * | format-table: add an explicit "vertical" modeLennart Poettering2022-11-103-15/+182
* | | Merge pull request #25325 from yuwata/resolve-cap-per-link-setting-by-globalLuca Boccassi2022-11-106-25/+151
|\ \ \
| * | | test: add tests for mDNS and LLMNR settingsYu Watanabe2022-11-101-0/+73