summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-20Update NEWS for release0.93David Zeuthen1-0/+43
2009-07-20Update TODODavid Zeuthen1-63/+19
2009-07-20Fix make distcheckDavid Zeuthen2-2/+2
2009-07-20Add support for querying and revoking temporary authorizationsDavid Zeuthen24-211/+1958
2009-07-15Add docs detailing how the Local Authority worksDavid Zeuthen6-33/+340
2009-07-15Rename some man pages and the daemon binaryDavid Zeuthen10-44/+45
2009-07-15In .pkla files, use Result{Any,Inactive,Active} instead of just ResultDavid Zeuthen7-34/+159
2009-07-15Actually make the local authority look up authorization filesDavid Zeuthen9-20/+810
2009-07-15Also pass the identity of the subject we are checking forDavid Zeuthen3-2/+46
2009-07-15Move authentication agent bits to separate authority subclassDavid Zeuthen10-1704/+2102
2009-07-15Rip out polkit-local and refactor local authority to only use tmp authzDavid Zeuthen25-2815/+137
2009-07-13Move local authority management to a separate libraryDavid Zeuthen32-551/+733
2009-07-04Plug a couple of memory leaksDavid Zeuthen3-14/+27
2009-06-19Cancel an authentication if the unique name for the subject vanishesDavid Zeuthen1-0/+48
2009-06-17GIO modules need to be prefix with libDavid Zeuthen2-10/+10
2009-06-16More unique ids to get the docs build fully predictableYanko Kaneti3-8/+8
2009-06-16Use unique ids for sections to prevent them being autogeneratedYanko Kaneti6-32/+32
2009-06-08Post-release version bump to 0.93David Zeuthen1-2/+2
2009-06-08Also dist polkitd-1.xml0.92David Zeuthen2-1/+3
2009-06-08Update NEWSDavid Zeuthen1-0/+61
2009-06-08Fix make distcheckDavid Zeuthen2-0/+4
2009-06-08Change GNOME to freedesktop.org in the docsDavid Zeuthen1-4/+5
2009-06-08Move the doc chapters around a bitDavid Zeuthen1-44/+40
2009-06-08Minor doc fixesDavid Zeuthen6-56/+91
2009-06-08Use .../extensions instead of ../backends for loading extensionsDavid Zeuthen5-16/+16
2009-06-08Expand on the D-Bus docsDavid Zeuthen1-7/+14
2009-06-08Consolidate all gtk-doc stuff in docs/polkitDavid Zeuthen14-377/+188
2009-06-08Add a "PolicyKit Overview" section to the docsDavid Zeuthen9-17/+139
2009-06-08Add some more API docsDavid Zeuthen14-65/+511
2009-06-05Improve pkexec(1) man page by adding screenshots of authentication dialogsDavid Zeuthen5-9/+113
2009-06-05First cut at some high-level docsDavid Zeuthen7-10/+1217
2009-06-03Add a man page for polkit-1(8)David Zeuthen5-4/+76
2009-06-03Update SEE ALSO sections in man pagesDavid Zeuthen4-1/+25
2009-06-03Add pkaction(1) and nuke polkit-1(1) commandsDavid Zeuthen8-1333/+342
2009-06-02Return the icon name instead of a GIcon in PolkitActionDescriptionDavid Zeuthen5-45/+10
2009-06-02nullbackend: Catch up with latest API changesDavid Zeuthen1-2/+2
2009-05-29Add pkcheck(1) command to check for authorizationsDavid Zeuthen6-1/+490
2009-05-29Clarify docs for is_challenge member of the AuthorizationResult structDavid Zeuthen1-1/+1
2009-05-29Avoid returning an error if no authentication agent is availableDavid Zeuthen1-11/+1
2009-05-29Only free hash table if it's not NULLDavid Zeuthen1-1/+2
2009-05-27Require eggdbus-1 >= 0.4David Zeuthen1-1/+1
2009-05-27Change the defaults for .run-frobnicate to auth_self_keepDavid Zeuthen1-1/+1
2009-05-26Forgot to add source for PolkitDetailsDavid Zeuthen2-0/+207
2009-05-19Use an object, not a GHashTable when passing details aroundDavid Zeuthen20-102/+157
2009-05-15Fix a bug where details were not shown for normal pkexec usageDavid Zeuthen1-2/+3
2009-05-15Mention /usr/bin/pkexec in the configure blurbDavid Zeuthen1-0/+4
2009-05-15Add a pkexec(1) commandDavid Zeuthen16-25/+1091
2009-05-13Move docs to proper locationDavid Zeuthen12-49/+49
2009-05-13Port examples and command-line tools to new APIDavid Zeuthen3-29/+28
2009-05-13Change the PolkitAuthorizationResult enumeration into an objectDavid Zeuthen12-94/+276