summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Error message raised on every 'systemctl start' in emergency.targeterr-msgs-to-debugJan Rybar2018-08-171-1/+2
* Elaborate message printed by polkit when disconnecting from sshJan Rybar2018-08-171-6/+6
* Leaking zombie child processesJan Rybar2018-08-151-1/+2
* Possible resource leak found by static analyzerJan Rybar2018-08-091-0/+1
* Post-release version bump to 0.116Miloslav Trmač2018-07-102-1/+31
* Update NEWS for release0.115Miloslav Trmač2018-07-031-4/+13
* Fix CVE-2018-1116: Trusting client-supplied UIDMiloslav Trmač2018-07-036-33/+148
* NEWS: fix date from 2017 to 2018 for 0.114 entryRay Strode2018-04-031-1/+1
* jsauthority: pass "%s" format string to remaining report functionRay Strode2018-04-031-1/+1
* Post-release version bump to 0.115Ray Strode2018-04-032-1/+31
* Update NEWS for release0.114Ray Strode2018-04-031-5/+146
* Port JavaScript authority to mozjs52Ray Strode2018-04-033-225/+235
|\
| * test: Add a test case to handle actions without explicit rulesJeremy Linton2018-04-031-0/+8
| * 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
| * jsauthority: s/JSVAL_NULL/JS::NullValue()/Ray Strode2018-04-031-6/+6
| * jsauthority: s/jsval/JS::Value/Ray Strode2018-04-031-28/+28
| * jsauthority: s/JSBool/bool/Ray Strode2018-04-031-23/+23
| * jsauthority: pass "%s" format string to report functionsRay Strode2018-04-031-1/+1
| * jsauthority: add UTF8 suffix to renamed functionsRay Strode2018-04-031-6/+6
| * jsauthority: JS::SetWarningReporter instead of JS_SetErrorReporterRay Strode2018-04-031-3/+2
| * jsauthority: change how JIT is disabledRay Strode2018-04-031-3/+4
| * jsauthority: call JS_InitSelfHostedCodeRay Strode2018-04-031-0/+3
| * jsauthority: call JS_InitRay Strode2018-04-031-0/+3
| * jsauthority: change how setVersion is calledRay Strode2018-04-031-1/+1
| * jsauthority: get rid of JSRuntimeRay Strode2018-04-031-8/+2
| * jsauthority: use JS_FN instead of JS_FSRay Strode2018-04-031-3/+3
| * jsauthority: fix how classes are definedRay Strode2018-04-031-18/+31
| * configure: bump mozjs requirement to 52Ray Strode2018-04-031-1/+1
|/
* polkitagent: No double warnings in polkit_agent_listener_register()Stef Walter2018-04-031-1/+0
* trivial: fix deprecated indication for polkit_agent_register_listener()Jiří Klimeš2018-04-031-1/+1
* tests: Correct boundary test for overflowColin Walters2018-04-031-1/+1
* build: Use AC_USE_SYSTEM_EXTENSIONSColin Walters2018-04-034-4/+3