summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* Add truncate: to StandardOutput= etc.Lucas Werkmeister2021-01-151-0/+3
* unit-file: downgrade log message to debugLennart Poettering2021-01-141-1/+1
* unit-file: fix indentationLennart Poettering2021-01-141-1/+1
* Merge pull request #18204 from yuwata/wifi-util-fix-18059Yu Watanabe2021-01-122-11/+10
|\
| * wifi-util: do not ignore wifi iftype when SSID is not setYu Watanabe2021-01-121-4/+8
| * wifi-util: cleanup header inclusionYu Watanabe2021-01-122-7/+2
* | exit-status: fix mappings commentIago López Galeiras2021-01-111-2/+2
|/
* Merge pull request #18195 from bluca/bpf_initEvgeny Vereshchagin2021-01-111-40/+33
|\
| * bpf: do not use structured initialization for bpf_attrLuca Boccassi2021-01-101-40/+33
* | linux: move nl80211.h to basic/linuxYu Watanabe2021-01-111-7127/+0
|/
* dissect: fix root hash signature autodiscoveryLuca Boccassi2021-01-101-1/+1
* json: add generic cmdline parser for --json= switchLennart Poettering2021-01-092-0/+23
* json: add new json format flag for disabling JSON outputLennart Poettering2021-01-093-0/+7
* bpf: zero bpf_attr before initializationLuca Boccassi2021-01-091-0/+8
* machine-image: pick up crtime of directory images, tooLennart Poettering2021-01-091-4/+7
* machine-image: use structured initializationLennart Poettering2021-01-091-8/+12
* string-util: imply NULL termination of strextend() argument listLennart Poettering2021-01-065-6/+6
* cryptsetup: use crypt_token_max if availableLuca Boccassi2021-01-052-4/+16
* shared/dns: fix dlopen_idn return code checkLuca Boccassi2020-12-281-1/+1
* Improve instructions for debugging failing serviceSebastiaan van Stijn2020-12-241-4/+6
* cryptsetup: add support for workqueue optionsJonathan G. Underwood2020-12-231-0/+8
* journal-importer: ignore invalid field at one more placeYu Watanabe2020-12-211-0/+10
* meson: sort filesYu Watanabe2020-12-181-2/+2
* tree-wide: fix typoYu Watanabe2020-12-181-4/+7
* fido2: when listing fido2/hmac-secret devices, actually validate feature setLennart Poettering2020-12-171-4/+45
* cryptenroll: add support for TPM2 enrollingLennart Poettering2020-12-173-0/+1051
* json: add APIs for quickly inserting hex blobs into as JSON stringsLennart Poettering2020-12-172-0/+55
* fido2: don't use up/uv/rk when device doesn't support itLennart Poettering2020-12-172-74/+137
* homed: split out HMAC-HASH fido2 decode code into src/shared/Lennart Poettering2020-12-172-0/+245
* homed: move fido2 setup code to src/shared/Lennart Poettering2020-12-172-0/+300
* homed: move fido2 device enumeration logic to shared codeLennart Poettering2020-12-172-0/+140
* homed: turn libfido2 into a dlopen() type dependencyLennart Poettering2020-12-173-0/+191
* cryptsetup: read PKCS#11 key and token info from LUKS2 metadataLennart Poettering2020-12-171-0/+4
* cryptsetup-util: add helper for setting minimal PBKDFLennart Poettering2020-12-172-0/+29
* cryptsetup-util: add helper call for extracting/parsing token JSONLennart Poettering2020-12-172-0/+110
* homed: move code to list and resolve "auto" pkcs#11 URL into common codeLennart Poettering2020-12-172-0/+141
* homed: split out code that determines suitable LUKS passphrase size from RSA keyLennart Poettering2020-12-172-0/+37
* homed: move pkcs11 LUKS glue into shared codeLennart Poettering2020-12-172-0/+93
* homed: move helper calls for RSA encryption to shared codeLennart Poettering2020-12-173-0/+46
* Merge pull request #17702 from rnhmjoj/masterLennart Poettering2020-12-163-7/+7
|\
| * tree-wide: avoid direct use of color macrosrnhmjoj2020-12-153-7/+7
* | Merge pull request #17026 from fw-strlen/nft_16Lennart Poettering2020-12-166-330/+1453
|\ \
| * | firewall-util-nft: attempt table recreation when add operation failsFlorian Westphal2020-12-161-0/+55
| * | firewall-util: add nftables backendFlorian Westphal2020-12-164-5/+951
| * | firewall-util: introduce context structureFlorian Westphal2020-12-163-15/+60
| * | firewall-util: prepare for alternative to iptables backendFlorian Westphal2020-12-165-336/+410
| * | firewall-util: reject NULL source or address with prefixlen 0Florian Westphal2020-12-161-0/+3
* | | Merge pull request #17799 from yuwata/oss-fuzz-25353Zbigniew Jędrzejewski-Szmek2020-12-163-51/+20
|\ \ \
| * | | logs-show: refuse data which contain invalid fieldsYu Watanabe2020-12-161-12/+20
| * | | journal: move journal_field_valid() to journal_file.cYu Watanabe2020-12-162-39/+0