summaryrefslogtreecommitdiff
path: root/src/polkit/polkitauthority.c
Commit message (Expand)AuthorAgeFilesLines
* Fix error handling in polkit_authority_enumerate_temporary_authorizations_finishMiloslav Trmač2018-04-031-1/+3
* Simplify GVariant reference countingMiloslav Trmač2018-04-031-40/+7
* docs: Update for changes to uid binding/AuthenticationAgentResponse2Miloslav Trmač2015-06-171-2/+22
* CVE-2015-4625: Bind use of cookies to specific uidsColin Walters2015-06-171-2/+11
* authority: Fix memory leak in EnumerateActions call results handlerMax A. Dednev2015-01-111-1/+0
* Add annotations for element types of returned listsMiloslav Trmač2013-04-151-15/+15
* Make it possible to influence agent registration with an a{sv} parameterDavid Zeuthen2012-04-121-0/+164
* Deprecated PolkitBackendActionLookupDavid Zeuthen2011-03-031-13/+9
* Allow overriding message shown in authentication dialogDavid Zeuthen2011-02-231-0/+14
* Add missing GObject Introspection annotationsDavid Zeuthen2011-02-171-14/+31
* Various doc cleanupsDavid Zeuthen2010-08-201-43/+102
* Update GI annotationsDavid Zeuthen2010-08-091-41/+44
* PolkitAuthority: Add g_return_if_fail() checksDavid Zeuthen2010-08-091-6/+136
* PolkitAuthority: Implement failable initializationDavid Zeuthen2010-08-091-39/+277
* Remove Lock Down functionalityDavid Zeuthen2010-08-031-200/+0
* Implement polkit_temporary_authorization_new_for_gvariant()David Zeuthen2010-08-021-1/+10
* Port PolkitAgent to gdbusDavid Zeuthen2010-07-291-27/+156
* Port CK class to gdbusDavid Zeuthen2010-07-281-0/+8
* Port core bits to gdbusDavid Zeuthen2010-07-281-724/+461
* Port lockdown from pklalockdown(1) to D-Bus methodsDavid Zeuthen2009-11-111-3/+3
* Add methods AddLockdownForAction() and RemoveLockdownForAction()David Zeuthen2009-11-111-0/+238
* Bug 24566 – Properly _ref authority in singleton constructorAlexander Sack2009-10-161-1/+3
* Clarify when AllowUserInteraction should and shouldn't be usedDavid Zeuthen2009-09-291-0/+10
* Add properties with information about the currently used authorityDavid Zeuthen2009-09-161-1/+138
* Allow unprivileged callers to check authorizationsDavid Zeuthen2009-07-261-2/+195
* Add support for querying and revoking temporary authorizationsDavid Zeuthen2009-07-201-16/+219
* Add some more API docsDavid Zeuthen2009-06-081-1/+2
* Use an object, not a GHashTable when passing details aroundDavid Zeuthen2009-05-191-6/+11
* Add a pkexec(1) commandDavid Zeuthen2009-05-151-0/+1
* Change the PolkitAuthorizationResult enumeration into an objectDavid Zeuthen2009-05-131-9/+16
* Only allow privileged apps to check authz and add ActionLookup interfaceDavid Zeuthen2009-05-131-201/+30
* fix up gtk-doc API markup for a couple of functionsRichard Hughes2009-02-101-4/+2
* add the ObtainAuthorization() method and use in for the 'polkit-1 run' commandDavid Zeuthen2009-02-091-1/+204
* implement cancellation of authorization checksDavid Zeuthen2009-02-081-7/+68
* make authentication agents pass a session_id parameterDavid Zeuthen2009-02-081-9/+25
* add docs for PolkitBackendAuthorityDavid Zeuthen2009-02-011-1/+1
* add API docs for PolkitAuthorityDavid Zeuthen2009-02-011-9/+215
* move management functions to a separate D-Bus interface and GObject classDavid Zeuthen2009-02-011-520/+0
* add Changed() signal that is fired when actions/authorizations changeDavid Zeuthen2009-01-271-0/+38
* finish authentication agent integrationDavid Zeuthen2009-01-211-0/+104
* add infrastructure for registering/unregistering authentication agentsDavid Zeuthen2009-01-201-0/+186
* split Subject into Subject and Identity and revise APIDavid Zeuthen2009-01-191-120/+66
* add remaining glue for {Add,Remove,Enumerate}AuthorizationDavid Zeuthen2009-01-181-0/+286
* rename CheckClaim() to CheckAuthorization()David Zeuthen2009-01-181-34/+53
* add PolkitUnixSession and associcated functionsDavid Zeuthen2009-01-161-4/+100
* remove attributes from AuthorizationClaim and CheckClaim()David Zeuthen2009-01-161-6/+0
* implement 'polkit-1 list authorizations'David Zeuthen2009-01-161-19/+87
* add async versions of PolkitAuthority methodsDavid Zeuthen2009-01-151-48/+249
* add polkit-1 man page and rework cmd/options handlingDavid Zeuthen2009-01-111-0/+40
* add serialization for subjects and implement Enumerate{Users,Groups}David Zeuthen2009-01-071-0/+72