summaryrefslogtreecommitdiff
path: root/src/polkitbackend/polkitbackendauthority.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaks in server_handle_*_temporary_authorizationsMiloslav Trmač2018-04-031-0/+2
* Fix a memory leak in server_handle_authentication_agent_response{,2}Miloslav Trmač2018-04-031-0/+2
* Fix a memory leak in server_handle_unregister_authentication_agentMiloslav Trmač2018-04-031-0/+1
* Fix a memory leak in server_handle_register_authentication_agent_with_optionsMiloslav Trmač2018-04-031-0/+1
* Simplify GVariant reference countingMiloslav Trmač2018-04-031-15/+7
* Fix a memory leak when registering an authentication agentMiloslav Trmač2015-06-181-0/+1
* Fix a per-authorization memory leakMiloslav Trmač2015-06-181-0/+1
* docs: Update for changes to uid binding/AuthenticationAgentResponse2Miloslav Trmač2015-06-171-0/+1
* CVE-2015-4625: Bind use of cookies to specific uidsColin Walters2015-06-171-1/+60
* Remove an unused va_startMiloslav Trmač2013-05-071-1/+0
* Nuke polkitbackend library, localauthority backend and extension systemDavid Zeuthen2012-05-231-54/+12
* Add experimental authority backend using JavaScript rule filesDavid Zeuthen2012-05-171-5/+104
* Make it possible to influence agent registration with an a{sv} parameterDavid Zeuthen2012-04-121-1/+69
* Deprecated PolkitBackendActionLookupDavid Zeuthen2011-03-031-7/+0
* Make NameOwnerChanged a private impl detail of the interactive authoritygdbusDavid Zeuthen2010-08-031-60/+0
* Remove Lock Down functionalityDavid Zeuthen2010-08-031-189/+1
* Make polkitd accept --replace and gracefully handle SIGINTDavid Zeuthen2010-07-301-77/+35
* Port core bits to gdbusDavid Zeuthen2010-07-281-470/+545
* Bug 25594 – System loggingDavid Zeuthen2009-12-111-0/+37
* Properly validate all arguments passed via D-BusDavid Zeuthen2009-11-131-15/+81
* Add methods AddLockdownForAction() and RemoveLockdownForAction()David Zeuthen2009-11-111-1/+240
* Add properties with information about the currently used authorityDavid Zeuthen2009-09-161-0/+94
* Pass the right struct offset for the ::changed class signal handlerDavid Zeuthen2009-08-121-1/+1
* Allow unprivileged callers to check authorizationsDavid Zeuthen2009-07-261-9/+77
* Add support for querying and revoking temporary authorizationsDavid Zeuthen2009-07-201-16/+194
* Rip out polkit-local and refactor local authority to only use tmp authzDavid Zeuthen2009-07-151-444/+0
* Move local authority management to a separate libraryDavid Zeuthen2009-07-131-31/+36
* Plug a couple of memory leaksDavid Zeuthen2009-07-041-0/+1
* Use .../extensions instead of ../backends for loading extensionsDavid Zeuthen2009-06-081-2/+2
* Use an object, not a GHashTable when passing details aroundDavid Zeuthen2009-05-191-4/+4
* Change the PolkitAuthorizationResult enumeration into an objectDavid Zeuthen2009-05-131-5/+8
* Only allow privileged apps to check authz and add ActionLookup interfaceDavid Zeuthen2009-05-131-218/+21
* add the ObtainAuthorization() method and use in for the 'polkit-1 run' commandDavid Zeuthen2009-02-091-0/+219
* load and choose what backend to use; also write a simple null backendDavid Zeuthen2009-02-081-1/+55
* implement cancellation of authorization checksDavid Zeuthen2009-02-081-3/+90
* make authentication agents pass a session_id parameterDavid Zeuthen2009-02-081-2/+10
* add docs for PolkitBackendAuthorityDavid Zeuthen2009-02-011-30/+283
* rework backend APIDavid Zeuthen2009-02-011-174/+292
* replace PolkitBackendServer with polkit_backend_register_authority()David Zeuthen2009-02-011-0/+598
* add Changed() signal that is fired when actions/authorizations changeDavid Zeuthen2009-01-271-0/+23
* finish authentication agent integrationDavid Zeuthen2009-01-211-0/+13
* add infrastructure for registering/unregistering authentication agentsDavid Zeuthen2009-01-201-0/+38
* split Subject into Subject and Identity and revise APIDavid Zeuthen2009-01-191-15/+6
* add remaining glue for {Add,Remove,Enumerate}AuthorizationDavid Zeuthen2009-01-181-0/+36
* rename CheckClaim() to CheckAuthorization()David Zeuthen2009-01-181-4/+6
* add PolkitUnixSession and associcated functionsDavid Zeuthen2009-01-161-0/+11
* add infrastructure for CheckClaim() methodDavid Zeuthen2009-01-121-0/+12
* introduce a PendingCall type to make all backend operations asyncDavid Zeuthen2009-01-121-13/+13
* add serialization for subjects and implement Enumerate{Users,Groups}David Zeuthen2009-01-071-3/+25
* update to latest EggDBus and rework how things are doneDavid Zeuthen2009-01-061-0/+51