summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | creds-util: automatically append NUL byte to decrypted credsLennart Poettering2024-01-041-1/+1
* | | | | | | creds: rename "tpm2-absent" encryption to "null" encryptionLennart Poettering2024-01-043-11/+11
* | | | | | | find-esp: adjust parameter indentating to our usual coding styleLennart Poettering2024-01-041-17/+23
* | | | | | | logind: use unlink_and_free() at once more placeLennart Poettering2024-01-041-5/+1
* | | | | | | json: drop redundant checkLennart Poettering2024-01-041-3/+0
* | | | | | | Merge pull request #30749 from poettering/tmpfiles-verb-fixLennart Poettering2024-01-041-11/+11
|\ \ \ \ \ \ \
| * | | | | | | tmpfiles: 'x' takes globs, hence clean it with globbingLennart Poettering2024-01-041-2/+2
| * | | | | | | tmpfiles: always list tmpfiles line types in same orderLennart Poettering2024-01-041-9/+9
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #30758 from YHNdnzj/vpick-not-ptrLennart Poettering2024-01-042-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | shared/vpick: don't say "ptr" for TAKE_PICK_RESULT (struct)Mike Yuan2024-01-041-1/+1
| * | | | | | vpick-tool: sort includesMike Yuan2024-01-041-1/+1
| | |_|/ / / | |/| | | |
* / | | | | tmpfiles: add --purge switchLuca Boccassi2024-01-041-10/+65
|/ / / / /
* | | | | Merge pull request #30744 from poettering/logind-trivial-tweaksLennart Poettering2024-01-043-21/+22
|\ \ \ \ \
| * | | | | pam_systemd_home: minor coding style adjustmentLennart Poettering2024-01-041-2/+2
| * | | | | homed: add some function parameter assert()sLennart Poettering2024-01-041-0/+4
| * | | | | logind: cast various calls that return errors we ignore to (void)Lennart Poettering2024-01-041-19/+16
| | |/ / / | |/| | |
* | | | | logind: do TTY idle logic only for sessions marked as "tty"Lennart Poettering2024-01-041-12/+14
* | | | | logind: don't make idle action timer accuracy more coarse than timeoutLennart Poettering2024-01-041-1/+1
* | | | | Merge pull request #30739 from poettering/pam-util-manyYu Watanabe2024-01-044-27/+46
|\ \ \ \ \
| * | | | | pam_systemd_home: port over to pam_get_item_many()Lennart Poettering2024-01-041-7/+6
| * | | | | pam_systemd: move over to pam_get_item_many()Lennart Poettering2024-01-041-20/+12
| * | | | | pam-util: add pam_get_item_many() helper that gets many PAM items at onceLennart Poettering2024-01-042-0/+28
| |/ / / /
* | | | | homed: when empty username is passed to bus calls, operate on client's UIDLennart Poettering2024-01-041-16/+56
* | | | | homed: fix home_count_bad_authentication() countingLennart Poettering2024-01-041-11/+12
* | | | | homed: tone down log message about bad passwords a bitLennart Poettering2024-01-041-4/+29
* | | | | Merge pull request #30610 from YHNdnzj/logind-serialize-pidrefYu Watanabe2024-01-045-186/+276
|\ \ \ \ \
| * | | | | logind-session: watch pidfd in session_set_leader_consumeMike Yuan2024-01-044-39/+38
| * | | | | logind: serialize session leader pidfd to fdstoreMike Yuan2024-01-043-107/+207
| * | | | | process-util: ensure pidref_is_alive only return ESRCH if not setMike Yuan2024-01-041-1/+3
| * | | | | logind-session: use one_zero where appropriateMike Yuan2024-01-041-6/+6
| * | | | | logind-session: be tolerant if we failed to remove leader from hashmapMike Yuan2024-01-041-1/+1
| * | | | | logind: use RET_GATHER more, return first errorMike Yuan2024-01-041-40/+29
* | | | | | network/route: make the route section invalid when an invalid MTUBytes= is sp...Yu Watanabe2024-01-042-2/+2
* | | | | | Merge pull request #30578 from bluca/polkit-varlinkLennart Poettering2024-01-0432-67/+838
|\ \ \ \ \ \
| * | | | | | varlink: avoid logging content of message if it contains sensitive dataLuca Boccassi2024-01-031-7/+8
| * | | | | | json: add JSON_FORMAT_REFUSE_SENSITIVE to json_variant_format()Luca Boccassi2024-01-033-11/+143
| * | | | | | creds: open up access to clients via PolkitLennart Poettering2024-01-033-6/+75
| * | | | | | bus-polkit: port polkit_registry to use value destructors in hash_opsLennart Poettering2024-01-0315-27/+23
| * | | | | | bus-polkit: add support for authenticating varlink peers via polkitLennart Poettering2024-01-033-22/+278
| * | | | | | varlink: add two helpers for delayed processing of method callsLennart Poettering2024-01-022-0/+48
| * | | | | | varlink: add new helper varlink_get_peer_pidref() for getting PidRef of peerLennart Poettering2024-01-022-0/+55
| * | | | | | socket-util: add helper for getting peer pidfdLennart Poettering2024-01-023-0/+20
| * | | | | | process-util: add new pid{ref,}_get_start_time() helperLennart Poettering2024-01-023-0/+99
| * | | | | | process-util: add pidref_safe_fork() helperLennart Poettering2024-01-022-0/+36
| * | | | | | pidref: add helpers for waiting for pidref processesLennart Poettering2024-01-023-1/+60
* | | | | | | homed: add missing bus call to homed access policyLennart Poettering2024-01-041-0/+4
* | | | | | | pam_systemd: drop unnecessary strempty() of 'tty' variableLennart Poettering2024-01-041-7/+5
| |_|_|/ / / |/| | | | |
* | | | | | execute: make sure Type=exec and PAMName= work togetherLennart Poettering2024-01-041-2/+8
* | | | | | Fix typo in verb_make_policy explanationAlberto Planas2024-01-041-1/+1
* | | | | | Merge pull request #30725 from YHNdnzj/string-utilMike Yuan2024-01-048-59/+48
|\ \ \ \ \ \