summaryrefslogtreecommitdiffstats
path: root/src/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* escape: make 'bad' parameter optionalLennart Poettering12 hours1-1/+1
* hexdump: if size is SIZE_MAX, use strlen()Lennart Poettering16 hours1-0/+4
* process-util: port pid_from_same_root_fs() to pidref, and port three places o...Lennart Poettering45 hours1-0/+48
* test-process-util: don't run rest of test suite in forked off childLennart Poettering45 hours1-1/+1
* process-util: introduce new FORK_FREEZE flag for safe_fork()Lennart Poettering45 hours1-20/+4
* meson: enable -Wzero-as-null-pointer-constantMike Yuan2 days4-8/+8
* logind: register PAM sessions via Varlink instead of D-Bus (#35264)Lennart Poettering3 days1-0/+3
|\
| * logind: add basic Varlink APILennart Poettering3 days1-0/+3
* | string-util: add a mechanism for strextend_with_separator() for specifying "i...Lennart Poettering3 days1-0/+13
|/
* convert more code to PidRef (#35895)Lennart Poettering6 days2-0/+72
|\
| * namespace-util: port namespace_get_leader() to PidRefLennart Poettering8 days1-0/+49
| * process-util: add new helper pidref_get_ppid_as_pidref()Lennart Poettering8 days1-0/+23
* | test-varlink: add superficial test that validates varlink/errno translation b...Lennart Poettering8 days1-0/+13
|/
* dissect-image: mount the ESP with fmask=0177 (#35871)nl672010 days1-3/+3
* namespace-util: add process_is_owned_by_uid() helperLennart Poettering10 days1-0/+89
* namespace-util: add helper to get base UID from usernsLennart Poettering10 days1-0/+24
* namespace-util: return recognizable error if namespace_open_by_type() fails b...Lennart Poettering10 days1-1/+1
* udev-varlink: introduce io.systemd.Udev varlink interfaceYu Watanabe11 days1-0/+3
* fs-util: add XO_REGULAR flag for xopenat()Lennart Poettering11 days1-0/+28
* basic: port various pidfd/pidref helpers to PIDFD_GET_INFO and PIDFD_GET_*_NA...Lennart Poettering12 days3-30/+30
|\
| * process-util: port pidref_get_uid() and pidref_is_my_child() to pidfd helpersMike Yuan14 days1-5/+5
| * namespace-util: modernize fd_is_namespace() and is_our_namespace()Mike Yuan14 days2-25/+25
* | cgroup-util: add remoteness checks to all cg_pidref_get_xyz() callsLennart Poettering12 days1-2/+2
* | cgroup-util: add pidref counterparts for cg_pid_get_session() + cg_pid_get_ow...Lennart Poettering12 days1-2/+2
* | socket-util: introduce getpeerpidref()Lennart Poettering12 days1-0/+21
* | firewall-util: allow to override the table and map names through env varYu Watanabe14 days1-0/+3
|/
* tpm2: tweaks to PCR mask parsing (#35835)Yu Watanabe2025-01-041-2/+11
|\
| * tpm2-util: refuse hash algorithm/value specification when we only parse a maskLennart Poettering2025-01-031-2/+11
* | nspawn: move uid shift/chown() code into shared/Lennart Poettering2025-01-042-0/+48
|/
* terminal-util: introduce terminal_{new,detach}_session helpersMike Yuan2025-01-021-0/+33
* ask-password: add Varlink API for querying passwords from the userLennart Poettering2025-01-021-0/+3
* ask-password-api: add new "hup_fd" field to AskPasswordReqLennart Poettering2025-01-021-0/+1
* ask-password-api: move timeout into AskPasswordRequest structure tooLennart Poettering2025-01-021-1/+2
* ask-password-api: move tty_fd into AskPasswordRequest structure, tooLennart Poettering2025-01-021-1/+2
* ask-password-api: move 'flag_file' from function parameter into AskPasswordRe...Lennart Poettering2025-01-021-1/+1
* errno-list: prefer strerrorname_np() as errno_to_name() providerMike Yuan2025-01-021-0/+3
* string-util: modernize split_pair()Yu Watanabe2024-12-281-11/+12
* pid1: complete per-user credentials support (#35536)Lennart Poettering2024-12-201-0/+4
|\
| * test: add integration test that makes sure unpriv creds work correctlyLennart Poettering2024-12-201-0/+4
* | chid: add missing CHID type definitionsLennart Poettering2024-12-201-3/+4
|/
* capability-util: generalize helper to acquire local caps (#35403)Yu Watanabe2024-12-202-18/+14
|\
| * journald: get rid of get_process_capeff(), use pidref_get_capability() insteadLennart Poettering2024-12-171-18/+0
| * capability-util: generalize helper to acquire local capsLennart Poettering2024-12-171-0/+14
* | test-firewall-util: Migrate to new assertion macrosDaan De Meyer2024-12-181-28/+28
* | serialize: add explicit calls for finishing serializationLennart Poettering2024-12-171-0/+4
* | memfd-util: introduce memfd_new_full() helperLennart Poettering2024-12-171-1/+2
* | tree-wide: drop acquire_data_fd_full() helperLennart Poettering2024-12-173-58/+12
|/
* tree-wide: remove support for kernels lacking ambient capsLennart Poettering2024-12-172-5/+2
* test-time-util: fix truncation of usec to secYu Watanabe2024-12-141-7/+11
* Couple small cleanups (#35593)Mike Yuan2024-12-131-8/+4
|\