index
:
polkit
gdbus
master
polkit-0-96
revert-2c8287fb
wip/js-rule-files
Authorization Manager (mirrored from https://gitlab.freedesktop.org/polkit/polkit)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
polkitbackend
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-14
Add pidfd parameter to CheckAuthorization()
Luca Boccassi
1
-1
/
+1
2023-11-02
mozjs: apply user_of_subject fix as well
Luca Boccassi
1
-9
/
+12
2023-10-03
user_of_subject is NULL if DBus provides groups
Jan Rybar
1
-9
/
+12
2023-08-17
jsauthority: add 'system_unit' and 'no_new_privileges' subject attributes
Luca Boccassi
4
-0
/
+163
2023-08-17
jsauthority: parse groups from GetConnectionCredentials() if available
Luca Boccassi
2
-48
/
+100
2023-08-17
polkitd: use PIDFDs if available to track processes
Luca Boccassi
4
-27
/
+121
2023-07-30
jsauthority: mozjs: Disable JIT
Xi Ruoyao
1
-1
/
+10
2023-05-24
duktape: prevent wrongful termination of runaway thread
Laurent Gauthier
1
-0
/
+39
2023-04-05
systemd: set User/Group and don't change uid/gid if already set
Luca Boccassi
1
-2
/
+9
2023-02-28
if LANGUAGE have been set in /etc/default, set LANG is invalid, gettext canno...
liudun
1
-2
/
+3
2022-08-12
jsauthority: port to mozjs-102
Xi Ruoyao
1
-2
/
+0
2022-08-04
polkitbackendduktapeauthority.c: Print the error string we get back from duktape
Jordan Petridis
1
-1
/
+1
2022-07-14
Install 50-default.rules in /usr/share
Luca Boccassi
1
-1
/
+1
2022-07-14
Make netgroup support optional
A. Wilcox
3
-8
/
+12
2022-05-13
fixup! backend: Dedup some code for temporary auth subjects
Vincent Mihalkovic
1
-1
/
+3
2022-05-10
backend: Dedup some code for temporary auth subjects
Colin Walters
1
-42
/
+32
2022-05-09
Remove autotools build system
Jan Rybar
1
-131
/
+0
2022-04-27
backend: Check for subject's primary group when expanding admin group
Dan Nicholson
1
-1
/
+16
2022-04-07
jsauthority: use JS::CompileUtf8Path instead of custom code reading file
Xi Ruoyao
1
-28
/
+3
2022-04-06
polkitd: consider connection to the system bus in return value
Vincent Mihalkovic
1
-6
/
+5
2022-04-02
fix build without C++
Fabrice Fontaine
1
-0
/
+1
2022-01-27
jsauthority: port to mozjs-91
Xi Ruoyao
1
-2
/
+7
2022-01-25
Added support for duktape as JS engine
Gustavo Lima Chaves
6
-668
/
+1823
2021-07-19
build: Make the directory for helper executables consistent with Autotools
Simon McVittie
1
-1
/
+1
2021-04-13
Revert "Merge branch 'pwithnall/polkit-51-usr-local-share-is-my-homeboy' into...
revert-2c8287fb
Jan Rybar
3
-8
/
+2
2021-02-25
test: Fix a typo in a comment
Jan Rybar
3
-2
/
+8
2020-10-26
build: Port to meson build system
Jan Rybar
2
-0
/
+73
2020-08-25
Port polkit to mozjs78
Jan Rybar
1
-9
/
+6
2020-06-16
Port JavaScript authority to mozjs-68
Xi Ruoyao
1
-64
/
+79
2020-02-21
ci: Add a CI
Bastien Nocera
1
-2
/
+3
2019-10-08
jsauthority: Fix two minor memory leaks
Jan Rybar
1
-0
/
+2
2019-04-02
Use JS_EncodeStringToUTF8 consistently with JavaScript
Jan Rybar
1
-7
/
+15
2019-03-26
Code polish and removal of unused var reported by lint
Jan Rybar
1
-3
/
+1
2019-03-12
Port the JS authority to mozjs-60
Emmanuele Bassi
1
-33
/
+32
2019-01-08
backend: Compare PolkitUnixProcess uids for temporary authorizations
Colin Walters
1
-1
/
+38
2018-11-29
polkitbackend: Fix some minor typos in an internal comment
Philip Withnall
1
-2
/
+2
2018-08-15
Leaking zombie child processes
Jan Rybar
1
-1
/
+2
2018-07-03
Fix CVE-2018-1116: Trusting client-supplied UID
Miloslav Trmač
4
-23
/
+95
2018-04-03
jsauthority: pass "%s" format string to remaining report function
Ray Strode
1
-1
/
+1
2018-04-03
jsauthority: re-enable JIT
Ray Strode
1
-6
/
+3
2018-04-03
jsauthority: switch from JS_ConvertArguments to JS::CallArgsFromVp
Ray Strode
1
-19
/
+14
2018-04-03
jsauthority: stop using JS_GetStringCharsZ
Ray Strode
1
-9
/
+6
2018-04-03
jsauthority: fix up set_property methods
Ray Strode
1
-26
/
+35
2018-04-03
jsauthority: use JS::Evaluate instead of JS_EvaluateScript
Ray Strode
1
-28
/
+21
2018-04-03
jsauthority: adapt arguments for new JS_ExecuteScript API
Ray Strode
1
-1
/
+0
2018-04-03
jsauthority: adapt arguments for new JS::Compile API
Ray Strode
1
-6
/
+1
2018-04-03
jsauthority: root some locals to the context
Ray Strode
1
-4
/
+4
2018-04-03
jsauthority: redo how global objects are set up
Ray Strode
1
-23
/
+25
2018-04-03
jsauthority: use InterruptCallback api instead of OperationCallback
Ray Strode
1
-5
/
+7
2018-04-03
jsauthority: Fix up JS_CallFunctionName invocations
Ray Strode
1
-28
/
+28
[next]