summaryrefslogtreecommitdiffstats
path: root/man/path-documents.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-11network: radv: verify [IPv6Prefix] and [IPv6RoutePrefix] sectionsYu Watanabe1-16/+79
2021-10-11network: radv: mask unnecessary part of specified addressesYu Watanabe1-0/+4
2021-10-11network: radv: make conf parsers not set values into sd_radv_prefix/sd_radv_r...Yu Watanabe3-177/+166
2021-10-11sd-radv: rename sd_radv_prefix_set_route_prefix() -> sd_radv_route_prefix_set...Yu Watanabe3-3/+3
2021-10-11virt: Fix Xen PV detection when nested inside another hypervisorBogdan Seniuc1-40/+33
2021-10-11sd-stub: Provide initrd with LINUX_EFI_INITRD_MEDIA_GUIDMax Resch7-15/+203
2021-10-11sort-util: avoid using glibc's internal __compar_d_fn_t typeLennart Poettering2-5/+11
2021-10-11recuse-dir: rework to use getdents64() instead of readdir()Lennart Poettering2-102/+167
2021-10-11test-recurse-dir: output some simple timing info, comparing recurse_dir() and...Lennart Poettering1-0/+7
2021-10-11missing: add getdents64() syscall wrapperLennart Poettering2-0/+17
2021-10-11localed: use PROJECT_FILE rather than __FILE__ for loggingLennart Poettering1-1/+1
2021-10-11ethtool-util: let's use userspace types in userspace codeLennart Poettering1-2/+2
2021-10-11tree-wide: use C99 __func__ rather than obsolete __FUNCTION__Lennart Poettering6-15/+15
2021-10-11network: use official bswap_32() rather than inofficial __bswap_32()Lennart Poettering3-8/+8
2021-10-11macro: also use trailing __ for alignof use in attributesLennart Poettering1-1/+1
2021-10-11stub: also move magic string in stub into .sdmagic PE sectionLennart Poettering2-2/+2
2021-10-11sort-util: use comparison_fn_t instead of __compar_fn_tLennart Poettering1-4/+4
2021-10-11signal-util: don't introduce symbols with double underscoresLennart Poettering1-4/+4
2021-10-11util: invert ac_power() source type checkLennart Poettering1-34/+29
2021-10-11docs: document $SYSTEMD_CRYPTSETUP_USE_TOKEN_MODULELennart Poettering1-0/+7
2021-10-11man: document new token-timeout= settingLennart Poettering1-7/+15
2021-10-11cryptsetup: minor modernizationsLennart Poettering1-7/+13
2021-10-11cryptsetup: add a configurable token waiting timeoutLennart Poettering1-61/+95
2021-10-11cryptsetup: before querying user for a PIN, check if a FIDO2 device is actual...Lennart Poettering1-2/+19
2021-10-11libfido2-util: add helper that checks whether a FIDO2 device is plugged inLennart Poettering2-0/+52
2021-10-11cryptsetup: optionally turn off token module support in libcryptsetupLennart Poettering1-1/+11
2021-10-11cryptsetup: don't repeat exact same code twiceLennart Poettering1-14/+2
2021-10-11fileio: add read_virtual_file_at() flavour that takes dir_fd/path pairLennart Poettering2-4/+20
2021-10-11macro: fix ALIGN_TO() to use ULLONG_MAX instead of ULONGLONG_MAXThomas Haller1-1/+1
2021-10-11Avoid passing NULL to underlying fprintf() in sysusers (#20974)(GalaxyMaster)1-1/+1
2021-10-10test: add a test for parsing xml obtained by DBus Introspect methodYu Watanabe2-0/+416
2021-10-10busctl: add missing headerYu Watanabe1-0/+1
2021-10-10busctl: shorten code a bitYu Watanabe1-2/+1
2021-10-10busctl: use set_ensure_consume()Yu Watanabe1-9/+1
2021-10-09test: set 5 minute timeout on TEST-11-ISSUE-3166 and TEST-50-DISSECTDimitri John Ledkov2-0/+4
2021-10-08update TODOLennart Poettering1-3/+0
2021-10-08cryptenroll: politely refuse enrolling keys into homed volumesLennart Poettering1-0/+26
2021-10-08homed: don't forget to look at all enrolled tokensLennart Poettering1-1/+0
2021-10-08homed: use crypt_token_max() where appropriateLennart Poettering1-3/+3
2021-10-08cryptsetup: also define crypt_token_max() as fallback locally, not just sym_c...Lennart Poettering1-1/+2
2021-10-08tree-wide: assorted Coccinelle fixesFrantisek Sumsal6-10/+10
2021-10-08Add benchmark for sha256 calculationsZbigniew Jędrzejewski-Szmek1-0/+22
2021-10-08test-id128: split into functions and add the usual headersZbigniew Jędrzejewski-Szmek1-3/+18
2021-10-08basic: remove khash helpersLuca Boccassi6-440/+0
2021-10-08libsystemd/sd-id128: use only internal hmac, remove khash/OpenSSL supportLuca Boccassi4-51/+15
2021-10-08basic: add hmac_sha256 implementationLuca Boccassi5-0/+154
2021-10-08boot/sha256: sd-ify and move to src/fundamentalLuca Boccassi5-75/+83
2021-10-08fundamental: define size_t and memcpy for sd-bootLuca Boccassi4-8/+9
2021-10-07dirent-util: tweak readdir_ensure_type() a bitLennart Poettering1-12/+28
2021-10-07dirent-util: use statx() in readdir_ensure_type()Lennart Poettering1-4/+13