summaryrefslogtreecommitdiff
path: root/src/test/test-cap-list.c
Commit message (Expand)AuthorAgeFilesLines
* cap-list: add capability_set_to_string_negative()Lennart Poettering2023-02-221-0/+23
* cap-list: add capability_set_to_strv()Lennart Poettering2023-02-221-0/+18
* cap-list: add CAPABILITY_TO_STRING() macro using compound initialization to a...Lennart Poettering2023-02-201-0/+9
* cap-list: refuse parsing numeric capability 63Lennart Poettering2023-02-201-3/+4
* cap-list: modernize capability_set_from_string() a bitLennart Poettering2023-02-201-6/+6
* cap-list: rename capability_set_to_string_alloc() → capability_set_to_string()Lennart Poettering2023-02-201-1/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* test: Use TEST macroJan Janssen2021-11-251-10/+9
* test: use cap_last_cap() for max supported cap number, not capability_list_le...Dan Streetman2020-11-261-29/+33
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* basic/cap-list: reduce scope of variablesZbigniew Jędrzejewski-Szmek2020-07-101-4/+2
* basic/cap-list: parse/print numerical capabilitiesZbigniew Jędrzejewski-Szmek2020-07-101-1/+3
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* test-cap-list: add more tests about capability_set_{from,to}_string()Yu Watanabe2017-11-281-9/+59
* test: move tests about cap_list_cap() from test-cap-list to test-capabilityYu Watanabe2017-11-281-36/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* basic/cap-list: report empty capability set as ""Zbigniew Jędrzejewski-Szmek2017-09-251-0/+15
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-271-1/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-3/+5
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* capability: use /proc/sys/kernel/cap_last_capDavid Herrmann2014-12-291-1/+43
* test: do not use last cap from kernel in test-cap-listFilipe Brandenburger2014-12-251-3/+4
* test-cap-list: allow mismatch in caseZbigniew Jędrzejewski-Szmek2014-12-181-3/+3
* test-cap-list: always check libcap comes to the same names as we do, for the ...Lennart Poettering2014-12-121-0/+19
* cap-list: return lower-case capability names, similar to libcap's cap_to_name...Lennart Poettering2014-12-121-0/+2
* util: introduce our own gperf based capability listLennart Poettering2014-12-101-0/+47