summaryrefslogtreecommitdiff
path: root/src/polkitbackend/polkitbackendlocalauthority.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Nuke polkitbackend library, localauthority backend and extension systemDavid Zeuthen1-783/+0
2012-05-18Make it possible for JS code to change detailsDavid Zeuthen1-8/+4
2011-12-22Bug 43610 - Add netgroup supportNikki VonHollen1-1/+62
2011-12-20Bug 43608 – Add unit testsNikki VonHollen1-24/+86
2011-03-03Deprecated PolkitBackendActionLookupDavid Zeuthen1-1/+0
2011-02-23Be more specific about what info we want when enumerating filesDavid Zeuthen1-1/+1
2010-08-03Remove Lock Down functionalityDavid Zeuthen1-498/+2
2009-12-10Bug 25367 — Also read local authority configuration data from /etcDavid Zeuthen1-25/+215
2009-11-11Port lockdown from pklalockdown(1) to D-Bus methodsDavid Zeuthen1-2/+501
2009-09-16Add properties with information about the currently used authorityDavid Zeuthen1-0/+23
2009-09-12Implement lockdown for the Local Authority implementationDavid Zeuthen1-4/+8
2009-08-12Bug 23093 – FreeBSD portability fixesJoe Marcus Clarke1-2/+2
2009-07-26Allow unprivileged callers to check authorizationsDavid Zeuthen1-0/+14
2009-07-15In .pkla files, use Result{Any,Inactive,Active} instead of just ResultDavid Zeuthen1-4/+43
2009-07-15Actually make the local authority look up authorization filesDavid Zeuthen1-15/+85
2009-07-15Also pass the identity of the subject we are checking forDavid Zeuthen1-2/+34
2009-07-15Move authentication agent bits to separate authority subclassDavid Zeuthen1-1695/+26
2009-07-15Rip out polkit-local and refactor local authority to only use tmp authzDavid Zeuthen1-956/+109
2009-07-13Move local authority management to a separate libraryDavid Zeuthen1-51/+51
2009-06-19Cancel an authentication if the unique name for the subject vanishesDavid Zeuthen1-0/+48
2009-06-02Return the icon name instead of a GIcon in PolkitActionDescriptionDavid Zeuthen1-7/+1
2009-05-29Avoid returning an error if no authentication agent is availableDavid Zeuthen1-11/+1
2009-05-19Use an object, not a GHashTable when passing details aroundDavid Zeuthen1-12/+18
2009-05-15Add a pkexec(1) commandDavid Zeuthen1-0/+2
2009-05-13Change the PolkitAuthorizationResult enumeration into an objectDavid Zeuthen1-30/+36
2009-05-13Only allow privileged apps to check authz and add ActionLookup interfaceDavid Zeuthen1-295/+201
2009-02-09make it possible to define what administrator authentication means0.91David Zeuthen1-12/+137
2009-02-09add security checks for AddAuthorization() and RemoveAuthorization()David Zeuthen1-5/+44
2009-02-09add security checks for EnumerateAuthorizationsDavid Zeuthen1-1/+27
2009-02-09add the ObtainAuthorization() method and use in for the 'polkit-1 run' commandDavid Zeuthen1-0/+259
2009-02-08load and choose what backend to use; also write a simple null backendDavid Zeuthen1-1/+5
2009-02-08implement cancellation of authorization checksDavid Zeuthen1-3/+41
2009-02-08make authentication agents pass a session_id parameterDavid Zeuthen1-0/+22
2009-02-08generate all polkit dbus code in one placeDavid Zeuthen1-27/+26
2009-02-01add docs for PolkitBackendAuthorityDavid Zeuthen1-18/+9
2009-02-01rework backend APIDavid Zeuthen1-204/+280
2009-01-31add more debug and work around what looks like a bug in fflush(3)David Zeuthen1-2/+2
2009-01-30rework API of polkitagentDavid Zeuthen1-1/+7
2009-01-29trivial cleanupMatthias Clasen1-3/+0
2009-01-27add Changed() signal that is fired when actions/authorizations changeDavid Zeuthen1-2/+19
2009-01-27implement 'run' command for polkit-1David Zeuthen1-1/+1
2009-01-21fix up docsDavid Zeuthen1-1/+1
2009-01-21finish authentication agent integrationDavid Zeuthen1-11/+476
2009-01-20add more infrastructure for authentication agent integrationDavid Zeuthen1-0/+102
2009-01-20honor implicit authorizationsDavid Zeuthen1-7/+95
2009-01-20implement UnregisterAuthenticationAgent()David Zeuthen1-10/+68
2009-01-20add infrastructure for registering/unregistering authentication agentsDavid Zeuthen1-9/+239
2009-01-19restrict add/remove of temporary authorizations to usersDavid Zeuthen1-0/+23
2009-01-19rename check_temporary_authorization_for_subject() to something more logicalDavid Zeuthen1-7/+7
2009-01-19make it possible to grant/revoke/use authorizations from groupsDavid Zeuthen1-2/+56