index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
bus-polkit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
polkit: map POLKIT_ALWAYS_QUERY to new polkit flag
Luca Boccassi
2024-07-18
1
-12
/
+9
*
sd-varlink: make our internal Varlink API public as sd-varlink.[ch]
Lennart Poettering
2024-07-16
1
-18
/
+19
*
hostnamed: if polkit authentication fails for Varlink Describe() call, don't ...
Lennart Poettering
2024-06-27
1
-5
/
+7
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
1
-5
/
+5
*
core: Pass NULL error in dump_impl()
Daan De Meyer
2024-04-29
1
-3
/
+2
*
bus-polkit: fix return value for `varlink_allow_interactive_authentication()`
Antonio Alvarez Feijoo
2024-04-12
1
-2
/
+4
*
polkit: add another flag that controls how to treat the PK absent case
Lennart Poettering
2024-03-13
1
-29
/
+53
*
polkit: add new POLKIT_ALWAYS_QUERY flag
Lennart Poettering
2024-03-13
1
-8
/
+13
*
polkit: allow checking if we already acquired some action
Lennart Poettering
2024-03-13
1
-4
/
+35
*
polkit: turn "interactive" flag to polkit APIs into a proper flags field (#31...
Lennart Poettering
2024-03-11
1
-4
/
+8
*
polkit: trivial simplification
Lennart Poettering
2024-03-11
1
-5
/
+1
*
bus-polkit: don't return positive in varlink_verify_polkit_async() just becau...
Lennart Poettering
2024-01-16
1
-4
/
+3
*
bus-polkit: explicitly cast away return value we ignore
Lennart Poettering
2024-01-16
1
-1
/
+1
*
bus-polkit: treat various well-known PK errors as denied
Lennart Poettering
2024-01-16
1
-2
/
+7
*
bus-polkit: fix memory leak
Lennart Poettering
2024-01-08
1
-4
/
+8
*
bus-polkit: port polkit_registry to use value destructors in hash_ops
Lennart Poettering
2024-01-03
1
-11
/
+10
*
bus-polkit: add support for authenticating varlink peers via polkit
Lennart Poettering
2024-01-03
1
-22
/
+264
*
polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus feature
Lennart Poettering
2023-12-21
1
-6
/
+4
*
hostname: Make sure we pass error to bus_verify_polkit_async()
Daan De Meyer
2023-08-24
1
-0
/
+1
*
Merge pull request #28832 from dtardon/list-clear
Luca Boccassi
2023-08-17
1
-4
/
+1
|
\
|
*
tree-wide: use LIST_CLEAR()
David Tardon
2023-08-17
1
-4
/
+1
*
|
bus-polkit: don't propagate error from polkit
David Tardon
2023-08-17
1
-7
/
+10
|
/
*
Merge pull request #28736 from poettering/polkit-tweaks
Lennart Poettering
2023-08-10
1
-10
/
+6
|
\
|
*
polkit: move asserts up, so that they cover all reply codepaths
Lennart Poettering
2023-08-09
1
-7
/
+5
|
*
polkit: use LIST_POP where appropriate
Lennart Poettering
2023-08-09
1
-3
/
+1
*
|
tree-wide: drop _pure_ + _const_ from local, static functions
Lennart Poettering
2023-08-09
1
-1
/
+1
|
/
*
bus-polkit: avoid extra variable
David Tardon
2023-07-13
1
-6
/
+6
*
bus-polkit: allow to auth. a bus call for multiple actions
David Tardon
2023-07-13
1
-53
/
+87
*
bus-polkit: parse reply from polkit on receive
David Tardon
2023-07-13
1
-44
/
+77
*
bus-polkit: extract action into a separate struct
David Tardon
2023-07-13
1
-7
/
+24
*
bus-polkit: describe async. polkit verification
David Tardon
2023-07-13
1
-0
/
+74
*
bus-polkit: refactor a bit to avoid goto
David Tardon
2023-07-13
1
-11
/
+20
*
bus-polkit: drop unused argument
David Tardon
2023-07-13
1
-3
/
+1
*
bus-polkit: use automatic cleanup
David Tardon
2023-07-13
1
-13
/
+10
*
bus-polkit: put function params to a single line
David Tardon
2023-06-19
1
-4
/
+1
*
bus-polkit: drop unnecessary else
David Tardon
2023-06-19
1
-2
/
+2
*
bus-polkit: merge variable declarations
David Tardon
2023-06-19
1
-2
/
+1
*
bus-polkit: decrease indentation
David Tardon
2023-06-19
1
-28
/
+27
*
bus-polkit: extract creation of polkit call to a function
David Tardon
2023-06-19
1
-56
/
+47
*
bus-polkit: move verification to a separate function
David Tardon
2023-06-19
1
-42
/
+58
*
bus-polkit: return NULL from _free function
David Tardon
2023-06-16
1
-3
/
+4
*
bus-polkit: add an assert
David Tardon
2023-06-16
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-2
/
+1
*
tree-wide: Simplify variable declarations behind #ifdef
Jan Janssen
2022-04-23
1
-7
/
+4
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
polkit: make bus_verify_polkit_async_registry_free() return Hashmap* with NULL
Yu Watanabe
2021-12-14
1
-2
/
+5
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
various: treat BUS_ERROR_NO_SUCH_UNIT the same as SD_BUS_ERROR_SERVICE_UNKNOWN
Zbigniew Jędrzejewski-Szmek
2020-08-24
1
-3
/
+3
*
polkit: remove unused variable
Yu Watanabe
2020-02-05
1
-1
/
+0
*
Fix typo in function name
Zbigniew Jędrzejewski-Szmek
2020-02-04
1
-1
/
+1
[next]