summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 23867 – UnixProcess vs. SystemBusName aliasingDavid Zeuthen2009-09-113-7/+104
* Sort by action id in pkaction(1) outputDavid Zeuthen2009-09-111-0/+11
* Use correct program name when complaining about not being setuid rootDavid Zeuthen2009-08-191-1/+1
* Generate GI gir and typelibs for libpolkit-gobject-1David Zeuthen2009-08-1219-143/+282
* Remove temporary authorization when the subject it applies to vanishesDavid Zeuthen2009-08-122-3/+184
* Don't set the GError if the process doesn't existDavid Zeuthen2009-08-121-6/+1
* Pass the right struct offset for the ::changed class signal handlerDavid Zeuthen2009-08-121-1/+1
* Bug 23093 – FreeBSD portability fixesJoe Marcus Clarke2009-08-129-31/+149
* Be more careful when determining process start timeDavid Zeuthen2009-08-101-2/+5
* Ensure all fds except stdin/stdout/stderr are closed after exec(2)David Zeuthen2009-07-301-0/+50
* Add polkit.retains_authorization_after_challenge to authz resultDavid Zeuthen2009-07-284-48/+124
* Don't spawn man(1) from a setuid programDavid Zeuthen2009-07-271-12/+5
* Allow unprivileged callers to check authorizationsDavid Zeuthen2009-07-267-75/+492
* Ignore .pkla files starting with dot and don't segfault on error pathDavid Zeuthen2009-07-231-2/+2
* Fix make distcheckDavid Zeuthen2009-07-202-2/+2
* Add support for querying and revoking temporary authorizationsDavid Zeuthen2009-07-2020-205/+1858
* Add docs detailing how the Local Authority worksDavid Zeuthen2009-07-151-19/+3
* Rename some man pages and the daemon binaryDavid Zeuthen2009-07-151-4/+4
* In .pkla files, use Result{Any,Inactive,Active} instead of just ResultDavid Zeuthen2009-07-157-34/+159
* Actually make the local authority look up authorization filesDavid Zeuthen2009-07-156-15/+791
* Also pass the identity of the subject we are checking forDavid Zeuthen2009-07-153-2/+46
* Move authentication agent bits to separate authority subclassDavid Zeuthen2009-07-157-1702/+2082
* Rip out polkit-local and refactor local authority to only use tmp authzDavid Zeuthen2009-07-1517-2650/+136
* Move local authority management to a separate libraryDavid Zeuthen2009-07-1324-490/+654
* Plug a couple of memory leaksDavid Zeuthen2009-07-043-14/+27
* Cancel an authentication if the unique name for the subject vanishesDavid Zeuthen2009-06-191-0/+48
* GIO modules need to be prefix with libDavid Zeuthen2009-06-172-10/+10
* Fix make distcheckDavid Zeuthen2009-06-082-0/+4
* Minor doc fixesDavid Zeuthen2009-06-083-3/+12
* Use .../extensions instead of ../backends for loading extensionsDavid Zeuthen2009-06-084-15/+15
* Add a "PolicyKit Overview" section to the docsDavid Zeuthen2009-06-083-16/+40
* Add some more API docsDavid Zeuthen2009-06-0813-33/+479
* Add pkaction(1) and nuke polkit-1(1) commandsDavid Zeuthen2009-06-033-927/+235
* Return the icon name instead of a GIcon in PolkitActionDescriptionDavid Zeuthen2009-06-024-44/+9
* nullbackend: Catch up with latest API changesDavid Zeuthen2009-06-021-2/+2
* Add pkcheck(1) command to check for authorizationsDavid Zeuthen2009-05-292-1/+312
* Avoid returning an error if no authentication agent is availableDavid Zeuthen2009-05-291-11/+1
* Only free hash table if it's not NULLDavid Zeuthen2009-05-291-1/+2
* Change the defaults for .run-frobnicate to auth_self_keepDavid Zeuthen2009-05-271-1/+1
* Forgot to add source for PolkitDetailsDavid Zeuthen2009-05-262-0/+207
* Use an object, not a GHashTable when passing details aroundDavid Zeuthen2009-05-1917-102/+138
* Fix a bug where details were not shown for normal pkexec usageDavid Zeuthen2009-05-151-2/+3
* Add a pkexec(1) commandDavid Zeuthen2009-05-158-8/+858
* Port examples and command-line tools to new APIDavid Zeuthen2009-05-133-29/+28
* Change the PolkitAuthorizationResult enumeration into an objectDavid Zeuthen2009-05-139-74/+244
* Only allow privileged apps to check authz and add ActionLookup interfaceDavid Zeuthen2009-05-1317-945/+576
* fix up gtk-doc API markup for a couple of functionsRichard Hughes2009-02-101-4/+2
* make it possible to define what administrator authentication means0.91David Zeuthen2009-02-099-132/+847
* add security checks for AddAuthorization() and RemoveAuthorization()David Zeuthen2009-02-091-5/+44
* rename grant->add and revoke->remove in the polkit-1 toolDavid Zeuthen2009-02-091-14/+14