summaryrefslogtreecommitdiffstats
path: root/src/shared (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | cryptenroll: Use CTAP2.1 credProtect extensionBryan Jacobs2024-04-172-3/+27
* | | shared/vpick: also align function params in headerMike Yuan2024-04-161-6/+7
* | | creds-util: move pick_up_credentials() from network-generatorYu Watanabe2024-04-162-1/+98
* | | shared/vpick: add missing condition on ret_resultMike Yuan2024-04-151-1/+3
* | | shared/vpick: drop unneeded strempty()Mike Yuan2024-04-151-6/+0
* | | shared/vpick: align function args correctly, add missing assertionMike Yuan2024-04-151-6/+12
* | | dissect: refuse to use diskseq if ID_IGNORE_DISKSEQ=1 is specifiedYu Watanabe2024-04-151-2/+37
| |/ |/|
* | cgroup-setup: modernize cg_migrateMike Yuan2024-04-141-41/+18
* | Merge pull request #32255 from YHNdnzj/strextendfYu Watanabe2024-04-121-8/+8
|\ \
| * | shared/killall: minor modernizationMike Yuan2024-04-121-8/+8
* | | bus-polkit: fix return value for `varlink_allow_interactive_authentication()`Antonio Alvarez Feijoo2024-04-121-2/+4
|/ /
* | Merge pull request #32202 from DaanDeMeyer/assertYu Watanabe2024-04-111-4/+15
|\ \
| * | Introduce ASSERT_OK_ERRNO()Daan De Meyer2024-04-101-0/+10
| * | tests: Improve assertion error messagesDaan De Meyer2024-04-101-4/+5
* | | Merge pull request #32181 from YHNdnzj/open-fileLuca Boccassi2024-04-112-13/+9
|\ \ \
| * | | shared/open-file: use xescape to escape ':'Mike Yuan2024-04-101-1/+1
| * | | shared/open-file: make open_file_free_many static inlineMike Yuan2024-04-102-12/+8
| |/ /
* / / test: add missing header to test.hAntonio Alvarez Feijoo2024-04-101-0/+1
|/ /
* | Merge pull request #32189 from mrc0mmand/test-tweaksYu Watanabe2024-04-101-4/+30
|\ \
| * | test: add a couple of sanity tests for ASSERT_*() macrosFrantisek Sumsal2024-04-091-0/+27
| * | test: handle NULL correctly when passed to ASSERT_EQ()Frantisek Sumsal2024-04-091-4/+3
| |/
* | sd-journal: make sure sd_journal_add_match() also accepts SIZE_MAX as sizeLennart Poettering2024-04-101-6/+6
* | core: Serialize both pid and pidfdDaan De Meyer2024-04-101-7/+36
|/
* tree-wide: make sure net/if.h is included before any linux/ headerFrantisek Sumsal2024-04-092-10/+4
* nsresource: fix FD leakLuca Boccassi2024-04-081-2/+3
* tree-wide: drop several remaining license headersYu Watanabe2024-04-081-9/+1
* dissect: fix typoYu Watanabe2024-04-081-1/+1
* hibernate-util: check 'noresume' before reading resume settingMike Yuan2024-04-081-0/+8
* dissect-image: add a generic varlink client side for mountfsdLennart Poettering2024-04-062-0/+211
* mountfsd: add new systemd-mountfsd componentLennart Poettering2024-04-063-0/+76
* nsresourced: add client-side helpers around nsresourced APIsLennart Poettering2024-04-063-0/+340
* nsresourced: add new daemon for granting clients user namespaces and assignin...Lennart Poettering2024-04-063-0/+69
* dissect-image: document one more dissected_image_decrypt() error codeLennart Poettering2024-04-061-0/+1
* dissect-image: make dissected_image_acquire_metadata() operate within a usern...Lennart Poettering2024-04-063-5/+20
* dissect-image: add a new helper that checks if VeritySettings has anything se...Lennart Poettering2024-04-061-0/+8
* dissect-image: add dissected_image_close() that closes all references to reso...Lennart Poettering2024-04-062-0/+15
* discover-image: export search paths arrayLennart Poettering2024-04-062-1/+3
* cgroup-setup: add fd-based version of cg_attach()Lennart Poettering2024-04-062-0/+15
* cgroup-util: add helpers for opening cgroup by idLennart Poettering2024-04-061-11/+2
* lock-util: make global lock return parameter to image_path_lock() optionalLennart Poettering2024-04-061-18/+28
* bpf-dlopen: pick up more symbols from libbpfLennart Poettering2024-04-063-26/+69
* image-policy: add a new image_policy_intersect() callLennart Poettering2024-04-062-0/+101
* varlink: add varlink_peek_dup_fd() helperLennart Poettering2024-04-062-2/+13
* varlink: add varlink_get_peer_gid() helperLennart Poettering2024-04-062-1/+19
* Merge pull request #31131 from poettering/dlopen-kmodLuca Boccassi2024-04-063-25/+146
|\
| * libkmod: turn into dlopen() dependencyLennart Poettering2024-04-043-25/+146
* | Merge pull request #32123 from mrc0mmand/assorted-tweaksLuca Boccassi2024-04-051-2/+2
|\ \
| * | base-filesystem: check for __s390x__ firstFrantisek Sumsal2024-04-051-2/+2
* | | sleep: rename SleepMemMode= to MemorySleepMode=Mike Yuan2024-04-051-1/+1
|/ /
* | core: Serialize both pid and pidfd to keep downgrades workingDaan De Meyer2024-04-051-9/+13