summaryrefslogtreecommitdiff
path: root/src/programs
Commit message (Expand)AuthorAgeFilesLines
...
* pkexec: add --disable-internal-agent optionDavid Zeuthen2010-08-201-2/+9
* Add textual authentication agent and use it in pkexec(1)David Zeuthen2010-08-123-3/+46
* Use polkit_authority_get_sync() instead of deprecated polkit_authority_get()David Zeuthen2010-08-093-3/+24
* Add shadow supportAndrew Psaltis2010-07-021-0/+8
* Bug 26982 – pkexec information disclosure vulnerabilityDan Rosenberg2010-03-101-3/+2
* Complain on stderr, not stdoutDavid Zeuthen2009-12-151-3/+3
* Save original cwd in pkexec(1) since it will change during the life-timeDavid Zeuthen2009-12-151-5/+17
* Make pkexec(1) use the syslogging facilitiesDavid Zeuthen2009-12-151-29/+90
* Make pkexec(1) validate environment variablesDavid Zeuthen2009-12-151-2/+111
* Fix error message when no authentication agent is availableDavid Zeuthen2009-12-151-1/+1
* Properly handle return value from getpwnam_r()David Zeuthen2009-12-151-3/+12
* Fix up last commentDavid Zeuthen2009-12-111-1/+1
* Run the open_session part of the PAM stack in pkexec(1)David Zeuthen2009-12-112-1/+89
* Port lockdown from pklalockdown(1) to D-Bus methodsDavid Zeuthen2009-11-112-257/+1
* Bug 24176 – Current git master fails to build, GLIB_LDADD -> GLIB_LIBSMichael Biebl2009-10-211-4/+4
* Add missing comma so we're save both LANG and LANGUAGE, not only LANGLANGUAGEDavid Zeuthen2009-09-131-1/+1
* Implement lockdown for the Local Authority implementationDavid Zeuthen2009-09-122-1/+257
* Sort by action id in pkaction(1) outputDavid Zeuthen2009-09-111-0/+11
* Generate GI gir and typelibs for libpolkit-gobject-1David Zeuthen2009-08-121-3/+14
* Bug 23093 – FreeBSD portability fixesJoe Marcus Clarke2009-08-121-17/+29
* 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-281-27/+26
* Don't spawn man(1) from a setuid programDavid Zeuthen2009-07-271-12/+5
* Rip out polkit-local and refactor local authority to only use tmp authzDavid Zeuthen2009-07-151-1/+0
* Move local authority management to a separate libraryDavid Zeuthen2009-07-131-0/+1
* GIO modules need to be prefix with libDavid Zeuthen2009-06-171-5/+5
* Use .../extensions instead of ../backends for loading extensionsDavid Zeuthen2009-06-081-6/+6
* Add a "PolicyKit Overview" section to the docsDavid Zeuthen2009-06-081-1/+0
* 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-021-9/+4
* Add pkcheck(1) command to check for authorizationsDavid Zeuthen2009-05-292-1/+312
* Use an object, not a GHashTable when passing details aroundDavid Zeuthen2009-05-192-26/+24
* Fix a bug where details were not shown for normal pkexec usageDavid Zeuthen2009-05-151-2/+3
* Add a pkexec(1) commandDavid Zeuthen2009-05-153-6/+728
* Port examples and command-line tools to new APIDavid Zeuthen2009-05-131-4/+8
* Only allow privileged apps to check authz and add ActionLookup interfaceDavid Zeuthen2009-05-131-67/+2
* rename grant->add and revoke->remove in the polkit-1 toolDavid Zeuthen2009-02-091-14/+14
* prune TODO list and fix up single-header-file / API guard checksDavid Zeuthen2009-02-091-0/+1
* add the ObtainAuthorization() method and use in for the 'polkit-1 run' commandDavid Zeuthen2009-02-091-19/+8
* implement cancellation of authorization checksDavid Zeuthen2009-02-081-1/+1
* add API docs for PolkitAuthorityDavid Zeuthen2009-02-011-3/+0
* move management functions to a separate D-Bus interface and GObject classDavid Zeuthen2009-02-011-20/+25
* remove debug spew for 'run' command in polkit-1David Zeuthen2009-01-271-2/+0
* implement 'run' command for polkit-1David Zeuthen2009-01-271-1/+83
* add enumeration and handling of implicit authorizationsDavid Zeuthen2009-01-201-6/+10
* implement adding/removing temporary authorizationsDavid Zeuthen2009-01-191-7/+42
* split Subject into Subject and Identity and revise APIDavid Zeuthen2009-01-191-73/+36
* add remaining glue for {Add,Remove,Enumerate}AuthorizationDavid Zeuthen2009-01-181-3/+203
* rename CheckClaim() to CheckAuthorization()David Zeuthen2009-01-181-40/+29
* add PolkitUnixSession and associcated functionsDavid Zeuthen2009-01-161-3/+46