summaryrefslogtreecommitdiff
path: root/src/programs/pkexec.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-13Add bug reporting address and home page to --help outputMiloslav Trmač1-1/+5
2013-04-11pkexec: Set process environment from pam_getenvlist()Steve Langasek1-0/+10
2013-01-09Fix build on GNU HurdEmilio Pozuelo Monfort1-2/+3
2012-12-19Set XAUTHORITY environment variable if is unsetDavid Zeuthen1-0/+22
2012-07-11pkexec: add support for argv1 annotation and mention shebang-wrappersDavid Zeuthen1-1/+15
2012-05-24Clarify pkexec(1) variablesDavid Zeuthen1-2/+4
2012-05-22Update docsDavid Zeuthen1-1/+2
2011-08-01Bug 38769 — pkexec: Support running X11 appsMartin Pitt1-10/+25
2011-04-01pkexec: Avoid TOCTTOU problems with parent processDavid Zeuthen1-27/+39
2011-03-03Deprecated PolkitBackendActionLookupDavid Zeuthen1-9/+33
2011-02-23Bug 27081 – pkexec fails to build on non glibc systemsDavid Zeuthen1-5/+4
2011-02-22Bug 30653 – No way to detect cancellation in pkexecDavid Zeuthen1-4/+13
2010-08-20pkexec: add --disable-internal-agent optionDavid Zeuthen1-2/+9
2010-08-12Add textual authentication agent and use it in pkexec(1)David Zeuthen1-2/+44
2010-08-09Use polkit_authority_get_sync() instead of deprecated polkit_authority_get()David Zeuthen1-1/+8
2010-07-02Add shadow supportAndrew Psaltis1-0/+8
2010-03-10Bug 26982 – pkexec information disclosure vulnerabilityDan Rosenberg1-3/+2
2009-12-15Complain on stderr, not stdoutDavid Zeuthen1-3/+3
2009-12-15Save original cwd in pkexec(1) since it will change during the life-timeDavid Zeuthen1-5/+17
2009-12-15Make pkexec(1) use the syslogging facilitiesDavid Zeuthen1-29/+90
2009-12-15Make pkexec(1) validate environment variablesDavid Zeuthen1-2/+111
2009-12-15Fix error message when no authentication agent is availableDavid Zeuthen1-1/+1
2009-12-15Properly handle return value from getpwnam_r()David Zeuthen1-3/+12
2009-12-11Fix up last commentDavid Zeuthen1-1/+1
2009-12-11Run the open_session part of the PAM stack in pkexec(1)David Zeuthen1-1/+88
2009-09-13Add missing comma so we're save both LANG and LANGUAGE, not only LANGLANGUAGEDavid Zeuthen1-1/+1
2009-08-12Generate GI gir and typelibs for libpolkit-gobject-1David Zeuthen1-3/+14
2009-08-12Bug 23093 – FreeBSD portability fixesJoe Marcus Clarke1-17/+29
2009-07-30Ensure all fds except stdin/stdout/stderr are closed after exec(2)David Zeuthen1-0/+50
2009-07-27Don't spawn man(1) from a setuid programDavid Zeuthen1-12/+5
2009-05-19Use an object, not a GHashTable when passing details aroundDavid Zeuthen1-7/+9
2009-05-15Add a pkexec(1) commandDavid Zeuthen1-0/+473