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