summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* unixgroup: Fix return annotation, so that is really nullableHEADmasterMarco Trevisan2023-04-251-1/+1
* Add out param GI annotation to polkit_implicit_authorization_from_stringVal Packett2023-04-251-0/+5
* polkitagentsession: Fix the tautological check for add_newlineVincent Mihalkovic2023-04-051-1/+1
* systemd: set User/Group and don't change uid/gid if already setLuca Boccassi2023-04-051-2/+9
* pkexec: improve pkexec authentication messageVincent Mihalkovic2023-03-151-2/+11
* if LANGUAGE have been set in /etc/default, set LANG is invalid, gettext canno...liudun2023-02-281-2/+3
* pkexec: avoid access to a NULL pointerVincent Mihalkovic2023-02-011-1/+1
* fix core dump problembboy_vi2023-01-181-1/+1
* pkttyagent: Fix small memory leakMartin Kletzander2022-10-251-0/+6
* pkttyagent: Only restore tty flags if they were changedMartin Kletzander2022-10-252-1/+21
* build: add option to skip building polkitdPeter Eisenmann2022-09-071-3/+5
* 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-145-8/+32
* 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-096-630/+0
* pkexec: Allow --version and --help even if not setuid rootMatt Turner2022-05-031-21/+21
* Fix a typo of gid_t in a commentMatthew Leeds2022-05-021-1/+1
* pkexec: Don't chdir(~)Adrian Vovk2022-05-021-5/+14
* backend: Check for subject's primary group when expanding admin groupDan Nicholson2022-04-271-1/+16
* polkitagent: Add g_autoptr() support for GObject-derived typesBenedikt Ames2022-04-261-0/+6
* 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
* Don't pass positional parameters to i18n.merge_fileSimon McVittie2022-03-221-1/+0
* error message grammar improvementJan Schaumann2022-03-211-2/+2
* CVE-2021-4115 (GHSL-2021-077) fixJan Rybar2022-02-211-4/+34
* jsauthority: port to mozjs-91Xi Ruoyao2022-01-271-2/+7
* pkexec: local privilege escalation (CVE-2021-4034)Jan Rybar2022-01-252-3/+25
* Added support for duktape as JS engineGustavo Lima Chaves2022-01-256-668/+1823
* build: Migrate from Intltool to GettextIñigo Martínez2021-07-293-7/+9
* build: Make the directory for helper executables consistent with AutotoolsSimon McVittie2021-07-192-2/+2
* GHSL-2021-074: authentication bypass vulnerability in polkitJan Rybar2021-06-021-0/+3
* 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
* text listener: Add propertiesMatthias Clasen2020-11-031-6/+103
* build: Port to meson build systemJan Rybar2020-10-2613-3/+414
* 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
* Restoring terminal setting erases unread inputJan Rybar2020-01-271-1/+1
* Freeing uninitialized memoryJan Rybar2020-01-271-1/+1
* jsauthority: Fix two minor memory leaksJan Rybar2019-10-081-0/+2
* pkttyagent: process stopped by SIGTTOU if run in background jobJan Rybar2019-08-011-0/+6
* 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
* pkttyagent: PolkitAgentTextListener leaves echo tty disabled if SIGINT/SIGTERMJan Rybar2019-03-151-0/+56
* Port the JS authority to mozjs-60Emmanuele Bassi2019-03-121-33/+32