summaryrefslogtreecommitdiff
path: root/src/mm-auth-provider-polkit.c
Commit message (Expand)AuthorAgeFilesLines
* core: prefer g_task_return_error_if_cancelled() than custom errorsAleksander Morgado2017-04-181-5/+1
* polkit: fix build when polkit enabledAleksander Morgado2017-04-071-1/+1
* polkit: port authorize to use GTaskBen Chan2017-04-071-48/+41
* core: minor coding style fixesBen Chan2014-05-201-4/+4
* build: add missing includes in polkit auth providerAleksander Morgado2012-10-101-0/+3
* libmm-glib: remove the `libmm-common.h' headerAleksander Morgado2012-10-041-2/+0
* polkit: fix authority object disposalAleksander Morgado2012-06-271-1/+1
* auth: refactor and simplify authentication related setupAleksander Morgado2012-03-161-99/+133
* core: use GDBusMethodInvocation in the auth APIAleksander Morgado2012-03-161-2/+1
* Revert "core: avoid using DBusGMethodInvocation in auth API"Aleksander Morgado2012-03-161-21/+8
* core: avoid using DBusGMethodInvocation in auth APIAleksander Morgado2012-03-151-8/+21
* polkit: fix for polkit >= 0.97 (bgo #628105)Dan Williams2010-09-011-3/+24
* core: implement optional PolicyKit-based authenticationDan Williams2010-02-271-0/+153