summaryrefslogtreecommitdiff
path: root/src/programs/pkexec.c
Commit message (Expand)AuthorAgeFilesLines
* pkexec: Set process environment from pam_getenvlist()Steve Langasek2013-04-111-0/+10
* Fix build on GNU HurdEmilio Pozuelo Monfort2013-01-091-2/+3
* Set XAUTHORITY environment variable if is unsetDavid Zeuthen2012-12-191-0/+22
* pkexec: add support for argv1 annotation and mention shebang-wrappersDavid Zeuthen2012-07-111-1/+15
* Clarify pkexec(1) variablesDavid Zeuthen2012-05-241-2/+4
* Update docsDavid Zeuthen2012-05-221-1/+2
* Bug 38769 — pkexec: Support running X11 appsMartin Pitt2011-08-011-10/+25
* pkexec: Avoid TOCTTOU problems with parent processDavid Zeuthen2011-04-011-27/+39
* Deprecated PolkitBackendActionLookupDavid Zeuthen2011-03-031-9/+33
* Bug 27081 – pkexec fails to build on non glibc systemsDavid Zeuthen2011-02-231-5/+4
* Bug 30653 – No way to detect cancellation in pkexecDavid Zeuthen2011-02-221-4/+13
* pkexec: add --disable-internal-agent optionDavid Zeuthen2010-08-201-2/+9
* Add textual authentication agent and use it in pkexec(1)David Zeuthen2010-08-121-2/+44
* Use polkit_authority_get_sync() instead of deprecated polkit_authority_get()David Zeuthen2010-08-091-1/+8
* 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-111-1/+88
* Add missing comma so we're save both LANG and LANGUAGE, not only LANGLANGUAGEDavid Zeuthen2009-09-131-1/+1
* 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
* Don't spawn man(1) from a setuid programDavid Zeuthen2009-07-271-12/+5
* Use an object, not a GHashTable when passing details aroundDavid Zeuthen2009-05-191-7/+9
* Add a pkexec(1) commandDavid Zeuthen2009-05-151-0/+473