summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 29051 – Configuration reload on every querypolkit-0-96Petr Mrázek2011-04-112-0/+3
* Bug 26982 – pkexec information disclosure vulnerabilityDan Rosenberg2011-04-111-3/+2
* pkexec: Avoid TOCTTOU problems with parent processDavid Zeuthen2011-04-111-27/+39
* Use polkit_unix_process_get_uid() to get the owner of a processDavid Zeuthen2011-04-111-7/+6
* Make PolkitUnixProcess also record the uid of the processDavid Zeuthen2011-04-113-120/+291
* PolkitUnixProcess: Clarify that the real uid is returned, not the effective oneDavid Zeuthen2011-04-111-11/+47
* Don't log authorization checksDavid Zeuthen2010-01-151-3/+4
* 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
* Remove trailing whitespace from log messagesDavid Zeuthen2009-12-151-3/+3
* Bug 25594 – System loggingDavid Zeuthen2009-12-113-18/+314
* 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
* Fix logic error in pk-example-frobnicateDavid Zeuthen2009-12-111-2/+2
* Bug 25367 — Also read local authority configuration data from /etcDavid Zeuthen2009-12-103-25/+224
* Add Python exampleDavid Zeuthen2009-11-131-0/+41
* Properly validate all arguments passed via D-BusDavid Zeuthen2009-11-133-21/+92
* Port lockdown from pklalockdown(1) to D-Bus methodsDavid Zeuthen2009-11-117-269/+522
* Add methods AddLockdownForAction() and RemoveLockdownForAction()David Zeuthen2009-11-114-2/+553
* Bug 24176 – Current git master fails to build, GLIB_LDADD -> GLIB_LIBSMichael Biebl2009-10-212-5/+5
* Bug 24235 – polkit-agent-helper may call pam_end with a stale pam handleAndreas Sandberg2009-10-211-0/+1
* Bug 24566 – Properly _ref authority in singleton constructorAlexander Sack2009-10-161-1/+3
* Bug 24495 – Fails to build on platforms without PATH_MAX (like hurd)Samuel Thibault2009-10-151-0/+13
* Clarify when AllowUserInteraction should and shouldn't be usedDavid Zeuthen2009-09-291-0/+10
* Add properties with information about the currently used authorityDavid Zeuthen2009-09-1612-5/+397
* Fix process start time when using polkit_unix_process_new_full()Bastien Nocera2009-09-141-2/+5
* Clarify comment on where to find process start-time on LinuxDavid Zeuthen2009-09-141-2/+2
* Pass --libtool to g-ir-scannerDavid Zeuthen2009-09-131-0/+1
* Add missing comma so we're save both LANG and LANGUAGE, not only LANGLANGUAGEDavid Zeuthen2009-09-131-1/+1
* Don't include Polkit-1.0.gir in the dist tarballMichael Biebl2009-09-131-1/+1
* Make examples optionalMichael Biebl2009-09-131-1/+5
* Make private symbols accessible to libpolkitagent and libpolkitbackendMichael Biebl2009-09-133-1/+18
* Use _polkit_agent_marshal prefixMichael Biebl2009-09-132-3/+3
* Trim the list of exported symbolsMichael Biebl2009-09-133-0/+6
* Implement lockdown for the Local Authority implementationDavid Zeuthen2009-09-129-13/+367
* Bug 23867 – UnixProcess vs. SystemBusName aliasingDavid Zeuthen2009-09-113-7/+104
* Sort by action id in pkaction(1) outputDavid Zeuthen2009-09-111-0/+11
* Use correct program name when complaining about not being setuid rootDavid Zeuthen2009-08-191-1/+1
* Generate GI gir and typelibs for libpolkit-gobject-1David Zeuthen2009-08-1219-143/+282
* Remove temporary authorization when the subject it applies to vanishesDavid Zeuthen2009-08-122-3/+184
* Don't set the GError if the process doesn't existDavid Zeuthen2009-08-121-6/+1
* Pass the right struct offset for the ::changed class signal handlerDavid Zeuthen2009-08-121-1/+1
* Bug 23093 – FreeBSD portability fixesJoe Marcus Clarke2009-08-129-31/+149
* Be more careful when determining process start timeDavid Zeuthen2009-08-101-2/+5
* 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-284-48/+124