summaryrefslogtreecommitdiff
path: root/src/polkit
Commit message (Expand)AuthorAgeFilesLines
...
* Generate GI gir and typelibs for libpolkit-gobject-1David Zeuthen2009-08-1217-131/+262
* Don't set the GError if the process doesn't existDavid Zeuthen2009-08-121-6/+1
* Bug 23093 – FreeBSD portability fixesJoe Marcus Clarke2009-08-124-6/+102
* Be more careful when determining process start timeDavid Zeuthen2009-08-101-2/+5
* Add polkit.retains_authorization_after_challenge to authz resultDavid Zeuthen2009-07-282-13/+80
* Allow unprivileged callers to check authorizationsDavid Zeuthen2009-07-263-2/+216
* Fix make distcheckDavid Zeuthen2009-07-201-1/+1
* Add support for querying and revoking temporary authorizationsDavid Zeuthen2009-07-2015-129/+1339
* In .pkla files, use Result{Any,Inactive,Active} instead of just ResultDavid Zeuthen2009-07-152-0/+7
* Rip out polkit-local and refactor local authority to only use tmp authzDavid Zeuthen2009-07-151-3/+2
* Move local authority management to a separate libraryDavid Zeuthen2009-07-138-1027/+4
* Plug a couple of memory leaksDavid Zeuthen2009-07-041-6/+18
* Add some more API docsDavid Zeuthen2009-06-0813-33/+479
* Return the icon name instead of a GIcon in PolkitActionDescriptionDavid Zeuthen2009-06-022-28/+4
* Only free hash table if it's not NULLDavid Zeuthen2009-05-291-1/+2
* Forgot to add source for PolkitDetailsDavid Zeuthen2009-05-262-0/+207
* Use an object, not a GHashTable when passing details aroundDavid Zeuthen2009-05-198-19/+47
* Add a pkexec(1) commandDavid Zeuthen2009-05-151-0/+1
* Change the PolkitAuthorizationResult enumeration into an objectDavid Zeuthen2009-05-136-33/+194
* Only allow privileged apps to check authz and add ActionLookup interfaceDavid Zeuthen2009-05-132-218/+34
* fix up gtk-doc API markup for a couple of functionsRichard Hughes2009-02-101-4/+2
* prune TODO list and fix up single-header-file / API guard checksDavid Zeuthen2009-02-0917-1/+76
* add the ObtainAuthorization() method and use in for the 'polkit-1 run' commandDavid Zeuthen2009-02-092-1/+220
* implement cancellation of authorization checksDavid Zeuthen2009-02-083-76/+72
* make authentication agents pass a session_id parameterDavid Zeuthen2009-02-082-9/+29
* generate all polkit dbus code in one placeDavid Zeuthen2009-02-081-13/+17
* depend on EggDBus HEAD for stamp file and Docbook docs for D-Bus interfacesDavid Zeuthen2009-02-021-23/+19
* add docs for PolkitBackendAuthorityDavid Zeuthen2009-02-011-1/+1
* add API docs for PolkitAuthorityDavid Zeuthen2009-02-013-11/+216
* move management functions to a separate D-Bus interface and GObject classDavid Zeuthen2009-02-016-525/+795
* add Changed() signal that is fired when actions/authorizations changeDavid Zeuthen2009-01-271-0/+38
* fix 'make distcheck'David Zeuthen2009-01-211-0/+1
* fix up docsDavid Zeuthen2009-01-214-1/+25
* finish authentication agent integrationDavid Zeuthen2009-01-212-0/+121
* honor implicit authorizationsDavid Zeuthen2009-01-201-2/+0
* add enumeration and handling of implicit authorizationsDavid Zeuthen2009-01-207-0/+220
* add infrastructure for registering/unregistering authentication agentsDavid Zeuthen2009-01-202-0/+216
* add a hash() method to the Subject interfaceDavid Zeuthen2009-01-205-0/+35
* remember to install polkittypes.hDavid Zeuthen2009-01-201-0/+1
* add a hash() method to PolkitIdentityDavid Zeuthen2009-01-194-0/+31
* forgot to add new PolkitIdentity interfaceDavid Zeuthen2009-01-192-0/+265
* split Subject into Subject and Identity and revise APIDavid Zeuthen2009-01-1911-231/+137
* add remaining glue for {Add,Remove,Enumerate}AuthorizationDavid Zeuthen2009-01-188-7/+541
* rename CheckClaim() to CheckAuthorization()David Zeuthen2009-01-187-51/+162
* add checks for whether someone is authorized to check authorizationsDavid Zeuthen2009-01-182-3/+9
* add PolkitUnixSession and associcated functionsDavid Zeuthen2009-01-168-4/+366
* remove attributes from AuthorizationClaim and CheckClaim()David Zeuthen2009-01-161-6/+0
* implement 'polkit-1 list authorizations'David Zeuthen2009-01-166-61/+220
* add async versions of PolkitAuthority methodsDavid Zeuthen2009-01-152-48/+293
* add polkit_unix_user_new_for_name()David Zeuthen2009-01-126-14/+149