summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14297 from poettering/id128-sizeYu Watanabe2019-12-111-1/+1
|\
| * id128: introduce ID128_UUID_STRING_MAX for sizing UUID buffersLennart Poettering2019-12-101-1/+1
* | test-util: add more tests for ALIGN_POWER2Lennart Poettering2019-12-091-0/+12
|/
* seccomp: real syscall numbers are >= 0Mike Gilbert2019-12-091-10/+10
* seccomp: mmap test results depend on kernel/libseccomp/glibcChristian Ehrhardt2019-12-051-3/+4
* Merge pull request #14219 from poettering/homed-preparatory-loopAnita Zhang2019-12-041-1/+2
|\
| * loop-util: accept loopback flags when creating loopback deviceLennart Poettering2019-12-021-1/+2
* | Merge pull request #14111 from keszybz/unknown-section-warningLennart Poettering2019-12-041-4/+16
|\ \
| * | shared/conf-parser: allow sections to be silently ignored with new -Section s...Zbigniew Jędrzejewski-Szmek2019-11-221-4/+16
* | | string-util: readd string_erase()Lennart Poettering2019-12-041-0/+24
* | | Merge pull request #14133 from keur/clear_ambient_inheritedLennart Poettering2019-12-041-3/+13
|\ \ \
| * | | test-capability: Modify ambient capability tests to test clearing capsKevin Kuehler2019-11-271-3/+13
| |/ /
* | | core: swap priority can be negativeTopi Miettinen2019-12-041-0/+3
| |/ |/|
* | shared/conf-parser: remove unnecessary whitespace skippingZbigniew Jędrzejewski-Szmek2019-11-272-3/+3
* | test-fileio: cast EOF to (char) before comparing with char explicitlyLennart Poettering2019-11-261-5/+10
* | test-proc-cmdline: disable EFI-dependent tests when EFI is disabledMike Gilbert2019-11-251-0/+2
|/
* test-copy: test that xattrs are properly copiedLennart Poettering2019-11-191-5/+28
* Merge pull request #14007 from keszybz/tasks-max-dynamicZbigniew Jędrzejewski-Szmek2019-11-181-1/+1
|\
| * core: make TasksMax a partially dynamic propertyZbigniew Jędrzejewski-Szmek2019-11-141-1/+1
* | Merge pull request #13940 from keur/protect_kernel_logsLennart Poettering2019-11-152-5/+111
|\ \
| * | test-namespace: Add test for ProtectKernelLogs=Kevin Kuehler2019-11-151-5/+68
| * | test/test-seccomp: add test_protect_syslogKevin Kuehler2019-11-141-0/+43
* | | seccomp: more comprehensive protection against libseccomp's __NR_xyz namespac...Lennart Poettering2019-11-151-9/+10
* | | Merge pull request #14003 from keszybz/user-path-configurableZbigniew Jędrzejewski-Szmek2019-11-141-0/+6
|\ \ \ | |_|/ |/| |
| * | meson: make user $PATH configurableZbigniew Jędrzejewski-Szmek2019-11-131-0/+6
| |/
* | Merge pull request #13994 from keszybz/bpf-refactorLennart Poettering2019-11-1316-144/+352
|\ \
| * | test-bpf-devices: skip test on !unifiedZbigniew Jędrzejewski-Szmek2019-11-111-0/+4
| * | bpf: make sure the kernel do not submit an invalid program if no pattern matchedZbigniew Jędrzejewski-Szmek2019-11-111-0/+34
| * | test-bpf-devices: new test for the devices bpf codeZbigniew Jędrzejewski-Szmek2019-11-112-0/+278
| * | test-bpf-firewall: fix messageZbigniew Jędrzejewski-Szmek2019-11-111-1/+1
| * | tests: modify enter_cgroup_subroot() to return the new pathZbigniew Jędrzejewski-Szmek2019-11-1110-10/+10
| * | tests: get rid of test-helper.[ch] completelyZbigniew Jędrzejewski-Szmek2019-11-1115-79/+10
| * | tests: make is_run_on_travis_ci() staticZbigniew Jędrzejewski-Szmek2019-11-113-9/+5
| * | tests: make manager_skip_test() not a macro and move to tests.hZbigniew Jędrzejewski-Szmek2019-11-117-19/+9
| * | tests: move memlock helper to shared codeZbigniew Jędrzejewski-Szmek2019-11-101-25/+0
| * | test-bpf-firewall: do not mlock() a large amount of memoryZbigniew Jędrzejewski-Szmek2019-11-101-3/+3
| * | test-bpf: rename to test-bpf-firewallZbigniew Jędrzejewski-Szmek2019-11-102-2/+2
| * | core: constify bpf program arraysZbigniew Jędrzejewski-Szmek2019-11-101-1/+1
| |/
* | tree-wide: fix how we set $TZLennart Poettering2019-11-132-4/+7
* | Merge pull request #14001 from keszybz/test-unit-name-moreAnita Zhang2019-11-121-40/+90
|\ \
| * | test-unit-name: check that unexpanded specifiers not valid unit name makeZbigniew Jędrzejewski-Szmek2019-11-121-0/+6
| * | test-unit-name: add usual headers and add more verbose outputZbigniew Jędrzejewski-Szmek2019-11-121-40/+84
| |/
* | meson: avoid bogus meson warningZbigniew Jędrzejewski-Szmek2019-11-121-3/+2
|/
* core: change top-level drop-in from -.service.d to service.dAnita Zhang2019-11-071-19/+0
* Merge pull request #13936 from keszybz/format-table-uninhibitedAnita Zhang2019-11-051-6/+16
|\
| * shared/format-table: disable ellipsization when pipedZbigniew Jędrzejewski-Szmek2019-11-051-6/+16
* | tree-wide: drop double newlineYu Watanabe2019-11-045-5/+0
* | tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-041-1/+0
* | tree-wide: drop signal.h when signal-util.h is includedYu Watanabe2019-11-041-1/+0
* | tree-wide: drop libkmod.h when module-util.h is includedYu Watanabe2019-11-041-1/+0