summaryrefslogtreecommitdiff
path: root/src/programs
AgeCommit message (Expand)AuthorFilesLines
2009-06-08Add a "PolicyKit Overview" section to the docsDavid Zeuthen1-1/+0
2009-06-03Add pkaction(1) and nuke polkit-1(1) commandsDavid Zeuthen3-927/+235
2009-06-02Return the icon name instead of a GIcon in PolkitActionDescriptionDavid Zeuthen1-9/+4
2009-05-29Add pkcheck(1) command to check for authorizationsDavid Zeuthen2-1/+312
2009-05-19Use an object, not a GHashTable when passing details aroundDavid Zeuthen2-26/+24
2009-05-15Fix a bug where details were not shown for normal pkexec usageDavid Zeuthen1-2/+3
2009-05-15Add a pkexec(1) commandDavid Zeuthen3-6/+728
2009-05-13Port examples and command-line tools to new APIDavid Zeuthen1-4/+8
2009-05-13Only allow privileged apps to check authz and add ActionLookup interfaceDavid Zeuthen1-67/+2
2009-02-09rename grant->add and revoke->remove in the polkit-1 toolDavid Zeuthen1-14/+14
2009-02-09prune TODO list and fix up single-header-file / API guard checksDavid Zeuthen1-0/+1
2009-02-09add the ObtainAuthorization() method and use in for the 'polkit-1 run' commandDavid Zeuthen1-19/+8
2009-02-08implement cancellation of authorization checksDavid Zeuthen1-1/+1
2009-02-01add API docs for PolkitAuthorityDavid Zeuthen1-3/+0
2009-02-01move management functions to a separate D-Bus interface and GObject classDavid Zeuthen1-20/+25
2009-01-27remove debug spew for 'run' command in polkit-1David Zeuthen1-2/+0
2009-01-27implement 'run' command for polkit-1David Zeuthen1-1/+83
2009-01-20add enumeration and handling of implicit authorizationsDavid Zeuthen1-6/+10
2009-01-19implement adding/removing temporary authorizationsDavid Zeuthen1-7/+42
2009-01-19split Subject into Subject and Identity and revise APIDavid Zeuthen1-73/+36
2009-01-18add remaining glue for {Add,Remove,Enumerate}AuthorizationDavid Zeuthen1-3/+203
2009-01-18rename CheckClaim() to CheckAuthorization()David Zeuthen1-40/+29
2009-01-16add PolkitUnixSession and associcated functionsDavid Zeuthen1-3/+46
2009-01-16implement 'polkit-1 list authorizations'David Zeuthen1-2/+181
2009-01-12introduce a PendingCall type to make all backend operations asyncDavid Zeuthen1-2/+44
2009-01-12add polkit_unix_user_new_for_name()David Zeuthen1-4/+45
2009-01-12improve output when enumerating actions using --verboseDavid Zeuthen1-7/+7
2009-01-11add polkit-1 man page and rework cmd/options handlingDavid Zeuthen1-79/+127
2009-01-07add serialization for subjects and implement Enumerate{Users,Groups}David Zeuthen1-0/+92
2009-01-06add --version optionDavid Zeuthen1-2/+13
2009-01-06bring back annotationsDavid Zeuthen1-0/+104
2009-01-06slightly rework commandline toolDavid Zeuthen2-23/+69
2009-01-06update to latest EggDBus and rework how things are doneDavid Zeuthen1-13/+36
2008-12-08keep up with EggDBus HEAD, in the removal of _async() and addition of sync()David Zeuthen1-6/+6
2008-12-07change code style to be like GLib and generate error domainDavid Zeuthen1-18/+16
2008-12-03start using EggDBusDavid Zeuthen2-32/+16
2008-11-06initial commitDavid Zeuthen2-0/+137