index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-cap-list.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cap-list: add capability_set_to_string_negative()
Lennart Poettering
2023-02-22
1
-0
/
+23
*
cap-list: add capability_set_to_strv()
Lennart Poettering
2023-02-22
1
-0
/
+18
*
cap-list: add CAPABILITY_TO_STRING() macro using compound initialization to a...
Lennart Poettering
2023-02-20
1
-0
/
+9
*
cap-list: refuse parsing numeric capability 63
Lennart Poettering
2023-02-20
1
-3
/
+4
*
cap-list: modernize capability_set_from_string() a bit
Lennart Poettering
2023-02-20
1
-6
/
+6
*
cap-list: rename capability_set_to_string_alloc() → capability_set_to_string()
Lennart Poettering
2023-02-20
1
-1
/
+1
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
test: Use TEST macro
Jan Janssen
2021-11-25
1
-10
/
+9
*
test: use cap_last_cap() for max supported cap number, not capability_list_le...
Dan Streetman
2020-11-26
1
-29
/
+33
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
basic/cap-list: reduce scope of variables
Zbigniew Jędrzejewski-Szmek
2020-07-10
1
-4
/
+2
*
basic/cap-list: parse/print numerical capabilities
Zbigniew Jędrzejewski-Szmek
2020-07-10
1
-1
/
+3
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
test-cap-list: add more tests about capability_set_{from,to}_string()
Yu Watanabe
2017-11-28
1
-9
/
+59
*
test: move tests about cap_list_cap() from test-cap-list to test-capability
Yu Watanabe
2017-11-28
1
-36
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
basic/cap-list: report empty capability set as ""
Zbigniew Jędrzejewski-Szmek
2017-09-25
1
-0
/
+15
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...
Lennart Poettering
2015-10-27
1
-1
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-3
/
+5
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
capability: use /proc/sys/kernel/cap_last_cap
David Herrmann
2014-12-29
1
-1
/
+43
*
test: do not use last cap from kernel in test-cap-list
Filipe Brandenburger
2014-12-25
1
-3
/
+4
*
test-cap-list: allow mismatch in case
Zbigniew Jędrzejewski-Szmek
2014-12-19
1
-3
/
+3
*
test-cap-list: always check libcap comes to the same names as we do, for the ...
Lennart Poettering
2014-12-12
1
-0
/
+19
*
cap-list: return lower-case capability names, similar to libcap's cap_to_name...
Lennart Poettering
2014-12-12
1
-0
/
+2
*
util: introduce our own gperf based capability list
Lennart Poettering
2014-12-10
1
-0
/
+47