summaryrefslogtreecommitdiff
path: root/src/polkitbackend
Commit message (Expand)AuthorAgeFilesLines
* systemd: set User/Group and don't change uid/gid if already setLuca Boccassi2023-04-051-2/+9
* if LANGUAGE have been set in /etc/default, set LANG is invalid, gettext canno...liudun2023-02-281-2/+3
* jsauthority: port to mozjs-102Xi Ruoyao2022-08-121-2/+0
* polkitbackendduktapeauthority.c: Print the error string we get back from duktapeJordan Petridis2022-08-041-1/+1
* Install 50-default.rules in /usr/shareLuca Boccassi2022-07-141-1/+1
* Make netgroup support optionalA. Wilcox2022-07-143-8/+12
* fixup! backend: Dedup some code for temporary auth subjectsVincent Mihalkovic2022-05-131-1/+3
* backend: Dedup some code for temporary auth subjectsColin Walters2022-05-101-42/+32
* Remove autotools build systemJan Rybar2022-05-091-131/+0
* backend: Check for subject's primary group when expanding admin groupDan Nicholson2022-04-271-1/+16
* jsauthority: use JS::CompileUtf8Path instead of custom code reading fileXi Ruoyao2022-04-071-28/+3
* polkitd: consider connection to the system bus in return valueVincent Mihalkovic2022-04-061-6/+5
* fix build without C++Fabrice Fontaine2022-04-021-0/+1
* jsauthority: port to mozjs-91Xi Ruoyao2022-01-271-2/+7
* Added support for duktape as JS engineGustavo Lima Chaves2022-01-256-668/+1823
* build: Make the directory for helper executables consistent with AutotoolsSimon McVittie2021-07-191-1/+1
* Revert "Merge branch 'pwithnall/polkit-51-usr-local-share-is-my-homeboy' into...revert-2c8287fbJan Rybar2021-04-133-8/+2
* test: Fix a typo in a commentJan Rybar2021-02-253-2/+8
* build: Port to meson build systemJan Rybar2020-10-262-0/+73
* Port polkit to mozjs78Jan Rybar2020-08-251-9/+6
* Port JavaScript authority to mozjs-68Xi Ruoyao2020-06-161-64/+79
* ci: Add a CIBastien Nocera2020-02-211-2/+3
* jsauthority: Fix two minor memory leaksJan Rybar2019-10-081-0/+2
* Use JS_EncodeStringToUTF8 consistently with JavaScriptJan Rybar2019-04-021-7/+15
* Code polish and removal of unused var reported by lintJan Rybar2019-03-261-3/+1
* Port the JS authority to mozjs-60Emmanuele Bassi2019-03-121-33/+32
* backend: Compare PolkitUnixProcess uids for temporary authorizationsColin Walters2019-01-081-1/+38
* polkitbackend: Fix some minor typos in an internal commentPhilip Withnall2018-11-291-2/+2
* Leaking zombie child processesJan Rybar2018-08-151-1/+2
* Fix CVE-2018-1116: Trusting client-supplied UIDMiloslav Trmač2018-07-034-23/+95
* jsauthority: pass "%s" format string to remaining report functionRay Strode2018-04-031-1/+1
* jsauthority: re-enable JITRay Strode2018-04-031-6/+3
* jsauthority: switch from JS_ConvertArguments to JS::CallArgsFromVpRay Strode2018-04-031-19/+14
* jsauthority: stop using JS_GetStringCharsZRay Strode2018-04-031-9/+6
* jsauthority: fix up set_property methodsRay Strode2018-04-031-26/+35
* jsauthority: use JS::Evaluate instead of JS_EvaluateScriptRay Strode2018-04-031-28/+21
* jsauthority: adapt arguments for new JS_ExecuteScript APIRay Strode2018-04-031-1/+0
* jsauthority: adapt arguments for new JS::Compile APIRay Strode2018-04-031-6/+1
* jsauthority: root some locals to the contextRay Strode2018-04-031-4/+4
* jsauthority: redo how global objects are set upRay Strode2018-04-031-23/+25
* jsauthority: use InterruptCallback api instead of OperationCallbackRay Strode2018-04-031-5/+7
* jsauthority: Fix up JS_CallFunctionName invocationsRay Strode2018-04-031-28/+28
* jsauthority: JSVAL_IS_NULL (o) to o.isNull()Ray Strode2018-04-031-1/+1
* jsauthority: JSVAL_IS_STRING (s) to s.isString()Ray Strode2018-04-031-3/+3
* jsauthority: JSVAL_TO_STRING (s) to s.toString()Ray Strode2018-04-031-3/+3
* jsauthority: JSVAL_TO_OBJECT (o) to o.toObjectOrNull()Ray Strode2018-04-031-2/+2
* jsauthority: s/BOOLEAN_TO_JSVAL/JS::BooleanValue/Ray Strode2018-04-031-1/+1
* jsauthority: s/STRING_TO_JSVAL/JS::StringValue/Ray Strode2018-04-031-4/+4
* jsauthority: s/OBJECT_TO_JSVAL/JS::ObjectValue/Ray Strode2018-04-031-1/+1
* jsauthority: s/JSVAL_VOID/JS::UndefinedValue()/Ray Strode2018-04-031-1/+1